🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

homebridge-hoobs-shelly

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-hoobs-shelly

Homebridge Plugin for Shelly Devices

latest
npmnpm
Version
1.6.22
Version published
Weekly downloads
7
-50%
Maintainers
1
Weekly downloads
 
Created
Source

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:

  • 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"

}

]

Keywords

homebridge

FAQs

Package last updated on 09 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts