You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But actually nothing is happening after sending the request:
I (505) ESP_ZB_GASMETER: Recived Zigbee signal: ZDO Config Ready (0x17), status: ESP_FAIL
I (505) ESP_ZB_GASMETER: Recived Zigbee signal: ZDO Skip Start Up (0x1), status: ESP_OK
I (505) ESP_ZB_GASMETER: Initialize Zigbee stack
I (2915) ESP_ZB_GASMETER: Recived Zigbee signal: BDB Device Reboot (0x6), status: ESP_OK
I (2915) ESP_ZB_GASMETER: Device started up in non factory-reset mode
I (2915) ESP_ZB_GASMETER: Device rebooted
I (2925) ESP_ZB_GASMETER: Requesting time from coordinator...
Is that the correct way to fetch the time from the zigbee network?
Additional context.
No response
The text was updated successfully, but these errors were encountered:
Is that the correct way to fetch the time from the zigbee network?
I think so. Have you registered the zb_action_handler using esp_zb_core_action_handler_register()? please refer to the link. If this is already done, could you check whether the read_response command has been sent by the coordinator?
It seems I don't get a reply at all. Where should I expect the read_response command?
It is better to use the Zigbee sniffer to capture it from the air. If the coordinator without response anything, the zb_action_handler() will not be triggered.
Question
Hello,
I'm currently try to get the time from my coordinator (Sonoff ZBDonge-E).
After the network steering I try to request the time:
But actually nothing is happening after sending the request:
Is that the correct way to fetch the time from the zigbee network?
Additional context.
No response
The text was updated successfully, but these errors were encountered: