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

Monitoring RSSI for Zigbee Gateway Devices (TZ-1286) #476

Open
renatomotorline opened this issue Nov 12, 2024 · 1 comment
Open

Monitoring RSSI for Zigbee Gateway Devices (TZ-1286) #476

renatomotorline opened this issue Nov 12, 2024 · 1 comment
Labels

Comments

@renatomotorline
Copy link

Question

What is the best way to keep the RSSI of gateway devices updated? I noticed that esp_zb_zcl_cmd_read_attr_resp_message_t contains RSSI information, but esp_zb_zcl_report_attr_message_t does not. Shouldn't the RSSI information also be included in esp_zb_zcl_report_attr_message_t to facilitate continuous monitoring?

Additional context.

No response

@github-actions github-actions bot changed the title Monitoring RSSI for Zigbee Gateway Devices Monitoring RSSI for Zigbee Gateway Devices (TZ-1286) Nov 12, 2024
@xieqinan
Copy link
Contributor

What is the best way to keep the RSSI of gateway devices updated?

The Zigbee specification does not define a specific application command to retrieve the RSSI of devices, so I think the good way depend on your application, there isn’t an ideal method for monitoring device RSSI directly. However, esp_zb_zdo_mgmt_lqi_req() provides a way to obtain basic information, including the LQI, from the neighbor table of a local or remote device—this may meet your requirements. Alternatively, you can use esp_zb_nwk_get_next_neighbor() to check the RSSI of devices listed in the gateway's neighbor table.

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

2 participants