homebridge-shellydimmer2

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

Usage no npm install needed!

<script type="module">
  import homebridgeShellydimmer2 from 'https://cdn.skypack.dev/homebridge-shellydimmer2';
</script>

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 Homebridge
  • host hostname or ip of your shelly dimmer 2
  • 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