time = variable value as trigger
Posted: Thursday 11 January 2018 17:54
Hi, i'm looking to build some automations for the wake-up hour, like turn on tv on news channel and turn on some lamps.
I've already a script that is triggered as
but it would usefull if i can put this value in a domoticz variable and let the dzvents scripts read the value of the variable as a trigger. So it will be possible
a) to change the hour more easy
b) let another script change the value according for example to a google calendar holiday date
c) in the future change the value from alexa or google home or similar....
Any workaround is currently working for achieve that? Thanks all!
I've already a script that is triggered as
Code: Select all
On
Timer = (07.30 on Mon-Fri),
(09.00 on Sat-Sun)
but it would usefull if i can put this value in a domoticz variable and let the dzvents scripts read the value of the variable as a trigger. So it will be possible
a) to change the hour more easy
b) let another script change the value according for example to a google calendar holiday date
c) in the future change the value from alexa or google home or similar....
Any workaround is currently working for achieve that? Thanks all!