Thermostat setpoint buttons - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Thermostat setpoint buttons (/showthread.php?tid=4598) |
Thermostat setpoint buttons - Ceros2112 - 22.02.2023 Hi, I would like to create two buttons with wich I can raise or lower the setpoint by 0.5 degrees. Is there any way beside create a virtual object for every thermostat or a custom script for every button couple? RE: Thermostat setpoint buttons - Daniel - 22.02.2023 In Mosaic or in Visu? RE: Thermostat setpoint buttons - Ceros2112 - 22.02.2023 In visu, thanks RE: Thermostat setpoint buttons - Daniel - 22.02.2023 Then use direct input and set step to 0.5. You can also define min/max RE: Thermostat setpoint buttons - Ceros2112 - 22.02.2023 Yes, it's the first thing I tried, but I would like to create a custom button that only raise setpoint by 0.5 degrees steps and another one that lower without showing the + and - widget. Is it possible? Am I missing something? RE: Thermostat setpoint buttons - admin - 22.02.2023 In this case you will need extra group addresses and an event script. RE: Thermostat setpoint buttons - Ceros2112 - 22.02.2023 Ok, thanks for the fast reply. Perhaps it can be an useful feature to add if you're looking for suggestions. |