homebridge-shelly-duo
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Homebride HTTP Shelly Dou Plugin

This plugin enables you to integrate a Shelly Duo into Homebridge via HTTP Rest API.

Configuration

{
    "accessory": "HTTPShellyDuo",
    "name": "Dou 1",
    "host": "192.168.178.200",
    "user": "admin",
    "password": "password"
}
Parameter
  • accessory name of the plugin (don't change it)
  • name display name in HomeKit and Homebridge
  • host hostname or ip of your shelly dou
  • user (optional) username you set on shelly web interface
  • password (optional) password you set on shelly web interface You only need user and password when you active authentication on shelly web interface

Package Sidebar

Install

npm i homebridge-shelly-duo

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

14.5 kB

Total Files

11

Last publish

Collaborators

  • pascalberski