Hi everyone. I started with a new home assistant image and I’m running into some issues. I have a zigbee sensor that is recognized by zigbee2mqtt. Using Mqtt Explorer I see the changes being published. But the entities and device are not showing up in mqtt. What can I check? Thanks a lot.
Do you have homeassistant: true defined? Please post your config.
this config?
permit_join: true
mqtt:
base_topic: zigbee2mqtt
server: mqtt://192.168.1.4:1883
user: x
password: x
serial:
port: /dev/ttyUSB0
frontend:
port: 8099
devices:
'0x00158d00090d7804':
friendly_name: sensor_motion_pasillo
Add
homeassistant: true
to your config
1 Like
Excellent friend. Thank you very much.