-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Adapt irrigation duration and threshold based on many moisture sensors #109
Comments
We are working on solar sensors as well for our community garden, based on esp8266. They send their message via ESP-Now to a receiver esp8266 connected directly to a Rasberry Pi. The Rasberry does the calculations and send MQTT out via the internet and lights a LED on our map for manual watering/checking. We are also hoping to integrate this with Opensprinkler to run a station as required and the Pi will upload to a database on our website. |
@tigercjn many thanks looks very promising looking forward for more :-) |
I have similar ambitions. I've been collecting sensor data using a prometheus exporter that reads data from mqtt, then using grafana to give some insight. I have the same sort of collection from weather alerts and such, which allows me to define pretty specifically things I care about, like certain temperature thresholds, so I can cover plants on cold nights and such, or move my citrus into the garage. But I'd love to have some of those soil depth sensors, and also some integration with opensprinkler. That would be rad. |
Hi all, Is anyone able to provide a concept diagram of their setups? Doesn't need to be super specific, just conceptually how it works and ties in with OpenSprinkler |
@AlexH0661 Here is a quick first upload to github of my setup: |
@jbaudoux , thanks for linking that :) I'll take a look through it today |
@jbaudoux hi, did you can any closer to your goals? :) |
I have several moisture sensors at several depths on several stations. Each sensor station is solar powered and has max 4 sensors. Last sensor is under the roots of the tree and is supposed to not be watered. Others control the progression of the water, ensuring the roots are properly watered and indicates when next water cycle should occur. Data is send in wifi to a mqtt broker and collected in Grafana for plotting. I'll publish an how-to when I'm satisfied with the hardware.
I'm planning to integrate this with opensprinkler to automatically set if the station must run and adapt the watering time.
I thought making the computation outside opensprinkler and send in MQTT to opensprinkler the station duration adjustment and enabling/disabling.
Any advice/remark would be welcome before I start the PR.
The text was updated successfully, but these errors were encountered: