Thermostat setpoint support
Posted: Tuesday 24 January 2017 11:45
I have a few observations to support thermostats:
1. I have 2 Danfoss Living Connect thermostats in the same room (setup > more options > plans > roomplan).
When I change the value of one, the other also should change. This is because in the same room can have several radiators, thermostats, which should synchronize. It's done in the Danfoss Link panel (meanwhile, I'm using LUA scrip to do this).
2. In Blockly you can read the current setpoint value, but can be set only constant value. It is impossible to read the temperature from one thermostat and set the same on another.
3. In LUA should work dedicated command: commandArray [ 'SetSetpoint 147'] = '22.5'. It doesn't work, you need to use commandArray [ 'UpdateDevice'] = "147 | 0 | 22.5"
4. When I click the thermostat icon (menu > floorplan), a window appears with the graph. A window should appear to change the temperature (as in the utility menu).
5. In scenes I can't add Thermostat Setpoint. I would like to add for example ECO scene and set several thermostats to a lower temperature with one click.
1. I have 2 Danfoss Living Connect thermostats in the same room (setup > more options > plans > roomplan).
When I change the value of one, the other also should change. This is because in the same room can have several radiators, thermostats, which should synchronize. It's done in the Danfoss Link panel (meanwhile, I'm using LUA scrip to do this).
2. In Blockly you can read the current setpoint value, but can be set only constant value. It is impossible to read the temperature from one thermostat and set the same on another.
3. In LUA should work dedicated command: commandArray [ 'SetSetpoint 147'] = '22.5'. It doesn't work, you need to use commandArray [ 'UpdateDevice'] = "147 | 0 | 22.5"
4. When I click the thermostat icon (menu > floorplan), a window appears with the graph. A window should appear to change the temperature (as in the utility menu).
5. In scenes I can't add Thermostat Setpoint. I would like to add for example ECO scene and set several thermostats to a lower temperature with one click.