![]() |
|
Temperature sensor - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: Support (https://www.comfortforums.com/forum-2.html) +--- Forum: Questions on Programming Comfort (https://www.comfortforums.com/forum-83.html) +--- Thread: Temperature sensor (/thread-3416.html) |
- moh20 - 06-13-2013 hello .. i want to make temperature sensor .. that measure room temperature ( for example 25 centigrade ) and if this temperature raise over this limit turn on air condition .. and if it below this limit turn on electric heater .. what is the program ? & what is zone type ? - ident - 06-14-2013 You can use SCS Scene control Switch This include a temperature sensor which is mapped to Comfort sensors Sensor Response can be programmed eg If LastSensor Value > 25 then Do Response Turn on A/C Else If Last Sensor Value < 20 then Do Response Turn off A/C Else If Last Sensor Vale > 19 then Do Response Turn off Heater Else If Last Sensor Value < 16 then Do Response TurnonHeater Please read the SCS Manual from https://www.cytech.biz/scs_manual.html?category_id=117 - moh20 - 06-14-2013 always cytech helping us >>>> thanks alot |