Koenkk / zigbee-herdsman

A Node.js Zigbee library
MIT License
483 stars 300 forks source link

Ember: workaround: auto-register unknown multicasts in coordinator #1089

Closed Nerivec closed 5 months ago

Nerivec commented 5 months ago

Automatically register unknown multicast group IDs in coordinator multicast table to allow devices using this scheme for state updates to work without needing manual code change. Should take care of https://github.com/Koenkk/zigbee2mqtt/issues/22928 @LamerTex I don't have a device that does this, can you confirm this works once this is available in dev branch?

Also a bit of housekeeping, use ZSpec instead of adapter-specific vars.

LamerTex commented 5 months ago

Yes, on Monday I will be able to test it if it is available in dev branch. Thanks

Koenkk commented 5 months ago

thanks!

FloJ82 commented 5 months ago

Thanks! Looking forward, having the same issue...

LamerTex commented 5 months ago

@Nerivec I just tested it and I can confirm that in the dev branch, with this fix, the EGLO 99099 now works also with the ember driver, thanks!

image

Nerivec commented 5 months ago

Great. Thanks for the feedback!