1.0.1-beta.0 • Published 3 years ago

homebridge-weenect v1.0.1-beta.0

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
3 years ago

Homebridge Weenect

A Homebridge plugin for Weenect trackers.

Installation

Just install the plugin in the config-ui-x plugin tab or with npm i -g homebridge-weenect. When using config-ui-x, the credentials can directly be entered in the plugins settings, alternatively modify your Homebridge configuration by adding the plugin under platforms like this:

{
  "platform": "WeenectHomebridgePlugin",
  "username": "YOUR_WEENECT_USERNAME",
  "password": "YOUR_WEENECT_PASSWORD",
  "lowBatteryThreshold": 30,
  "updateInterval": 2
}