alexryd / homebridge-shelly-ng

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

Shelly Plus 2PM not found #105

Open lokibare opened 9 months ago

lokibare commented 9 months ago

Hi,

I have set up my shelly-ng plugin like this:

{ "name": "Shelly NG", "mdns": { "enable": true }, "devices": [ { "id": "shellyplus2pm-b8d61a8be224", "name": "Dachfenster", "exclude": false, "cover:0": { "exclude": false, "type": "windowCovering" } } ], "platform": "ShellyNG" }

Shelly itself reports this when querried:

{"name":null,"id":"shellyplus2pm-b8d61a8be224","mac":"B8D61A8BE224","slot":0,"model":"SNSW-102P16EU","gen":2,"fw_id":"20231219-133951/1.1.0-g34b5d4f","ver":"1.1.0","app":"Plus2PM","auth_en":false,"auth_domain":null,"profile":"cover"}

But still the device won't show up, that Shelly-ng log just states these two lines after every restart:

[1/8/2024, 3:33:54 PM] [Shelly NG] Initializing ShellyNG platform... [1/8/2024, 3:33:54 PM] [Shelly NG] mDNS device discovery started [1/8/2024, 3:42:56 PM] [Shelly NG] Initializing ShellyNG platform... [1/8/2024, 3:42:56 PM] [Shelly NG] mDNS device discovery started

Please help me out I am completely puzzled and don't know what else to do.