homebridge-hoobs-shelly
v1.6.22
Published
Homebridge Plugin for Shelly Devices
Downloads
98
Maintainers
Readme
homebridge-hoobs-shelly
Homebridge plugin for Shelly by Supsign.
Supported devices
The following Shelly devices are supported from Generation 1:
Shelly 2
Shelly 2LED
Shelly Color
Shelly Dimmer
Shelly Dimmer W1
Shelly Door/Window
Shelly HD
Shelly RGBW
Shelly Smoke
The following Shelly devices are supported from Generation 2:
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-hoobs-shelly
.Add this plugin to the Homebridge config.json:
"platforms": [
{
"name": "Config",
"port": 8581,
"platform": "config"
},
{
"name": "Hoobs Shelly",
"admin": {
"enabled": true
},
"mdns": {
"enable": true
},
"devices": [
{
"exclude": false,
"switch:0": {
"exclude": false,
"type": "switch"
},
"switch:1": {
"exclude": false,
"type": "switch"
},
"switch:2": {
"exclude": false,
"type": "switch"
},
"switch:3": {
"exclude": false,
"type": "switch"
},
"cover:0": {
"exclude": false,
"type": "window"
}
}
],
"platform": "HoobsShelly"
}
]