Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

homebridge-terneo

Lumyk17MIT1.0.2

Homebridge plugin for Terneo thermostats http://terneo.ua/

homebridge-plugin, homebridge, terneo, thermostat

readme

homebridge-terneo

Homebridge plugin for Terneo thermostats http://terneo.ua/

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-terneo
  3. Update your configuration file. See bellow for a sample.

Configuration

Options

  • platform - must be "TerneoThermostat"
  • email - this is email from Terneo account (https://my.terneo.ua/)
  • password - this is password from Terneo account (https://my.terneo.ua/)
  • interval - this is updating interval in seconds (Optional value) by default 10s

Example

Configuration sample:

 {
     "bridge": {
         "name": "Homebridge",
         "username": "08:6A:E5:5E:D7:01",
         "port": 51827,
         "pin": "031-45-154"
     },
     "platforms": [
         {
             "platform": "TerneoThermostat",
             "email": "terneo@example.com",
             "password": "my terneo password"
         }
     ]
 }

Policy

The author is not responsible for the use and consequences of use of this software.

License

MIT