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)?