0.3.0 • Published 1 year ago

homebridge-iopool v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

homebridge-iopool

A small Homebridge plugin to monitor your swimming pool(s) using iopool product & service. This plugin monitor Temperature, pH, and ORP.

Preview

Installation

This plugin needs Homebridge server installed, follow Homebridge website to install it.

Once Homebridge server installed, you can add this plugin from the server UI or using NPM command:

npm install -g homebridge-iopool

Configuration

You need to configure the plugin before using it. Please see the config settings in the UI or update your config.json file in your server directory.

"platforms": [
        ...,
        {
            "platform": "HomebridgeIopool",
            "name": "iopool",
            "token": "[YOUR IOPOOL TOKEN]",
            "delay": 15,
            "PhMin": 7.1,
            "PhMax": 7.7,
            "OrpMin": 650,
            "OrpMax": 800
        }
    ],

Note: The token can be retrieved in the iopool mobile application.

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago