[
    {
        "id": "063881e78de20a66",
        "type": "tab",
        "label": "Flow 1",
        "disabled": false,
        "info": "",
        "env": []
    },
    {
        "id": "b6d8f488647a9dcd",
        "type": "inject",
        "z": "063881e78de20a66",
        "name": "Ausführung je 1 Sekunde",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "1",
        "crontab": "",
        "once": true,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "",
        "payloadType": "str",
        "x": 150,
        "y": 120,
        "wires": [
            [
                "f5053cf51d5609b8"
            ]
        ]
    },
    {
        "id": "f5053cf51d5609b8",
        "type": "http request",
        "z": "063881e78de20a66",
        "name": "Trockner HTTP-API",
        "method": "GET",
        "ret": "obj",
        "paytoqs": "ignore",
        "url": "http://192.168.1.146/rpc/Switch.GetStatus?id=0",
        "tls": "",
        "persist": false,
        "proxy": "",
        "insecureHTTPParser": false,
        "authType": "",
        "senderr": false,
        "headers": [],
        "x": 370,
        "y": 120,
        "wires": [
            [
                "3b8fed012bc0e2b8"
            ]
        ]
    },
    {
        "id": "3b8fed012bc0e2b8",
        "type": "change",
        "z": "063881e78de20a66",
        "name": "Werte Filtern",
        "rules": [
            {
                "t": "set",
                "p": "payload",
                "pt": "msg",
                "to": "{\"apower\": payload.result ? payload.result.apower : payload.apower}",
                "tot": "jsonata"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 610,
        "y": 120,
        "wires": [
            [
                "5d7a41083a463bb0",
                "f3dfc8cc8d38cb29"
            ]
        ]
    },
    {
        "id": "5d7a41083a463bb0",
        "type": "debug",
        "z": "063881e78de20a66",
        "name": "debug 3",
        "active": false,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "statusVal": "",
        "statusType": "auto",
        "x": 820,
        "y": 180,
        "wires": []
    },
    {
        "id": "f3dfc8cc8d38cb29",
        "type": "influxdb out",
        "z": "063881e78de20a66",
        "influxdb": "07d5316273aa4fc0",
        "name": "InfluxDB_Shelly_Trockner",
        "measurement": "Trockner",
        "precision": "",
        "retentionPolicy": "",
        "database": "database",
        "precisionV18FluxV20": "ms",
        "retentionPolicyV18Flux": "",
        "org": "dennis_privat",
        "bucket": "test",
        "x": 870,
        "y": 120,
        "wires": []
    },
    {
        "id": "f942a3537dd0fe7d",
        "type": "inject",
        "z": "063881e78de20a66",
        "name": "Ausführung je 1 Sekunde",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "1",
        "crontab": "",
        "once": true,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "",
        "payloadType": "str",
        "x": 150,
        "y": 260,
        "wires": [
            [
                "efb69b433040a26e"
            ]
        ]
    },
    {
        "id": "efb69b433040a26e",
        "type": "http request",
        "z": "063881e78de20a66",
        "name": "Waschmaschine HTTP-API",
        "method": "GET",
        "ret": "obj",
        "paytoqs": "ignore",
        "url": "http://192.168.1.158/rpc/Switch.GetStatus?id=0",
        "tls": "",
        "persist": false,
        "proxy": "",
        "insecureHTTPParser": false,
        "authType": "",
        "senderr": false,
        "headers": [],
        "x": 400,
        "y": 260,
        "wires": [
            [
                "7b882424a8fca74f"
            ]
        ]
    },
    {
        "id": "7b882424a8fca74f",
        "type": "change",
        "z": "063881e78de20a66",
        "name": "Werte Filtern",
        "rules": [
            {
                "t": "set",
                "p": "payload",
                "pt": "msg",
                "to": "{\"apower\": payload.result ? payload.result.apower : payload.apower}",
                "tot": "jsonata"
            }
        ],
        "action": "",
        "property": "",
        "from": "",
        "to": "",
        "reg": false,
        "x": 610,
        "y": 260,
        "wires": [
            [
                "2687e2bec572838f",
                "6b7e85b1af783e3a"
            ]
        ]
    },
    {
        "id": "2687e2bec572838f",
        "type": "debug",
        "z": "063881e78de20a66",
        "name": "debug 4",
        "active": false,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "statusVal": "",
        "statusType": "auto",
        "x": 820,
        "y": 320,
        "wires": []
    },
    {
        "id": "6b7e85b1af783e3a",
        "type": "influxdb out",
        "z": "063881e78de20a66",
        "influxdb": "07d5316273aa4fc0",
        "name": "InfluxDB_Shelly_Waschmaschine",
        "measurement": "Waschmaschine",
        "precision": "",
        "retentionPolicy": "",
        "database": "database",
        "precisionV18FluxV20": "ms",
        "retentionPolicyV18Flux": "",
        "org": "dennis_privat",
        "bucket": "test",
        "x": 900,
        "y": 260,
        "wires": []
    },
    {
        "id": "07d5316273aa4fc0",
        "type": "influxdb",
        "hostname": "127.0.0.1",
        "port": 8086,
        "protocol": "http",
        "database": "database",
        "name": "InfluxDB2-OMV7",
        "usetls": false,
        "tls": "",
        "influxdbVersion": "2.0",
        "url": "http://192.168.1.2:8086",
        "timeout": 10,
        "rejectUnauthorized": true
    }
]