The commands used for setting the mode and temperature are coolDD, heatDD and off. For example cool74 will set the mode to Cool and the setpoint to 74. The commands used for Fan Control are fanon (Fan ON) and fanauto (Fan AUTO).
Sample response:
Assume without loss of generality that the command to be applied is cool74.
Using a web browser the thermostat status is returned by the following URL http://thermotstat_ip:7878/api/thermostat.xml. Also see a sample Python script for programatic access.
Using a web browser thermostat commands can be sent using URLs similar with the following http://thermotstat_ip:7878/api/set.cgi?cmd=cool61. Also see a sample Python script for programatic access.