-
Notifications
You must be signed in to change notification settings - Fork 41
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
Getting lag in ESP_ZB_CORE_SET_ATTR_VALUE_CB_ID (TZ-1521) #555
Comments
I am getting this lag and data skip in "zb_attribute_handler" when this message "ZDO signal: NLME Status Indication (0x32), status: ESP_OK" displayed on Terminal . |
On printing printf("%s, status: 0x%x\n", esp_zb_zdo_signal_to_string(sig_type), *(uint8_t *)esp_zb_app_signal_get_params(p_sg_p)); |
Hi @xieqinan Any update? |
The |
My example code is same as "examples/esp_zigbee_HA_sample/HA_on_off_light". I am testing it with Home Assistant and i am getting this message not at all time but getting when attribute callback executed. |
Please try to capture the communication message by the sniffer, it can let's know the root of this issue rather than discussing the surface phenomenon. |
The devices with short address 0x8ad3, 0x5787, 0x74ef, 0xd18d are creating lag and displaying signal code 0x09. |
new_capture_0x0b79.zip Above capture file is for a single device 0x0b79. This can be helpful for you. |
Question
I connected Home Assistant to zigbee network. All my Espressif Zigbee nodes are getting lag in receiving data from home assistant. Sometimes i am getting irregular "zb_attribute_handler" callback data receptions.
I compare my Espressif Zigbee light node with GLEDOPTO Zigbee light. The GLEDOPTO Zigbee light is continuously running without any lag with home assistant.
I then checked simple Zigbee Example "examples/esp_zigbee_HA_sample/HA_on_off_light", my issue is same.
What will be the issue? Can anyone please let me know?
Additional context.
No response
The text was updated successfully, but these errors were encountered: