This is a plugin for BlueRiiot devices. It reads the swimming pool temperature using the BlueConnect account to retrieve it, which the device sends to the BlueRiiot cloud.
Since the service also provides weather information for the pool's location, an optional accessory can display the current temperature for weather-based automation.
npm install taurgis/homebridge-blueconnect-v2
The configuration parameters need to be added to platforms
section of the Homebridge configuration file.
{
...
"platforms": [
{
"name": "BlueRiiot",
"email": "xxxxxx",
"password": "xxxxxx",
"platform": "BlueRiiot"
}
]
...
}
platform
is required, withBlueRiiot
value.name
(required) is anything you'd like to use to identify this device. You can always change the name from within the Home app.email
andpassword
(required) are your credentials in the BlueConnect app.