homebridge-shelly-duo
v0.0.1
Published
This plugin enables you to integrate a Shelly Duo into Homebridge via HTTP Rest API.
Maintainers
Readme
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
accessoryname of the plugin (don't change it)namedisplay name in HomeKit and Homebridgehosthostname or ip of your shelly douuser(optional) username you set on shelly web interfacepassword(optional) password you set on shelly web interface You only needuserandpasswordwhen you active authentication on shelly web interface
