Closed rvalitov closed 2 weeks ago
I can't see something obvious wrong. Joining in z2m is enabled and the device is in close to the coordinator? Check z2m debug log if there is something. Did you use the example as is? Otherwise try to delete your build folder, erase the whole flash, if you have a experimental z2m setup you could stop z2m, disconnect the coordinator, delete state.json, database.db and coordinator_backup.json.
Thank you for a prompt response! I will try to check the Z2m logs. The device should go into pairing mode automatically? Or I need to hold the button? I tried that in any case and there's no difference. Anyway I would like to know the pairing logic.
After first boot or after zigbee.reset
(pressing the button for >5s) the device tries to join a network 10 times with 1s break and then every 10 minutes until it succeeds.
Every Network steering was not successful
is a failed attempt to find or join a network.
I made some tests. The reason was that the device was too far from the coordinator. It's just behind a thin 4-5 cm wall. For all other devices in this room I have about 170 LQI. So I never thought that the signal strength of this ESP32-C6 is so surprisingly low. Perhaps, there's a way to change the power in the config? Does the H2 also has so poor Zigbee radio strength?
My H2 shows 118lqi, 50 cm from an old CC2531 usb dongle coordinator. Don't have other devices connected to compare... Could you flash a pure esp-idf example to see if it is the same? I don't have a C6 for testing here...
What do you mean by pure example? Can you share it?
OK, thanks for the link! So I should compare just the LQI level?
Hi! Thank you for such a great project! I'm trying to run the example on ESP32-C6 but I get error that
Network steering was not successful
. The device does not connect to Z2M in HA. Any advice?