0.0.1 • Published 4 years ago

homebridge-matcha-thermostat v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

homebridge-matcha-thermostat

*For testing purpose ONLY. You should NOT install this.

Plugin for homebridge to create a fake thermostat accessory

Installation

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

Configuration example

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

Structure

KeyDescription
accessoryMust be Matcha-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
0.0.1

4 years ago