mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update zha.markdown with info on visualization (#26848)
Co-authored-by: Danny Tsang <567982+dannytsang@users.noreply.github.com> Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
ed87d6c7a7
commit
c997ecefcd
@ -581,6 +581,29 @@ Since all Zigbee Coordinator radio adapters are very sensitive/susceptible to al
|
|||||||
- Place your Zigbee Coordinator away from any Wi-Fi access points and all other sources of WiFi.
|
- Place your Zigbee Coordinator away from any Wi-Fi access points and all other sources of WiFi.
|
||||||
- Wi-Fi frequency ranges can overlap with Zigbee, see the section above on defining Zigbee channel use.
|
- Wi-Fi frequency ranges can overlap with Zigbee, see the section above on defining Zigbee channel use.
|
||||||
|
|
||||||
|
### Zigbee network visualization in ZHA UI
|
||||||
|
|
||||||
|
The ZHA configuration UI has a tab to visualize device links in your Zigbee network topology.
|
||||||
|
|
||||||
|
The network visualization can help to identify devices with poor connection (that is, low values on the link). You will need to look at the ZHA logs to find more detailed information required for troubleshooting.
|
||||||
|
|
||||||
|
The visualization shows multi-hop connections between your paired devices and their reported cumulative values of Received Signal Strength Indicator (RSSI) and Link Quality Indication (LQI).
|
||||||
|
|
||||||
|
The exact method in which these values are reported depends on the Zigbee network stack used on each device. LQI values can be modified at each step as the message propagates through the mesh networking matrix.
|
||||||
|
|
||||||
|
#### How to interpret RSSI and LQI values
|
||||||
|
|
||||||
|
Interpreting RSSI and LQI values is complex. Unless you are a Zigbee specialist yourself or are guided by one, please ignore those values. They can be misleading. If you delve into this, it is important to understand not to judge RSSI or LQI values on their own. When troubleshooting Zigbee messages that are being dropped, you must interpret the combination of both RSSI and LQI.
|
||||||
|
|
||||||
|
RSSI (Received Signal Strength Indicator) values are an indicator value of the raw signal strength between two devices. RSSI values are negative numbers in -dBm format (0 to -100 power ratio in decibels of the measured power referenced to one milliwatt). Lower negative values indicate less interference and a good signal. RSSI information is only between the endpoint device and the first hop from that device. As such, it may not necessarily show signal strength to the Zigbee Coordinator but instead could be showing signal strength to the nearest Zigbee Router device.
|
||||||
|
|
||||||
|
- Generally, anything -60 and above (meaning -50, -40, etc.) in RSSI should be considered a strong signal (not losing messages).
|
||||||
|
- Anything at -80 and below (meaning -85, -90, etc.) should be considered a noise environment and you risk losing messages.
|
||||||
|
|
||||||
|
LQI (Link Quality Index) values can be hard to interpret for Zigbee. This is because the Zigbee specifications and the (IEEE 802.15.4 specification) do not standardize how to perform LQI measurements. LQI values are shown as positive numbers on a scale. But because the value provided by the Zigbee devices is not measured using unified standards from all device manufacturers and Zigbee stacks, the values can not always be trusted. For example, Zigbee devices based on Silicon Labs EmberZNet stack use positive display numbers for LQI, where higher is better and lower is worse. The Texas Instruments Z-Stack computes LQI for each received packet from the raw “received signal strength index” (RSSI) by linearly scaling it between the minimum and maximum defined RF power levels for the radio that more or less just provides an LQI value that, based on the strength of the received signal. This can be misleading in case the user has a noisy environment with interference within the same frequency range (as the RSSI value may be shown as increased even though the true link quality decreases). Other manufacturers and Zigbee stacks measure and calculate LQI values in another way.
|
||||||
|
|
||||||
|
- In theory, an LQI value of 255 means a zero error rate in theory. In general, a positive high LQI value is better and a lower LQI value is worse. However, depending on your devices, that might not be the reality.
|
||||||
|
|
||||||
### Reporting issues
|
### Reporting issues
|
||||||
|
|
||||||
When reporting issues, please provide the following information in addition to information requested by issue template:
|
When reporting issues, please provide the following information in addition to information requested by issue template:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user