Calculate buckets (e.g. for weather warnings) #682
Unanswered
jimknopf6782
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When there are weather warnings (e.g., intense heat or extreme heat), I want to subtract a value (e.g., 1 or 2) from the bucket if it's above 0.
The reason is when it's hot after heavy rain, it takes too long to reach my settings for watering.
My watering starts from a certain negative value and reset the bucket to 0. When it rains, the bucket becomes positive.
I want to do this with an automation, it executes in both cases, but the bucket value does not change.
Am I making a mistake? It should work, right? Does anyone have an idea?
Beta Was this translation helpful? Give feedback.
All reactions