homebridge-hx-thermostat

0.0.1 • Public • Published

homebridge-hx-thermostat

Hx thermostat plugin for HomeBridge. Tested with the Hx3 thermostat.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-hx-thermostat
  3. 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

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

Package Sidebar

Install

npm i homebridge-hx-thermostat

Weekly Downloads

0

Version

0.0.1

License

ISC

Unpacked Size

38.8 kB

Total Files

10

Last publish

Collaborators

  • jaredhobbs