0.2.0 • Published 2 years ago

@jkoehl/homebridge-waterguru v0.2.0

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

Under construction...I just got my Waterguru so just now figuring out how best to integrate into HomeBridge

homebridge-waterguru

waterguru plug-in for Homebridge using their unofficial API.

Features

This plugin currently supports the following devices and features:

  • Multiple waterbodies
  • TBD...

Installation

waterguru Parameters

OptionRequiredExplanation
Waterguru UsernametrueUsername used to login to the Waterguru app (usually your email address)
Waterguru PasswordtrueUsername used to login to the Waterguru app

Easiest Configuration (Please just do this one)

For the best experience setting up this plugin, please use homebridge-config-ui-x.

Basic Configuration

Assuming a global installation of homebridge, install the plugin:

npm i -g homebridge-waterguru

Add the waterguru platform in your homebridge config.json file:

"platforms": [
    {
        "platform": "Waterguru",
        "wg-username": "fff",
        "wg-password": "fff",
    }
],

Support

If you have general questions about usage, please use the Discussions tab.

Contact

You can find me on Twitter @jkoehl