Hallo,
versuche meinen espeasy über mqtt mit Pimatic zu verbinden. Bekomme aber keine Werte angezeigt.
Im Log zeigt er mir keine Fehler an.
{
"plugin": "mqtt",
"brokers": [
{
"brokerId": "default",
"host": "localhost",
"port": 1883,
"reconnect": 5000,
"username": "++++",
"password": "++++"
}
],
"active": true
},
{
"attributes": [
{
"name": "ds-temperature",
"topic": "/esp01/ds18b20/temperature",
"type": "number",
"acronym": "DS-Temperature",
"messageMap": {},
"unit": ""
}
],
"xAttributeOptions": [],
"id": "esp01",
"name": "ESP-01",
"class": "MqttSensor"
}
],
}
was mach ich falsch?