Help with conditional rules #22557
Unanswered
DarthWeber
asked this question in
Support request
Replies: 1 comment
-
if you use an ESP32 you can use Berry instead of rules. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i am stucked in an idea and needs some help with the following Problem. My rule is:
i have a valve on relay 1 and the power supply on relay 3 which i switch off during winter or night. To avoid starting issues i switch on relay 3 first and after 2 seconds the valve. That works fine.
But I want to omit the delay if relay3 is on already. Since i also use rule2 and rule3 it would be great to get it in the same rule, maybe it is possible to calculate the delay time with the value of relay3 like "delay 20*power3" ? I read that the if statements does not work with the backlog.
Many thanks,
Tom
Beta Was this translation helpful? Give feedback.
All reactions