1.0.3 • Published 9 months ago

homebridge-blueconnect-v2 v1.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

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

  • platform 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 your credentials in the BlueConnect app.
1.0.2

10 months ago

1.0.2-alpha.6

10 months ago

1.0.2-alpha.7

10 months ago

1.0.3

9 months ago

1.0.2-alpha.4

10 months ago

1.0.2-alpha.5

10 months ago

1.0.2-alpha.2

10 months ago

1.0.2-alpha.3

10 months ago

1.0.2-alpha.1

10 months ago

1.0.3-alpha.1

10 months ago

1.0.3-alpha.2

10 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.2.1

11 months ago

0.1.1

11 months ago