Hello,
I have connected a bunch of Xiaomi sensors through ZigBee2MQTT bridge. Everything works like a charm apart from the fact sensors do not appear in the user interface among other sensors. How to correct that?
Thanks&Regards
Hello,
I have connected a bunch of Xiaomi sensors through ZigBee2MQTT bridge. Everything works like a charm apart from the fact sensors do not appear in the user interface among other sensors. How to correct that?
Thanks&Regards
Did you set it, and Home Assistant, up for MQTT Discovery?
Do the devices show in Developer Tools -> States?
It has been done. Here is a part of configuration.yaml:
mqtt:
discovery: true
birth_message:
topic: ‘hass/status’
payload: ‘online’
will_message:
topic: ‘hass/status’
payload: ‘offline’
embedded:
Devices are seen in Developer Tools -> States.
Did you add them to a lovelace panel?
Ooops… Would be nice if you briefly described how to do that.