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 needuser
andpassword
when you active authentication on shelly web interface