Homebridge plugin for Shelly, enabling HomeKit support for the Shelly BLU devices using cloud API.
Either install this plugin through Homebridge Config UI X or manually by following these instructions:
npm install -g homebridge-shelly-blu
."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.