homebridge-blueconnect
v0.2.5
Published
Add your BlueRiiot smart pool device to homebridge
Downloads
47
Readme
Homebridge Plugin - Blue Connect
Homebridge plugin for BlueRiiot devices. It reads the Swimming pool temperature, using the BlueConnect account to retreive Temperature, sent to the Blueriiot cloud by the Device.
Installation
npm install VanAxl/homebridge-blueconnect
Configurations
The configuration parameters need to be added to accessories section of the Homebridge configuration file.
{
...
"accessories": [
{
"accessory": "BlueRiiot",
"name": "XXX",
"email": "[email protected]",
"password": "XXX",
"swimmingpoolid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"bluedeviceserial": "00000000"
}
]
...
}Parameters
accessoryis 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 the credentials you use in the BlueConnect app.
To Get the other values, save the config and restart homebridge. Then look at the plugin logs, it will display the Swimming Pool ID and the BlueDevice ID.
FInally open again the config, and add both
- "swimmingpoolid": "xxxxxxxxxxxxxxxx",
- "bluedeviceserial": "xxxxxxx"
if these parameters are not written in the config file, these IDs will be displayed in the homebridge log console during homebridge startup, so you can copy/paste it in the config section.
