for some reasons, i can´t find the variable for my MQTT device !
even if i search for the value inside Variable-list…
{
"class": "MqttSensor",
"id": "mqttsonoffPOWinfo",
"name": "Ladestation Infos",
"attributes": [
{
"name": "ENERGY.Yesterday",
"topic": "tele/sonoffPOW/SENSOR",
"type": "number",
"unit": "kWh",
"acronym": "Gestern",
"messageMap": {}
},
{
"name": "ENERGY.Today",
"topic": "tele/sonoffPOW/SENSOR",
"type": "number",
"unit": "kwh",
"acronym": "Heute",
"messageMap": {}
},
{
"name": "ENERGY.Current",
"topic": "tele/sonoffPOW/SENSOR",
"type": "number",
"unit": "A",
"acronym": "I",
"messageMap": {}
},
{
"name": "ENERGY.Voltage",
"topic": "tele/sonoffPOW/SENSOR",
"type": "number",
"unit": "V",
"acronym": "U",
"messageMap": {}
},
{
"name": "ENERGY.Power",
"topic": "tele/sonoffPOW/SENSOR",
"type": "number",
"unit": "W",
"acronym": "P",
"messageMap": {}
}
this is my config for my MQTT device, everything is shown on the pimatic page, but can´t find Variables inside list !?