maintux / homebridge-shelly-blu

Apache License 2.0
0 stars 0 forks source link

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.