ioBroker / ioBroker.zigbee

Zigbee communcation with Hue, Xiaomi, Lighttify... via TI CC2xxx USB stick
MIT License
305 stars 191 forks source link

Developer Tab broken #2106

Closed asgothian closed 4 weeks ago

asgothian commented 3 months ago

As of version 1.10.1, the developer tab no longer functions as expected. The function SendToZigbee returns an attributed.map is not a function and does not successfully send the zclData to the device. The error itself is raised by the herdsman, so I assume that the structure is lacking a few details which are now mandatory.

A.

asgothian commented 3 months ago

I made an issue at the zigbee-herdsman to see if they can provide information for the changed payload which allows for us to fix the function.

A.

asgothian commented 4 weeks ago

Fixed with PR #2139