Hello, all.
I am completely new to Zigbee. I just bought the “SMLight SLZB-06” coordinator and installed following this guide: from “Lazy Tech Guy”.
Everything went well until open the zigbee2mqtt Add-on, it shows the Onboarding page with almost all the fields grayed out and a submit button at the end.
By pressing the submit button I get the message:
Settings saved.
Zigbee2MQTT is now starting…
You can close this page.
So I close the page and if I open the Add-on again from the left menu in Home Assistant, I get the same Onboarding page and not the page were I can start adding devices.
This is the info of the coordinator:
These are my settings:
The Zigbee2MQTT and ZHA Config generator…
# Pay attention, if you use the Z2M addon for HA, it is better to edit Z2M addon yaml configuration file directly (Select the 3 dot menu in the upper right corner → "Edit in YAML")
serial:
# Location of SLZB-06
port: tcp://192.168.1.116:6638
baudrate: 460800
adapter: zstack
# Disable green led?
disable_led: false
# Set output power to max 20
advanced:
transmit_power: 20
On /homeassistant/zigbee2mqtt/configuration.yaml
version: 4
mqtt:
base_topic: zigbee2mqtt
server: mqtt://core-mosquitto:1883
user: addons
password: thispasswordisnottherealone8uPei2vu3woix6Li8Aulai4nauVieneekaer4oph3
serial:
rtscts: false
port: tcp://192.168.1.116:6638
adapter: zstack
baudrate: 460800
advanced:
log_level: info
channel: 11
network_key:
- 183
- 194
- 171
- 73
- 146
- 176
- 61
- 252
- 208
- 57
- 213
- 170
- 179
- 195
- 42
- 196
pan_id: 20919
ext_pan_id:
- 255
- 231
- 233
- 171
- 20
- 205
- 16
- 41
frontend:
enabled: true
port: 8099
homeassistant:
enabled: true
discovery_topic: homeassistant
status_topic: homeassistant/status
experimental_event_entities: false
legacy_action_sensor: false
onboarding: true
and in the Add-on configuration…
socat:
enabled: false
master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
options: "-d -d"
log: false
mqtt: nothing
serial:
port: tcp://192.168.1.116:6638
baudrate: 460800
adapter: zstack
What I am missing?
Thanks in advanced