homebridge-blueconnect

0.1.2 • Public • Published

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

to be define ...

Configurations

The configuration parameters need to be added to accessories section of the Homebridge configuration file.

{
    ...
            "accessories": [
                {
                    "accessory": "BlueRiiot",
                    "name": "XXX",
                    "username": "XXX@XXX.XXX",
                    "password": "XXX"
                }
            ]
    ...
}

Parameters

  • accessory is required, with BlueRiit 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.
  • username and password (required) are the credentials you use in the BlueConnect app.

To be added : the Swimming Pool ID and the BlueDevice ID. For the moment, it will display these information on the log of homebridge during homebride start up.

Readme

Keywords

Package Sidebar

Install

npm i homebridge-blueconnect

Weekly Downloads

1

Version

0.1.2

License

UNLICENSED

Unpacked Size

22 kB

Total Files

5

Last publish

Collaborators

  • vanaxl