Supports thermostat devices on HomeBridge Platform
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-thermostat
- Update your configuration file. See sample-config.json in this repository for a sample.
Configuration sample:
{
"bridge": {
...
},
"description": "...",
"accessories": [
{
"accessory": "Thermostat",
"name": "Thermostat Demo",
"aSetting": "Hello"
}
],
"platforms":[]
}