Duration of execution of an action
Answered
It would be nice to choose the duration of execution of an action. For example, I turn on my light and I want it to turn off automatically after 5 minutes.
In addition, I would like my action executes only in the evening from 18h to 22h. Is it possible?
Files:
Capture d’écran...
No connection
Real-time notifications may not work
Off course it is possible. This is exactly why we made rule creator. You should try using "WAIT" puzzle, and puzzle "SCHEDULER"... Using rule creator, you can do much more than this.
Please find some example on picture attached.
Off course it is possible. This is exactly why we made rule creator. You should try using "WAIT" puzzle, and puzzle "SCHEDULER"... Using rule creator, you can do much more than this.
Please find some example on picture attached.
Off course it is possible. This is exactly why we made rule creator. You should try using "WAIT" puzzle, and puzzle "SCHEDULER"... Using rule creator, you can do much more than this.
Please find some example on picture attached.
Off course it is possible. This is exactly why we made rule creator. You should try using "WAIT" puzzle, and puzzle "SCHEDULER"... Using rule creator, you can do much more than this.
Please find some example on picture attached.
It's OK for the WAIT puzzle but for SCHEDULER, one more question :
how to schedule this : Every night from 10 PM to 8 AM
Thanks
It's OK for the WAIT puzzle but for SCHEDULER, one more question :
how to schedule this : Every night from 10 PM to 8 AM
Thanks
If you want http request to do something only between 18 and 22,
there is a simple way to do it with time between and a overly complicated way to do it with 2 schedules and a variable.
Simple way would be something like:
Complicated:
And you can save a scheduler with something like
If you want http request to do something only between 18 and 22,
there is a simple way to do it with time between and a overly complicated way to do it with 2 schedules and a variable.
Simple way would be something like:
Complicated:
And you can save a scheduler with something like
Wonderful, it's perfect ! Thanks !
Wonderful, it's perfect ! Thanks !
I tried between 18h and 8h (now 20h) and with the condition "if time ... between ... and ..." does not work, whereas in removing the rule works again.
Tested at 20h:
Rule that does not work: capture 1
Rule works : capture 2
Any idea ...?
Thanks !
I tried between 18h and 8h (now 20h) and with the condition "if time ... between ... and ..." does not work, whereas in removing the rule works again.
Tested at 20h:
Rule that does not work: capture 1
Rule works : capture 2
Any idea ...?
Thanks !
That's my bad.
The firmware that you have doesn't implicitly convert from datetime to time in 'time between' command, but you have to explicitly convert it with to 'time of' command. That will not be necessary with next firmware.
Please try
That's my bad.
The firmware that you have doesn't implicitly convert from datetime to time in 'time between' command, but you have to explicitly convert it with to 'time of' command. That will not be necessary with next firmware.
Please try
This time the problem is reversed, the action runs all the time, regardless of the time interval.
Indeed, it is 12am and the action should not be executed, or my lights come on ...
This time the problem is reversed, the action runs all the time, regardless of the time interval.
Indeed, it is 12am and the action should not be executed, or my lights come on ...
There was a bug in the time range puzzle. High and low were swapped. Fixed in new version.
There was a bug in the time range puzzle. High and low were swapped. Fixed in new version.
despite the new version 0.9.9.6, the problem with time range puzzle is still present ...
despite the new version 0.9.9.6, the problem with time range puzzle is still present ...
Your example "TimeBetweenRule.png" is not working for me withe the latest version. Can you confirm me thait this rule is working now ?
Your example "TimeBetweenRule.png" is not working for me withe the latest version. Can you confirm me thait this rule is working now ?
Replies have been locked on this page!