-
Notifications
You must be signed in to change notification settings - Fork 38
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
Thermostat gets ACHTUNG: Sending OOM status (TZ-1438) #521
Comments
It seems that I don't get a callback when raise lower is too low but callbacks get allocated. The same think happens when I increasethe temperature |
Hi, Some questions need to be clarified for this issue:
If the commands are sent at a high frequency, you can call |
I tried to reproduce your issue on my side, and everything seems to work fine. I might have missed something, so I’ve attached an example for you. Could you please modify it to create a reproducible example and share it with me? |
Answers checklist.
IDF version.
5.1.5
esp-zigbee-lib version.
1.6
esp-zboss-lib version.
1.6
Espressif SoC revision.
esp32c6
What is the expected behavior?
It won't get oom
What is the actual behavior?
After sending raise/lower heat only 10 or -10 multiple times even when you get error that it is not possible to change temperature by 10 keep sending the message
ZBOSS: nwk/nwk_nlme.c:808 OOM state is detected. ACHTUNG: Out of memory!
ZBOSS: common/zb_bufpool_mult.c:1650 OOM! bufs allocated {21 i-o 38} max 80
ZBOSS: nwk/nwk_nlme.c:850 ACHTUNG: Sending OOM status
ZBOSS: nwk/nwk_nlme.c:850 ACHTUNG: Sending OOM status
ZBOSS: nwk/nwk_nlme.c:850 ACHTUNG: Sending OOM status
ZBOSS: nwk/nwk_nlme.c:850 ACHTUNG: Sending OOM status
ZBOSS: nwk/nwk_nlme.c:850 ACHTUNG: Sending OOM status
ZBOSS: nwk/nwk_nlme.c:850 ACHTUNG: Sending OOM status
ZBOSS: nwk/nwk_nlme.c:850 ACHTUNG: Sending OOM status
ZBOSS: nwk/nwk_nlme.c:850 ACHTUNG: Sending OOM status
ZBOSS: nwk/nwk_nlme.c:850 ACHTUNG: Sending OOM status
And zigbee stops responding. It is not possible to send anything to the device
Steps to reproduce.
...
More Information.
No response
The text was updated successfully, but these errors were encountered: