2.0.2 • Published 2 years ago

homebridge-shelly-blu v2.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

homebridge-shelly-blu

npm-version

Homebridge plugin for Shelly, enabling HomeKit support for the Shelly BLU devices using cloud API.

Supported devices

Installation

Either install this plugin through Homebridge Config UI X or manually by following these instructions:

  1. Install Homebridge by following the instructions.
  2. Install this plugin by running npm install -g homebridge-shelly-blu.
  3. Add this plugin to the Homebridge config.json:
    "platforms": [
      {
        "name": "homebridge-shelly-blu",
        "platform": "ShellyBlu",
        "email": "<your_shelly_cloud_username>",
        "password": "<your_shelly_cloud_password>"
      }
    ]

By default, devices will be discovered from your registered devices in the cloud and WebSockets will then be used to communicate with them.

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago