Outside heating cables control 10kW*3 - 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: Outside heating cables control 10kW*3 (/showthread.php?tid=1971) |
Outside heating cables control 10kW*3 - DanielB - 15.03.2019 Hi everybody, I have an installation with 3. zones outside with 10KW electric underfloor heating for each zone. I also have a snow sensor connected to a binary input for the knx. My question is this: is it possible to have an counter for the snow sensor? cause i want that zone 1 is enabled as long as it is snow on the sensor. When sonw is melted i want zone 2 to start exactly as long as the counter says there was snow on the sensor. When that cycle is finished i want zone 3 to start with the same timeleght. Thank you for answering :-) Daniel RE: Outside heating cables control 10kW*3 - Daniel - 15.03.2019 Hi This sound like description of irrigation. You could convert this script for your needs. https://forum.logicmachine.net/showthread.php?tid=362&pid=1784#pid1784 Just make another script which will calculate the time how long the sensor was on and use it as timer. BR RE: Outside heating cables control 10kW*3 - DanielB - 15.03.2019 (15.03.2019, 12:40)Daniel. Wrote: Hi Thank you very much:-) Daniel |