I'm trying for a long time to control the room temperature setpoints via dzVents, for example to change the setpoint temperature when a switch is activated. I have an iSense thermostat and an Opentherm Gateway. This works fine for retrieving the OTGW data in Domoticz, and it also works to manually adapt the room temperature setpoint via the 'Utilities' tab in Domoticz. However, when I try to change the setpoint via dzVents, using:
Code: Select all
domoticz.devices('Room Setpoint').updateSetPoint(18)
I have some experience in dzVents, but very little knowledge about json-commands, so I can use your help here. Some people found a solution in this thread last year: https://domoticz.com/forum/viewtopic.php?f=26&t=34506, but that didn't work for this case.Error opening url: http://127.0.0.1:8080/json.htm?param=ud ... &svalue=18
Who knows what goes wrong in the updateSetPoint command of dzVents? Or: because manually changing the temperature works in the utility tab: how can I actually reveal the commands that Domoticz is using for that route? Maybe I can copy that code to the dzVents script?
Thank you!