Xiaomi (Honeywell) Smoke Detector doesn't show up as a Thing

Hi there,

My smoke detector - which works fine in Xiaomi Home App - doesn’t show up in vsCode.
(I’m running oH2.4 on Raspi3b with Xiaomi-Binding in connection with original Xiaomi-Gateway)

image

And thus not in sitemap:

All other Xiaomi devices are working fine …

I use text based configuration

xiaomi.things (excerpt)

Bridge mihome:bridge:xyz "Xiaomi Gateway" [ serialNumber="xyz", ipAddress="192.168.178.69", port=9898, key="mykey", pollingInterval=6000 ] {
    Things:
    gateway xyz "Xiaomi: Mi Smart Home Gateway" [itemId="xyz"]
	sensor_plug 158d000xxxx "Xiaomi: Zwischenstecker 1" [itemId="158d000xxxx"]
    sensor_smoke 158d000yyyy "Xiaomi: Rauchmelder 1" [itemId="158d000yyyy"]
}

xiaomi.items

Number   XiaomiRauchmelder1_Density         "Xiaomi Rauchmelder 1 - Particle Density"           <fire>  {channel="mihome:smoke:xyz:158d000yyyy:density"}
Switch   XiaomiRauchmelder1_Alarm           "Xiaomi Rauchmelder 1 - Smoke detected"             <fire>  {channel="mihome:smoke:xyz:158d000yyyy:alarm"}
String   XiaomiRauchmelder1_Status          "Xiaomi Rauchmelder 1 - Status"                     <fire>  {channel="mihome:smoke:xyz:158d000yyyy:status"}
Number   XiaomiRauchmelder1_BatteryLevel    "Xiaomi Rauchmelder 1 - Batterieladung"             <fire>  {channel="mihome:smoke:xyz:158d000yyyy:batteryLevel"}
Switch   XiaomiRauchmelder1_LowBattery      "Xiaomi Rauchmelder 1 - Niedriger Batteriestatus"   <fire>  {channel="mihome:smoke:xyz:158d000yyyy:lowBattery"}

The device does show up in paper ui inbox

image

But I want to use only text files on my system.

Any ideas?

Remove :xyx from the channel definition.
Should be

Number   XiaomiRauchmelder1_Density         "Xiaomi Rauchmelder 1 - Particle Density"           <fire>  {channel="mihome:smoke:158d000yyyy:density"}

Are you sure - as this refers to the bridge …

Bridge mihome:bridge:xyz "Xiaomi Gateway" [ serialNumber="xyz", ipAddress="192.168.178.69", port=9898, key="mykey", pollingInterval=6000 ] {