A small Homebridge plugin to monitor your swimming pool(s) using iopool product & service. This plugin monitor Temperature, pH, and ORP.
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
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.