1.1.2 • Published 1 year ago

homebridge-haier-dummy-thermostat v1.1.2

Weekly downloads
-
License
Unlicense
Repository
github
Last release
1 year ago

npm Version

homebridge-dummy-thermostat

Plugin for homebridge to create a fake thermostat accessory

Installation

  1. Install homebridge
  2. Install this plugin: npm install -g homebridge-dummy-thermostat
  3. Edit your config.json file (See below).

Configuration example

"accessories": [
     {
       "accessory": "Thermostat",
       "name": "Thermostat"
     }
]

Structure

KeyDescription
accessoryMust be Thermostat
nameName to appear in the Home app
temperatureDisplayUnits (optional)Whether you want °C (0) or °F (1) as your units (0 is default)
model (optional)Appears under "Model" for your accessory in the Home app
manufacturer (optional)Appears under "Manufacturer" for your accessory in the Home app
1.1.2

1 year ago

1.1.1

1 year ago