homebridge-shellydimmer2
v0.0.2
Published
This plugin enables you to integrate a Shelly Dimmer2 into Homebridge via HTTP Rest API.
Downloads
13
Maintainers
Readme
Homebride HTTP Shelly Dimmer2 Plugin
This plugin enables you to integrate a Shelly Dimmer2 into Homebridge via HTTP Rest API.
Configuration
{
"accessory": "HTTPShellyDimmer2",
"name": "Dimmer 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 dimmer 2user
(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