Open aski71 opened 1 month ago
Any thoughts on this one?
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
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.
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.
Wenn ich nun in ioBroker schaue, sieht das ganze so aus:
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