Hello all,
I have a Venstar thermostat and an Insteon adapter (V2) that reports it's status to the ISY. My goal is to have the ISY recognize when someone sets the thermostat below a desired level and bump the temp back to a predetermined setting as well as have my Homeseer software announce a warning.
I can set the venstar (at the thermoststat) to a speific temperature and the ISY sees the change immediately. However, if I have a program set up to trigger when the setpoint is below a certain temperature, it fails to kick off. If I adjust the temp via the admin console or via my I-phone, the program runs as expected. Also, if I query the thermostat via I-phone, the program runs fine. My code is super simple:
If
Status LR Thermostat <73 (Setpoint)
Then
"X"
I just migrated from an Applied Digital Ocelot to the ISY so I'm getting my feet wet. Regardless, this should be a no brainer. I'm clearly missing something here. Any thoughts or suggestions would be much appreciated.