Ankündigung

Einklappen
Keine Ankündigung bisher.

KNX node for node-red

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Dear All
    At the moment I have an issue to not anymore be able to start up NoderRed. I therefore checked the nodered logs and found a lot of entries like the following - which might not be the reasons NodeRed is not starting right now but I guess still not good. What is wrongly configreud between KNX and the nodes in noderred ?

    ....
    [warn] 3/9/2024, 2:57:26 PM.682 knxUltimate-config: handleTelegramQueue: the KNXEngine is busy or is waiting for a telegram ACK with seqNumner 66. Delay handling queue.
    [warn] 3/9/2024, 2:57:26 PM.733 knxUltimate-config: handleTelegramQueue: the KNXEngine is busy or is waiting for a telegram ACK with seqNumner 66. Delay handling queue.
    [warn] 3/9/2024, 2:57:26 PM.782 knxUltimate-config: handleTelegramQueue: the KNXEngine is busy or is waiting for a telegram ACK with seqNumner 66. Delay handling queue.
    [error] 3/9/2024, 2:57:26 PM.810 KNXUltimate-KNXEngine: KNXClient: _setTimerWaitingForACK: RequestTimeoutError seqCounter:66, DestAddr:3/1/88, AckRequested:0, timed out waiting telegram acknowledge by 10.0.0.20 no ACK received. Retransmit datagram with seqNumber 66 from 1.1.0 to 3/1/88
    [warn] 3/9/2024, 2:57:30 PM.61 knxUltimate-config: handleTelegramQueue: the KNXEngine is busy or is waiting for a telegram ACK with seqNumner 104. Delay handling queue.
    [warn] 3/9/2024, 2:57:30 PM.822 knxUltimate-config: handleTelegramQueue: the KNXEngine is busy or is waiting for a telegram ACK with seqNumner 111. Delay handling queue.​
    ​....

    Thanks for any thoughts on this.
    BR Schnabu​

    Kommentar


      Hi
      does your knx/ip interface support ACK?
      What interface are you using?

      Kommentar


        I am using this type of IP Router from aBB - https://new.abb.com/products/2CDG110175R0011/ipr-s3-1-1
        As far as I understand the document it should support ACK.
        As per attachment I think I have as well activated this on KNX side. There is as well a picture of the NodeRed KnxUltimate Config

        You do not have permission to view this gallery.
        This gallery has 4 photos.

        Kommentar


          The ETS settings regarding linie/media coupler functionality is irrelevant if you are using KNX-IP Tunneling, therefore you need a configured and free interface tunnel.

          And then use one of these tunnel PA as PA in the node settings
          ----------------------------------------------------------------------------------
          "Der Hauptgrund für Stress ist der tägliche Kontakt mit Idioten."
          Albert Einstein

          Kommentar


            Hi,

            I try to bridge KNX Ultimate, GoogleHome (via smartnora) and an NodeRed-UI for dimmable lights.

            Has someone that or a similar setup in place?

            I want to change the values from any of the input systems (Google, NR-dashboard, KNX-switches) and have the state reflected on each systems accordingly (KNX, google, NR-dashboard). for both switching and dimming.

            The problem is that the output of the google-node has information about switch and brightness in one message and I have to split that somehow and route it to the proper KNX-device. Also I struggle with "RBE" filtering.

            Thanks for any help or support !

            Dostl_ba.

            Kommentar


              Hi
              one question about the installation from Knx ultimate. I get no connection to my MDT VC-EASY.02
              I set my IP Adress, Port is standard and I try multicast and Tunnel UDP.
              both are no working.
              do you know what is wrong?

              Marcel​

              Kommentar


                How many Tunnel PA do you have in ETS for that device?
                ----------------------------------------------------------------------------------
                "Der Hauptgrund für Stress ist der tägliche Kontakt mit Idioten."
                Albert Einstein

                Kommentar


                  I‘m not sure where I can find this.

                  Kommentar


                    In the ETS in the Topologie.

                    The Server can provide 4 KNX IP Tunnel Connections but normaly they have to be configured before you can use them especialy you are using KnX Secure.

                    And KNX ultimate must be able to handle KNX secure.
                    This you can check in the Node description If this Feature ist available.

                    Currently i have no KNX secure in my environment.
                    ----------------------------------------------------------------------------------
                    "Der Hauptgrund für Stress ist der tägliche Kontakt mit Idioten."
                    Albert Einstein

                    Kommentar


                      Hallo TheMax74 und Co,

                      ich habe edomi durch node-red ersetzt und scheitere an der Ansteuerung meines Generators.

                      Dieser soll 1x/ Woche für 10min in einen Probebetrieb gehen, aber auch zusätzlich manuell über einen Button im NR-Dashboard geschaltet werden.

                      Es erfolgt eine Rückmeldung vom Generator, ob dieser korrekt gestartet wurde. Falls NICHT, soll nach 20s ein "Aus"-Befehl gesendet werden und nach 20s ein Neustartversuch erfolgen /insg. 4x, dann Fehlermeldung per pushover


                      2024_12_13_19_00_06_node_red_0_81abecfb77f3_Opera.png


                      Der Start funktioniert gut, jedoch führt der Neustart bei Fehlstart (2. Trigger: 10s zu eine "Schleife")


                      2024_12_12_07_24_42_node_red_0_81abecfb77f3_Opera.png

                      Wie kann ich das verhindern ?
                      Danke !!!


                      Code:
                      [
                          {
                              "id": "58d6e5b091d777f4",
                              "type": "knxUltimate",
                              "z": "4e132103bb0e5d70",
                              "server": "8f5b9411.026ce",
                              "topic": "6/3/5",
                              "setTopicType": "str",
                              "outputtopic": "",
                              "dpt": "1.001",
                              "initialread": "1",
                              "notifyreadrequest": false,
                              "notifyresponse": true,
                              "notifywrite": true,
                              "notifyreadrequestalsorespondtobus": false,
                              "notifyreadrequestalsorespondtobusdefaultvalueifnotinitialized": "0",
                              "name": "Generator-RM",
                              "outputtype": "read",
                              "outputRBE": "false",
                              "inputRBE": "false",
                              "formatmultiplyvalue": 1,
                              "formatnegativevalue": "leave",
                              "formatdecimalsvalue": "999",
                              "passthrough": "yes",
                              "sendMsgToKNXCode": "",
                              "receiveMsgFromKNXCode": "",
                              "listenallga": false,
                              "x": 160,
                              "y": 4400,
                              "wires": [
                                  [
                                      "b75422485cb65261"
                                  ]
                              ]
                          },
                          {
                              "id": "56a533f5c53552bd",
                              "type": "knxUltimate",
                              "z": "4e132103bb0e5d70",
                              "server": "8f5b9411.026ce",
                              "topic": "7/4/10",
                              "setTopicType": "str",
                              "outputtopic": "",
                              "dpt": "1.001",
                              "initialread": "1",
                              "notifyreadrequest": false,
                              "notifyresponse": true,
                              "notifywrite": true,
                              "notifyreadrequestalsorespondtobus": false,
                              "notifyreadrequestalsorespondtobusdefaultvalueifnotinitialized": "0",
                              "name": "Generator E/A",
                              "outputtype": "read",
                              "outputRBE": "false",
                              "inputRBE": "false",
                              "formatmultiplyvalue": 1,
                              "formatnegativevalue": "zero",
                              "formatdecimalsvalue": "0",
                              "passthrough": "yes",
                              "sendMsgToKNXCode": "",
                              "receiveMsgFromKNXCode": "",
                              "listenallga": false,
                              "x": 160,
                              "y": 4280,
                              "wires": [
                                  [
                                      "a815adbfd6d143ac"
                                  ]
                              ]
                          },
                          {
                              "id": "7eaf93c5426fc2b5",
                              "type": "knxUltimate",
                              "z": "4e132103bb0e5d70",
                              "server": "8f5b9411.026ce",
                              "topic": "7/4/10",
                              "setTopicType": "str",
                              "outputtopic": "Espresso-Timer",
                              "dpt": "1.001",
                              "initialread": "0",
                              "notifyreadrequest": false,
                              "notifyresponse": false,
                              "notifywrite": false,
                              "notifyreadrequestalsorespondtobus": false,
                              "notifyreadrequestalsorespondtobusdefaultvalueifnotinitialized": "0",
                              "name": "Generator E/A",
                              "outputtype": "write",
                              "outputRBE": "true",
                              "inputRBE": "true",
                              "formatmultiplyvalue": 1,
                              "formatnegativevalue": "zero",
                              "formatdecimalsvalue": "0",
                              "passthrough": "yes",
                              "sendMsgToKNXCode": "",
                              "receiveMsgFromKNXCode": "",
                              "listenallga": false,
                              "x": 1530,
                              "y": 4280,
                              "wires": [
                                  []
                              ]
                          },
                          {
                              "id": "9703364a770010a8",
                              "type": "cronplus",
                              "z": "4e132103bb0e5d70",
                              "name": "Fr. 7:30 - 7:40",
                              "outputField": "payload",
                              "timeZone": "Europe/Berlin",
                              "storeName": "file",
                              "commandResponseMsgOutput": "output2",
                              "defaultLocation": "48.98989673947645 12.137277424335478",
                              "defaultLocationType": "fixed",
                              "outputs": 2,
                              "options": [
                                  {
                                      "name": "schedule1",
                                      "topic": "topic1",
                                      "payloadType": "bool",
                                      "payload": "true",
                                      "expressionType": "cron",
                                      "expression": "30 7 * * 5",
                                      "location": "",
                                      "offset": "0",
                                      "solarType": "all",
                                      "solarEvents": "sunrise,sunset"
                                  },
                                  {
                                      "name": "schedule2",
                                      "topic": "topic 2",
                                      "payloadType": "bool",
                                      "payload": "false",
                                      "expressionType": "cron",
                                      "expression": "40 7 * * 5",
                                      "location": "",
                                      "offset": "0",
                                      "solarType": "all",
                                      "solarEvents": "sunrise,sunset"
                                  }
                              ],
                              "x": 940,
                              "y": 4140,
                              "wires": [
                                  [
                                      "08c91cad6d46af7a",
                                      "7eaf93c5426fc2b5"
                                  ],
                                  []
                              ]
                          },
                          {
                              "id": "b75422485cb65261",
                              "type": "change",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "rules": [
                                  {
                                      "t": "set",
                                      "p": "reset",
                                      "pt": "msg",
                                      "to": "true",
                                      "tot": "bool"
                                  }
                              ],
                              "action": "",
                              "property": "",
                              "from": "",
                              "to": "",
                              "reg": false,
                              "x": 460,
                              "y": 4400,
                              "wires": [
                                  [
                                      "6b94a42773bb3b20",
                                      "9fa8f32c5ba85efb",
                                      "4061cc18ea4048c7",
                                      "acb7ba77fed2bcbd",
                                      "8e426f54c4344c05",
                                      "945ddd0fd24efe68",
                                      "001b81b95176f513",
                                      "8ccb9639114a3bc6",
                                      "83cb6f16dd7e6eb4",
                                      "bdeefd255f530d87",
                                      "502bdd34891d67f1"
                                  ]
                              ]
                          },
                          {
                              "id": "532de85b18713da5",
                              "type": "change",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "rules": [
                                  {
                                      "t": "set",
                                      "p": "icon",
                                      "pt": "msg",
                                      "to": "fa-toggle-off",
                                      "tot": "str"
                                  }
                              ],
                              "action": "",
                              "property": "",
                              "from": "",
                              "to": "",
                              "reg": false,
                              "x": 720,
                              "y": 4300,
                              "wires": [
                                  [
                                      "7fca0daddf577d77"
                                  ]
                              ]
                          },
                          {
                              "id": "a9f0d130bf1975ac",
                              "type": "change",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "rules": [
                                  {
                                      "t": "set",
                                      "p": "icon",
                                      "pt": "msg",
                                      "to": "fa-toggle-on",
                                      "tot": "str"
                                  },
                                  {
                                      "t": "set",
                                      "p": "time",
                                      "pt": "msg",
                                      "to": "",
                                      "tot": "date"
                                  }
                              ],
                              "action": "",
                              "property": "",
                              "from": "",
                              "to": "",
                              "reg": false,
                              "x": 730,
                              "y": 4260,
                              "wires": [
                                  [
                                      "7fca0daddf577d77",
                                      "7c1226bad46150e7"
                                  ]
                              ]
                          },
                          {
                              "id": "819191fc3bd890cd",
                              "type": "switch",
                              "z": "4e132103bb0e5d70",
                              "name": "1/0",
                              "property": "payload",
                              "propertyType": "msg",
                              "rules": [
                                  {
                                      "t": "true"
                                  },
                                  {
                                      "t": "false"
                                  }
                              ],
                              "checkall": "true",
                              "repair": false,
                              "outputs": 2,
                              "x": 530,
                              "y": 4280,
                              "wires": [
                                  [
                                      "a9f0d130bf1975ac",
                                      "6b94a42773bb3b20",
                                      "dd9f8abefdc2674c"
                                  ],
                                  [
                                      "532de85b18713da5",
                                      "dd9f8abefdc2674c",
                                      "c4356156e001c959"
                                  ]
                              ]
                          },
                          {
                              "id": "7fca0daddf577d77",
                              "type": "ui_button",
                              "z": "4e132103bb0e5d70",
                              "name": "Generator",
                              "group": "bb73238f1c4d0578",
                              "order": 7,
                              "width": "5",
                              "height": "1",
                              "passthru": false,
                              "label": "Generator",
                              "tooltip": "Generator EIN/ AUS",
                              "color": "white",
                              "bgcolor": "{{msg.payload == 1 ? \"red\" : \"#484848\"}}",
                              "className": "",
                              "icon": "{{msg.icon}}",
                              "payload": "true",
                              "payloadType": "bool",
                              "topic": "payload",
                              "topicType": "msg",
                              "x": 920,
                              "y": 4280,
                              "wires": [
                                  [
                                      "52dae0580ee3bc75",
                                      "94f2502c2644d742"
                                  ]
                              ]
                          },
                          {
                              "id": "52dae0580ee3bc75",
                              "type": "change",
                              "z": "4e132103bb0e5d70",
                              "name": "toggle flow",
                              "rules": [
                                  {
                                      "t": "set",
                                      "p": "payload",
                                      "pt": "msg",
                                      "to": "toggle",
                                      "tot": "flow"
                                  },
                                  {
                                      "t": "set",
                                      "p": "payload",
                                      "pt": "msg",
                                      "to": "$not(payload)",
                                      "tot": "jsonata"
                                  }
                              ],
                              "action": "",
                              "property": "",
                              "from": "",
                              "to": "",
                              "reg": false,
                              "x": 1110,
                              "y": 4280,
                              "wires": [
                                  [
                                      "7eaf93c5426fc2b5"
                                  ]
                              ]
                          },
                          {
                              "id": "a815adbfd6d143ac",
                              "type": "change",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "rules": [
                                  {
                                      "t": "set",
                                      "p": "toggle",
                                      "pt": "flow",
                                      "to": "payload",
                                      "tot": "msg"
                                  }
                              ],
                              "action": "",
                              "property": "",
                              "from": "",
                              "to": "",
                              "reg": false,
                              "x": 350,
                              "y": 4280,
                              "wires": [
                                  [
                                      "819191fc3bd890cd"
                                  ]
                              ]
                          },
                          {
                              "id": "6b94a42773bb3b20",
                              "type": "trigger",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "op1": "",
                              "op2": "true",
                              "op1type": "nul",
                              "op2type": "bool",
                              "duration": "20",
                              "extend": false,
                              "overrideDelay": false,
                              "units": "s",
                              "reset": "",
                              "bytopic": "all",
                              "topic": "topic",
                              "outputs": 1,
                              "x": 710,
                              "y": 4400,
                              "wires": [
                                  [
                                      "001b81b95176f513"
                                  ]
                              ]
                          },
                          {
                              "id": "9fa8f32c5ba85efb",
                              "type": "trigger",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "op1": "",
                              "op2": "true",
                              "op1type": "nul",
                              "op2type": "bool",
                              "duration": "30",
                              "extend": false,
                              "overrideDelay": false,
                              "units": "s",
                              "reset": "",
                              "bytopic": "all",
                              "topic": "topic",
                              "outputs": 1,
                              "x": 710,
                              "y": 4460,
                              "wires": [
                                  [
                                      "8ccb9639114a3bc6"
                                  ]
                              ]
                          },
                          {
                              "id": "4061cc18ea4048c7",
                              "type": "trigger",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "op1": "",
                              "op2": "true",
                              "op1type": "nul",
                              "op2type": "bool",
                              "duration": "30",
                              "extend": false,
                              "overrideDelay": false,
                              "units": "s",
                              "reset": "",
                              "bytopic": "all",
                              "topic": "topic",
                              "outputs": 1,
                              "x": 710,
                              "y": 4520,
                              "wires": [
                                  [
                                      "83cb6f16dd7e6eb4"
                                  ]
                              ]
                          },
                          {
                              "id": "acb7ba77fed2bcbd",
                              "type": "trigger",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "op1": "",
                              "op2": "true",
                              "op1type": "nul",
                              "op2type": "bool",
                              "duration": "20",
                              "extend": false,
                              "overrideDelay": false,
                              "units": "s",
                              "reset": "",
                              "bytopic": "all",
                              "topic": "topic",
                              "outputs": 1,
                              "x": 710,
                              "y": 4700,
                              "wires": [
                                  [
                                      "4bc4088fc2572ed8"
                                  ]
                              ]
                          },
                          {
                              "id": "3b5d7a0284c37e44",
                              "type": "pushover",
                              "z": "4e132103bb0e5d70",
                              "name": "Techn. Alarm:",
                              "device": "",
                              "title": "Technischer Alarm:",
                              "priority": 0,
                              "sound": "pushover",
                              "url": "",
                              "url_title": "",
                              "html": false,
                              "x": 1280,
                              "y": 4720,
                              "wires": []
                          },
                          {
                              "id": "4bc4088fc2572ed8",
                              "type": "change",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "rules": [
                                  {
                                      "t": "set",
                                      "p": "payload",
                                      "pt": "msg",
                                      "to": "Generatorfehler (3x Fehlstart !)",
                                      "tot": "str"
                                  }
                              ],
                              "action": "",
                              "property": "",
                              "from": "",
                              "to": "",
                              "reg": false,
                              "x": 910,
                              "y": 4720,
                              "wires": [
                                  [
                                      "3b5d7a0284c37e44"
                                  ]
                              ]
                          },
                          {
                              "id": "8e426f54c4344c05",
                              "type": "trigger",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "op1": "",
                              "op2": "true",
                              "op1type": "nul",
                              "op2type": "bool",
                              "duration": "30",
                              "extend": false,
                              "overrideDelay": false,
                              "units": "s",
                              "reset": "",
                              "bytopic": "all",
                              "topic": "topic",
                              "outputs": 1,
                              "x": 710,
                              "y": 4580,
                              "wires": [
                                  [
                                      "bdeefd255f530d87"
                                  ]
                              ]
                          },
                          {
                              "id": "08c91cad6d46af7a",
                              "type": "debug",
                              "z": "4e132103bb0e5d70",
                              "name": "debug 700",
                              "active": true,
                              "tosidebar": false,
                              "console": false,
                              "tostatus": true,
                              "complete": "payload",
                              "targetType": "msg",
                              "statusVal": "payload",
                              "statusType": "auto",
                              "x": 1150,
                              "y": 4140,
                              "wires": []
                          },
                          {
                              "id": "7c1226bad46150e7",
                              "type": "moment",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "topic": "",
                              "input": "time",
                              "inputType": "msg",
                              "inTz": "Europe/Berlin",
                              "adjAmount": 0,
                              "adjType": "days",
                              "adjDir": "add",
                              "format": "DD.MM.YYYY",
                              "locale": "de-DE",
                              "output": "payload",
                              "outputType": "msg",
                              "outTz": "Europe/Berlin",
                              "x": 960,
                              "y": 4200,
                              "wires": [
                                  [
                                      "b8a85899bed0834d"
                                  ]
                              ]
                          },
                          {
                              "id": "b8a85899bed0834d",
                              "type": "change",
                              "z": "4e132103bb0e5d70",
                              "name": "SET -> flow.start_generator",
                              "rules": [
                                  {
                                      "t": "set",
                                      "p": "start_generator",
                                      "pt": "flow",
                                      "to": "payload",
                                      "tot": "msg"
                                  }
                              ],
                              "action": "",
                              "property": "",
                              "from": "",
                              "to": "",
                              "reg": false,
                              "x": 1240,
                              "y": 4200,
                              "wires": [
                                  [
                                      "7f8397982b7330dc"
                                  ]
                              ]
                          },
                          {
                              "id": "7f8397982b7330dc",
                              "type": "debug",
                              "z": "4e132103bb0e5d70",
                              "name": "debug 719",
                              "active": true,
                              "tosidebar": false,
                              "console": false,
                              "tostatus": true,
                              "complete": "payload",
                              "targetType": "msg",
                              "statusVal": "payload",
                              "statusType": "auto",
                              "x": 1490,
                              "y": 4200,
                              "wires": []
                          },
                          {
                              "id": "c4356156e001c959",
                              "type": "switch",
                              "z": "4e132103bb0e5d70",
                              "name": "-> 0",
                              "property": "payload",
                              "propertyType": "msg",
                              "rules": [
                                  {
                                      "t": "false"
                                  }
                              ],
                              "checkall": "true",
                              "repair": false,
                              "outputs": 1,
                              "x": 310,
                              "y": 4380,
                              "wires": [
                                  [
                                      "b75422485cb65261"
                                  ]
                              ]
                          },
                          {
                              "id": "7dfebf6f403252f1",
                              "type": "debug",
                              "z": "4e132103bb0e5d70",
                              "name": "debug 720",
                              "active": true,
                              "tosidebar": false,
                              "console": false,
                              "tostatus": true,
                              "complete": "payload",
                              "targetType": "msg",
                              "statusVal": "payload",
                              "statusType": "auto",
                              "x": 1110,
                              "y": 4420,
                              "wires": []
                          },
                          {
                              "id": "945ddd0fd24efe68",
                              "type": "trigger",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "op1": "",
                              "op2": "true",
                              "op1type": "nul",
                              "op2type": "bool",
                              "duration": "30",
                              "extend": false,
                              "overrideDelay": false,
                              "units": "s",
                              "reset": "",
                              "bytopic": "all",
                              "topic": "topic",
                              "outputs": 1,
                              "x": 710,
                              "y": 4640,
                              "wires": [
                                  [
                                      "502bdd34891d67f1"
                                  ]
                              ]
                          },
                          {
                              "id": "001b81b95176f513",
                              "type": "trigger",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "op1": "false",
                              "op2": "true",
                              "op1type": "bool",
                              "op2type": "bool",
                              "duration": "10",
                              "extend": false,
                              "overrideDelay": false,
                              "units": "s",
                              "reset": "",
                              "bytopic": "all",
                              "topic": "topic",
                              "outputs": 1,
                              "x": 890,
                              "y": 4420,
                              "wires": [
                                  [
                                      "7dfebf6f403252f1",
                                      "9fa8f32c5ba85efb",
                                      "7eaf93c5426fc2b5"
                                  ]
                              ]
                          },
                          {
                              "id": "dd9f8abefdc2674c",
                              "type": "debug",
                              "z": "4e132103bb0e5d70",
                              "name": "debug 727",
                              "active": true,
                              "tosidebar": false,
                              "console": false,
                              "tostatus": true,
                              "complete": "payload",
                              "targetType": "msg",
                              "statusVal": "payload",
                              "statusType": "auto",
                              "x": 710,
                              "y": 4340,
                              "wires": []
                          },
                          {
                              "id": "94f2502c2644d742",
                              "type": "debug",
                              "z": "4e132103bb0e5d70",
                              "name": "debug 728",
                              "active": true,
                              "tosidebar": false,
                              "console": false,
                              "tostatus": true,
                              "complete": "payload",
                              "targetType": "msg",
                              "statusVal": "payload",
                              "statusType": "auto",
                              "x": 1110,
                              "y": 4340,
                              "wires": []
                          },
                          {
                              "id": "e0420bc1aa910acb",
                              "type": "inject",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "props": [
                                  {
                                      "p": "payload"
                                  }
                              ],
                              "repeat": "",
                              "crontab": "",
                              "once": true,
                              "onceDelay": "5",
                              "topic": "",
                              "payload": "true",
                              "payloadType": "bool",
                              "x": 910,
                              "y": 4320,
                              "wires": [
                                  [
                                      "52dae0580ee3bc75"
                                  ]
                              ]
                          },
                          {
                              "id": "8ccb9639114a3bc6",
                              "type": "trigger",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "op1": "false",
                              "op2": "true",
                              "op1type": "bool",
                              "op2type": "bool",
                              "duration": "10",
                              "extend": false,
                              "overrideDelay": false,
                              "units": "s",
                              "reset": "",
                              "bytopic": "all",
                              "topic": "topic",
                              "outputs": 1,
                              "x": 890,
                              "y": 4480,
                              "wires": [
                                  [
                                      "4061cc18ea4048c7",
                                      "7dfebf6f403252f1",
                                      "7eaf93c5426fc2b5"
                                  ]
                              ]
                          },
                          {
                              "id": "83cb6f16dd7e6eb4",
                              "type": "trigger",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "op1": "false",
                              "op2": "true",
                              "op1type": "bool",
                              "op2type": "bool",
                              "duration": "10",
                              "extend": false,
                              "overrideDelay": false,
                              "units": "s",
                              "reset": "",
                              "bytopic": "all",
                              "topic": "topic",
                              "outputs": 1,
                              "x": 890,
                              "y": 4540,
                              "wires": [
                                  [
                                      "8e426f54c4344c05",
                                      "7dfebf6f403252f1",
                                      "7eaf93c5426fc2b5"
                                  ]
                              ]
                          },
                          {
                              "id": "bdeefd255f530d87",
                              "type": "trigger",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "op1": "false",
                              "op2": "true",
                              "op1type": "bool",
                              "op2type": "bool",
                              "duration": "10",
                              "extend": false,
                              "overrideDelay": false,
                              "units": "s",
                              "reset": "",
                              "bytopic": "all",
                              "topic": "topic",
                              "outputs": 1,
                              "x": 890,
                              "y": 4600,
                              "wires": [
                                  [
                                      "945ddd0fd24efe68",
                                      "7dfebf6f403252f1",
                                      "7eaf93c5426fc2b5"
                                  ]
                              ]
                          },
                          {
                              "id": "502bdd34891d67f1",
                              "type": "trigger",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "op1": "false",
                              "op2": "true",
                              "op1type": "bool",
                              "op2type": "bool",
                              "duration": "10",
                              "extend": false,
                              "overrideDelay": false,
                              "units": "s",
                              "reset": "",
                              "bytopic": "all",
                              "topic": "topic",
                              "outputs": 1,
                              "x": 890,
                              "y": 4660,
                              "wires": [
                                  [
                                      "acb7ba77fed2bcbd",
                                      "7dfebf6f403252f1",
                                      "7eaf93c5426fc2b5"
                                  ]
                              ]
                          },
                          {
                              "id": "8b660e99b3d548a1",
                              "type": "inject",
                              "z": "4e132103bb0e5d70",
                              "name": "",
                              "props": [
                                  {
                                      "p": "payload"
                                  }
                              ],
                              "repeat": "",
                              "crontab": "",
                              "once": true,
                              "onceDelay": "5",
                              "topic": "",
                              "payload": "false",
                              "payloadType": "bool",
                              "x": 910,
                              "y": 4360,
                              "wires": [
                                  [
                                      "52dae0580ee3bc75"
                                  ]
                              ]
                          },
                          {
                              "id": "8f5b9411.026ce",
                              "type": "knxUltimate-config",
                              "host": "10.10.1.33",
                              "port": "3671",
                              "physAddr": "1.1.0",
                              "hostProtocol": "Auto",
                              "suppressACKRequest": true,
                              "csv": "\"Group name\"\t\"Address\"\t\"Central\"\t\"Unfiltered\"\t\"Description\"\t\"DatapointType\"\t\"Security\"\n\"Beleuchtung/ Steckdosen\"\t\"0/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Beleuchtung Keller\"\t\"0/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht Diele Keller\"\t\"0/0/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Technik\"\t\"0/0/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Abstellraum\"\t\"0/0/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Werkstatt (Decke)\"\t\"0/0/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Werkstatt (Wand)\"\t\"0/0/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Büro Keller\"\t\"0/0/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Kellerabgang\"\t\"0/0/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Diele Keller- RM\"\t\"0/0/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-11\"\t\"Auto\"\n\"Licht Technik- RM\"\t\"0/0/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-11\"\t\"Auto\"\n\"Licht Abstellraum- RM\"\t\"0/0/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-11\"\t\"Auto\"\n\"Licht Werkstatt (Decke)- RM\"\t\"0/0/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-11\"\t\"Auto\"\n\"Licht Werkstatt (Wand)- RM\"\t\"0/0/15\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-11\"\t\"Auto\"\n\"Licht Büro Keller- RM\"\t\"0/0/16\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Kellerabgang- RM\"\t\"0/0/17\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-11\"\t\"Auto\"\n\"Beleuchtung Erdgeschoß\"\t\"0/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht Flur EG\"\t\"0/1/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht WC (Decke)\"\t\"0/1/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Praxis Decke\"\t\"0/1/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Essen (0-100%)\"\t\"0/1/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Licht Essen - RM Hell\"\t\"0/1/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Licht Essen schalten\"\t\"0/1/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Essen dimmen\"\t\"0/1/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Licht Küche\"\t\"0/1/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Speise\"\t\"0/1/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Treppe\"\t\"0/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht WC (Spiegel)\"\t\"0/1/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Flur EG (Dauer)\"\t\"0/1/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"LZ Essen\"\t\"0/1/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-17-1\"\t\"Auto\"\n\"LZ Wohnen\"\t\"0/1/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-17-1\"\t\"Auto\"\n\"Licht Essen schalten-RM\"\t\"0/1/15\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"BM Flur EG\"\t\"0/1/17\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht EG Triggerobjekt\"\t\"0/1/18\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Beleuchtung Obergeschoß\"\t\"0/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht Bad (Spiegel)\"\t\"0/2/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Bad (Decke)- schalten\"\t\"0/2/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Eltern Bett\"\t\"0/2/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Gang OG - Dauer EIN\"\t\"0/2/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Eltern\"\t\"0/2/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Kind 2\"\t\"0/2/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Kind 1\"\t\"0/2/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Wäsche\"\t\"0/2/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Gang OG - schalten\"\t\"0/2/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Gang OG (0-100%)\"\t\"0/2/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Gang OG - Triggerobjekt\"\t\"0/2/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Bad (0-100%)\"\t\"0/2/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Licht Bad (Decke)- dimmen\"\t\"0/2/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Licht Bad schalten- RM\"\t\"0/2/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Gang OG - dimmen\"\t\"0/2/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"Licht Wäsche-  Dauer EIN\"\t\"0/2/15\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Gang OG schalten- RM\"\t\"0/2/16\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Gang OG - RM Hell\"\t\"0/2/17\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Licht Bad (Decke) - RM Hell\"\t\"0/2/18\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Licht Wäsche- RM\"\t\"0/2/19\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Beleuchtung Speicher\"\t\"0/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht Speicher 2x\"\t\"0/3/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Speicher Bett\"\t\"0/3/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Speicher vorne\"\t\"0/3/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Beleuchtung Aussen/ Garage\"\t\"0/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Licht Wintergarten\"\t\"0/4/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Dachterrasse\"\t\"0/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Fluter\"\t\"0/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Terrasse-RM\"\t\"0/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Garage (2x Decke)\"\t\"0/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Garage (2x Decke)- RM\"\t\"0/4/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Terrasse\"\t\"0/4/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Fluter (Dauer)\"\t\"0/4/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht Wintergarten (Dauer)\"\t\"0/4/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Schaltbare Steckdosen\"\t\"0/5/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"SD Eltern links\"\t\"0/5/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"SD Küche Arbeitsfläche\"\t\"0/5/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"SD WZ Stehlampe - schalten\"\t\"0/5/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"SD Küche Kaffee\"\t\"0/5/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"SD Außen\"\t\"0/5/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"SD Dachterrasse\"\t\"0/5/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"SD Eltern re.\"\t\"0/5/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"WZ Stehlampe - Dimmen (4Bit)\"\t\"0/5/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-3-7\"\t\"Auto\"\n\"SD WZ Fernseher\"\t\"0/5/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"WZ Stehlampe (0-100%)\"\t\"0/5/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"SD Außen- RM\"\t\"0/5/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"WZ Stehlampe - RM\"\t\"0/5/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"WZ Stehlampe - RM Hell\"\t\"0/5/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie/Garagentore\"\t\"1/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Garagentore\"\t\"1/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Garagentor links AUF\"\t\"1/1/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Garagentor links AB\"\t\"1/1/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Garagentor rechts AUF\"\t\"1/1/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Garagentor rechts AB\"\t\"1/1/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Jalousien West\"\t\"1/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Jalousie Wäsche x3 STOP\"\t\"1/2/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Jalousie Wäsche x3 AUF/AB\"\t\"1/2/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Jalousie Gang STOP\"\t\"1/2/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Jalousie Gang AUF/AB\"\t\"1/2/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Jalousie Sport STOP\"\t\"1/2/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Jalousie Sport AUF/AB\"\t\"1/2/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Jalousie Wäsche x4 Position\"\t\"1/2/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie x4 Wäsche Lamelle\"\t\"1/2/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Gang Position\"\t\"1/2/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Gang Lamelle\"\t\"1/2/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Sport Position\"\t\"1/2/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Sport Lamelle\"\t\"1/2/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Wäsche x3 Pos. RM\"\t\"1/2/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Wäsche x3 Lam. RM\"\t\"1/2/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Gang Pos. RM\"\t\"1/2/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Gang Lam. RM\"\t\"1/2/15\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Sport Pos. RM\"\t\"1/2/16\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Sport Lam. RM\"\t\"1/2/17\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousien Süd\"\t\"1/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Jalousie Süd-West STOP\"\t\"1/3/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-10\"\t\"Auto\"\n\"Jalousie Süd-West AUF/AB\"\t\"1/3/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Jalousie Süd-Ost STOP\"\t\"1/3/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-10\"\t\"Auto\"\n\"Jalousie Süd-Ost AUF/AB\"\t\"1/3/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Jalousie Süd-Mitte STOP\"\t\"1/3/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-10\"\t\"Auto\"\n\"Jalousie Süd-Mitte AUF/AB\"\t\"1/3/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Jalousie Süd-West Position\"\t\"1/3/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Süd-West Lamelle\"\t\"1/3/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Süd-Ost Position\"\t\"1/3/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Süd-Ost Lamelle\"\t\"1/3/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Süd-Mitte Position\"\t\"1/3/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Süd-Mitte Lamelle\"\t\"1/3/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Süd-West Pos. RM\"\t\"1/3/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Süd-West Lam. RM\"\t\"1/3/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Süd-Ost Pos. RM\"\t\"1/3/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Süd-Ost Lam. RM\"\t\"1/3/15\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Süd-Mitte Pos. RM\"\t\"1/3/16\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Süd-Mitte Lam. RM\"\t\"1/3/17\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Arbeit\"\t\"1/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Jalousie Arbeit-W STOP\"\t\"1/4/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Jalousie Arbeit-W AUF/AB\"\t\"1/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Jalousie Arbeit-W Pos.\"\t\"1/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Arbeit-W Lam.\"\t\"1/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Arbeit-W Pos RM\"\t\"1/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Arbeit-W Lam. RM\"\t\"1/4/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Arbeit-N STOP\"\t\"1/4/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Jalousie Arbeit-N AUF/AB\"\t\"1/4/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Jalousie Arbeit-N Pos.\"\t\"1/4/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Arbeit-N Lam.\"\t\"1/4/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Arbeit-N Pos RM\"\t\"1/4/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousie Arbeit-N Lam. RM\"\t\"1/4/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Zentralfunktionen\"\t\"2/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentral\"\t\"2/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zentral AUS\"\t\"2/0/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Zentral EIN\"\t\"2/0/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht AUS T.OG - OHNE Fkt\"\t\"2/0/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Zentral EIN/AUS\"\t\"2/0/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Licht AUS T.DG\"\t\"2/0/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Lichter Zentral EIN Panik/ AUS\"\t\"2/0/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Lichter Alle AUS - nur Edomi\"\t\"2/0/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Zentral AUS - Taste re.\"\t\"2/0/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Zentral EIN - Taste li.\"\t\"2/0/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"SD ALLE (Außer SV) -außer Funktion !\"\t\"2/0/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Taster Visu EIN/AUS\"\t\"2/0/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Werteingabe o.K.\"\t\"2/0/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Werteingabe Fehler\"\t\"2/0/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Markisen Zentral\"\t\"2/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Markisen Zentral AUF/AB\"\t\"2/1/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Markisen Zentral STOP\"\t\"2/1/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Makisen Position\"\t\"2/1/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Markisen Pos. RM\"\t\"2/1/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousien Süd Zentral\"\t\"2/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Jalousien Süd Zentral AUF/AB\"\t\"2/2/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Jalousien Süd Zentral STOP\"\t\"2/2/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-10\"\t\"Auto\"\n\"Jalousie Süd ALARM\"\t\"2/2/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Jalousien Süd Zentral Lamelle\"\t\"2/2/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousien Süd Zentral Position\"\t\"2/2/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousien West Zentral\"\t\"2/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Jalousien West Zentral AUF/AB\"\t\"2/3/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Jalousien West Zentral STOP\"\t\"2/3/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Jalousie WEST ALARM\"\t\"2/3/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-8\"\t\"Auto\"\n\"Jalousien West Zentral Lamelle\"\t\"2/3/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousien West Zentral Position\"\t\"2/3/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Lichtszenen\"\t\"2/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Lichtszene SmartSensor\"\t\"2/4/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-17-1\"\t\"Auto\"\n\"Dämmerung 1=Tag/ 0=Nacht\"\t\"2/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Jalousie Arbeit Zentral\"\t\"2/5/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Jalousien ARBEIT BEIDE AUF/AB\"\t\"2/5/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Jalousien ARBEIT BEIDE STOP\"\t\"2/5/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-7\"\t\"Auto\"\n\"Jalousien ARBEIT BEIDE Lamelle\"\t\"2/5/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Jalousien ARBEIT BEIDE Position\"\t\"2/5/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"Heizung\"\t\"3/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Heizung Keller\"\t\"3/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Heizung Büro Keller\"\t\"3/0/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Heizung Werkstatt\"\t\"3/0/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Heizung Erdgeschoß\"\t\"3/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Heizung Praxis\"\t\"3/1/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Heizung Wohnzimmer\"\t\"3/1/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Heizung WC\"\t\"3/1/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Heizung Obergeschoß\"\t\"3/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Heizung Kind 1\"\t\"3/2/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Heizung Kind 2\"\t\"3/2/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Heizung Eltern\"\t\"3/2/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Heizung Bad\"\t\"3/2/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Heizung Speicher\"\t\"3/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Heizung Speicher\"\t\"3/3/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Heizmodus\"\t\"3/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"KONNEX Betriebsmodus Zentral\"\t\"3/4/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"KONNEX Betriebsmodus WZ\"\t\"3/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"KONNEX Zwangsobjekt Rest\"\t\"3/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"KONNEX Zwangsobjekt Praxis\"\t\"3/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"KONNEX Zwangsobjekt Bad\"\t\"3/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"BM_W_SK\"\t\"3/4/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"BM_B_SK\"\t\"3/4/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"KONNEX Betriebsmodus Praxis\"\t\"3/4/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"KONNEX Betriebsmodus Kind 1\"\t\"3/4/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"KONNEX Betriebsmodus Kind 2\"\t\"3/4/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"KONNEX Betriebsmodus Bad\"\t\"3/4/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"KONNEX Betriebsmdus Eltern\"\t\"3/4/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-102\"\t\"Auto\"\n\"KONNEX Betriebsmodus Speicher\"\t\"3/4/15\"\t\"\"\t\"\"\t\"\"\t\"DPST-20-12\"\t\"Auto\"\n\"Durchlauferhitzer\"\t\"3/5/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"DLE-Temp. SOLL\"\t\"3/5/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-14-68\"\t\"Auto\"\n\"DLE- Leistung/Balken (Meldeobj.)\"\t\"3/5/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"DLE- Leistungsgrenze\"\t\"3/5/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-1\"\t\"Auto\"\n\"DLE-Störung\"\t\"3/5/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"DLE-Sperre\"\t\"3/5/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"DLE- Heizbetrieb\"\t\"3/5/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"DLE-Zwangssteuerung\"\t\"3/5/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"DLE-Temp Steuerung\"\t\"3/5/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Boiler\"\t\"3/6/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Boiler Heizstab\"\t\"3/6/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Boiler Sperre\"\t\"3/6/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Lüftung\"\t\"4/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Lüftung\"\t\"4/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Lüftung Stufe 1\"\t\"4/0/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Lüftung Stufe 2\"\t\"4/0/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Lüftung Stufe 3\"\t\"4/0/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Lüftung 1...3 RM\"\t\"4/0/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-10\"\t\"Auto\"\n\"Lüftung Ein/ Aus\"\t\"4/0/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Lüftung Stufe 1 - RM\"\t\"4/0/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Lüftung Stufe 2 - RM\"\t\"4/0/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Lüftung Stufe 3 - RM\"\t\"4/0/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Lüfter Garage\"\t\"4/0/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Lüftung 1...3\"\t\"4/0/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-10\"\t\"Auto\"\n\"Lüfter Garage-RM\"\t\"4/0/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Uhr/ Datum\"\t\"5/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Uhr\"\t\"5/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zeit\"\t\"5/0/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-10-1\"\t\"Auto\"\n\"Datum\"\t\"5/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Datum\"\t\"5/1/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-11-1\"\t\"Auto\"\n\"Zeitimpulse\"\t\"5/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Tagesimpuls\"\t\"5/2/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-15\"\t\"Auto\"\n\"Monatsimpuls\"\t\"5/2/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-15\"\t\"Auto\"\n\"Jahresimpuls\"\t\"5/2/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-15\"\t\"Auto\"\n\"Eingänge\"\t\"6/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Fenster/ Tore\"\t\"6/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Fenster WZ\"\t\"6/0/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Fenster OG WEST\"\t\"6/0/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Haustüre\"\t\"6/0/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Fenster/ Tore ohne HT\"\t\"6/0/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Tor re.\"\t\"6/0/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Tor li.\"\t\"6/0/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Fenster/ Tore Alle\"\t\"6/0/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"GO+FT+U+AZ+Sp\"\t\"6/0/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Garagentüre\"\t\"6/0/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Bestätigung Zentral AUS\"\t\"6/0/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Fenster EG/OG\"\t\"6/0/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Tore Alarm\"\t\"6/0/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"F/GT/GO + Z. AUS\"\t\"6/0/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"F/T/GO ohne HT\"\t\"6/0/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Haustüre RSK\"\t\"6/0/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"F/T/GO ohne HT + Z AUS Blinken\"\t\"6/0/15\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"F/T/GT/GO ohne HT -Z.AUS (1=o.K.)\"\t\"6/0/16\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Kellertüre MK\"\t\"6/0/17\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Fenster Schlafen\"\t\"6/0/18\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Fenster Arbeit\"\t\"6/0/19\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Fenster Kind\"\t\"6/0/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Fenster Speicher\"\t\"6/0/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Fenster Praxis\"\t\"6/0/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"GO+FA+K+Pr+Sp\"\t\"6/0/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Temperaturen\"\t\"6/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"T. Außen\"\t\"6/1/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Abluft Raum\"\t\"6/1/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Außen -\"\t\"6/1/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"T. EWT\"\t\"6/1/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Fortluft\"\t\"6/1/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. WZ Ist (SS)\"\t\"6/1/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Praxis Ist\"\t\"6/1/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Kind 1 Ist\"\t\"6/1/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Kind 2 Ist\"\t\"6/1/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Eltern Ist\"\t\"6/1/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Bad Ist\"\t\"6/1/15\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Speicher Ist\"\t\"6/1/16\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. WZ Ist (KS)\"\t\"6/1/17\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. WZ Ist (Gesamt)\"\t\"6/1/18\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Außen Wetterstation\"\t\"6/1/19\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. WZ Soll\"\t\"6/1/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Praxis Soll\"\t\"6/1/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Kind 1 Soll\"\t\"6/1/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Kind 2 Soll\"\t\"6/1/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Eltern Soll\"\t\"6/1/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Bad Soll\"\t\"6/1/25\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Speicher Soll\"\t\"6/1/26\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"T. Wintergarten\"\t\"6/1/27\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Bewegungsmelder\"\t\"6/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Helligkeit WC\"\t\"6/2/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-4\"\t\"Auto\"\n\"Helligkeit Werkstatt\"\t\"6/2/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-4\"\t\"Auto\"\n\"Alarmmelder EG/OG\"\t\"6/2/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Helligkeit Gang EG\"\t\"6/2/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-4\"\t\"Auto\"\n\"Helligkeit Bad\"\t\"6/2/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-4\"\t\"Auto\"\n\"Helligkeit Gang OG\"\t\"6/2/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-4\"\t\"Auto\"\n\"Bewegungsmelder WZ\"\t\"6/2/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Bewegungsmelder Wintergarten\"\t\"6/2/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Helligkeit WZ\"\t\"6/2/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-4\"\t\"Auto\"\n\"Sonstige\"\t\"6/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Bewegungsmelder Garten\"\t\"6/3/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wasserschaden EG\"\t\"6/3/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-5\"\t\"Auto\"\n\"Rauchmelder\"\t\"6/3/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-5\"\t\"Auto\"\n\"Lüftung- Ausfall\"\t\"6/3/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Espresso EIN\"\t\"6/3/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-11\"\t\"Auto\"\n\"Generator-RM\"\t\"6/3/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wasserschaden OG\"\t\"6/3/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-5\"\t\"Auto\"\n\"Gasalarm\"\t\"6/3/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Gasofen E/A\"\t\"6/3/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Geschirrspüler EIN\"\t\"6/3/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-11\"\t\"Auto\"\n\"Waschmaschine EIN\"\t\"6/3/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-11\"\t\"Auto\"\n\"Wäschetrockner EIN\"\t\"6/3/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-11\"\t\"Auto\"\n\"Deckenstrahler EIN\"\t\"6/3/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-11\"\t\"Auto\"\n\"Backofen EIN\"\t\"6/3/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-11\"\t\"Auto\"\n\"Werkstatt Verbraucher Ein\"\t\"6/3/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-11\"\t\"Auto\"\n\"Staubsauger EIN\"\t\"6/3/15\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wetter\"\t\"6/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Regen\"\t\"6/4/0\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Helligkeit Wert West\"\t\"6/4/1\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wind Wert\"\t\"6/4/2\"\t\"\"\t\"true\"\t\"\"\t\"DPST-9-5\"\t\"Auto\"\n\"Helligkeit Wert Süd\"\t\"6/4/3\"\t\"\"\t\"true\"\t\"\"\t\"DPST-9-4\"\t\"Auto\"\n\"Wind Schwelle\"\t\"6/4/4\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Luftdruck rel.\"\t\"6/4/5\"\t\"\"\t\"true\"\t\"\"\t\"DPST-9-6\"\t\"Auto\"\n\"Luftfeuchte (rel.)\"\t\"6/4/6\"\t\"\"\t\"true\"\t\"\"\t\"DPST-7-1\"\t\"Auto\"\n\"Luftdruck NN QFF\"\t\"6/4/7\"\t\"\"\t\"true\"\t\"\"\t\"DPST-9-6\"\t\"Auto\"\n\"Dämmerung Süd\"\t\"6/4/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-4\"\t\"Auto\"\n\"Bodenfeuchte\"\t\"6/4/9\"\t\"\"\t\"true\"\t\"\"\t\"DPST-9-6\"\t\"Auto\"\n\"Kombi Regen + unter 1°C\"\t\"6/4/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Helligkeit Süd Tag/ Nacht OHNE FUNKTION\"\t\"6/4/11\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wind (Richtung)\"\t\"6/4/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-3\"\t\"Auto\"\n\"Globalstrahlung\"\t\"6/4/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-22\"\t\"Auto\"\n\"Luftfeuchte (abs.)\"\t\"6/4/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-7-1\"\t\"Auto\"\n\"Temp. (gefühlt)\"\t\"6/4/15\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"GW Helligkeit Süd (Sonne)\"\t\"6/4/17\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"GW Helligkeit West (Sonne)\"\t\"6/4/18\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"GW Temperatur 1\"\t\"6/4/19\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"GW Wind 1\"\t\"6/4/20\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"GW Wind 2\"\t\"6/4/21\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Zisterne\"\t\"6/5/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Wasserstand_Zisterne\"\t\"6/5/0\"\t\"\"\t\"true\"\t\"\"\t\"DPST-9-4\"\t\"Auto\"\n\"T/F-Sensoren\"\t\"6/6/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Temp. Keller\"\t\"6/6/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Feuchte Keller\"\t\"6/6/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-7\"\t\"Auto\"\n\"Temp. Garage\"\t\"6/6/3\"\t\"\"\t\"true\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Feuchte Garage\"\t\"6/6/4\"\t\"\"\t\"true\"\t\"\"\t\"DPST-9-7\"\t\"Auto\"\n\"Temp. Gasofen\"\t\"6/6/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Feuchte WZ\"\t\"6/6/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-7\"\t\"Auto\"\n\"CO2 WZ\"\t\"6/6/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-8\"\t\"Auto\"\n\"Behaglichkeit WZ\"\t\"6/6/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-2\"\t\"Auto\"\n\"Arduino\"\t\"6/7/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Counts\"\t\"6/7/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-7-1\"\t\"Auto\"\n\"CPM\"\t\"6/7/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-7-1\"\t\"Auto\"\n\"uSv/h\"\t\"6/7/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-22\"\t\"Auto\"\n\"Sonstige\"\t\"7/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Multimedia\"\t\"7/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Heos Bad EIN/AUS\"\t\"7/0/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Heos WZ EIN/AUS\"\t\"7/0/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Szene TV/Dreambox\"\t\"7/0/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Szene Radio/HEOS\"\t\"7/0/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Szene BD/DVD\"\t\"7/0/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Szene Klavier\"\t\"7/0/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Media AUS\"\t\"7/0/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Stellmotoren\"\t\"7/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"EWT-Bypass\"\t\"7/1/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"WRG-Bypass\"\t\"7/1/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Garten/Wasser\"\t\"7/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"MV-Terrasse\"\t\"7/2/0\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"MV-Getrieberegner\"\t\"7/2/1\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"MV-Gewächshaus\"\t\"7/2/2\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"MV-Rotatoren Pavillon\"\t\"7/2/3\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"MV-Hecke\"\t\"7/2/4\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"MV-Vorgarten\"\t\"7/2/5\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Pumpe-Zisterne\"\t\"7/2/6\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Roboter EIN/AUS\"\t\"7/2/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Rasenmähroboter fährt\"\t\"7/2/8\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-11\"\t\"Auto\"\n\"Pumpe Pool\"\t\"7/2/9\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Auto Terrasse/ Beet\"\t\"7/2/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Auto-Zeit\"\t\"7/2/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-5\"\t\"Auto\"\n\"MV-Hauptleitung\"\t\"7/2/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Bewässerung_auto\"\t\"7/2/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Hecke\"\t\"7/2/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Kräuter\"\t\"7/2/15\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Sprenger\"\t\"7/2/16\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Terrasse\"\t\"7/2/17\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Vorgarten\"\t\"7/2/18\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"MV-Brunnen\"\t\"7/2/19\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"MV-Zisterne\"\t\"7/2/20\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"MV-Rasen-Terr\"\t\"7/2/21\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Rasen-Terrasse\"\t\"7/2/22\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Teichpumpe\"\t\"7/2/23\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Pumpe_Auto\"\t\"7/2/24\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Letzter Bewässerungsstart\"\t\"7/2/25\"\t\"\"\t\"\"\t\"\"\t\"DPST-10-1\"\t\"Auto\"\n\"Roboter EIN/AUS - Invers\"\t\"7/2/26\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Pumpe-Zisterne-RM\"\t\"7/2/30\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Pumpe Pool-RM\"\t\"7/2/31\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"MV-Rasen-Terr- RM\"\t\"7/2/32\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"MV-Zisterne-RM\"\t\"7/2/33\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"MV-Brunnen-RM\"\t\"7/2/34\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"MV-Terrasse-RM\"\t\"7/2/35\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"MV-Getrieberegner-RM\"\t\"7/2/36\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"MV-Gewächshaus-RM\"\t\"7/2/37\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"MV-Rotatoren Pavillon-RM\"\t\"7/2/38\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"MV-Hecke-RM\"\t\"7/2/39\"\t\"\"\t\"true\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Sonstige\"\t\"7/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"AWS Steuerung\"\t\"7/4/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wallbox Ladezustand\"\t\"7/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Wärmen/Kühlen\"\t\"7/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Alarm Wasserverbrauch (Menge)\"\t\"7/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Alarm Wasserschaden\"\t\"7/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Automatik Tore AUF/AB\"\t\"7/4/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Quittierung Interne Alarme\"\t\"7/4/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Alarm Wasserverbrauch (Durchfluss)\"\t\"7/4/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Alarm Kühlschrank\"\t\"7/4/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Freigabe Wallbox (LAS)\"\t\"7/4/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Generator E/A\"\t\"7/4/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Meldung-SS\"\t\"7/4/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-5-100\"\t\"Auto\"\n\"Generator E/A RM BE/Deye\"\t\"7/4/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"ZSU\"\t\"7/5/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"ZSU Lichter Nacht\"\t\"7/5/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"ZSU Generator\"\t\"7/5/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-2\"\t\"Auto\"\n\"Alarm\"\t\"7/6/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Scharfschaltung RM (o.K.) \"\t\"7/6/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Sabotage Sirene + BM EG/OG\"\t\"7/6/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Alarmmeldung Einbruch\"\t\"7/6/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Alarm Reset\"\t\"7/6/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Stromausfall\"\t\"7/6/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Stromzähler Batterie\"\t\"7/6/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-5\"\t\"Auto\"\n\"Scharfstellung RM (Fehler)\"\t\"7/6/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Extern Scharf=1/ Unscharf=0\"\t\"7/6/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Extern Scharf/ Unscharf RM\"\t\"7/6/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Alarm Scharfschaltbereit\"\t\"7/6/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Verzögerungszeit aktiv\"\t\"7/6/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Alarmverzögerung aktiv\"\t\"7/6/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Mobotix\"\t\"7/7/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Bewegung o.K.\"\t\"7/7/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"RFID o.K.\"\t\"7/7/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Türöffner\"\t\"7/7/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Klingel Praxis\"\t\"7/7/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Klingel Privat\"\t\"7/7/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Tueroeffner-Ausloesung\"\t\"7/7/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Energie/Regenmesser\"\t\"8/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Einzelgeräte\"\t\"8/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"WL Waschmaschine\"\t\"8/0/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-14-56\"\t\"Auto\"\n\"Stromwert Waschmaschine\"\t\"8/0/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-21\"\t\"Auto\"\n\"WL Wäschetrockner\"\t\"8/0/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-14-56\"\t\"Auto\"\n\"Stromwert Wäschetrockner\"\t\"8/0/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-21\"\t\"Auto\"\n\"WL Geschirrspüler\"\t\"8/0/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-14-56\"\t\"Auto\"\n\"Stromwert Geschirrspüler\"\t\"8/0/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-21\"\t\"Auto\"\n\"WL Espresso\"\t\"8/0/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-14-56\"\t\"Auto\"\n\"Stromwert Espresso\"\t\"8/0/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-21\"\t\"Auto\"\n\"WL Kühlschrank\"\t\"8/0/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-14-56\"\t\"Auto\"\n\"Stromwert Kühlschrank\"\t\"8/0/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-21\"\t\"Auto\"\n\"WL Deckenstrahler\"\t\"8/0/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-14-56\"\t\"Auto\"\n\"Stromwert Deckenstrahler\"\t\"8/0/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-21\"\t\"Auto\"\n\"WL Backofen\"\t\"8/0/12\"\t\"\"\t\"\"\t\"\"\t\"DPST-14-56\"\t\"Auto\"\n\"Stromwert Backofen\"\t\"8/0/13\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-21\"\t\"Auto\"\n\"WL Roboter\"\t\"8/0/14\"\t\"\"\t\"\"\t\"\"\t\"DPST-14-56\"\t\"Auto\"\n\"Stromwert Roboter\"\t\"8/0/15\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-21\"\t\"Auto\"\n\"Strom-Gesamt\"\t\"8/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Strom- Zählerstand\"\t\"8/1/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-13\"\t\"Auto\"\n\"Strom- Momentanverbrauch\"\t\"8/1/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-14-56\"\t\"Auto\"\n\"Strom- Korrektur\"\t\"8/1/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-13\"\t\"Auto\"\n\"Strom (heute)\"\t\"8/1/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-10\"\t\"Auto\"\n\"Strom (gestern)\"\t\"8/1/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-10\"\t\"Auto\"\n\"Strom (Monat)\"\t\"8/1/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-13\"\t\"Auto\"\n\"Strom (Vormonat)\"\t\"8/1/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-13\"\t\"Auto\"\n\"Strom (Jahr)\"\t\"8/1/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-13\"\t\"Auto\"\n\"Strom (Vorjahr)\"\t\"8/1/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-13\"\t\"Auto\"\n\"Strom-Heizung\"\t\"8/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Strom Heizung Zählerstand\"\t\"8/2/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-13\"\t\"Auto\"\n\"Strom Heizung- Momentanverbrauch\"\t\"8/2/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-14-56\"\t\"Auto\"\n\"Strom-Espresso\"\t\"8/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Zählerstand Espresso ZZ\"\t\"8/3/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-10\"\t\"Auto\"\n\"Zählerstand Espresso\"\t\"8/3/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-10\"\t\"Auto\"\n\"Wasser/Entkalkung\"\t\"8/4/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Wasser- Zählerstand\"\t\"8/4/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-1\"\t\"Auto\"\n\"Wasser- Momentanverbrauch\"\t\"8/4/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-25\"\t\"Auto\"\n\"Wasser- Korrektur\"\t\"8/4/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-1\"\t\"Auto\"\n\"Wasser (heute)\"\t\"8/4/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-1\"\t\"Auto\"\n\"Wasser (gestern)\"\t\"8/4/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-1\"\t\"Auto\"\n\"Wasser (Monat)\"\t\"8/4/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-1\"\t\"Auto\"\n\"Wasser (Vormonat)\"\t\"8/4/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-1\"\t\"Auto\"\n\"Wasser (Jahr)\"\t\"8/4/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-1\"\t\"Auto\"\n\"Wasser (Vorjahr)\"\t\"8/4/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-1\"\t\"Auto\"\n\"Überlaufzähler Entkalkung/100ml\"\t\"8/4/10\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-1\"\t\"Auto\"\n\"Zählerstand 4 Byte Entkalkung\"\t\"8/4/11\"\t\"\"\t\"\"\t\"\"\t\"DPST-12-1\"\t\"Auto\"\n\"Strom-PV\"\t\"8/5/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"PV- Zählerstand\"\t\"8/5/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-13\"\t\"Auto\"\n\"PV- Momentanverbrauch\"\t\"8/5/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-14-56\"\t\"Auto\"\n\"PV- Korrektur\"\t\"8/5/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-13\"\t\"Auto\"\n\"PV (heute)\"\t\"8/5/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-10\"\t\"Auto\"\n\"PV (gestern)\"\t\"8/5/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-10\"\t\"Auto\"\n\"PV (Monat)\"\t\"8/5/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-13\"\t\"Auto\"\n\"PV (Vormonat)\"\t\"8/5/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-13\"\t\"Auto\"\n\"PV (Jahr)\"\t\"8/5/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-13\"\t\"Auto\"\n\"PV (Vorjahr)\"\t\"8/5/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-13\"\t\"Auto\"\n\"Strom-Deckenstrahler\"\t\"8/6/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Deckenzähler Zählerstand ZZ\"\t\"8/6/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-10\"\t\"Auto\"\n\"Strom-Deckenstrahler Zählerstand\"\t\"8/6/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-13\"\t\"Auto\"\n\"Regenmesser\"\t\"8/7/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Regen- Zählerstand\"\t\"8/7/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-1200\"\t\"Auto\"\n\"Regen- Momentanverbrauch\"\t\"8/7/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-25\"\t\"Auto\"\n\"Regen- Korrektur\"\t\"8/7/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-1\"\t\"Auto\"\n\"Regen (heute)\"\t\"8/7/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-1200\"\t\"Auto\"\n\"Regen (gestern)\"\t\"8/7/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-1200\"\t\"Auto\"\n\"Regen (Monat)\"\t\"8/7/6\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-1200\"\t\"Auto\"\n\"Regen (Vormonat)\"\t\"8/7/7\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-1200\"\t\"Auto\"\n\"Regen (Jahr)\"\t\"8/7/8\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-1200\"\t\"Auto\"\n\"Regen (Vorjahr)\"\t\"8/7/9\"\t\"\"\t\"\"\t\"\"\t\"DPST-13-1200\"\t\"Auto\"\n\"Netzteil\"\t\"9/-/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Stromwerte- aktuell\"\t\"9/0/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Spannung- aktuell\"\t\"9/0/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-20\"\t\"Auto\"\n\"Stromstärke- aktuell\"\t\"9/0/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-7-12\"\t\"Auto\"\n\"Leistung aktuell\"\t\"9/0/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-14-56\"\t\"Auto\"\n\"Temp.- aktuell\"\t\"9/0/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Reset\"\t\"9/0/4\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-2\"\t\"Auto\"\n\"Strom Überschreitung\"\t\"9/0/5\"\t\"\"\t\"\"\t\"\"\t\"DPST-1-2\"\t\"Auto\"\n\"Stromwerte- Maximum\"\t\"9/1/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Spannung- Maximum\"\t\"9/1/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-20\"\t\"Auto\"\n\"Stromstärke- Maximum\"\t\"9/1/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-21\"\t\"Auto\"\n\"Leistung- Maximum\"\t\"9/1/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-14-56\"\t\"Auto\"\n\"Temp.- Maximum\"\t\"9/1/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Stromwerte- Minimum\"\t\"9/2/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Spannung- Minimum\"\t\"9/2/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-20\"\t\"Auto\"\n\"Stromstärke- Minimum\"\t\"9/2/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-21\"\t\"Auto\"\n\"Leistung- Minimum\"\t\"9/2/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-14-56\"\t\"Auto\"\n\"Temp.- Minimum\"\t\"9/2/3\"\t\"\"\t\"\"\t\"\"\t\"DPST-9-1\"\t\"Auto\"\n\"Telegramme\"\t\"9/3/-\"\t\"\"\t\"\"\t\"\"\t\"\"\t\"Auto\"\n\"Telegrammrate (akt.)\"\t\"9/3/0\"\t\"\"\t\"\"\t\"\"\t\"DPST-7-1\"\t\"Auto\"\n\"Telegrammrate (mittel)\"\t\"9/3/1\"\t\"\"\t\"\"\t\"\"\t\"DPST-7-1\"\t\"Auto\"\n\"Telegrammrate (max.)\"\t\"9/3/2\"\t\"\"\t\"\"\t\"\"\t\"DPST-7-1\"\t\"Auto\"\n",
                              "KNXEthInterface": "Auto",
                              "KNXEthInterfaceManuallyInput": "",
                              "stopETSImportIfNoDatapoint": "skip",
                              "loglevel": "error",
                              "name": "Enertex IP-Router",
                              "localEchoInTunneling": true,
                              "delaybetweentelegrams": "40",
                              "ignoreTelegramsWithRepeatedFlag": false,
                              "autoReconnect": "yes"
                          },
                          {
                              "id": "bb73238f1c4d0578",
                              "type": "ui_group",
                              "name": "Wallbox",
                              "tab": "f0ee76f34fb15ce0",
                              "order": 5,
                              "disp": true,
                              "width": "6",
                              "collapse": false,
                              "className": ""
                          },
                          {
                              "id": "f0ee76f34fb15ce0",
                              "type": "ui_tab",
                              "name": "Energie",
                              "icon": "battery_charging_full",
                              "order": 7,
                              "disabled": false,
                              "hidden": false
                          }
                      ]​
                      Angehängte Dateien
                      Zuletzt geändert von ak68; 13.12.2024, 19:01.

                      Kommentar


                        Ich Paste sowas in Chat GPT und sage dem Ding ich hatte das ganze Logikteil in der Mitte gern in einem function Mode zusammengefasst, dann schreibt das Ding mir einen kompakten function node in nodeJS und es sind keine unendlichen Boxen mit ggf Zirkelbezug notwendig.

                        Du musst hier interne Speichervaraiblen haben um eben zu wissen wie oft kam er denn schon duch den paar sekunden dauernden Wiederanlaufversuch. Und das geht viel einfacher mit function nodes bei denen du in der Logik diese lesen und schreiben kannst.

                        Mit KNX und dessen Adapter hat das ja alles nix zu tun.
                        ----------------------------------------------------------------------------------
                        "Der Hauptgrund für Stress ist der tägliche Kontakt mit Idioten."
                        Albert Einstein

                        Kommentar


                          Zitat von gbglace Beitrag anzeigen
                          Ich Paste sowas in Chat GPT und sage dem Ding ich hatte das ganze Logikteil in der Mitte gern in einem function Mode zusammengefasst, dann schreibt das Ding mir einen kompakten function node in nodeJS und es sind keine unendlichen Boxen mit ggf Zirkelbezug notwendig.

                          Du musst hier interne Speichervaraiblen haben um eben zu wissen wie oft kam er denn schon duch den paar sekunden dauernden Wiederanlaufversuch. Und das geht viel einfacher mit function nodes bei denen du in der Logik diese lesen und schreiben kannst.

                          Mit KNX und dessen Adapter hat das ja alles nix zu tun.
                          Danke für den Tipp, beantwortet aber leider meine Frage nicht

                          Kommentar


                            Wäre auch mein Vorschlag, dein Ding oben sieht ja fürchterlich aus. Versuche das Mal mit Chat GPT. Im schlimmsten Fall funktioniert es nicht, also kann es nicht schlimmer werden. Im besten Fall lernst du daraus auch für zukünftige Projekte 😜

                            Kommentar


                              Hi,

                              mir gefällt wie einfach und übersichtlich die Hue Nodes zu konfigurieren sind.
                              Wie muss ich vorgehen, wenn ich an einem HUE Light node mehrere hörende GA verknüpfen möchte? Ist es der "richtige" Weg den Node zu dublizieren und in der Kopie die zusätzlichen, hörendenden GA einzu tragen?

                              I like how easy and straightforward it is to configure the Hue nodes.
                              How should I proceed if I want to link several hearing GAs to one HUE Light node? Is it the “right” way to duplicate the node and enter the additional hearing GAs in the duplicate?​

                              Kommentar


                                TheMax74

                                I can no longer manage to install KNX Ultimate, which is really bitter and bothers me a lot. Unfortunately the last update ruined everything for me and it's really bitter. I can only update to node.js 18.10 on my debian 11 lxc. I can't manage to pull the castle higher and I lack Linux expertise. Can you provide a download link for a working version for this installed version? That would be really nice. Thanks​

                                Kommentar

                                Lädt...
                                X