FAQ ans Lifehacks
Good to know
Best channel for a Zigbee network
According to this article by Metageekopen in new window the best is to use channel 15 for ZIgbee and channels 1,6 and 11 for your home WiFi networks. The rule - make the networks as less overlaps as possible.
Have a look on other interesting topics at those web-resource, some of them are listed below:
- ZigBee and Wi-Fi Coexistenceopen in new window;
- Choosing a WiFi Channelopen in new window;
- Why Channels 1, 6, and 11? (video)open in new window;
Common errors
Zigbee2MQTT: Error Network Commissioning Timeout (panID or extendedPanID already exists nearby)
This error is discussed in these two threads: firstopen in new window and secondopen in new window.
According to the first thread, the most possible issue cause this error is: zigbee2mqtt will always use the same, default extendedPanId unless you set it to something else in the config file
advanced:
pan_id: GENERATE
ext_pan_id: [0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08]
network_key: GENERATE
2
3
4
According to the second thread, the users propose to start without antennas or routers nearby: Try unscrewing the antenna during startup. Or unplug any near by routers temporarily.
Try to do abovementioned as well as start ZHA just to test your device:
- Go to Home Assistant
- Click
Settings
- Go to
Devices & Services
- Click
Add integration
(right bottom corner) - Find «Zigbee Home Automation», click on it;
- Between two options «Add Zigbee device» and «Zigbee Home Automation» choose
Zigbee Home Automation
; - Select serial port window -
Enter manually
- Radio type window -
ZNP = Texas Instruments Z-Stack ZNP …
- Serial port settings window:
- Serial device path: « socket://192.168.1.105:6638 », where 192.168.1.105 is IP address of your SLZB-06;
- port speed left by default 115200;
- data flow control undefined (it does not matter for LAN adapters)
- Press
Submit
. - Network formation window -
Erase network settings and form a new network
- Wait for Zigbee network and try to add some Zigbee end-device (e.g. sensor etc)
If ZHA starts - means that the problem in communication between Zigbee2MQTT and Z-Stack firmware, flashed to the adapter. To solve it - try steps above ZHA part.
Add some functionality
SLZB-06 & ESPHome firmware
You can run ESPHome firmware on your SLZB-06 device. Follow this official repositoryopen in new window for the latest ESPHome YAML file.
- ESPHome Bluetooth Proxy, follow this manualopen in new window.
- ESPHome Bluetooth Low Energy Tracker Hubopen in new window.
- ESPHome BLE CLientopen in new window.
Run SLZB-06 as a Zigbee router
Simple.
- Download a router firmwareopen in new window - you have to use
...other_router
- Flash it using the manual in section Flashing and Updatingopen in new window;
- Power the device On. It will start in a pairing mode so add it to your current zigbee network. If you want to re-pair it, go to the web-interface, sectionn
SYstem and Tools
and pressRouter reconnect
at theSystem control
tab.
WARNING
chapter to be added