homebridge-weenect
v1.0.1-beta.0
Published
A homebridge plugin for weenect trackers
Downloads
5
Readme
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
}