Code: Select all
/json.htm?type=command¶m=setused&idx=<idx>&setpoint=<setpoint>&mode=TemporaryOverride&until=<until>&used=true
Moderator: leecollings
Code: Select all
/json.htm?type=command¶m=setused&idx=<idx>&setpoint=<setpoint>&mode=TemporaryOverride&until=<until>&used=true
I ran in the exact same thing.philchillbill wrote: ↑Wednesday 13 November 2024 10:16 Now I notice that when I use the setsetpoint parameter with the API call, the mode is always PermanentOverride and the until is ignored. Hmm![]()
Code: Select all
local setidx=999
local setpoint=2
local setuntil="2025-01-15T23:14:00.000Z"
dz.executeShellCommand( 'curl "http://LOCALIP:PORT/json.htm?type=command¶m=setused&idx=' .. setidx .. '&setpoint=' .. setpoint .. '&mode=TemporaryOverride&until=' .. setuntil .. '&used=true" ' )
I am thinking of adding a custom setpoint device in between to add timer setting and times to.philchillbill wrote: ↑Thursday 16 January 2025 11:44 You cannot specify FROM together with UNTIL as the only way Evohome can handle that is by editing the schedule. TemporaryOverrides always start now, not at a future date.
Users browsing this forum: No registered users and 0 guests