0.2.5 • Published 2 years ago

homebridge-my-gekko v0.2.5

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

homebridge-my-gekko

NPM Version NPM Downloads Continuous Integration Coverage

myGEKKO Platform Plugin for Homebridge

This plugin exposes:

  • Blinds as window coverings
  • Meteo temperature as temperature sensor

Installation

Follow the Homebridge installation instructions here.

Install this plugin globally:

npm install -g homebridge-my-gekko

Add platform to config.json, for configuration see below.

Configuration

{
  "platforms": [
    {
      "name": "myGEKKO",
      "host": "<host>",
      "username": "<username>",
      "password": "<password>",
      "platform": "mygekko",
      "blinds": true,
      "meteo": true,
      "ttl": 1,
      "interval": 3,
      "deferance": 10,
      "delay": 500
    }
  ]
}

Either the IP or the hostname of your myGEKKO can be configured as host. Please ensure that the local QueryAPI is enabled. The username and password must be defined in the local QueryAPI settings of your myGEKKO.

The discovery of blind and/or meteo accessories can be disabled by setting the blinds and/or meteo options to false.

Feel free to adjust the options for client cache TTL (ttl in seconds), update interval (interval in seconds), allocation deferance (deferance in seconds) and allocation delay (delay in milliseconds).

Debugging

If you experience problems with this plugin please provide a Homebridge logfile by running Homebridge with debugging enabled:

homebridge -D

Acknowledgements

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago