Skip to content

Homebridge plugin to get BlueRiiot pool smart system - Blue Connect

License

Notifications You must be signed in to change notification settings

JurgenLB/homebridge-blueconnect

 
 

Repository files navigation

Homebridge iRobot

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.

About

Homebridge plugin to get BlueRiiot pool smart system - Blue Connect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.4%
  • JavaScript 4.6%