Plugin for homebridge to create a fake thermostat accessory
- Install homebridge
- Install this plugin:
npm install -g homebridge-dummy-thermostat
- Edit your
config.json
file (See below).
"accessories": [
{
"accessory": "Thermostat",
"name": "Thermostat"
}
]
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 |