Mr-Markus / ZigbeeNet

A .NET Standard library for working with ZigBee
Eclipse Public License 1.0
130 stars 46 forks source link

Fix ConBee2 with firmware 0x26660700 or newer #150

Closed DavidKarlas closed 3 years ago

DavidKarlas commented 3 years ago

Copy paste from documentation: Due a regression in firmware version 0x26660700 the additional empty U32 ‘Reserved’ field needs to be part of the request, which raises the frame length from 5 to 9. Older versions also accept the additional field.

DavidKarlas commented 3 years ago

@reinux I had some time tonight and upgraded firmware and tried... Looked in documentation and saw problem immediately...

Mr-Markus commented 3 years ago

Thanks!

reinux commented 3 years ago

Thanks @DavidKarlas and @Mr-Markus !