[
{
"id": "59d180639f5f1b7b",
"type": "tab",
"label": "Flow 1",
"disabled": false,
"info": "",
"env": []
},
{
"id": "f158e10bbcd3ffef",
"type": "inject",
"z": "59d180639f5f1b7b",
"name": "2s Intervall",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "2",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 1750,
"y": 560,
"wires": [
[
"c5f7909033dc3a26",
"17cd67e25d263d7f",
"07beaf0afca60dd4",
"324b010844de7d65"
]
]
},
{
"id": "17cd67e25d263d7f",
"type": "ioBroker get",
"z": "59d180639f5f1b7b",
"name": "Shelly Solar Vorne Total",
"topic": "mqtt.0.shellyplus1pm1.status.switch:0",
"attrname": "payload",
"payloadType": "object",
"x": 2110,
"y": 500,
"wires": [
[
"da9ace0f483ffa2e"
]
]
},
{
"id": "c5f7909033dc3a26",
"type": "ioBroker get",
"z": "59d180639f5f1b7b",
"name": "Shelly Solar vorne Leistung",
"topic": "mqtt.0.shellyplus1pm1.status.switch:0",
"attrname": "payload",
"payloadType": "object",
"x": 2120,
"y": 440,
"wires": [
[
"900c3404179768dd"
]
]
},
{
"id": "900c3404179768dd",
"type": "json",
"z": "59d180639f5f1b7b",
"name": "",
"property": "payload.val",
"action": "",
"pretty": false,
"x": 2370,
"y": 440,
"wires": [
[
"b4785b2eb58f8759"
]
]
},
{
"id": "b4785b2eb58f8759",
"type": "function",
"z": "59d180639f5f1b7b",
"name": "SVCP, JSON Power",
"func": "msg.payload = msg.payload.val.apower\nmsg.topic = \"SVCP\"\nreturn msg;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 2580,
"y": 440,
"wires": [
[
"d400cbd3aebb7597"
]
]
},
{
"id": "552cd21e1b2b9f29",
"type": "function",
"z": "59d180639f5f1b7b",
"name": "SVTC, JSON Total",
"func": "msg.payload = msg.payload.val.aenergy.total\nmsg.topic = \"SVTC\"\nreturn msg;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 2570,
"y": 500,
"wires": [
[
"d400cbd3aebb7597"
]
]
},
{
"id": "da9ace0f483ffa2e",
"type": "json",
"z": "59d180639f5f1b7b",
"name": "",
"property": "payload.val",
"action": "",
"pretty": false,
"x": 2370,
"y": 500,
"wires": [
[
"552cd21e1b2b9f29"
]
]
},
{
"id": "d400cbd3aebb7597",
"type": "join",
"z": "59d180639f5f1b7b",
"name": "Solarpower",
"mode": "custom",
"build": "object",
"property": "payload",
"propertyType": "msg",
"key": "topic",
"joiner": "\\n",
"joinerType": "str",
"accumulate": false,
"timeout": "1",
"count": "",
"reduceRight": false,
"reduceExp": "",
"reduceInit": "",
"reduceInitType": "num",
"reduceFixup": "",
"x": 2990,
"y": 580,
"wires": [
[
"b13e42ea5defc96f"
]
]
},
{
"id": "b13e42ea5defc96f",
"type": "change",
"z": "59d180639f5f1b7b",
"name": "Measurement Solarpower",
"rules": [
{
"t": "set",
"p": "measurement",
"pt": "msg",
"to": "Solarpower",
"tot": "str"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 3210,
"y": 580,
"wires": [
[]
]
},
{
"id": "324b010844de7d65",
"type": "ioBroker get",
"z": "59d180639f5f1b7b",
"name": "Shelly Solar mitteTotal",
"topic": "mqtt.0.shellyplus1pm1.status.switch:0",
"attrname": "payload",
"payloadType": "object",
"x": 2100,
"y": 620,
"wires": [
[
"ce0111db3ad8a3ba"
]
]
},
{
"id": "07beaf0afca60dd4",
"type": "ioBroker get",
"z": "59d180639f5f1b7b",
"name": "Shelly Solar mitte Leistung",
"topic": "mqtt.0.shellyplus1pm1.status.switch:0",
"attrname": "payload",
"payloadType": "object",
"x": 2120,
"y": 560,
"wires": [
[
"c4dfb0f0d93cdf40"
]
]
},
{
"id": "b48efe8af64a9669",
"type": "function",
"z": "59d180639f5f1b7b",
"name": "SMCP, JSON Power",
"func": "msg.payload = msg.payload.val.apower\nmsg.topic = \"SMCP\"\nreturn msg;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 2580,
"y": 560,
"wires": [
[
"d400cbd3aebb7597"
]
]
},
{
"id": "0956f91bd86233ee",
"type": "function",
"z": "59d180639f5f1b7b",
"name": "SMTC, JSON Total",
"func": "msg.payload = msg.payload.val.aenergy.total\nmsg.topic = \"SMTC\"\nreturn msg;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 2570,
"y": 620,
"wires": [
[
"d400cbd3aebb7597"
]
]
},
{
"id": "c4dfb0f0d93cdf40",
"type": "json",
"z": "59d180639f5f1b7b",
"name": "",
"property": "payload.val",
"action": "",
"pretty": false,
"x": 2370,
"y": 560,
"wires": [
[
"b48efe8af64a9669"
]
]
},
{
"id": "ce0111db3ad8a3ba",
"type": "json",
"z": "59d180639f5f1b7b",
"name": "",
"property": "payload.val",
"action": "",
"pretty": false,
"x": 2370,
"y": 620,
"wires": [
[
"0956f91bd86233ee"
]
]
}
]