8none1 / homebridge-thermostat-willha

Supports thermostat devices on HomeBridge Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebridge-thermostat-willha

Supports my thermostat device on HomeBridge Platform. Forked from https://github.com/PJCzx/homebridge-thermostat - thanks!

This supports my homebrew thermostat which provides a JSON/REST interface to get/set the target temperature.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-thermostat
  3. Update your configuration file. See sample-config.json in this repository for a sample.

Configuration

Configuration sample:

   {
       "bridge": {
           ...
       },
       
       "description": "...",

       "accessories": [
           {
               "accessory": "Thermostat",
               "name": "Thermostat Demo",
               "aSetting": "Hello"
           }
       ],

       "platforms":[]
   }

About

Supports thermostat devices on HomeBridge Platform

License:Apache License 2.0


Languages

Language:JavaScript 100.0%