alexryd / homebridge-shelly-ng

Homebridge plugin for the next generation of Shelly devices
GNU General Public License v3.0
120 stars 43 forks source link

Shelly Plus1 not discovered #104

Open Andreteix01 opened 7 months ago

Andreteix01 commented 7 months ago

Hi, running this plugin. A shellyplus 2pm is discovered but a shelly 1 plus is not. Tried add the below code but it won't save in advance configurations. any thoughts? Thanks in advanced.

{ "devices": [{ "id": "e.g. shellyplus1-abcdef123456", "name": "My Device", "exclude": false, "hostname": "e.g. 192.168.1.200", "password": "pa$$word" }], "mdns": { "enable": true, "interface": "e.g. eth0 or 192.168.1.100" } }