homebridge-shelly-ng icon indicating copy to clipboard operation
homebridge-shelly-ng copied to clipboard

Wrong category in HomeKit

Open kamilpop opened this issue 1 year ago • 8 comments

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?

IMG_0556

kamilpop avatar Sep 15 '23 19:09 kamilpop

You need to update it's category.

  1. Go to your device http://device.ip.address/shelly for example http://192.168.1.109/shelly find the device ID.
  2. Copy it for example: shellyplus2pm-485512a1d321
  3. Now go to the homebridge --> plugins.
  4. Open the setting of Shelly NG.
  5. You will find the Device ID field, paste the shelly ID that you copied before.
  6. Scroll down and you will find the field Cover and Type.
  7. 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" },

27Seyar avatar Sep 18 '23 19:09 27Seyar

i have the same problem with shelly plus 2 PM (SoftwareVersion 1.0.3)

Bildschirmfoto 2023-09-18 um 22 05 31 Bildschirmfoto 2023-09-18 um 22 03 36

MatthiasNeuss avatar Sep 18 '23 20:09 MatthiasNeuss

i have the same problem with shelly plus 2 PM (SoftwareVersion 1.0.3) Bildschirmfoto 2023-09-18 um 22 05 31 Bildschirmfoto 2023-09-18 um 22 03 36

You are making the same mistake that I made XD you need to paste all code like shellyplus2pm-485512a1d321 and not just 485512a1d321

27Seyar avatar Sep 18 '23 20:09 27Seyar

can you update with new devices or it is abandoned?

platini76 avatar Sep 21 '23 10:09 platini76

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: @.***>

eliziox avatar Sep 21 '23 10:09 eliziox

can you suggest updated one?

platini76 avatar Sep 21 '23 10:09 platini76

i have the same problem with shelly plus 2 PM (SoftwareVersion 1.0.3) Bildschirmfoto 2023-09-18 um 22 05 31 Bildschirmfoto 2023-09-18 um 22 03 36

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

MatthiasNeuss avatar Sep 21 '23 17:09 MatthiasNeuss

Hi @27Seyar

Can you Post your complete Code from this Plugin? Thanks

b123luke avatar Oct 16 '23 13:10 b123luke