Replies: 1 comment
|
When switching from a different zigbee system to Zigbee2MQTT you need to repair all devices. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I used so far OpenHab with the integrated Zigbee addon and I would like to use zigbee2mqtt without re-pairing all the devices.
Unfortunately the existing devices are not recognized by zigbee2mqtt, so I assume I am doing something wrong with the network key or the ext_pan_id.
In OpenHab I have the following net security key:
50269A21D27A6B87ACC0xxxxxxxxxxxxI tried to convert the network_key to decimal as follow:
network_key: [80,38,154,33,210,122,107,135,172,192,xx,xx,xx,xx,xx,xx]In OpenHab I had the following extended pan ID:
D13528441CxxxxxxI converted it as follows:
ext_pan_id: [0xD1,0x35,0x28,0x44,0x1C,0xxx,0xxx,0xxx]The channel and the pan ID are the same.
Why are the existing devices not recognized? Am I doing some error in defining the network key or ext_pan_id?
Thanks for any help!
All reactions