@marco121990 Wie gesagt bei steht bei den Sensor States als Eigenschaft ANALOG - das ist jedenfalls nicht normal.
Mit JSONATA gehts auch. - Aber normal ist das halt nicht:
55c8a9b2-a10d-4a43-9235-46e0c800633f-image.png
Spoiler
[
{
"id": "b4f8b97ff6ce20fd",
"type": "inject",
"z": "7e6af0015415146d",
"name": "",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "{\"Time\":\"2023-04-24T22:40:54\",\"\":{\"Total_in\":21816.99,\"Total_out\":7.12,\"Power_curr\":506}}",
"payloadType": "json",
"x": 170,
"y": 2520,
"wires": [
[
"727362f830c74cec",
"c44c1270e188d977",
"e75f702c254d372e"
]
]
},
{
"id": "65baf6533fb7d8a5",
"type": "debug",
"z": "7e6af0015415146d",
"name": "Einzelwerte",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 630,
"y": 2520,
"wires": []
},
{
"id": "727362f830c74cec",
"type": "change",
"z": "7e6af0015415146d",
"name": "",
"rules": [
{
"t": "set",
"p": "payload",
"pt": "msg",
"to": "payload.\"\".Total_in",
"tot": "jsonata"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 410,
"y": 2480,
"wires": [
[
"65baf6533fb7d8a5"
]
]
},
{
"id": "c44c1270e188d977",
"type": "change",
"z": "7e6af0015415146d",
"name": "",
"rules": [
{
"t": "set",
"p": "payload",
"pt": "msg",
"to": "payload.\"\".Total_out",
"tot": "jsonata"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 410,
"y": 2520,
"wires": [
[
"65baf6533fb7d8a5"
]
]
},
{
"id": "e75f702c254d372e",
"type": "change",
"z": "7e6af0015415146d",
"name": "",
"rules": [
{
"t": "set",
"p": "payload",
"pt": "msg",
"to": "payload.\"\".Power_curr",
"tot": "jsonata"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 410,
"y": 2560,
"wires": [
[
"65baf6533fb7d8a5"
]
]
}
]
Vielleicht musst Du dem Stromzähler ein topic oder Namen geben - keine Ahnung - jedenfalls ist das in Tasmota schon schief.