I have just setup Zigbee2MQTT for the first time and running into a snag. The Zigbee2MQTT addon appears to be functioning perfectly. I added devices, and can control them from there. Sadly I cant see any of them in Home Assistant devices. It is my understanding that the MQTT add on is what brings those into Home Assistant.
I am running Home Assistant Supervisor, added MQTT through the Supervisor add ons, and added Zigbee2MQTT via supervisor add ons.
In the MQTT settings, i grabbed the IP address and added that to the Zigbee2mqtt configuration as seen below.
data_path: /config/zigbee2mqtt
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:
server: mqtt://172.30.32.1:1883
serial:
port: /dev/ttyUSB0
here is a capture of the logs from the zigbee2mqtt add on
Zigbee2MQTT:info 2022-04-16 09:19:22: MQTT publish: topic ‘zigbee2mqtt/edited Garage Door’, payload ‘{“battery”:94,“battery_low”:null,“contact”:null,“linkquality”:109,“moving”:false,“tamper”:null,“temperature”:18.39,“voltage”:2700,“x_axis”:-2,“y_axis”:-1051,“z_axis”:-34}’
Zigbee2MQTT:info 2022-04-16 09:25:57: MQTT publish: topic ‘zigbee2mqtt/Master Bedroom Noise Fan’, payload ‘{“linkquality”:54,“state”:“ON”,“update”:{“state”:“idle”},“update_available”:false}’
Zigbee2MQTT:info 2022-04-16 09:25:57: MQTT publish: topic ‘zigbee2mqtt/Master Bedroom Noise Fan’, payload ‘{“linkquality”:47,“state”:“ON”,“update”:{“state”:“idle”},“update_available”:false}’
Zigbee2MQTT:info 2022-04-16 09:27:18: MQTT publish: topic ‘zigbee2mqtt/Garage Freezer’,
Sadly the Integration for MQTT shows no devices or entities.
What could I be missing? When i solve it will i need to remove and re-add all of my devices from the Zigbee2MQTT interface for them to show up in the MQTT Add on Integration (in other words to see them in Home Assistant)?