iobroker-community-adapters / ioBroker.hue

Control Philips Hue Bridge
http://www.iobroker.org
Apache License 2.0
43 stars 29 forks source link

Zigbee Steckdosenleiste wird nicht richtig eingerichtet #644

Open aski71 opened 1 month ago

aski71 commented 1 month ago

Hi, ich habe eine ZigBee Steckdosenleiste mit meiner Hue Bridge verbunden: https://www.amazon.de/dp/B0CT7LWGML?ref=ppx_yo2ov_dt_b_fed_asin_title

Diese wird in der Hue App als 1 Gerät angezeigt mit dem Namen "Steckdosenleiste", das man komplett an oder ausschalten kann. Im Gerät gibt es fünf weitere Schalter. Je Steckdose einen und für den USB Hub auch einen.

Screenshot 2024-09-30 at 19 35 19 jpeg

Wenn ich nun in ioBroker schaue, sieht das ganze so aus:

Screenshot 2024-09-30 at 19 41 35

Es wird also nur die erste Steckdose angelegt und zusätzlich 1x ein Objekt "Steckerleiste_On/Off_light". Im Log äußert sich das so:

`hue.0 2024-09-30 16:00:46.861 warn channel "Steckerleiste" already exists, using "Steckerleiste_On/Off_light" for light 20

hue.0 2024-09-30 16:00:46.851 warn channel "Steckerleiste" already exists, using "Steckerleiste_On/Off_light" for light 19

hue.0 2024-09-30 16:00:46.844 warn channel "Steckerleiste" already exists, using "Steckerleiste_On/Off_light" for light 18

hue.0 2024-09-30 16:00:46.834 warn channel "Steckerleiste" already exists, using "Steckerleiste_On/Off_light" for light 17`

Kann das behoben werden, so dass alle 4 Dosen und der USB Hub einzeln schaltbar werden?

Danke und Gruß Alex

aski71 commented 4 weeks ago

Any thoughts on this one?

foxriver76 commented 4 weeks ago

Hm the concept of the adapter is unfortunately really suboptimal for this case as it uses names instead of unique ids currently.. changing this would break like all installations so someone needs to find a way for these scenarios with the current structure

aski71 commented 3 weeks ago

I don't know anything about the implementation, I'm afraid. Couldn't this be implemented as a separate case if a device like this is recognized? And use the sub names of the respective sockets? Would really be great if this worked.