Die letzten sechs Beiträge:

Über mich

Wie viele ....

Random Post
Search
  • Home
  • Tag Archives:  Node-Red
Search
  • Tasmota Plug – Control with Node-Red and MQTT

    Here you will find some Projects to control Tasmota Plugs with the help of Node-Red and MQTT. Requirements are an RaspberryPi ore a Server on which Mosquitto, Node-Red with Dashboard is installed. The Tasmota Plugs should be configured to work in your MQTT Environment, so you have to use Topics, that will fit your naming themes.

    Tasmota is an open source firmware for Espressif ESP8266, ESP32, ESP32-S or ESP32-C3 chipset based devices created and maintained by Theo Arends.

    Tasmota Logo

    You can flash Tasmota Plugs with the Tasmota Firmware: https://tasmota.github.io/docs/

    Here you can see the Blog Posts that i´ve already published

  • Keep your basement dry – WITHOUT electricity costs

    If you have the problem that a room in your basement is damp, this project might help you.

    Keep your basement dry – WITHOUT electricity costs with an “Digital 2-in-1 Dehumidifier” (Sichler electric dehumidifier, dehumidifier & air purifier model: LFT-200 or any other dehumidifier of your choice thas can be switched on / off via the powercord)
    => Control the dehumidifier trough a Tasmota socket and Node-Red, Mosquitto via MQTT on a Raspberry Pi. Switching times are based on adjustable thresholds for battery charge.

    Requirements:

    • Raspberrypi with Node-Red with Dashboard and Mosquitto MQTT Broker installed
    • PV system with batteries: home power station E3/DC
    • RSCP2MQTT installed on the Raspi [(https://github.com/pvtom/rscp2mqtt)] to get Values from the Station
    • Tasmota socket with MQTT switched on and configured for the Mosquitto Broker
    • “Digital 2-in-1 Dehumidifier” or any other Dehumidifier which can be controlled with the Tasmota plug

    The Dehumidifier i´m using:

    Picture of the Dehumidifier

    Picture of the Dehumidifier

    Shop where you can buy the Dehumidifier

    Installation

    Verify that the above Requirements are met.
    Import the flow into Node-RED.
    Make corrections in the Nodes for your System:
    Activate and test the flow.

    Usage

    The flow runs automatically in the background and monitors the incoming values form the PV System.
    If the adjusted Value are reached, the Dehumidifier will start working and drying the Air. If the values are not met it will stop.

    Pictures of the Node-Red Dashboard:

     

    Node-Red Dashboard Control Elements

    Node-Red Dashboard Control Elements

     

    Node-Red Dashboard Zustand

    Node-Red Dashboard Zustand

    License

    This project is licensed under the MIT License.

    Contact

    The Flow of the Project (Downlod here):

    [
        {
            "id": "fad7798580148e6d",
            "type": "group",
            "z": "948162f7d59a232b",
            "style": {
                "stroke": "#999999",
                "stroke-opacity": "1",
                "fill": "none",
                "fill-opacity": "1",
                "label": true,
                "label-position": "nw",
                "color": "#a4a4a4"
            },
            "nodes": [
                "583b3ec8361b0d57",
                "ce37ef6376ea9cbd",
                "9d4c97bac4e78834",
                "9778e2d3b6ddfde3",
                "9e81875bb6f772ae",
                "c8fc51cc976d5145",
                "d6cca2c7d8a638ae",
                "941d64c42315d5e0",
                "0561233652a0c2ec",
                "9014b5d738340d20",
                "259161055f18a4fe",
                "4d48d19951742a23",
                "a8e2f5579f63a2dc",
                "3d43bdd7cc178da7",
                "ea0f64baaf4ee614",
                "f85966c927494ebf",
                "af1dba1b40291188",
                "6dc5cfa56fcfb6ce",
                "2676a2ac0cc7cdb2",
                "071e45791b47638e",
                "aea6342fca8fc732",
                "4b748d6f4a591fcd",
                "34a689110f39bec0",
                "66292c2c9a6fd73f",
                "f513bdd86824f53c",
                "d49ed54c7e4f157a",
                "cf032cb70ba16467",
                "60412301b4b86494",
                "a2b9f3f8051b8b37",
                "fcd22b23513fa73a",
                "3eb12635aed91f82",
                "74ae3c73dbd474cf",
                "eebde64123f8c40b"
            ],
            "x": 28,
            "y": 879,
            "w": 1084,
            "h": 828
        },
        {
            "id": "583b3ec8361b0d57",
            "type": "inject",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "",
            "props": [
                {
                    "p": "payload"
                }
            ],
            "repeat": "",
            "crontab": "",
            "once": false,
            "onceDelay": 0.1,
            "topic": "",
            "payload": "1",
            "payloadType": "num",
            "x": 150,
            "y": 960,
            "wires": [
                [
                    "af1dba1b40291188"
                ]
            ]
        },
        {
            "id": "ce37ef6376ea9cbd",
            "type": "mqtt out",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "Plug-UG-01",
            "topic": "Haus/Keller/Tasmota/Plug-UG-01/cmnd/POWER",
            "qos": "2",
            "retain": "",
            "respTopic": "",
            "contentType": "",
            "userProps": "",
            "correl": "",
            "expiry": "",
            "broker": "88539582a8a310de",
            "x": 430,
            "y": 980,
            "wires": []
        },
        {
            "id": "9d4c97bac4e78834",
            "type": "inject",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "",
            "props": [
                {
                    "p": "payload"
                }
            ],
            "repeat": "",
            "crontab": "",
            "once": false,
            "onceDelay": 0.1,
            "topic": "",
            "payload": "0",
            "payloadType": "num",
            "x": 150,
            "y": 1000,
            "wires": [
                [
                    "f85966c927494ebf"
                ]
            ]
        },
        {
            "id": "9778e2d3b6ddfde3",
            "type": "ui_led",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "order": 2,
            "group": "7481342d26c171a1",
            "width": 3,
            "height": 2,
            "label": "",
            "labelPlacement": "left",
            "labelAlignment": "left",
            "colorForValue": [
                {
                    "color": "#ff0000",
                    "value": "AUS",
                    "valueType": "str"
                },
                {
                    "color": "#00f900",
                    "value": "AN",
                    "valueType": "str"
                }
            ],
            "allowColorForValueInMessage": false,
            "shape": "circle",
            "showGlow": true,
            "name": "Steckdose UG 01 an / aus",
            "x": 880,
            "y": 1020,
            "wires": []
        },
        {
            "id": "9e81875bb6f772ae",
            "type": "ui_toast",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "position": "bottom left",
            "displayTime": "3",
            "highlight": "yellow",
            "sendall": true,
            "outputs": 0,
            "ok": "OK",
            "cancel": "",
            "raw": true,
            "className": "",
            "topic": "Steckdose UG 01 AN / AUS",
            "name": "Steckdose UG 01 wurde geschaltet",
            "x": 900,
            "y": 980,
            "wires": []
        },
        {
            "id": "c8fc51cc976d5145",
            "type": "mqtt in",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "Plug UG 01 SENSOR",
            "topic": "Haus/Keller/Tasmota/Plug-UG-01/SENSOR",
            "qos": "2",
            "datatype": "auto-detect",
            "broker": "88539582a8a310de",
            "nl": false,
            "rap": true,
            "rh": 0,
            "inputs": 0,
            "x": 180,
            "y": 1100,
            "wires": [
                [
                    "0561233652a0c2ec",
                    "259161055f18a4fe",
                    "9014b5d738340d20",
                    "4d48d19951742a23",
                    "071e45791b47638e",
                    "34a689110f39bec0"
                ]
            ]
        },
        {
            "id": "d6cca2c7d8a638ae",
            "type": "debug",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "Spannung",
            "active": false,
            "tosidebar": true,
            "console": false,
            "tostatus": false,
            "complete": "payload",
            "targetType": "msg",
            "statusVal": "",
            "statusType": "auto",
            "x": 910,
            "y": 1080,
            "wires": []
        },
        {
            "id": "941d64c42315d5e0",
            "type": "comment",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "Tasmota Steckdose UG-01 steuern / auswerten - Keller Luftentfeuchter",
            "info": "",
            "x": 330,
            "y": 920,
            "wires": []
        },
        {
            "id": "0561233652a0c2ec",
            "type": "change",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "ENERGY.Voltage",
            "rules": [
                {
                    "t": "move",
                    "p": "payload.ENERGY.Voltage",
                    "pt": "msg",
                    "to": "payload",
                    "tot": "msg"
                }
            ],
            "action": "",
            "property": "",
            "from": "",
            "to": "",
            "reg": false,
            "x": 430,
            "y": 1100,
            "wires": [
                [
                    "d6cca2c7d8a638ae",
                    "2676a2ac0cc7cdb2"
                ]
            ]
        },
        {
            "id": "9014b5d738340d20",
            "type": "change",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "ENERGY.Total",
            "rules": [
                {
                    "t": "move",
                    "p": "payload.ENERGY.Total",
                    "pt": "msg",
                    "to": "payload",
                    "tot": "msg"
                }
            ],
            "action": "",
            "property": "",
            "from": "",
            "to": "",
            "reg": false,
            "x": 420,
            "y": 1140,
            "wires": [
                [
                    "3d43bdd7cc178da7",
                    "6dc5cfa56fcfb6ce"
                ]
            ]
        },
        {
            "id": "259161055f18a4fe",
            "type": "debug",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "SENSOR",
            "active": false,
            "tosidebar": true,
            "console": false,
            "tostatus": false,
            "complete": "payload",
            "targetType": "msg",
            "statusVal": "",
            "statusType": "auto",
            "x": 180,
            "y": 1180,
            "wires": []
        },
        {
            "id": "4d48d19951742a23",
            "type": "change",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "ENERGY.ApparentPower",
            "rules": [
                {
                    "t": "move",
                    "p": "payload.ENERGY.ApparentPower",
                    "pt": "msg",
                    "to": "payload",
                    "tot": "msg"
                }
            ],
            "action": "",
            "property": "",
            "from": "",
            "to": "",
            "reg": false,
            "x": 450,
            "y": 1180,
            "wires": [
                [
                    "a8e2f5579f63a2dc",
                    "ea0f64baaf4ee614",
                    "74ae3c73dbd474cf"
                ]
            ]
        },
        {
            "id": "a8e2f5579f63a2dc",
            "type": "debug",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "Watt VA",
            "active": false,
            "tosidebar": true,
            "console": false,
            "tostatus": false,
            "complete": "payload",
            "targetType": "msg",
            "statusVal": "",
            "statusType": "auto",
            "x": 900,
            "y": 1160,
            "wires": []
        },
        {
            "id": "3d43bdd7cc178da7",
            "type": "debug",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "Gesamt Verbrauch",
            "active": false,
            "tosidebar": true,
            "console": false,
            "tostatus": false,
            "complete": "payload",
            "targetType": "msg",
            "statusVal": "",
            "statusType": "auto",
            "x": 930,
            "y": 1120,
            "wires": []
        },
        {
            "id": "ea0f64baaf4ee614",
            "type": "ui_gauge",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "Aktueller Verbrauch Watt",
            "group": "7481342d26c171a1",
            "order": 3,
            "width": 4,
            "height": 4,
            "gtype": "gage",
            "title": "Aktueller Verbrauch Watt",
            "label": "Watt",
            "format": "{{value}} Watt",
            "min": 0,
            "max": "150",
            "colors": [
                "#00b500",
                "#e6e600",
                "#ca3838"
            ],
            "seg1": "",
            "seg2": "",
            "diff": false,
            "className": "",
            "x": 690,
            "y": 1180,
            "wires": []
        },
        {
            "id": "f85966c927494ebf",
            "type": "ui_button",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "",
            "group": "7481342d26c171a1",
            "order": 6,
            "width": 1,
            "height": 2,
            "passthru": false,
            "label": "AUS",
            "tooltip": "",
            "color": "",
            "bgcolor": "",
            "className": "",
            "icon": "radio_button_unchecked",
            "payload": "0",
            "payloadType": "num",
            "topic": "topic",
            "topicType": "msg",
            "x": 270,
            "y": 1000,
            "wires": [
                [
                    "ce37ef6376ea9cbd",
                    "60412301b4b86494"
                ]
            ]
        },
        {
            "id": "af1dba1b40291188",
            "type": "ui_button",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "",
            "group": "7481342d26c171a1",
            "order": 1,
            "width": 1,
            "height": 2,
            "passthru": false,
            "label": "AN",
            "tooltip": "",
            "color": "",
            "bgcolor": "",
            "className": "",
            "icon": "radio_button_checked",
            "payload": "1",
            "payloadType": "num",
            "topic": "topic",
            "topicType": "msg",
            "x": 270,
            "y": 960,
            "wires": [
                [
                    "ce37ef6376ea9cbd",
                    "60412301b4b86494"
                ]
            ]
        },
        {
            "id": "6dc5cfa56fcfb6ce",
            "type": "ui_chart",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "Gesamt Verbrauch kWh",
            "group": "7481342d26c171a1",
            "order": 5,
            "width": 4,
            "height": 2,
            "label": "",
            "chartType": "line",
            "legend": "false",
            "xformat": "dd HH:mm",
            "interpolate": "linear",
            "nodata": "",
            "dot": false,
            "ymin": "",
            "ymax": "",
            "removeOlder": "1",
            "removeOlderPoints": "",
            "removeOlderUnit": "604800",
            "cutout": 0,
            "useOneColor": false,
            "useUTC": false,
            "colors": [
                "#1f77b4",
                "#aec7e8",
                "#ff7f0e",
                "#2ca02c",
                "#98df8a",
                "#d62728",
                "#ff9896",
                "#9467bd",
                "#c5b0d5"
            ],
            "outputs": 1,
            "useDifferentColor": false,
            "className": "",
            "x": 690,
            "y": 1140,
            "wires": [
                []
            ]
        },
        {
            "id": "2676a2ac0cc7cdb2",
            "type": "ui_text",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "group": "7481342d26c171a1",
            "order": 7,
            "width": 3,
            "height": 2,
            "name": "Spannung",
            "label": "",
            "format": "{{msg.payload}} Volt",
            "layout": "col-center",
            "className": "",
            "style": false,
            "font": "",
            "fontSize": 16,
            "color": "#000000",
            "x": 650,
            "y": 1100,
            "wires": []
        },
        {
            "id": "071e45791b47638e",
            "type": "change",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "ENERGY.Power",
            "rules": [
                {
                    "t": "move",
                    "p": "payload.ENERGY.Power",
                    "pt": "msg",
                    "to": "payload",
                    "tot": "msg"
                }
            ],
            "action": "",
            "property": "",
            "from": "",
            "to": "",
            "reg": false,
            "x": 420,
            "y": 1220,
            "wires": [
                [
                    "aea6342fca8fc732",
                    "4b748d6f4a591fcd"
                ]
            ]
        },
        {
            "id": "aea6342fca8fc732",
            "type": "debug",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "kWh aktuell",
            "active": false,
            "tosidebar": true,
            "console": false,
            "tostatus": false,
            "complete": "payload",
            "targetType": "msg",
            "statusVal": "",
            "statusType": "auto",
            "x": 910,
            "y": 1200,
            "wires": []
        },
        {
            "id": "4b748d6f4a591fcd",
            "type": "ui_chart",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "Aktueller Verbrauch kWh",
            "group": "7481342d26c171a1",
            "order": 8,
            "width": 4,
            "height": 2,
            "label": "",
            "chartType": "line",
            "legend": "false",
            "xformat": "HH:mm",
            "interpolate": "linear",
            "nodata": "",
            "dot": false,
            "ymin": "",
            "ymax": "",
            "removeOlder": "2",
            "removeOlderPoints": "",
            "removeOlderUnit": "3600",
            "cutout": 0,
            "useOneColor": false,
            "useUTC": false,
            "colors": [
                "#1f77b4",
                "#aec7e8",
                "#ff7f0e",
                "#2ca02c",
                "#98df8a",
                "#d62728",
                "#ff9896",
                "#9467bd",
                "#c5b0d5"
            ],
            "outputs": 1,
            "useDifferentColor": false,
            "className": "",
            "x": 690,
            "y": 1220,
            "wires": [
                []
            ]
        },
        {
            "id": "34a689110f39bec0",
            "type": "change",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "ENERGY.Current",
            "rules": [
                {
                    "t": "move",
                    "p": "payload.ENERGY.Current",
                    "pt": "msg",
                    "to": "payload",
                    "tot": "msg"
                }
            ],
            "action": "",
            "property": "",
            "from": "",
            "to": "",
            "reg": false,
            "x": 430,
            "y": 1260,
            "wires": [
                [
                    "66292c2c9a6fd73f",
                    "f513bdd86824f53c"
                ]
            ]
        },
        {
            "id": "66292c2c9a6fd73f",
            "type": "debug",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "A aktuell",
            "active": false,
            "tosidebar": true,
            "console": false,
            "tostatus": false,
            "complete": "payload",
            "targetType": "msg",
            "statusVal": "",
            "statusType": "auto",
            "x": 900,
            "y": 1240,
            "wires": []
        },
        {
            "id": "f513bdd86824f53c",
            "type": "ui_gauge",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "",
            "group": "7481342d26c171a1",
            "order": 4,
            "width": 4,
            "height": 4,
            "gtype": "gage",
            "title": "Verbrauch Ampere",
            "label": "Ampere",
            "format": "{{value}}",
            "min": 0,
            "max": "16",
            "colors": [
                "#00b500",
                "#e6e600",
                "#ca3838"
            ],
            "seg1": "",
            "seg2": "",
            "diff": false,
            "className": "",
            "x": 670,
            "y": 1260,
            "wires": []
        },
        {
            "id": "d49ed54c7e4f157a",
            "type": "mqtt in",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "Plug UG 01 STATE",
            "topic": "Haus/Keller/Tasmota/Plug-UG-01/STATE",
            "qos": "2",
            "datatype": "auto-detect",
            "broker": "88539582a8a310de",
            "nl": false,
            "rap": true,
            "rh": 0,
            "inputs": 0,
            "x": 170,
            "y": 1040,
            "wires": [
                [
                    "cf032cb70ba16467"
                ]
            ]
        },
        {
            "id": "cf032cb70ba16467",
            "type": "change",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "Payload POWER",
            "rules": [
                {
                    "t": "move",
                    "p": "payload.POWER",
                    "pt": "msg",
                    "to": "payload",
                    "tot": "msg"
                }
            ],
            "action": "",
            "property": "",
            "from": "",
            "to": "",
            "reg": false,
            "x": 430,
            "y": 1040,
            "wires": [
                [
                    "a2b9f3f8051b8b37"
                ]
            ]
        },
        {
            "id": "60412301b4b86494",
            "type": "change",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "Payload ändern",
            "rules": [
                {
                    "t": "change",
                    "p": "payload",
                    "pt": "msg",
                    "from": "1",
                    "fromt": "num",
                    "to": "AN",
                    "tot": "str"
                },
                {
                    "t": "change",
                    "p": "payload",
                    "pt": "msg",
                    "from": "0",
                    "fromt": "num",
                    "to": "AUS",
                    "tot": "str"
                }
            ],
            "action": "",
            "property": "",
            "from": "",
            "to": "",
            "reg": false,
            "x": 640,
            "y": 980,
            "wires": [
                [
                    "9778e2d3b6ddfde3",
                    "9e81875bb6f772ae",
                    "fcd22b23513fa73a"
                ]
            ]
        },
        {
            "id": "a2b9f3f8051b8b37",
            "type": "change",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "Payload ändern",
            "rules": [
                {
                    "t": "change",
                    "p": "payload",
                    "pt": "msg",
                    "from": "ON",
                    "fromt": "str",
                    "to": "AN",
                    "tot": "str"
                },
                {
                    "t": "change",
                    "p": "payload",
                    "pt": "msg",
                    "from": "OFF",
                    "fromt": "str",
                    "to": "AUS",
                    "tot": "str"
                }
            ],
            "action": "",
            "property": "",
            "from": "",
            "to": "",
            "reg": false,
            "x": 640,
            "y": 1040,
            "wires": [
                [
                    "9778e2d3b6ddfde3",
                    "fcd22b23513fa73a"
                ]
            ]
        },
        {
            "id": "fcd22b23513fa73a",
            "type": "link out",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "zu E3DC Akku Steuerung",
            "mode": "link",
            "links": [
                "27a960d5656fdc97"
            ],
            "x": 925,
            "y": 920,
            "wires": []
        },
        {
            "id": "3eb12635aed91f82",
            "type": "comment",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "zur Steckdosen Akkusteuerung =>",
            "info": "",
            "x": 740,
            "y": 920,
            "wires": []
        },
        {
            "id": "74ae3c73dbd474cf",
            "type": "link out",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "name": "zu E3DC Watt Anzeige",
            "mode": "link",
            "links": [
                "730586258fa47e1c"
            ],
            "x": 765,
            "y": 1060,
            "wires": []
        },
        {
            "id": "eebde64123f8c40b",
            "type": "group",
            "z": "948162f7d59a232b",
            "g": "fad7798580148e6d",
            "style": {
                "stroke": "#999999",
                "stroke-opacity": "1",
                "fill": "none",
                "fill-opacity": "1",
                "label": true,
                "label-position": "nw",
                "color": "#a4a4a4"
            },
            "nodes": [
                "f1b63107694e70e9",
                "77ba48f8cfe712a4",
                "08ef54e5d364a46c",
                "ecbb019e3253a182",
                "27a960d5656fdc97",
                "b722a788018505c6",
                "fc4f0d8db4ecb974",
                "730586258fa47e1c",
                "52c954b17e7bf4d4",
                "d6f5a61f7a31d4a3",
                "bd65f8e29c68a970",
                "7ccad19143598399",
                "f9ef0d42c6c284dd",
                "9aa1fced9b155c67",
                "47b4a712d2b074c1",
                "d975a2dab0f4a195",
                "f3a3149131c8f5e3",
                "9503b2b6e53876bb",
                "0e12e310fd98d98d",
                "13da3af768167c9e",
                "d72f7580840dd0d6",
                "6298d0e1b20bb323",
                "561807b087ad2d02"
            ],
            "x": 54,
            "y": 1299,
            "w": 1032,
            "h": 382
        },
        {
            "id": "f1b63107694e70e9",
            "type": "debug",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "Akku Ladung %",
            "active": false,
            "tosidebar": true,
            "console": false,
            "tostatus": true,
            "complete": "payload",
            "targetType": "msg",
            "statusVal": "payload",
            "statusType": "auto",
            "x": 220,
            "y": 1380,
            "wires": []
        },
        {
            "id": "77ba48f8cfe712a4",
            "type": "comment",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "E3DC Akkufüllmenge auswerten und Steckdose schalten um Akkus für Geräte zu laden (XX% Schwelle) - Keller Luftentfeuchter",
            "info": "",
            "x": 510,
            "y": 1340,
            "wires": []
        },
        {
            "id": "08ef54e5d364a46c",
            "type": "ui_gauge",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "E3DC Akku Ladezustand in %",
            "group": "070122725e128cea",
            "order": 4,
            "width": 4,
            "height": 3,
            "gtype": "gage",
            "title": "E3DC Akku Ladezustand in %",
            "label": "%",
            "format": "{{value | number:0}}",
            "min": 0,
            "max": "100",
            "colors": [
                "#ff9200",
                "#e6e600",
                "#00f900"
            ],
            "seg1": "69",
            "seg2": "71",
            "diff": false,
            "className": "",
            "x": 510,
            "y": 1420,
            "wires": []
        },
        {
            "id": "ecbb019e3253a182",
            "type": "ui_led",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "order": 5,
            "group": "070122725e128cea",
            "width": 4,
            "height": 2,
            "label": "Steckdose Luftentfeuchter AN / AUS",
            "labelPlacement": "left",
            "labelAlignment": "center",
            "colorForValue": [
                {
                    "color": "#ff0000",
                    "value": "AUS",
                    "valueType": "str"
                },
                {
                    "color": "#00f900",
                    "value": "AN",
                    "valueType": "str"
                }
            ],
            "allowColorForValueInMessage": true,
            "shape": "circle",
            "showGlow": true,
            "name": "Steckdose UG 01 an / aus",
            "x": 940,
            "y": 1500,
            "wires": []
        },
        {
            "id": "27a960d5656fdc97",
            "type": "link in",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "von Plu-EG-01",
            "links": [
                "fcd22b23513fa73a"
            ],
            "x": 785,
            "y": 1500,
            "wires": [
                [
                    "ecbb019e3253a182"
                ]
            ]
        },
        {
            "id": "b722a788018505c6",
            "type": "comment",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "von Plug-UG-01 =>",
            "info": "",
            "x": 650,
            "y": 1500,
            "wires": []
        },
        {
            "id": "fc4f0d8db4ecb974",
            "type": "ui_gauge",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "Aktueller Verbrauch Watt",
            "group": "070122725e128cea",
            "order": 1,
            "width": 4,
            "height": 3,
            "gtype": "gage",
            "title": "Luftentfeuchter Verbrauch",
            "label": "Watt",
            "format": "{{value | number:0}}",
            "min": 0,
            "max": "300",
            "colors": [
                "#00b500",
                "#e6e600",
                "#ca3838"
            ],
            "seg1": "",
            "seg2": "",
            "diff": false,
            "className": "Stromverbrauch",
            "x": 950,
            "y": 1540,
            "wires": []
        },
        {
            "id": "730586258fa47e1c",
            "type": "link in",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "von Plug-EG-01 Watt",
            "links": [
                "74ae3c73dbd474cf"
            ],
            "x": 785,
            "y": 1540,
            "wires": [
                [
                    "fc4f0d8db4ecb974"
                ]
            ]
        },
        {
            "id": "52c954b17e7bf4d4",
            "type": "ui_text",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "group": "070122725e128cea",
            "order": 6,
            "width": 4,
            "height": 2,
            "name": "",
            "label": "Abschaltung unter",
            "format": "{{msg.payload}} %",
            "layout": "col-center",
            "className": "",
            "style": true,
            "font": "Arial Black,Arial Black,Gadget,sans-serif",
            "fontSize": "18",
            "color": "#ff9200",
            "x": 650,
            "y": 1540,
            "wires": []
        },
        {
            "id": "d6f5a61f7a31d4a3",
            "type": "ui_slider",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "Schwellwert einstellen",
            "label": "Schwellwert %",
            "tooltip": "",
            "group": "070122725e128cea",
            "order": 7,
            "width": 8,
            "height": 2,
            "passthru": true,
            "outs": "end",
            "topic": "threshold",
            "topicType": "str",
            "min": "20",
            "max": 100,
            "step": 1,
            "className": "",
            "x": 400,
            "y": 1520,
            "wires": [
                [
                    "bd65f8e29c68a970",
                    "52c954b17e7bf4d4",
                    "47b4a712d2b074c1"
                ]
            ]
        },
        {
            "id": "bd65f8e29c68a970",
            "type": "function",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "Akku% Vergleich Schwellwert",
            "func": "// Save the latest threshold value in context\nif (msg.topic === \"threshold\") {\n    context.set(\"threshold\", msg.payload);\n    return null; // Don't forward this message\n}\n\n// Get the latest threshold value\nlet threshold = context.get(\"threshold\") || 0;\n\n// Get the battery SOC value\nlet battery_soc = msg.payload;\n\n// Compare the battery SOC with the threshold\nif (battery_soc >= threshold) {\n    // Send command to turn on the plug\n    return { topic: \"Haus/Erdgeschoss/Tasmota/Plug-UG-01/cmnd/POWER\", payload: 1 };\n} else {\n    // Send command to turn off the plug\n    return { topic: \"Haus/Erdgeschoss/Tasmota/Plug-UG-01/cmnd/POWER\", payload: 0 };\n}",
            "outputs": 1,
            "timeout": "",
            "noerr": 0,
            "initialize": "",
            "finalize": "",
            "libs": [],
            "x": 510,
            "y": 1460,
            "wires": [
                [
                    "7ccad19143598399",
                    "f9ef0d42c6c284dd"
                ]
            ]
        },
        {
            "id": "7ccad19143598399",
            "type": "debug",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "0 / 1 von Function",
            "active": false,
            "tosidebar": true,
            "console": false,
            "tostatus": true,
            "complete": "payload",
            "targetType": "msg",
            "statusVal": "payload",
            "statusType": "auto",
            "x": 910,
            "y": 1460,
            "wires": []
        },
        {
            "id": "f9ef0d42c6c284dd",
            "type": "mqtt out",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "Plug-UG-01",
            "topic": "Haus/Keller/Tasmota/Plug-UG-01/cmnd/POWER",
            "qos": "2",
            "retain": "true",
            "respTopic": "",
            "contentType": "",
            "userProps": "",
            "correl": "",
            "expiry": "",
            "broker": "88539582a8a310de",
            "x": 750,
            "y": 1420,
            "wires": []
        },
        {
            "id": "9aa1fced9b155c67",
            "type": "mqtt in",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "",
            "topic": "Haus/Keller/e3dc/battery/soc",
            "qos": "2",
            "datatype": "auto-detect",
            "broker": "88539582a8a310de",
            "nl": false,
            "rap": true,
            "rh": 0,
            "inputs": 0,
            "x": 200,
            "y": 1460,
            "wires": [
                [
                    "bd65f8e29c68a970",
                    "f1b63107694e70e9",
                    "08ef54e5d364a46c",
                    "d975a2dab0f4a195"
                ]
            ]
        },
        {
            "id": "47b4a712d2b074c1",
            "type": "debug",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "Schwelle",
            "active": false,
            "tosidebar": true,
            "console": false,
            "tostatus": false,
            "complete": "payload",
            "targetType": "msg",
            "statusVal": "",
            "statusType": "auto",
            "x": 410,
            "y": 1560,
            "wires": []
        },
        {
            "id": "d975a2dab0f4a195",
            "type": "debug",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "Akku gesamte Meldung",
            "active": false,
            "tosidebar": true,
            "console": false,
            "tostatus": false,
            "complete": "true",
            "targetType": "full",
            "statusVal": "",
            "statusType": "auto",
            "x": 470,
            "y": 1380,
            "wires": []
        },
        {
            "id": "f3a3149131c8f5e3",
            "type": "mqtt in",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "",
            "topic": "Haus/Keller/e3dc/battery/power",
            "qos": "2",
            "datatype": "auto-detect",
            "broker": "88539582a8a310de",
            "nl": false,
            "rap": true,
            "rh": 0,
            "inputs": 0,
            "x": 210,
            "y": 1600,
            "wires": [
                [
                    "d72f7580840dd0d6"
                ]
            ]
        },
        {
            "id": "9503b2b6e53876bb",
            "type": "ui_gauge",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "Batterie Be- Entladung in Watt",
            "group": "070122725e128cea",
            "order": 2,
            "width": 4,
            "height": 3,
            "gtype": "gage",
            "title": "Batterie Be- Entladung in Watt",
            "label": "Watt",
            "format": "{{value | number:0}}",
            "min": "-500",
            "max": "1000",
            "colors": [
                "#ff2600",
                "#e6e600",
                "#60c453"
            ],
            "seg1": "0",
            "seg2": "400",
            "diff": false,
            "className": "",
            "x": 930,
            "y": 1600,
            "wires": []
        },
        {
            "id": "0e12e310fd98d98d",
            "type": "mqtt in",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "",
            "topic": "Haus/Keller/e3dc/home/power",
            "qos": "2",
            "datatype": "auto-detect",
            "broker": "88539582a8a310de",
            "nl": false,
            "rap": true,
            "rh": 0,
            "inputs": 0,
            "x": 210,
            "y": 1640,
            "wires": [
                [
                    "6298d0e1b20bb323"
                ]
            ]
        },
        {
            "id": "13da3af768167c9e",
            "type": "ui_gauge",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "Hausverbrauch aktuell in Watt",
            "group": "070122725e128cea",
            "order": 3,
            "width": 4,
            "height": 3,
            "gtype": "gage",
            "title": "Hausverbrauch aktuell in Watt",
            "label": "Watt",
            "format": "{{value | number:0}}",
            "min": "-0",
            "max": "1000",
            "colors": [
                "#00b500",
                "#e6e600",
                "#ca3838"
            ],
            "seg1": "",
            "seg2": "",
            "diff": false,
            "className": "",
            "x": 930,
            "y": 1640,
            "wires": []
        },
        {
            "id": "d72f7580840dd0d6",
            "type": "function",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "Dynamische Werte für Gauge",
            "func": "const value = msg.payload;\n\n// Rundung auf ganze Zahlen\nconst roundedValue = Math.round(value);\n\nconst absValue = Math.abs(roundedValue);\n\n// Berechnung des maxWert, 120% vom absoluten Wert, immer im positiven Bereich\nlet maxWert = Math.round(absValue * 1.2 + 200);\n\n// Berechnung des minWert, abhängig davon, ob value positiv oder negativ ist\nlet minWert = roundedValue < 0 ? Math.round(-absValue * 1.5) : Math.round(-absValue * 0.5);\n\nlet minSeg = Math.round(absValue * 0.4);  // 40% vom absoluten Wert\nlet maxSeg = Math.round(absValue * 0.8);  // 80% vom absoluten Wert\n\n// Debug-Ausgabe zur Überprüfung\nnode.warn(\"Akku Ladung - Max Wert: \" + maxWert + \", Min Wert: \" + minWert + \", Min Seg: \" + minSeg + \", Max Seg: \" + maxSeg);\n\nmsg = {\n    ui_control: {\n        gtype: \"gage\",\n        min: minWert,\n        max: maxWert,\n        colors: [\"red\", \"orange\", \"green\"],\n        seg1: minSeg,\n        seg2: maxSeg\n    },\n    // Sende die gerundeten Werte an das ui_gauge\n    payload: roundedValue\n};\n\nreturn msg;\n",
            "outputs": 1,
            "timeout": "",
            "noerr": 0,
            "initialize": "",
            "finalize": "",
            "libs": [],
            "x": 540,
            "y": 1600,
            "wires": [
                [
                    "9503b2b6e53876bb"
                ]
            ]
        },
        {
            "id": "6298d0e1b20bb323",
            "type": "function",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "Dynamische Werte für Gauge",
            "func": "const value = msg.payload;\n\n// Rundung auf ganze Zahlen\nconst roundedValue = Math.round(value);\n\nconst absValue = Math.abs(roundedValue);\n\n// Berechnung des maxWert, 120% vom absoluten Wert, immer im positiven Bereich\nlet maxWert = Math.round(absValue * 1.2 + 200);\n\n// Berechnung des minWert, abhängig davon, ob value positiv oder negativ ist\nlet minWert = roundedValue < 0 ? Math.round(-absValue * 1.5) : Math.round(-absValue * 0.5);\n\nlet minSeg = Math.round(absValue * 0.4);  // 40% vom absoluten Wert\nlet maxSeg = Math.round(absValue * 0.8);  // 80% vom absoluten Wert\n\n// Debug-Ausgabe zur Überprüfung\nnode.warn(\"Haus Verbrauch - Max Wert: \" + maxWert + \", Min Wert: \" + minWert + \", Min Seg: \" + minSeg + \", Max Seg: \" + maxSeg);\n\nmsg = {\n    ui_control: {\n        gtype: \"gage\",\n        min: minWert,\n        max: maxWert,\n        colors: [\"red\", \"orange\", \"green\"],\n        seg1: minSeg,\n        seg2: maxSeg\n    },\n    // Sende die gerundeten Werte an das ui_gauge\n    payload: roundedValue\n};\n\nreturn msg;\n",
            "outputs": 1,
            "timeout": "",
            "noerr": 0,
            "initialize": "",
            "finalize": "",
            "libs": [],
            "x": 540,
            "y": 1640,
            "wires": [
                [
                    "13da3af768167c9e"
                ]
            ]
        },
        {
            "id": "561807b087ad2d02",
            "type": "inject",
            "z": "948162f7d59a232b",
            "g": "eebde64123f8c40b",
            "name": "Schwelle Akku (Init)",
            "props": [
                {
                    "p": "payload"
                }
            ],
            "repeat": "",
            "crontab": "",
            "once": true,
            "onceDelay": 0.1,
            "topic": "",
            "payload": "80",
            "payloadType": "num",
            "x": 190,
            "y": 1520,
            "wires": [
                [
                    "d6f5a61f7a31d4a3"
                ]
            ]
        },
        {
            "id": "070122725e128cea",
            "type": "ui_group",
            "name": "E3DC Akku % Ladung (LED = Steckdose AN / AUS)",
            "tab": "39cbe7e60fb96760",
            "order": 2,
            "disp": true,
            "width": "8",
            "collapse": false,
            "className": ""
        },
        {
            "id": "39cbe7e60fb96760",
            "type": "ui_tab",
            "name": "E3DC Steuerung - Steckdosenleiste, Luftentfeuchter",
            "icon": "check",
            "order": 14,
            "disabled": false,
            "hidden": false
        },
        {
            "id": "88539582a8a310de",
            "type": "mqtt-broker",
            "name": "Edi´s Raspi (1) Mosquitto",
            "broker": "raspberrypi",
            "port": "1883",
            "clientid": "",
            "autoConnect": true,
            "usetls": false,
            "protocolVersion": "4",
            "keepalive": "60",
            "cleansession": true,
            "autoUnsubscribe": true,
            "birthTopic": "",
            "birthQos": "0",
            "birthRetain": "false",
            "birthPayload": "",
            "birthMsg": {},
            "closeTopic": "",
            "closeQos": "0",
            "closeRetain": "false",
            "closePayload": "",
            "closeMsg": {},
            "willTopic": "",
            "willQos": "0",
            "willRetain": "false",
            "willPayload": "",
            "willMsg": {},
            "userProps": "",
            "sessionExpiry": ""
        },
        {
            "id": "7481342d26c171a1",
            "type": "ui_group",
            "name": "Steckdosen Schalter UG 01 - Keller Luftentfeuchter",
            "tab": "29ec6908.552b36",
            "order": 3,
            "disp": true,
            "width": 16,
            "collapse": false,
            "className": ""
        },
        {
            "id": "29ec6908.552b36",
            "type": "ui_tab",
            "name": "Tasmota Steckdose",
            "icon": "power",
            "order": 12,
            "disabled": false,
            "hidden": false
        }
    ]
  • Window- Doorsensor Monitoring with ZigBee2MQTT, Node-RED on a Raspi

    Overview

    This Node-RED flow is designed to monitor a ZigBee-based WC (restroom) window sensor. It detects the window status (open/closed) and monitors the sensor’s battery level. Relevant state changes trigger Pushover notifications. Now a new Version is online V1.1 with little improvements in the Dashboard when the flow starts.

    Features

    • Window Status Detection: Identifies whether the window is open or closed.
    • Battery Status Monitoring: Keeps track of the sensor’s battery level.
    • Notification System: Sends Pushover notifications when the sensor contact is open for a adjustable time, when the sensor will be closed or the battery level is low.

    Requirements

    • Node-RED installed
    • ZigBee sensor compatible with Node-RED (i have used the Aquara MCCGQ11LM)
    • Pushover credentials to use the notification feature

    Installation

    1. Install Node-RED your desired system.
    2. Required Nodes: Dashboard, Pushover, ZigBee2MQTT, node-red-contrib-ui-led
    3. Import the flow into Node-RED.
    4. Create an Pushover Account if you don´t have
    5. Configure the required Pushover Api Node with your credentials.
    6. Activate and test the flow.

    Usage

    • The flow runs automatically in the background and monitors the sensor.
    • A push notification is sent if the window is opened for an adjustable time, when it ist closed or the battery is low.

    License

    This project is licensed under the MIT License.

    Contact

    For questions or improvements, feel free to open an issue on GitHub or submit a pull request. Or write me an via the Contact Page: https://edi.teppert.com/contact

    Node-Red Flow

    The flow (Download here) is available as a JSON file in the project and can be downloaded or the JSON code can be copied

     


    Here you will find the GitHub Repositroy:

    https://github.com/EdiTep/ZigBee2MQTT-Aquara-Sensor

    The Flow V 1.1 of the Project (Downlod here):

    [
        {
            "id": "d6070f5350480dbb",
            "type": "zigbee2mqtt-in",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "name": "WC Fenster Sensor",
            "server": "1bfcccb11dd30d19",
            "friendly_name": "WCFensterSensor (MCCGQ11LM)",
            "device_id": "0x00158d008b117102",
            "state": "contact",
            "outputAtStartup": false,
            "filterChanges": true,
            "enableMultiple": false,
            "x": 144,
            "y": 100,
            "wires": [
                [
                    "2e1f096ac9e37b56",
                    "dea796bef74cd015",
                    "b968904d4861c3ab"
                ]
            ]
        },
        {
            "id": "cf468edabe628d0d",
            "type": "pushover api",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "keys": "d24db8d2d165ad26",
            "title": "WC Fenster Meldung",
            "name": "WC Fenster Meldung",
            "x": 1074,
            "y": 280,
            "wires": []
        },
        {
            "id": "382888c4c7c1315e",
            "type": "zigbee2mqtt-in",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "name": "WC Fenster Sensor Akku",
            "server": "1bfcccb11dd30d19",
            "friendly_name": "WCFensterSensor (MCCGQ11LM)",
            "device_id": "0x00158d008b117102",
            "state": "battery",
            "outputAtStartup": true,
            "filterChanges": false,
            "enableMultiple": false,
            "x": 164,
            "y": 340,
            "wires": [
                [
                    "8d8e2ed54aaa2a81",
                    "2abbd3a4ad5102dd"
                ]
            ]
        },
        {
            "id": "2e1f096ac9e37b56",
            "type": "function",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "name": "Fenster Zustand auswerten",
            "func": "if (msg.payload === true || msg.payload === 'true') {\n    return [null, msg]; // Open (true) -> second output\n} else if (msg.payload === false || msg.payload === 'false') {\n    return [msg, null]; // Closed (false) -> first output\n} else {\n    return null; // Ignore other values\n}",
            "outputs": 2,
            "timeout": "",
            "noerr": 0,
            "initialize": "",
            "finalize": "",
            "libs": [],
            "x": 214,
            "y": 240,
            "wires": [
                [
                    "6ca24693b4fd377e",
                    "2ceabb5369c7d016",
                    "434f42e55bd0d9f9"
                ],
                [
                    "6ca24693b4fd377e",
                    "ec487efa4e8c2ecf",
                    "434f42e55bd0d9f9"
                ]
            ]
        },
        {
            "id": "66cdc35624062665",
            "type": "comment",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "name": "ZigBee Fenster im WC Sensor überwachen. Wenn Fenster 3 min. oder weitere 5 min. offen eine Pushover Nachricht schicken. Wenn Akku unter 5% ebenfalls",
            "info": "",
            "x": 574,
            "y": 60,
            "wires": []
        },
        {
            "id": "8d8e2ed54aaa2a81",
            "type": "function",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "name": "Batteriestand überwachen",
            "func": "let batteryLevel = msg.payload;\n\n// Prüfe, ob der Batteriestand definiert ist und ≤ 5%\nif (batteryLevel !== undefined && batteryLevel <= 5) {\n    msg.payload = `Warnung: Der Batteriestand des WC-Fenster Sensors ist kritisch: ${batteryLevel}%`;\n    return msg;\n} else {\n    // Keine Nachricht senden, wenn der Batteriestand über 5% liegt\n    return null;\n}",
            "outputs": 1,
            "timeout": "",
            "noerr": 0,
            "initialize": "",
            "finalize": "",
            "libs": [],
            "x": 514,
            "y": 340,
            "wires": [
                [
                    "cf468edabe628d0d"
                ]
            ]
        },
        {
            "id": "b968904d4861c3ab",
            "type": "function",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "name": "Fenster offen / zu Timer",
            "func": "const firstInterval = 3 * 60 * 1000; // 3 Minuten in Millisekunden\nconst secondInterval = 5 * 60 * 1000; // 5 Minuten in Millisekunden\n\n// Lade den letzten Zustand aus dem Kontext (Standard: null)\nconst lastState = context.get('lastState') || null;\n\n// Timer-Objekte initialisieren\nif (!context.firstInterval) context.firstInterval = null;\nif (!context.secondInterval) context.secondInterval = null;\n\nif (msg.payload === false) { // Fenster geöffnet\n    // Nur bei einer Zustandsänderung von geschlossen nach offen ausführen\n    if (lastState !== false) {\n        // Aktualisiere den letzten Zustand\n        context.set('lastState', false);\n\n        // Wenn kein Timer aktiv ist, erstelle einen\n        if (!context.firstInterval && !context.secondInterval) {\n            // Starte den einmaligen Verzögerungstimer für die erste Meldung\n            context.firstInterval = setTimeout(() => {\n                node.send({ payload: 'WC Fenster ist offen!' }); // Erste Nachricht nach 3 Minuten senden\n\n                // Starte wiederholten Timer nach der ersten Meldung\n                context.secondInterval = setInterval(() => {\n                    node.send({ payload: 'WC Fenster ist immer noch offen!' });\n                }, secondInterval);\n            }, firstInterval);\n        }\n    }\n} else if (msg.payload === true) { // Fenster geschlossen\n    // Nur bei einer Zustandsänderung von offen nach geschlossen ausführen\n    if (lastState !== true) {\n        // Aktualisiere den letzten Zustand\n        context.set('lastState', true);\n\n        // Lösche den ersten Verzögerungstimer, falls er noch läuft\n        if (context.firstInterval) {\n            clearTimeout(context.firstInterval);\n            context.firstInterval = null;\n        }\n\n        // Lösche den wiederholten Timer\n        if (context.secondInterval) {\n            clearInterval(context.secondInterval);\n            context.secondInterval = null;\n        }\n\n        // Nachricht senden, dass das Fenster geschlossen wurde\n        node.send({ payload: 'WC Fenster wurde geschlossen' });\n    }\n}\n\nreturn null;\n",
            "outputs": 1,
            "timeout": "",
            "noerr": 0,
            "initialize": "",
            "finalize": "",
            "libs": [],
            "x": 504,
            "y": 100,
            "wires": [
                [
                    "d76908ac9eaae204",
                    "cf468edabe628d0d"
                ]
            ],
            "info": "const firstInterval = 3 * 60 * 1000; // 3 Minuten in Millisekunden\nconst secondInterval = 5 * 60 * 1000; // 5 Minuten in Millisekunden\n\n// Timer-Objekte initialisieren\nif (!context.firstInterval) {\n    context.firstInterval = null;\n}\nif (!context.secondInterval) {\n    context.secondInterval = null;\n}\n\nif (msg.payload === false) { // Fenster geöffnet\n    // Wenn kein Timer aktiv ist, erstelle einen\n    if (!context.firstInterval && !context.secondInterval) {\n        // Starte den einmaligen Verzögerungstimer für die erste Meldung\n        context.firstInterval = setTimeout(() => {\n            node.send({ payload: 'Fenster ist offen!' }); // Erste Nachricht nach 3 Minuten senden\n\n            // Starte wiederholten Timer nach der ersten Meldung\n            context.secondInterval = setInterval(() => {\n                node.send({ payload: 'Fenster ist immer noch offen!' });\n            }, secondInterval);\n        }, firstInterval);\n    }\n} else if (msg.payload === true) { // Fenster geschlossen\n    // Lösche den ersten Verzögerungstimer, falls er noch läuft\n    if (context.firstInterval) {\n        clearTimeout(context.firstInterval);\n        context.firstInterval = null;\n    }\n\n    // Lösche den wiederholten Timer\n    if (context.secondInterval) {\n        clearInterval(context.secondInterval);\n        context.secondInterval = null;\n    }\n\n    node.send({ payload: 'Fenster wurde geschlossen' }); // Nachricht für Schließen\n}\n\nreturn null;\n"
        },
        {
            "id": "d76908ac9eaae204",
            "type": "debug",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "name": "Fenster auf / zu Meldungen",
            "active": true,
            "tosidebar": true,
            "console": false,
            "tostatus": true,
            "complete": "payload",
            "targetType": "msg",
            "statusVal": "payload",
            "statusType": "auto",
            "x": 1054,
            "y": 100,
            "wires": []
        },
        {
            "id": "6ca24693b4fd377e",
            "type": "debug",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "name": "Fenster Zustand",
            "active": true,
            "tosidebar": true,
            "console": false,
            "tostatus": true,
            "complete": "payload",
            "targetType": "msg",
            "statusVal": "payload",
            "statusType": "auto",
            "x": 654,
            "y": 215,
            "wires": []
        },
        {
            "id": "80479bbf8f11d3f4",
            "type": "ui_text",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "group": "507542867a7bb60c",
            "order": 1,
            "width": 6,
            "height": 2,
            "name": "WC Fenster Zustand",
            "label": "",
            "format": "{{msg.payload}}",
            "layout": "col-center",
            "className": "",
            "style": true,
            "font": "Arial Black,Arial Black,Gadget,sans-serif",
            "fontSize": "18",
            "color": "#000000",
            "x": 1074,
            "y": 200,
            "wires": []
        },
        {
            "id": "2abbd3a4ad5102dd",
            "type": "ui_gauge",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "name": "",
            "group": "507542867a7bb60c",
            "order": 3,
            "width": 3,
            "height": 3,
            "gtype": "gage",
            "title": "Akku Sensor Kapazität",
            "label": "%",
            "format": "{{value}} %",
            "min": 0,
            "max": "100",
            "colors": [
                "#ab3f38",
                "#e6e600",
                "#50b232"
            ],
            "seg1": "",
            "seg2": "",
            "diff": false,
            "className": "",
            "x": 1074,
            "y": 320,
            "wires": []
        },
        {
            "id": "434f42e55bd0d9f9",
            "type": "ui_led2",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "order": 2,
            "group": "507542867a7bb60c",
            "width": 3,
            "height": 3,
            "label": "",
            "property": "payload",
            "labelPlacement": "left",
            "labelAlignment": "left",
            "colorForValue": [
                {
                    "color": "#ff0000",
                    "value": "false",
                    "valueType": "bool"
                },
                {
                    "color": "#008000",
                    "value": "true",
                    "valueType": "bool"
                }
            ],
            "allowColorForValueInMessage": false,
            "shape": "circle",
            "showGlow": true,
            "name": "WC Fenster LED",
            "x": 1064,
            "y": 240,
            "wires": []
        },
        {
            "id": "ec487efa4e8c2ecf",
            "type": "change",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "name": "true = GESCHLOSSEN",
            "rules": [
                {
                    "t": "set",
                    "p": "payload",
                    "pt": "msg",
                    "to": "WC Fenster geschlossen",
                    "tot": "str"
                }
            ],
            "action": "",
            "property": "",
            "from": "",
            "to": "",
            "reg": false,
            "x": 504,
            "y": 140,
            "wires": [
                [
                    "80479bbf8f11d3f4"
                ]
            ]
        },
        {
            "id": "2ceabb5369c7d016",
            "type": "change",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "name": "false = OFFEN",
            "rules": [
                {
                    "t": "set",
                    "p": "payload",
                    "pt": "msg",
                    "to": "WC Fenster OFFEN",
                    "tot": "str"
                }
            ],
            "action": "",
            "property": "",
            "from": "",
            "to": "",
            "reg": false,
            "x": 474,
            "y": 180,
            "wires": [
                [
                    "80479bbf8f11d3f4"
                ]
            ]
        },
        {
            "id": "dea796bef74cd015",
            "type": "debug",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "name": "true / false",
            "active": true,
            "tosidebar": true,
            "console": false,
            "tostatus": true,
            "complete": "payload",
            "targetType": "msg",
            "statusVal": "payload",
            "statusType": "auto",
            "x": 204,
            "y": 180,
            "wires": []
        },
        {
            "id": "50d078fac87374bc",
            "type": "inject",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "name": "Zustand auslesen",
            "props": [
                {
                    "p": "payload"
                }
            ],
            "repeat": "",
            "crontab": "",
            "once": true,
            "onceDelay": 0.1,
            "topic": "",
            "payload": "",
            "payloadType": "date",
            "x": 164,
            "y": 287,
            "wires": [
                [
                    "9dbc4a01fcccd9e5"
                ]
            ]
        },
        {
            "id": "9dbc4a01fcccd9e5",
            "type": "zigbee2mqtt-get",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "name": "Zustand WC Fenster",
            "server": "1bfcccb11dd30d19",
            "friendly_name": "WCFensterSensor (MCCGQ11LM)",
            "device_id": "0x00158d008b117102",
            "state": "contact",
            "enableMultiple": false,
            "x": 394,
            "y": 287,
            "wires": [
                [
                    "edd7a5bdcb67cbea",
                    "2e1f096ac9e37b56"
                ]
            ]
        },
        {
            "id": "edd7a5bdcb67cbea",
            "type": "debug",
            "z": "4e6fdb9451843a3d",
            "g": "59e1941a3b68e077",
            "name": "Zustand",
            "active": true,
            "tosidebar": true,
            "console": false,
            "tostatus": true,
            "complete": "payload",
            "targetType": "msg",
            "statusVal": "payload",
            "statusType": "auto",
            "x": 634,
            "y": 287,
            "wires": []
        },
        {
            "id": "1bfcccb11dd30d19",
            "type": "zigbee2mqtt-server",
            "name": "Sonoff ZigBee Raspi",
            "host": "Raspi",
            "mqtt_port": "1883",
            "mqtt_username": "raspi",
            "mqtt_password": "Password",
            "mqtt_qos": "2",
            "tls": "",
            "usetls": false,
            "base_topic": "zigbee2mqtt"
        },
        {
            "id": "d24db8d2d165ad26",
            "type": "pushover-keys",
            "name": "Fenster Alarm Pushover (Gruppe)"
        },
        {
            "id": "507542867a7bb60c",
            "type": "ui_group",
            "name": "WC Fenster Überwachung",
            "tab": "b1a7800aebadd728",
            "order": 3,
            "disp": true,
            "width": "6",
            "collapse": false,
            "className": ""
        },
        {
            "id": "b1a7800aebadd728",
            "type": "ui_tab",
            "name": "ZigBee Geräte Überwachung",
            "icon": "bug_report",
            "order": 6,
            "disabled": false,
            "hidden": false
        }
    ]

     

  • Node-Red Control Proxon T300, E3DC, Shelly

    Control Proxon T300 hot water storage tank PV priority switching input with ShellyPlus1 via MQTT and Node-Red

    Overview of the project

    Control of the PV priority switching input of the T300 hot water storage tank of a Proxon ventilation heating system using a ShellyPlus1 via Node-Red and MQTT. The ShellyPlus1 is controlled via Node-Red and MQTT in such a way that the priority switching is activated when an adjustable battery charge and the feed-in reaches an adjustable wattage and deactivated again when the values are undershot. A pushover message is sent on activation and deactivation so that the switching processes can be monitored even when nobody is at home.

    On the circuit board of the T300, on which the display is also soldered, there is the terminal block X13. The circuit board is on the back of the display. To access the terminal block, you must first remove the long strip on the front below the display. It is only pressed into the side of the insulation of the device with pointed claws. There are three screws behind it that need to be loosened. You can then remove the entire upper part of the device insulation upwards. The display is inserted into two grooves and must be held firmly when sliding it out to prevent damage. The priority circuit of the PV system is located on terminal block X13. The switching input of the ShellyPlus1 is connected to X13-1 and X13-2. Please remember that this is a potential-free contact. The suitable relay in this case is the ShellyPlus1. The control line can be led out of the T300 through an existing opening at the rear (this can be seen when you have removed the cover and the display) using a two-pole cable (I used a telephone cable). This cable have to bo connected with to the I/O connections of the Shelly 1 (note: only the ShellyPlus1 is potential-free!) and then evaluate all available parameters via the home automation system (battery charge status, current yield and thus switch the PV priority on or off.

    The terminal block X13 has 3.3 V at the connection itself. Following Parameters in the installer menu (code 1000) have to be adapted:

    In the Installer menu:

    Set F22 PV mode to SG (Smart Grid). This activates the digital input
    Set F23 PV Eheiz to 5V
    Set F24 PV WP to 5V
    Set F25 WP Time to 5 min (or what you want, this is the time to wait bevor X13 switches to on)
    

    In the Settings menu:

    D05 PV Priority ON
    

    After I contacted Zimmermann, they sent me a CVS file with all the Modbus information, the wiring can be seen on the circuit diagrams that were given to me at the time of acceptance. Please leave me an email via PM and I can send you the CSV file.

    Installation, requirements

    1. Raspberry Pi is required as host for the other requirement
    2. Install an MQTT Broker (i used Mosquitto)
    3. Install Node-Red with Dashboard
    4. Install RSCP to MQTT Dashboard v1.0
    5. Install node-red-node-pushover – required to send Pushover Messages
      • a pushover account should be created, if you want to use it when the trial period ends, you have to pay $5. See Infos here: https://pushover.net/pricing
    6. Configure ShellyPlus1 and integrate it into the network, so you can use it via MQTT
    7. Connect the switching input of the Shelly to X13 1 + 2

    Documentation to set the T300 Parameters

    A PDF-File with the Docu with screenshots is also available here in the project, see below

    Node-Red Flow

    The flow (Downlod here) is available as a JSON file in the project and can be downloaded or the JSON code can be copied


    Circuit diagram extract Proxon T300

    PDF-File download


    Pictures of the Proxon T300 Project


    The Flow of the Project (Downlod here):

    [
        {
            "id": "0a84b244800e8247",
            "type": "group",
            "z": "7ef373a00e10516c",
            "style": {
                "stroke": "#999999",
                "stroke-opacity": "1",
                "fill": "none",
                "fill-opacity": "1",
                "label": true,
                "label-position": "nw",
                "color": "#a4a4a4"
            },
            "nodes": [
                "05fc060bd26e4089",
                "dfc61f75940d3c66",
                "eff750731d0990d5",
                "2bdb79883b954acb",
                "02ad5aae205da174",
                "18452708c0b73fae",
                "d7f99ac2359e19a3",
                "a708c32a3446469d",
                "2fd982002462245e",
                "33f3eed00bc3718b",
                "b172759af4d97713",
                "d7c853e5c3b96baa",
                "f97416f502395c53",
                "6d02d08b05d294d1",
                "3e54535e6aae6d57",
                "ee0fd2f5b3fc0947",
                "fc1e048978525d93",
                "20a63eef0ba4f3c6",
                "bb87556ffb1b8363",
                "030e6d5e64bf2215",
                "e63c3dba1cd08de8",
                "e4163a6c1a155bb4",
                "573dde1f82267408",
                "2c75e1915891a96e",
                "b2bd78e514f07082",
                "b5015436dff96404",
                "4f72183c2032b57f",
                "1a8d08504ced80b0",
                "6f42c5bc3d35bcde",
                "d1a3ea2ff70442c4",
                "0e94415422a04522",
                "02fd191bf7410fb6",
                "3eecca5ce515b52c",
                "9e8ec577ac9bd8c8",
                "af696281252ae973",
                "20dc12569de7555f",
                "18f60484b67ec067",
                "22137cec5a557070",
                "a40133bad02c1719",
                "fc4917821ea2fc51",
                "a45718bdbbd4e11d",
                "9f2ced77c1845ad8",
                "b2ab691f890f8bd0"
            ],
            "x": 14,
            "y": 19,
            "w": 1092,
            "h": 650
        },
        {
            "id": "05fc060bd26e4089",
            "type": "mqtt in",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "",
            "topic": "Haus/Keller/Shelly/PVBoiler/command/switch:0",
            "qos": "1",
            "datatype": "auto-detect",
            "broker": "88539582a8a310de",
            "nl": false,
            "rap": false,
            "inputs": 0,
            "x": 220,
            "y": 100,
            "wires": [
                [
                    "9f2ced77c1845ad8"
                ]
            ]
        },
        {
            "id": "dfc61f75940d3c66",
            "type": "mqtt out",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "",
            "topic": "Haus/Keller/Shelly/PVBoiler/command/switch:0",
            "qos": "",
            "retain": "",
            "respTopic": "",
            "contentType": "",
            "userProps": "",
            "correl": "",
            "expiry": "",
            "broker": "88539582a8a310de",
            "x": 880,
            "y": 100,
            "wires": []
        },
        {
            "id": "eff750731d0990d5",
            "type": "comment",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "E3DC Hauskraftwerk - Akku Ladung % + PV Watt auswerten => ShellyPlus1 => Boiler BOOST de- / aktivieren einstellbarem Grenzwert XX % + XXXX Watt",
            "info": "",
            "x": 550,
            "y": 60,
            "wires": []
        },
        {
            "id": "2bdb79883b954acb",
            "type": "ui_gauge",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "E3DC Akku Ladezustand in %",
            "group": "3b18bed1450c9878",
            "order": 2,
            "width": 6,
            "height": 5,
            "gtype": "gage",
            "title": "E3DC Akku Ladezustand in %",
            "label": "%",
            "format": "{{value | number:0}}",
            "min": 0,
            "max": "100",
            "colors": [
                "#ff9200",
                "#e6e600",
                "#00f900"
            ],
            "seg1": "69",
            "seg2": "71",
            "diff": false,
            "className": "",
            "x": 510,
            "y": 160,
            "wires": []
        },
        {
            "id": "02ad5aae205da174",
            "type": "function",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Akku% + Solar Watt Vergleich Grenzwerte",
            "func": "// Prüfe, ob der Schwellenwert für Akku oder Solar aktualisiert wird\nif (msg.topic === \"threshold\") {\n    context.set(\"threshold_akku\", msg.payload);\n} else if (msg.topic === \"thresholdsolar\") {\n    context.set(\"threshold_solar\", msg.payload);\n}\n\n// Lade die gespeicherten Schwellwerte aus dem Context\nlet threshold_akku = context.get(\"threshold_akku\");\nlet threshold_solar = context.get(\"threshold_solar\");\n\n// Wenn die Schwellenwerte noch nicht gesetzt sind, nicht weitermachen\nif (threshold_akku === undefined || threshold_solar === undefined) {\n    node.warn(\"Schwellwerte nicht gesetzt. Warte auf Threshold.\");\n    return null;\n}\n\n// Prüfe, ob die Nachricht vom Akku oder der Solareinspeisung stammt\nif (msg.topic === \"Haus/Keller/e3dc/battery/soc\") {\n    context.set(\"battery_soc\", msg.payload);\n}\nif (msg.topic === \"Haus/Keller/e3dc/solar/power\") {\n    context.set(\"solar_power\", msg.payload);\n}\n\n// Lade die aktuellen Werte für Akku und Solar aus dem Context\nlet battery_soc = context.get(\"battery_soc\");\nlet solar_power = context.get(\"solar_power\");\n\n// Wenn keine gültigen Werte für Akku oder Solar vorhanden sind, nicht weitermachen\nif (battery_soc === undefined || solar_power === undefined) {\n    node.warn(\"Werte für Akku oder Einspeisung nicht vorhanden. Warte auf Eingabewerte.\");\n    return null;\n}\n\n// Debug-Ausgabe für Akku, Solar und Threshold-Werte\nnode.warn(\"Akkustand: \" + battery_soc + \"%, Einspeisung: \" + solar_power + \" Watt, Grenzwert Akku: \" + threshold_akku + \" %, Grenzwert Einspeisung: \" + threshold_solar + \" Watt\");\n\n// Prüfe, ob beide Werte die Schwellenwerte erfüllen\nif (battery_soc >= threshold_akku && solar_power >= threshold_solar) {\n    node.warn(\"Bedingungen erfüllt: Shelly wird eingeschaltet.\");\n    return {\n        topic: \"Haus/Keller/Shelly/PVBoiler/command/switch:0\",\n        payload: \"on\",\n        led: \"on\"  // LED Payload\n    };\n} else {\n    node.warn(\"Bedingungen NICHT erfüllt: Shelly wird ausgeschaltet.\");\n    return {\n        topic: \"Haus/Keller/Shelly/PVBoiler/command/switch:0\",\n        payload: \"off\",\n        led: \"off\"  // LED Payload\n    };\n}\n",
            "outputs": 1,
            "timeout": "",
            "noerr": 0,
            "initialize": "",
            "finalize": "",
            "libs": [],
            "x": 540,
            "y": 280,
            "wires": [
                [
                    "d7f99ac2359e19a3",
                    "18452708c0b73fae",
                    "2c75e1915891a96e",
                    "0e94415422a04522",
                    "a40133bad02c1719"
                ]
            ]
        },
        {
            "id": "18452708c0b73fae",
            "type": "mqtt out",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "ShellyPlus1 PV Vorrang Boiler BOOST",
            "topic": "Haus/Keller/Shelly/PVBoiler/command/switch:0",
            "qos": "2",
            "retain": "true",
            "respTopic": "",
            "contentType": "",
            "userProps": "",
            "correl": "",
            "expiry": "",
            "broker": "88539582a8a310de",
            "x": 930,
            "y": 140,
            "wires": []
        },
        {
            "id": "d7f99ac2359e19a3",
            "type": "debug",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "on / off von Function",
            "active": true,
            "tosidebar": true,
            "console": false,
            "tostatus": true,
            "complete": "true",
            "targetType": "full",
            "statusVal": "payload",
            "statusType": "auto",
            "x": 960,
            "y": 180,
            "wires": []
        },
        {
            "id": "a708c32a3446469d",
            "type": "inject",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Schwelle Akku",
            "props": [
                {
                    "p": "payload"
                }
            ],
            "repeat": "",
            "crontab": "",
            "once": false,
            "onceDelay": 0.1,
            "topic": "",
            "payload": "8",
            "payloadType": "num",
            "x": 140,
            "y": 480,
            "wires": [
                [
                    "2fd982002462245e"
                ]
            ]
        },
        {
            "id": "2fd982002462245e",
            "type": "ui_slider",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Grenzwert Akku einstellen",
            "label": "Grenzwert %",
            "tooltip": "",
            "group": "3b18bed1450c9878",
            "order": 5,
            "width": 6,
            "height": 3,
            "passthru": true,
            "outs": "end",
            "topic": "threshold",
            "topicType": "str",
            "min": "20",
            "max": 100,
            "step": "2",
            "className": "",
            "x": 370,
            "y": 480,
            "wires": [
                [
                    "33f3eed00bc3718b",
                    "02ad5aae205da174",
                    "02fd191bf7410fb6"
                ]
            ]
        },
        {
            "id": "33f3eed00bc3718b",
            "type": "ui_text",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "group": "3b18bed1450c9878",
            "order": 7,
            "width": 5,
            "height": 2,
            "name": "",
            "label": "BOOST beenden unter (Akku)",
            "format": "{{msg.payload}} %",
            "layout": "col-center",
            "className": "",
            "style": true,
            "font": "Arial Black,Arial Black,Gadget,sans-serif",
            "fontSize": "18",
            "color": "#ff9200",
            "x": 950,
            "y": 480,
            "wires": []
        },
        {
            "id": "b172759af4d97713",
            "type": "mqtt in",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "",
            "topic": "Haus/Keller/e3dc/battery/power",
            "qos": "2",
            "datatype": "auto-detect",
            "broker": "88539582a8a310de",
            "nl": false,
            "rap": true,
            "rh": 0,
            "inputs": 0,
            "x": 170,
            "y": 568,
            "wires": [
                [
                    "3e54535e6aae6d57"
                ]
            ]
        },
        {
            "id": "d7c853e5c3b96baa",
            "type": "ui_gauge",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Batterie Be- Entladung in Watt",
            "group": "3b18bed1450c9878",
            "order": 4,
            "width": 6,
            "height": 5,
            "gtype": "gage",
            "title": "Batterie Be- Entladung in Watt",
            "label": "Watt",
            "format": "{{value | number:0}}",
            "min": "-500",
            "max": "1000",
            "colors": [
                "#ff2600",
                "#e6e600",
                "#60c453"
            ],
            "seg1": "0",
            "seg2": "400",
            "diff": false,
            "className": "",
            "x": 950,
            "y": 568,
            "wires": []
        },
        {
            "id": "f97416f502395c53",
            "type": "mqtt in",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "",
            "topic": "Haus/Keller/e3dc/home/power",
            "qos": "2",
            "datatype": "auto-detect",
            "broker": "88539582a8a310de",
            "nl": false,
            "rap": true,
            "rh": 0,
            "inputs": 0,
            "x": 170,
            "y": 628,
            "wires": [
                [
                    "573dde1f82267408"
                ]
            ]
        },
        {
            "id": "6d02d08b05d294d1",
            "type": "ui_gauge",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Hausverbrauch aktuell in Watt",
            "group": "3b18bed1450c9878",
            "order": 1,
            "width": 6,
            "height": 5,
            "gtype": "gage",
            "title": "Hausverbrauch aktuell in Watt",
            "label": "Watt",
            "format": "{{value | number:0}}",
            "min": "0",
            "max": "4500",
            "colors": [
                "#00b500",
                "#e6e600",
                "#ca3838"
            ],
            "seg1": "500",
            "seg2": "1500",
            "diff": false,
            "className": "",
            "x": 950,
            "y": 628,
            "wires": []
        },
        {
            "id": "3e54535e6aae6d57",
            "type": "function",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Dynamische Werte für Gauge",
            "func": "const value = msg.payload;\n\n// Rundung auf ganze Zahlen\nconst roundedValue = Math.round(value);\n\nconst absValue = Math.abs(roundedValue);\n\n// Berechnung des maxWert, 120% vom absoluten Wert, immer im positiven Bereich\nlet maxWert = Math.round(absValue * 1.2 + 200);\n\n// Berechnung des minWert, abhängig davon, ob value positiv oder negativ ist\nlet minWert = roundedValue < 0 ? Math.round(-absValue * 1.5) : Math.round(-absValue * 0.5);\n\nlet minSeg = Math.round(absValue * 0.4);  // 40% vom absoluten Wert\nlet maxSeg = Math.round(absValue * 0.8);  // 80% vom absoluten Wert\n\n// Debug-Ausgabe zur Überprüfung\n// node.warn(\"Akku Ladung - Max Wert: \" + maxWert + \", Min Wert: \" + minWert + \", Min Seg: \" + minSeg + \", Max Seg: \" + maxSeg);\n\nmsg = {\n    ui_control: {\n        gtype: \"gage\",\n        min: minWert,\n        max: maxWert,\n        colors: [\"red\", \"orange\", \"green\"],\n        seg1: minSeg,\n        seg2: maxSeg\n    },\n    // Sende die gerundeten Werte an das ui_gauge\n    payload: roundedValue\n};\n\nreturn msg;\n",
            "outputs": 1,
            "timeout": "",
            "noerr": 0,
            "initialize": "",
            "finalize": "",
            "libs": [],
            "x": 520,
            "y": 568,
            "wires": [
                [
                    "d7c853e5c3b96baa"
                ]
            ]
        },
        {
            "id": "ee0fd2f5b3fc0947",
            "type": "mqtt in",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Einspeisung Wert",
            "topic": "Haus/Keller/e3dc/solar/power",
            "qos": "2",
            "datatype": "auto-detect",
            "broker": "88539582a8a310de",
            "nl": false,
            "rap": true,
            "rh": 0,
            "inputs": 0,
            "x": 120,
            "y": 220,
            "wires": [
                [
                    "b2bd78e514f07082",
                    "6f42c5bc3d35bcde",
                    "02ad5aae205da174"
                ]
            ]
        },
        {
            "id": "fc1e048978525d93",
            "type": "ui_gauge",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Einspeisung Watt",
            "group": "3b18bed1450c9878",
            "order": 3,
            "width": 6,
            "height": 5,
            "gtype": "gage",
            "title": "E3DC Solar Strom Einspeisung in Watt",
            "label": "Watt",
            "format": "{{value | number:0}}",
            "min": 0,
            "max": "100",
            "colors": [
                "#ff9200",
                "#e6e600",
                "#00f900"
            ],
            "seg1": "69",
            "seg2": "71",
            "diff": false,
            "className": "",
            "x": 630,
            "y": 240,
            "wires": []
        },
        {
            "id": "20a63eef0ba4f3c6",
            "type": "ui_led",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "order": 10,
            "group": "3b18bed1450c9878",
            "width": 6,
            "height": 3,
            "label": "ShellyPlus1 AN / AUS",
            "labelPlacement": "left",
            "labelAlignment": "center",
            "colorForValue": [
                {
                    "color": "#ff0000",
                    "value": "false",
                    "valueType": "bool"
                },
                {
                    "color": "#00f900",
                    "value": "true",
                    "valueType": "bool"
                }
            ],
            "allowColorForValueInMessage": true,
            "shape": "circle",
            "showGlow": true,
            "name": "ShellyPlus1 AN / AUS",
            "x": 960,
            "y": 280,
            "wires": []
        },
        {
            "id": "bb87556ffb1b8363",
            "type": "mqtt in",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Akku Ladung",
            "topic": "Haus/Keller/e3dc/battery/soc",
            "qos": "2",
            "datatype": "auto-detect",
            "broker": "88539582a8a310de",
            "nl": false,
            "rap": true,
            "rh": 0,
            "inputs": 0,
            "x": 110,
            "y": 160,
            "wires": [
                [
                    "2bdb79883b954acb",
                    "02ad5aae205da174",
                    "1a8d08504ced80b0"
                ]
            ]
        },
        {
            "id": "030e6d5e64bf2215",
            "type": "inject",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Schwelle Solar",
            "props": [
                {
                    "p": "payload"
                }
            ],
            "repeat": "",
            "crontab": "",
            "once": false,
            "onceDelay": 0.1,
            "topic": "",
            "payload": "500",
            "payloadType": "num",
            "x": 140,
            "y": 519,
            "wires": [
                [
                    "e63c3dba1cd08de8"
                ]
            ]
        },
        {
            "id": "e63c3dba1cd08de8",
            "type": "ui_slider",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Solar Grenzwert Watt einstellen",
            "label": "Grenzwert Watt",
            "tooltip": "",
            "group": "3b18bed1450c9878",
            "order": 6,
            "width": 6,
            "height": 3,
            "passthru": true,
            "outs": "end",
            "topic": "thresholdsolar",
            "topicType": "str",
            "min": "150",
            "max": "3000",
            "step": "25",
            "className": "",
            "x": 430,
            "y": 520,
            "wires": [
                [
                    "e4163a6c1a155bb4",
                    "02ad5aae205da174",
                    "3eecca5ce515b52c"
                ]
            ]
        },
        {
            "id": "e4163a6c1a155bb4",
            "type": "ui_text",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "group": "3b18bed1450c9878",
            "order": 9,
            "width": 5,
            "height": 2,
            "name": "",
            "label": "BOOST beenden unter (Solar)",
            "format": "{{msg.payload}} Watt",
            "layout": "col-center",
            "className": "",
            "style": true,
            "font": "Arial Black,Arial Black,Gadget,sans-serif",
            "fontSize": "18",
            "color": "#ff9200",
            "x": 950,
            "y": 519,
            "wires": []
        },
        {
            "id": "573dde1f82267408",
            "type": "function",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Dynamische Werte für Gauge",
            "func": "const value = msg.payload;\n\n// Rundung auf ganze Zahlen\nconst roundedValue = Math.round(value);\n\nconst absValue = Math.abs(roundedValue);\n\n// Berechnung des maxWert, 120% vom absoluten Wert, immer im positiven Bereich\nlet maxWert = Math.round(absValue * 1.2 + 200);\n\n// Berechnung des minWert, abhängig davon, ob value positiv oder negativ ist\nlet minWert = roundedValue < 0 ? Math.round(-absValue * 1.5) : Math.round(-absValue * 0.5);\n\nlet minSeg = Math.round(absValue * 0.4);  // 40% vom absoluten Wert\nlet maxSeg = Math.round(absValue * 0.8);  // 80% vom absoluten Wert\n\n// Debug-Ausgabe zur Überprüfung\n// node.warn(\"Haus Verbrauch - Max Wert: \" + maxWert + \", Min Wert: \" + minWert + \", Min Seg: \" + minSeg + \", Max Seg: \" + maxSeg);\n\nmsg = {\n    ui_control: {\n        gtype: \"gage\",\n        min: minWert,\n        max: maxWert,\n        colors: [\"red\", \"orange\", \"green\"],\n        seg1: minSeg,\n        seg2: maxSeg\n    },\n    // Sende die gerundeten Werte an das ui_gauge\n    payload: roundedValue\n};\n\nreturn msg;\n",
            "outputs": 1,
            "timeout": "",
            "noerr": 0,
            "initialize": "",
            "finalize": "",
            "libs": [],
            "x": 520,
            "y": 628,
            "wires": [
                [
                    "6d02d08b05d294d1"
                ]
            ]
        },
        {
            "id": "2c75e1915891a96e",
            "type": "function",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "LED Farbe steuern",
            "func": "var led = msg.payload;\nif (led == \"on\") {\n    msg.payload = true;\n} else if (led == \"off\") {\n    msg.payload = false;\n}\nreturn msg;",
            "outputs": 1,
            "timeout": 0,
            "noerr": 0,
            "initialize": "",
            "finalize": "",
            "libs": [],
            "x": 910,
            "y": 240,
            "wires": [
                [
                    "20a63eef0ba4f3c6"
                ]
            ]
        },
        {
            "id": "b2bd78e514f07082",
            "type": "function",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Dynamische Werte",
            "func": "const value = msg.payload;\n\n// Rundung auf ganze Zahlen\nconst roundedValue = Math.round(value);\n\nconst absValue = Math.abs(roundedValue);\n\n// Berechnung des maxWert, 120% vom absoluten Wert, immer im positiven Bereich\nlet maxWert = Math.round(absValue * 1.2 + 200);\n\n// Berechnung des minWert, abhängig davon, ob value positiv oder negativ ist\nlet minWert = roundedValue < 0 ? Math.round(-absValue * 1.5) : Math.round(-absValue * 0.5);\n\nlet minSeg = Math.round(absValue * 0.4);  // 40% vom absoluten Wert\nlet maxSeg = Math.round(absValue * 0.8);  // 80% vom absoluten Wert\n\n// Debug-Ausgabe zur Überprüfung\n// node.warn(\"Einspeisung - Max Wert: \" + maxWert + \", Min Wert: \" + minWert + \", Min Seg: \" + minSeg + \", Max Seg: \" + maxSeg);\n\nmsg = {\n    ui_control: {\n        gtype: \"gage\",\n        min: minWert,\n        max: maxWert,\n        colors: [\"red\", \"orange\", \"green\"],\n        seg1: minSeg,\n        seg2: maxSeg\n    },\n    // Sende die gerundeten Werte an das ui_gauge\n    payload: roundedValue\n};\n\nreturn msg;\n",
            "outputs": 1,
            "timeout": "",
            "noerr": 0,
            "initialize": "",
            "finalize": "",
            "libs": [],
            "x": 430,
            "y": 240,
            "wires": [
                [
                    "fc1e048978525d93"
                ]
            ]
        },
        {
            "id": "b5015436dff96404",
            "type": "ui_text",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "group": "3b18bed1450c9878",
            "order": 8,
            "width": 2,
            "height": 2,
            "name": "",
            "label": "&&",
            "format": "",
            "layout": "col-center",
            "className": "",
            "style": true,
            "font": "Arial Black,Arial Black,Gadget,sans-serif",
            "fontSize": "24",
            "color": "#ff9200",
            "x": 730,
            "y": 596,
            "wires": []
        },
        {
            "id": "4f72183c2032b57f",
            "type": "pushover",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "PV BOOST an",
            "device": "HandyX",
            "title": "PV Boiler Aktivierung",
            "priority": 0,
            "sound": "climb",
            "url": "",
            "url_title": "",
            "html": false,
            "x": 1000,
            "y": 340,
            "wires": []
        },
        {
            "id": "1a8d08504ced80b0",
            "type": "debug",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "%",
            "active": true,
            "tosidebar": true,
            "console": false,
            "tostatus": true,
            "complete": "true",
            "targetType": "full",
            "statusVal": "topic:payload",
            "statusType": "auto",
            "x": 550,
            "y": 200,
            "wires": []
        },
        {
            "id": "6f42c5bc3d35bcde",
            "type": "debug",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "W",
            "active": true,
            "tosidebar": true,
            "console": false,
            "tostatus": true,
            "complete": "true",
            "targetType": "full",
            "statusVal": "topic:payload",
            "statusType": "auto",
            "x": 350,
            "y": 200,
            "wires": []
        },
        {
            "id": "d1a3ea2ff70442c4",
            "type": "change",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Text bauen",
            "rules": [
                {
                    "t": "set",
                    "p": "payload",
                    "pt": "msg",
                    "to": "BOOST wurde aktiviert",
                    "tot": "str"
                }
            ],
            "action": "",
            "property": "",
            "from": "",
            "to": "",
            "reg": false,
            "x": 810,
            "y": 340,
            "wires": [
                [
                    "4f72183c2032b57f"
                ]
            ]
        },
        {
            "id": "0e94415422a04522",
            "type": "function",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Prüfe Zustand ON",
            "func": "// Hole den letzten bekannten Zustand\nlet lastState = context.get('lastState') || 'off';\n\n// Aktueller Zustand\nlet currentState = msg.payload;\n\n// Wenn der letzte Zustand 'off' war und der neue Zustand 'on' ist, Nachricht senden\nif (lastState === 'off' && currentState === 'on') {\n    // Zustand aktualisieren\n    context.set('lastState', 'on');\n    return [msg, null]; // Nachricht weiterleiten\n} else {\n    // Zustand aktualisieren (bei 'off' oder wiederholtem 'on')\n    context.set('lastState', currentState);\n    return [null, null]; // Keine Nachricht senden\n}\n",
            "outputs": 1,
            "timeout": "",
            "noerr": 0,
            "initialize": "",
            "finalize": "",
            "libs": [],
            "x": 470,
            "y": 320,
            "wires": [
                [
                    "d1a3ea2ff70442c4",
                    "9e8ec577ac9bd8c8"
                ]
            ],
            "info": "// Hole den letzten bekannten Zustand\nlet lastState = context.get('lastState') || 'off';\n\n// Aktueller Zustand\nlet currentState = msg.payload;\n\n// Debug-Ausgabe für Akku, Solar und Threshold-Werte\nnode.warn(\"Letzter Zustand: \" + lastState + \", Aktueller Zustand: \" + currentState);\n\n// Wenn der letzte Zustand 'off' war und der neue Zustand 'on' ist, Nachricht senden\nif (lastState === 'off' && currentState === 'on') {\n    // Zustand aktualisieren\n    context.set('lastState', 'on');\n    return msg; // Nachricht weiterleiten\n} else {\n    // Zustand aktualisieren (bei 'off' oder wiederholtem 'on')\n    context.set('lastState', currentState);\n    return null; // Keine Nachricht senden\n}"
        },
        {
            "id": "02fd191bf7410fb6",
            "type": "debug",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Grenze Akku",
            "active": true,
            "tosidebar": true,
            "console": false,
            "tostatus": true,
            "complete": "true",
            "targetType": "full",
            "statusVal": "payload",
            "statusType": "auto",
            "x": 450,
            "y": 420,
            "wires": []
        },
        {
            "id": "3eecca5ce515b52c",
            "type": "debug",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Grenze Einspeisung",
            "active": true,
            "tosidebar": true,
            "console": false,
            "tostatus": true,
            "complete": "true",
            "targetType": "full",
            "statusVal": "payload",
            "statusType": "auto",
            "x": 680,
            "y": 420,
            "wires": []
        },
        {
            "id": "9e8ec577ac9bd8c8",
            "type": "debug",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Zustand",
            "active": true,
            "tosidebar": true,
            "console": false,
            "tostatus": true,
            "complete": "true",
            "targetType": "full",
            "statusVal": "payload",
            "statusType": "auto",
            "x": 640,
            "y": 320,
            "wires": []
        },
        {
            "id": "af696281252ae973",
            "type": "inject",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Verbinden",
            "props": [
                {
                    "p": "action",
                    "v": "connect",
                    "vt": "str"
                }
            ],
            "repeat": "",
            "crontab": "",
            "once": true,
            "onceDelay": "2",
            "topic": "",
            "x": 130,
            "y": 280,
            "wires": [
                [
                    "20dc12569de7555f"
                ]
            ]
        },
        {
            "id": "20dc12569de7555f",
            "type": "mqtt in",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Alle E3DC Topics",
            "topic": "",
            "qos": "0",
            "datatype": "utf8",
            "broker": "88539582a8a310de",
            "nl": false,
            "rap": true,
            "rh": 0,
            "inputs": 1,
            "x": 160,
            "y": 380,
            "wires": [
                [
                    "22137cec5a557070"
                ]
            ]
        },
        {
            "id": "18f60484b67ec067",
            "type": "inject",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "MQTT Subscribe",
            "props": [
                {
                    "p": "action",
                    "v": "subscribe",
                    "vt": "str"
                },
                {
                    "p": "topic",
                    "vt": "str"
                }
            ],
            "repeat": "",
            "crontab": "",
            "once": true,
            "onceDelay": "3",
            "topic": "Haus/Keller/e3dc/#",
            "x": 150,
            "y": 320,
            "wires": [
                [
                    "20dc12569de7555f"
                ]
            ]
        },
        {
            "id": "22137cec5a557070",
            "type": "debug",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "E3DC Topics",
            "active": false,
            "tosidebar": true,
            "console": false,
            "tostatus": false,
            "complete": "payload",
            "targetType": "msg",
            "statusVal": "",
            "statusType": "auto",
            "x": 250,
            "y": 420,
            "wires": []
        },
        {
            "id": "a40133bad02c1719",
            "type": "function",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Prüfe Zustand OFF",
            "func": "// Hole den letzten bekannten Zustand\nlet lastState = context.get('lastState') || 'on';\n\n// Aktueller Zustand\nlet currentState = msg.payload;\n\n// Debug-Ausgabe für Akku, Solar und Threshold-Werte\nnode.warn(\"Letzter Zustand: \" + lastState + \", Aktueller Zustand: \" + currentState);\n\n// Wenn der letzte Zustand 'on' war und der neue Zustand 'off' ist, Nachricht senden\nif (lastState === 'on' && currentState === 'off') {\n    // Zustand aktualisieren\n    context.set('lastState', 'off');\n    return msg; // Nachricht weiterleiten\n} else {\n    // Zustand aktualisieren (bei 'on' oder wiederholtem 'off')\n    context.set('lastState', currentState);\n    return null; // Keine Nachricht senden\n}",
            "outputs": 1,
            "timeout": "",
            "noerr": 0,
            "initialize": "",
            "finalize": "",
            "libs": [],
            "x": 470,
            "y": 360,
            "wires": [
                [
                    "fc4917821ea2fc51",
                    "a45718bdbbd4e11d"
                ]
            ],
            "info": "// Hole den letzten bekannten Zustand\nlet lastState = context.get('lastState') || 'on';\n\n// Aktueller Zustand\nlet currentState = msg.payload;\n\n// Debug-Ausgabe für Akku, Solar und Threshold-Werte\nnode.warn(\"Letzter Zustand: \" + lastState + \", Aktueller Zustand: \" + currentState);\n\n// Wenn der letzte Zustand 'on' war und der neue Zustand 'off' ist, Nachricht senden\nif (lastState === 'on' && currentState === 'off') {\n    // Zustand aktualisieren\n    context.set('lastState', 'off');\n    return msg; // Nachricht weiterleiten\n} else {\n    // Zustand aktualisieren (bei 'on' oder wiederholtem 'off')\n    context.set('lastState', currentState);\n    return null; // Keine Nachricht senden\n}\n"
        },
        {
            "id": "fc4917821ea2fc51",
            "type": "change",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Text bauen",
            "rules": [
                {
                    "t": "set",
                    "p": "payload",
                    "pt": "msg",
                    "to": "Bolier heizen wurde deaktiviert",
                    "tot": "str"
                }
            ],
            "action": "",
            "property": "",
            "from": "",
            "to": "",
            "reg": false,
            "x": 810,
            "y": 380,
            "wires": [
                [
                    "b2ab691f890f8bd0"
                ]
            ]
        },
        {
            "id": "a45718bdbbd4e11d",
            "type": "debug",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Zustand",
            "active": true,
            "tosidebar": true,
            "console": false,
            "tostatus": true,
            "complete": "true",
            "targetType": "full",
            "statusVal": "payload",
            "statusType": "auto",
            "x": 640,
            "y": 360,
            "wires": []
        },
        {
            "id": "9f2ced77c1845ad8",
            "type": "ui_switch",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "Shelly AN / AUS",
            "label": "Shelly AN / AUS (manuell)",
            "tooltip": "",
            "group": "3b18bed1450c9878",
            "order": 11,
            "width": 12,
            "height": 3,
            "passthru": false,
            "decouple": "true",
            "topic": "",
            "topicType": "str",
            "style": "",
            "onvalue": "on",
            "onvalueType": "str",
            "onicon": "fa-power-off fa-2x",
            "oncolor": "green",
            "offvalue": "off",
            "offvalueType": "str",
            "officon": "fa-power-off fa-2x",
            "offcolor": "red",
            "animate": true,
            "className": "",
            "x": 540,
            "y": 100,
            "wires": [
                [
                    "dfc61f75940d3c66",
                    "2c75e1915891a96e"
                ]
            ]
        },
        {
            "id": "b2ab691f890f8bd0",
            "type": "pushover",
            "z": "7ef373a00e10516c",
            "g": "0a84b244800e8247",
            "name": "PV BOOST aus",
            "device": "HandyX",
            "title": "PV Boiler Aktivierung",
            "priority": 0,
            "sound": "falling",
            "url": "",
            "url_title": "",
            "html": false,
            "x": 1000,
            "y": 380,
            "wires": []
        },
        {
            "id": "88539582a8a310de",
            "type": "mqtt-broker",
            "name": "Raspi Mosquitto",
            "broker": "raspberrypi",
            "port": "1883",
            "clientid": "",
            "autoConnect": true,
            "usetls": false,
            "protocolVersion": "4",
            "keepalive": "60",
            "cleansession": true,
            "autoUnsubscribe": true,
            "birthTopic": "",
            "birthQos": "0",
            "birthRetain": "false",
            "birthPayload": "",
            "birthMsg": {},
            "closeTopic": "",
            "closeQos": "0",
            "closeRetain": "false",
            "closePayload": "",
            "closeMsg": {},
            "willTopic": "",
            "willQos": "0",
            "willRetain": "false",
            "willPayload": "",
            "willMsg": {},
            "userProps": "",
            "sessionExpiry": ""
        },
        {
            "id": "3b18bed1450c9878",
            "type": "ui_group",
            "name": "Warmwasser Boiler BOOST Steuerung",
            "tab": "af215acfc79f52e9",
            "order": 1,
            "disp": true,
            "width": "18",
            "collapse": false,
            "className": ""
        },
        {
            "id": "af215acfc79f52e9",
            "type": "ui_tab",
            "name": "ShellyPlus Boiler BOOST Steuerung",
            "icon": "wi-wu-hazy",
            "order": 2,
            "disabled": false,
            "hidden": false
        }
    ]
  • Node-Red – Flows, Nodes, Infos

    Hier findet ihr Infos zum Thema Node-Red, Mosqitto, MQTT und was so zu dem Thema gehört.

    Ich werde auch anonymisierte Flows und Nodes hier zur Verfügung stellen, die bei mir auf meinen Systemen laufen. Wäre schön wenn Feedback kommt mit Verbesserungsvorschlägen. Wenn jemand die Sachen gebrauchen kann, dann einfach übernehmen.

    Gruß

    Edi