homebridge-shelly-blu
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i homebridge-shelly-blu

Weekly Downloads

11

Version

2.0.2

License

Apache-2.0

Unpacked Size

160 kB

Total Files

38

Last publish

Collaborators

  • maintux