Newbie here... with a thermostat question...
I noticed that there's an event added in the log when someone manually changes the temp on the thermostat. Is there an easy wasy way to trigger on this event?
I'd like to be able to trigger a program if someone manually changes the setting... doing someting like:
IF temp setting changed
- allow new setting for 1 hour
- revert to old setting.
I'm using a program for the daily settings, so I know what it's supposed to be set to at any given time... I'd like to avoid the need to write programs detecting every temperture that's not the old temp. (i.e. if now 77 then wait and revert too old temp.... if now 76, wait and revert to old, etc.)
I suppose, as a work around, I could:
IF between time/time on day1, 2, etc.
- Set temp
- Repeat:
- Wait 1 hour
- Set temp
But that's not the same.
Please point me in the right direction... tkx!