Hx thermostat plugin for HomeBridge. Tested with the Hx3 thermostat.
- Install homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-hx-thermostat
- Update your configuration file. See
sample-config.json
snippet below.
Note: The name of the device matches the name displayed in the Hx thermostat app.
Configuration sample:
"platforms": [
{
"platform": "HxThermostat",
"email": "the email used to login to the Hx thermostat app",
"password": "the password used to login to the Hx thermostat app"
}
]
Fields:
- "platform": Must always be "HxThermostat" (required)
- "email": the email used to login to the Hx thermostat app
- "password": the password used to login to the Hx thermostat app