homebridge-hx-thermostat

HX thermostat plugin for homebridge

Usage no npm install needed!

<script type="module">
  import homebridgeHxThermostat from 'https://cdn.skypack.dev/homebridge-hx-thermostat';
</script>

README

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