RadioThermostat Wifi Thermostat

Home Depot recently began selling an excellent wifi enabled thermostat for around $100USD that has an accessible API for talking to it over the network. As of build 824 XTension includes a plugin to enable to monitor and remote control this thermostat directly even if you choose not to enable the “cloud” features that are advertised as part of the stat itself. At HD the stat is 3M Filtrete branded, specifically on their website it is described as: Filtrete 7-Day Touchscreen WiFi-Enabled Programmable Thermostat with Backlight. But they also carry them in the stores. There may be other brands selling this stat as well, if it links back to the radiothermostat.com website for remote control then it should be the same model under the label.

 Thermostat pic The only difference between their documented settings that are necessary for this to be used in XTension is that you must give it a static IP address on your network. You can do this either directly from it’s own configuration or use it’s MAC address and your wifi router to reserve a specific DHCP address for it. Without a static address XTension cannot reliably connect to it.

While in beta the plugin will be free but eventually will be a standard purchasable XTension plugin.

To setup with XTension you need to create an interface to it. In the preferences create a new interface and select “Radio Thermostat” from the port popup select “remote IP address” and enter the static IP address of the stat and the number 80 for the port. As of this beta you cannot connect to it on a different port but you must include the port.

save that configuration and then create some new units to accept the data.

these units should be created as receive only and ignore clicks in list
  • Current Temperature
    • address: TEMP
    • dimmable
    • updated with the current temp
  • Thermostat Override
    • address:OVERRIDE
    • not dimmable
    • I dont know what this is used for, perhaps when you override the settings in a high power cost timeframe?
  • Thermostat State
    • address:STATE
    • dimmable
    • this is the current state, 0 off, 1 heat, 2 AC
  • Fan State
    • address:FSTATE
    • not dimmable
    • shows if the fan is actually running
  • Heat Runtime Today
    • address:HEATTIME
    • dimmable
    • is updated dynamically throughout the day with the number of minutes the heat has run so far
  • Cool Runtime Today
    • address:COOLTIME
    • dimmable
    • is updated dynamically throughout the day with the number of minutes the AC has run so far
  • Heat runtime yesterday
    • address:PREVHEATTIME
    • dimmable
    • updated at midnight and holds the total from the previous day
  • Cool runtime yesterday
    • address:PREVCOOLTIME
    • dimmable
    • updated at midnight and holds the total from the previous day
These are used to control the stat and should not be receive only
  • Thermostat Hold
    • address:HOLD
    • not dimmable
    • stops any program from changing the temp setting
  • Fan Mode
    • address:FMODE
    • not dimmable
    • if this is off then the fan is in AUTO if on then fan is ON
  • Heat Setpoint
    • address:HEAT
    • dimmable
    • will be in either C or F as thermostat is set, half degree resolution
  • COOL Setpoint
    • address:COOL
    • dimmable
    • will be in either C or F as thermostat is set, half degree resolution
  • Thermostat Mode
    • address:TMODE
    • dimmable
    • 0 = off, 1 = heat, 2 = AC, 3 = AUTO (though I can’t get mine to stick in auto mode remotely)
  • LED
    • address:LED
    • dimmable
    • 0=off, 1=green, 2 and 3 are yellow on mine, 4=red. The led’s flash on the front face of the thermostat. Used to display pricing information if you have that setup. The setting of them can be changed by the stat and cannot report back to the computer so this is set only, no way to read it back out.

When you first connect and every hour the click on the thermostat will be set to the time on the computer.

I see a couple of gotchas that are not yet resolved in this first beta. Only the setpoint, heat or cool, that is active based on the mode is reported by the thermostat. Meaning that if you have the mode turned to 0/off the values in the computer are not updated. In heat mode only the heat setpoint is sent and in AC only the cool setpoint is sent. If you change one of the setpoints the mode of the stat is automatically changed to heat or ac depending on which you set. The fan state doesn’t seem to display the state of the fan in heat mode. but the thermostat state does update to reflect what it’s doing. (update: I got so fed up with it turning off the HOLD mode whenever I made a change that I have updated the code in XTension build 826 to maintain the hold status. So if you have HOLD on and change a setpoint, it will restore the hold setting after that, I also fixed a bug where the current temperature could return -1 sometimes)

It may be possible to pass ludicrous values to the stat, please sanity check your values before you set the temperature to a billion degrees or something.

Some models may also support a humidity sensor, if you have this let me know and I’ll add it it’s not supported in this first pass.

Make sure you’ve read the General Thermostat Notes

supported_hardware/radiothermostat.txt · Last modified: 2011/11/30 22:44 by James Sentman
CC Attribution-No Derivative Works 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0