-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zigbee Battery Power #213
Comments
I tried a new battery and it is able to report again. The LED was still quite bright on the old battery. Why would the battery be enough to power the device and run the LED, but not be able to report back? |
@HartD92 I can't say I've experienced this issue so far running on ZHA. It would be interesting to capture some logs from your boards when it happens. Out of curiosity, on what platform/hardware are you running your coordinator? |
Hi, it's running on Zigbee2MQTT, with a Conbee II radio. I'm using a black magic probe to flash the boards, and I've not been able yet to figure out how to actually get the debug information from them. |
Your second comment #213 (comment) gives the hint to at least explain it for me. During transmit the MCU uses a lot more power than during idle operation. Pairing and rejoining the network is especially demanding. This is what I observed during power measurements of the devices. If your battery is already low, it simply might not provide enough current to the device during rejoining and the device will fail. This might result in a power cycle or some unpredictable state. You should however be able to recover from this without reflashing the device by simply inserting a fresh coin cell. I did not have any of my devices needing a reflash due to power issues. 🤔 |
I have a number of devices running the latest (non-OTA) zigbee build. While they have been reasonably stable, whenever a device has an issue or drops off the network, the only way to get it to rejoin is to reflash the device. Rebooting or shorting the reset pin does not seem to get it back, even though it flashes the rejoin LED pattern.
hw version is 1.2
The text was updated successfully, but these errors were encountered: