Skip to content

Homebridge plugin to get BlueRiiot pool smart system temperature - Blue Connect

Notifications You must be signed in to change notification settings

VanAxl/homebridge-blueconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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": "XXX@XXX.XXX",
                    "password": "XXX",
                    "swimmingpoolid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
                    "bluedeviceserial": "00000000"
                }
            ]
    ...
}

Parameters

  • accessory is required, with BlueRiiot 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 and password (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.

About

Homebridge plugin to get BlueRiiot pool smart system temperature - Blue Connect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published