homebridge-haier-dummy-thermostat
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

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

Key Description
accessory Must be Thermostat
name Name 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

Readme

Keywords

Package Sidebar

Install

npm i homebridge-haier-dummy-thermostat

Weekly Downloads

1

Version

1.1.2

License

Unlicense

Unpacked Size

17.9 kB

Total Files

12

Last publish

Collaborators

  • andrew.kite