homebridge-blueconnect-v2
v1.0.3
Published
Add your BlueRiiot smart pool device to homebridge
Readme
homebridge-blueconnect-v2
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.
Weather
Since the service also provides weather information for the pool's location, an optional accessory can display the current temperature for weather-based automation.
Installation
npm install taurgis/homebridge-blueconnect-v2
Configurations
The configuration parameters need to be added to platforms section of the Homebridge configuration file.
{
...
"platforms": [
{
"name": "BlueRiiot",
"email": "xxxxxx",
"password": "xxxxxx",
"platform": "BlueRiiot"
}
]
...
}Parameters
platformis required, withBlueRiiotvalue.name(required) is anything you'd like to use to identify this device. You can always change the name from within the Home app.emailandpassword(required) are your credentials in the BlueConnect app.
