You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could someone help me add support for additional thermostat functions? I'd at least like to be able to turn the thermostat's fan from Auto to On and back via SiriProxy. According to the API documentation the following command should accomplish the task:
Hello,
Could someone help me add support for additional thermostat functions? I'd at least like to be able to turn the thermostat's fan from Auto to On and back via SiriProxy. According to the API documentation the following command should accomplish the task:
curl -d '{"fmode":2}' http://192.168.1.101/tstat
Setting fmode to 2 is: On
Setting fmode to 0 is: Auto
Here's the documentation of the API: http://radiothermostat.com/documents/RTCOA%20WiFI%20API%20V1_0R3.pdf
I'd be grateful if anyone could teach me how to add functionality so I can share it with other SiriProxy users with a Radio Thermostat. Thanks!
The text was updated successfully, but these errors were encountered: