homebridge-shelly-blu
v2.0.2
Published
Homebridge plugin for the Shelly BLU devices.
Downloads
72
Readme
homebridge-shelly-blu
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:
- Install Homebridge by following the instructions.
- Install this plugin by running
npm install -g homebridge-shelly-blu
. - 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.