@pjanuario wrote:
Hi,
I am using Zigbee2MQTT and although it does an amazing job with discovery true, I have my all setup on yaml (so fare at least) and automated, I am trying to configure a MQTT sensor with the device information on it.
Even if I use the configuration as documented the device doesn’t appear in the device list and configuration doesnt show any warning or error.
Any clue what am I doign wrong?
- platform: "mqtt" unique_id: "0x00158d000232a9ad_linkquality_zigbee2mqtt" name: frontdoor_contact_linkquality state_topic: "zigbee2mqtt/0x00158d000232a9ad" availability_topic: "zigbee2mqtt/bridge/state" json_attributes_topic: "zigbee2mqtt/0x00158d000232a9ad" unit_of_measurement: "lqi" value_template: "{{ value_json.linkquality }}" device_class: signal_strength device: identifiers: ["zigbee2mqtt_0x00158d000232a9ad"] manufacturer: "Xiaomi" model: "Aqara door & window contact sensor (MCCGQ11LM)" name: "0x00158d000232a9ad" sw_version: "Zigbee2mqtt 1.12.2"
Posts: 3
Participants: 2