I’m setting up my gardeing watersystem.
As for now I have everything setup beside a condition of the moist.
Since the moist is in % i don’t know how this works with the numbers.
I tried to set it to the normal number like 60 (for 60%) and ofc. 0.6 (what would be 60%). Sadly nothing works and the watercomputer will start all the time nomather how wett my plants are…
Any suggestions?
As an addoing. I have 8 Moist sensors, and i created a Helper with the Median, this entity im using for my automation.
Thanks. This one.
If i hit the Start Button to thest the automation. It still should not water it right? Because of the condition? Or could this be a problem, because I start it manually?
Thanks for the Awnser. So if my Helper is at 50% it should start the automation, when the condition is between 1 and 60?
No matter if the Helper shows everything in % and in the condition i am not able to use it (percentage).
It will start the automation at 21:30 because that’s what the only trigger is.
If your sensor.moist_median is at 50 at that time, then the condition block will pass and the action will run.
If the sensor is outside the 1–60 range, then the action will not run and nothing will happen until it is triggered at 21:30 on the next day.
There’s no complications with % like there is in Excel, for example. The sensor state is "50" and it has a unit_of_measurement of "%" but that’s just a label — HA does not “understand” percentages.