Page 1 of 1

Timer Plans and Timers

Posted: Tuesday 24 October 2017 16:56
by kiwe
Hey everyone,

I just started working and experimenting with the great dzVents.

Now I have a idea for another script. For that I want to know, if it is possible to use the "Timer Plans" (for example to change the current plan via script)?

And in combination with that, is it possible to use the Timers of a specific device (for example of an SetPoint, switch, ...)

Maybe anyone have an tip?!

Re: Timer Plans and Timers

Posted: Thursday 26 October 2017 12:13
by bdormael
kiwe wrote: Tuesday 24 October 2017 16:56 Hey everyone,

I just started working and experimenting with the great dzVents.

Now I have a idea for another script. For that I want to know, if it is possible to use the "Timer Plans" (for example to change the current plan via script)?

And in combination with that, is it possible to use the Timers of a specific device (for example of an SetPoint, switch, ...)

Maybe anyone have an tip?!
http://www.domoticz.com/wiki/Domoticz_A ... documented

Re: Timer Plans and Timers

Posted: Friday 17 November 2017 12:37
by DewGew
You can change timer plan in dzVents with a json call like this:

Code: Select all

domoticz.openURL('http://127.0.0.1:8080/json.htm?type=command&param=setactivetimerplan&ActiveTimerPlan=0')