homebridge-shelly-duo
v0.0.1
Published
This plugin enables you to integrate a Shelly Duo into Homebridge via HTTP Rest API.
Downloads
1
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
accessory
name of the plugin (don't change it)name
display name in HomeKit and Homebridgehost
hostname or ip of your shelly douuser
(optional) username you set on shelly web interfacepassword
(optional) password you set on shelly web interface You only needuser
andpassword
when you active authentication on shelly web interface