Supports Radio Thermostat devices on HomeBridge Platform. It was designed around the CT50. More info at http://www.radiothermostat.com/
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-radiothermostat
- Update your configuration file. See bellow for a sample.
Configuration sample:
{
"bridge": {
...
},
"description": "...",
"accessories": [
{
"accessory": "RadioThermostat",
"name": "Thermostat",
"apiroute": "http://x.x.x.x",
"maxTemp": 25,
"minTemp": 15
}
],
"platforms":[]
}