Yes Mqtt explorer is responding well. I have changed the the json file again and get this result. Barometer does't appear in the Domoticz Gui
- devices.JPG (34.6 KiB) Viewed 986 times
- values.JPG (17.74 KiB) Viewed 986 times
{
"BME680 Temperature": {
"topic": "BME680_01/temperatur",
"key": "BME680_Temp",
"type": "84", "subtype":"1",
"mapping":{"item":"~*;~;~;~;~"},
"initial":{"nvalue":0, "svalue":"0;0;0;0;0"}
},
"BME680 Humidity": {
"topic": "BME680_01/luftfeuchte",
"key": "BME680_Temp",
"type": "84", "subtype":"1",
"mapping":{"item":"~;~*;~0;~;~"},
"initial":{"nvalue":0, "svalue":"0;0;0;0;0"}
},
"BME680 Pressure": {
"topic": "BME680_01/druck",
"key": "BME680_Temp",
"type": "84", "subtype":"1",
"mapping":{"item":"~;~;~;~*;~0"},
"initial":{"nvalue":0, "svalue":"0;0;0;0;0"}
},
"BME680 Temp": {
"topic": "BME680_01/temperatur",
"type": "80", "subtype": "5", "switchtype": "0",
"mapping": {"item": ""}
},
"BME680 Baro": {
"topic": "BME680_01/druck",
"type": "243", "subtype": "26", "switchtype": "0",
"mapping": {"item": ""}
},
"BME680 Iaq": {
"topic": "BME680_01/iaq",
"type": "249", "subtype":"1",
"mapping":{"item":""}
}
}