homebridge-hoobs-shelly

1.6.22 • Public • Published

homebridge-hoobs-shelly

npm-version

Homebridge plugin for Shelly by Supsign.

Supported devices

The following Shelly devices are supported from Generation 1:

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:

  1. Install Homebridge by following the instructions.

  2. Install this plugin by running npm install -g homebridge-hoobs-shelly.

  3. 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"

}

]

Package Sidebar

Install

npm i homebridge-hoobs-shelly

Weekly Downloads

18

Version

1.6.22

License

none

Unpacked Size

139 MB

Total Files

13255

Last publish

Collaborators

  • pminder