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.
npm install VanAxl/homebridge-blueconnect
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"
}
]
...
}
accessory
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 the credentials you use in the BlueConnect app.
To Get the value in config section for : the Swimming Pool ID and the BlueDevice ID. => for the moment, 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.