Skip to content

Commit db811dd

Browse files
committed
Add example to README
1 parent 95f03de commit db811dd

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,36 @@ Network key sequence: 0
6767
2021-07-12 13:25:15.316 host zigpy_znp.uart DEBUG Closing serial port
6868
```
6969

70+
Performing an energy scan (using a router device instead of the coordinator):
71+
72+
```console
73+
$ zigpy radio znp /dev/cu.usbserial-1420 energy-scan --nwk 0xbc6a
74+
75+
Channel energy (mean of 1 / 5):
76+
------------------------------------------------
77+
+ Lower energy is better
78+
+ Active Zigbee networks on a channel may still cause congestion
79+
+ TX on 26 in North America may be with lower power due to regulations
80+
+ Zigbee channels 15, 20, 25 fall between WiFi channels 1, 6, 11
81+
+ Some Zigbee devices only join networks on channels 15, 20, and 25
82+
------------------------------------------------
83+
- 11 80.00% ################################################################################
84+
- 12 83.53% ###################################################################################
85+
- 13 83.14% ###################################################################################
86+
- 14 78.82% ##############################################################################
87+
- 15 76.47% ############################################################################
88+
- 16 72.16% ########################################################################
89+
- 17 76.47% ############################################################################
90+
- 18 75.69% ###########################################################################
91+
- 19 72.16% ########################################################################
92+
- 20 65.49% #################################################################
93+
- 21 66.67% ##################################################################
94+
- 22 70.59% ######################################################################
95+
- 23 80.00% ################################################################################
96+
- 24 64.31% ################################################################
97+
- 25 77.25% #############################################################################
98+
- 26* 81.96% #################################################################################
99+
```
70100

71101
# OTA
72102
Display basic information about OTA files:

0 commit comments

Comments
 (0)