homebridge-shelly-ng
homebridge-shelly-ng copied to clipboard
Wrong category in HomeKit
I use some Shelly 2.5 to control my window blinds. One of them is broken and has been replaced with Shelly Plus2pm. In HomeKit, this is categorized as a window (security) and not under climate (blue icons). For that reason I can't group the rest of the switches together. How can I change the category or type?
You need to update it's category.
- Go to your device http://device.ip.address/shelly for example http://192.168.1.109/shelly find the device ID.
- Copy it for example: shellyplus2pm-485512a1d321
- Now go to the homebridge --> plugins.
- Open the setting of Shelly NG.
- You will find the Device ID field, paste the shelly ID that you copied before.
- Scroll down and you will find the field Cover and Type.
- Change from window to Window Covering
An alternative method is to do it in Configuration using code. Just change my shelly ID for your ID
{ "name": "Shelly NG", "mdns": { "enable": true }, "devices": [ { "id": "shellyplus2pm-485512a1d321", "exclude": false, "switch:0": { "exclude": false, "type": "switch" }, "switch:1": { "exclude": false, "type": "switch" }, "switch:2": { "exclude": false, "type": "switch" }, "switch:3": { "exclude": false, "type": "switch" }, "cover:0": { "exclude": false, "type": "windowCovering" } }, "platform": "ShellyNG" },
i have the same problem with shelly plus 2 PM (SoftwareVersion 1.0.3)
i have the same problem with shelly plus 2 PM (SoftwareVersion 1.0.3)
![]()
You are making the same mistake that I made XD you need to paste all code like shellyplus2pm-485512a1d321 and not just 485512a1d321
can you update with new devices or it is abandoned?
For now plugin is abandone… Unfortunately
JSP
Le 21 sept. 2023 à 12:43, platini76 @.***> a écrit :
can you update with new devices or it is abandoned?
— Reply to this email directly, view it on GitHubhttps://github.com/alexryd/homebridge-shelly-ng/issues/86#issuecomment-1729315383, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP3TLZNTMSPKNEXANOQ4QDTX3QK47ANCNFSM6AAAAAA42IQKX4. You are receiving this because you are subscribed to this thread.Message ID: @.***>
can you suggest updated one?
i have the same problem with shelly plus 2 PM (SoftwareVersion 1.0.3)
![]()
You are making the same mistake that I made XD you need to paste all code like shellyplus2pm-485512a1d321 and not just 485512a1d321
sorry and thanks a lot
Hi @27Seyar
Can you Post your complete Code from this Plugin? Thanks