Skip to content
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

esp_zb_core_action_handler_register callback sometimes not handling two diiferent endpoints responses at same time (TZ-1230) #455

Open
mundevx opened this issue Oct 18, 2024 · 0 comments
Labels

Comments

@mundevx
Copy link

mundevx commented Oct 18, 2024

Question

I am sending on-off toggle command for both endpoints 1 and 2 from coordinator (like home assistant or tuya) at SAME TIME to my zigbee end device with two endpoints 1,2. The end device is running with esp_zb_core_action_handler_register callback. Not all callbacks are received, it is skipping some messages in esp_zb_core_action_handler_register.

I can show you the debug messages:
I (743688) ESP_ZB_CLUSTERS: ======> Callback 2 EP2 ON-OFF=On <======
I (743705) ESP_ZB_CLUSTERS: ======> Callback 3 EP1 ON-OFF=On <======

I (744503) ESP_ZB_CLUSTERS: ======> Callback 4 EP2 ON-OFF=Off <======
I (744509) ESP_ZB_CLUSTERS: ======> Callback 5 EP1 ON-OFF=Off <======

I (744946) ESP_ZB_CLUSTERS: ======> Callback 6 EP2 ON-OFF=On <======
I (744963) ESP_ZB_CLUSTERS: ======> Callback 7 EP1 ON-OFF=On <======

I (745610) ESP_ZB_ON_OFF_SWITCH: ZDO signal: NLME Status Indication (0x32), status: ESP_OK
I (745689) ESP_ZB_CLUSTERS: ======> Callback 8 EP2 ON-OFF=Off <======
I (745756) ESP_ZB_CLUSTERS: ======> Callback 9 EP1 ON-OFF=Off <======

I (746211) ESP_ZB_CLUSTERS: ======> Callback 10 EP1 ON-OFF=On <======
I (748519) ESP_ZB_ON_OFF_SWITCH: ZDO signal: NLME Status Indication (0x32), status: ESP_OK
I (748684) ESP_ZB_CLUSTERS: ======> Callback 11 EP1 ON-OFF=Off <======

I (745689) ESP_ZB_CLUSTERS: ======> Callback 12 EP2 ON-OFF=On <======
I (745756) ESP_ZB_CLUSTERS: ======> Callback 13 EP1 ON-OFF=On <======

Why is this so, Is there any timeout for callback when 2 messages send at same time?

Additional context.

No response

@github-actions github-actions bot changed the title esp_zb_core_action_handler_register callback sometimes not handling two diiferent endpoints responses at same time esp_zb_core_action_handler_register callback sometimes not handling two diiferent endpoints responses at same time (TZ-1230) Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant