homebridge-shelly-duo

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

Usage no npm install needed!

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

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 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 need user and password when you active authentication on shelly web interface