homebridge-govee-water-detectors
v1.1.0
Published
Govee water detectors plugin for Homebridge
Downloads
12
Readme
Homebridge Govee Water Detectors
Unofficial Homebridge plugin for Govee water leak detectors.
Supported Devices
- Govee H5054 Water Leak Detector
:warning:
At this time Govee water leak detectors are not supported through the official public REST API. This plugin uses the API consumed by Govee's iPhone app.
The device list is filtered by SKU to only display water detectors.
Installation
- Install Homebridge by following the instructions.
- Install this plugin using Homebridge Config UI X, or by running
npm install -g homebridge-govee-water-detectors
.
Configuration
To use this plugin, you need to obtain an API key. Since this is unofficial, you'll need to use your brower's developer tools to grab the API token after logging into https://www.govee.com/login.
- Open your browsers' developer tools and go to the Network tab.
- Enter your login credentials, sign in, and look for a POST request to
https://community-api.govee.com/os/v1/login
. - Click on the request and view the response. Copy the "token" value from the response JSON and paste this into the plugin configuration.
- Restart Homebridge.