@michael-rudek said in MQTT Sensor Sonoff POW:
tele/pow1/SENSOR
tasmota is flashed 5.14
{
"attributes": [
{
"name": "ENERGY.Total",
"topic": "tele/Waschmaschine/SENSOR",
"type": "number",
"unit": "kWh",
"acronym": "Total",
"messageMap": {}
}
],
"xAttributeOptions": [],
"id": "energytotal",
"name": "ENERGY.Total",
"class": "MqttSensor"
}
but i shows only Total Unknown kWh
i think the Problem is “topic”: "tele/Waschmaschine/SENSOR und my IOBroker
//edit
"attributes": [
{
"name": "ENERGY.Current",
"topic": "Waschmaschine/SENSOR",
"type": "number",
"unit": "Current",
"acronym": "kWh",
"messageMap": {}
}
],
"xAttributeOptions": [],
"id": "waschmaschine-verbrauch",
"name": "Waschmaschine Verbrauch",
"class": "MqttSensor"
}
],
...
Ok its Works
"type": "number",
"unit": "Current",
"acronym": "kWh",