I want to create new rule, that works when value is chaning from 00:00 to 06:00
how it will be, help me please?
thanks…
-
[Solved] Alarm if value is changed for the time period
-
I don’t know if this is possible this easy…
You will need two rules to check if the $value is “00:00” before that…IF $value changes and $value is "06:00" THEN ...
This will trigger if the value is changing (from whatever) and is “06:00”Please read this: http://pimatic.org/guide/usage/rules/
You can see what different devices offer etc.Argh. I guess I got you wrong…
So if you want to monitor a value in a time period this will probably help:
IF it is after 00:00 and before 06:00 and $value changes THEN ...
-
thanks, i’ll try