1.0.4 • Published 8 years ago

homebridge-radiothermostat v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

homebridge-radiothermostat

Supports Radio Thermostat devices on HomeBridge Platform. It was designed around the CT50. More info at http://www.radiothermostat.com/

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-radiothermostat
  3. Update your configuration file. See bellow for a sample.

Configuration

Configuration sample:

   {
       "bridge": {
           ...
       },

       "description": "...",

       "accessories": [
           {
               "accessory": "RadioThermostat",
               "name": "Thermostat",
               "apiroute": "http://x.x.x.x",
               "maxTemp": 25,
               "minTemp": 15
           }
       ],

       "platforms":[]
   }
1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago