Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Node-Red
    5. zweimal einen Datenpunkt Button schalten

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    zweimal einen Datenpunkt Button schalten

    This topic has been deleted. Only users with topic management privileges can see it.
    • Aphofis
      Aphofis @mickym last edited by

      @mickym
      Das verstehe ich aber noch nicht so ganz

      mickym 1 Reply Last reply Reply Quote 0
      • mickym
        mickym Most Active @Aphofis last edited by mickym

        @aphofis Also ich habe mal mit meiner Inject Node angenommen es kommt ein String "10" raus. Importiere halt mal den Flow.

        Also kommt 10 in die split Node rein.

        Die Zerlegt nun den String in 2 Nachrichten mit jeweils EINER Ziffer. Also kommt erst eine Nachricht mit "1" gefolgt von einer Nachricht mit "0".

        Diese werden nun in der Switch Node auf die Eingänge 0 - 9 verteilt und dort hängt dann der Zifferndatenpunkte Deiner Fernbedienung dran. Also als ob Du in Deiner Fernbedienung erst die 1 und dann die 0 drückst.

        Aphofis 1 Reply Last reply Reply Quote 0
        • Aphofis
          Aphofis @mickym last edited by Aphofis

          @mickym
          Ah OK cool jetzt verstehe ich
          ok moment
          (Node-Red Fehler gefunden, hatte zweimal den selben Port bei zwei verschiedenen Geräten für Alexa)

          mickym 1 Reply Last reply Reply Quote 0
          • mickym
            mickym Most Active @Aphofis last edited by

            @aphofis Im Prinzip wirst Du in Deinem harmony Adapter bei Deinem Fernseher (bei mir halt Pioneer) für jede Ziffer einen eigenen Datenpunkt haben:

            Es kann zwar sein, dass der keine Zahlen sondern lieber true oder immer eine 1 haben will, aber dann setzt Du das mit einer Change Node entsprechend.

            cca68f1f-51cf-43ee-afbd-04e76ad8526f-image.png

            Aphofis 1 Reply Last reply Reply Quote 0
            • Aphofis
              Aphofis @mickym last edited by

              @mickym
              und wie implementiere ich dann alexa dazu???

              mickym 1 Reply Last reply Reply Quote 0
              • mickym
                mickym Most Active @Aphofis last edited by

                @aphofis Na Deine Alexa gibt doch den String aus oder nicht?

                Also was kommt den raus, wenn Du ARD oben sagst?

                mickym 1 Reply Last reply Reply Quote 0
                • mickym
                  mickym Most Active @mickym last edited by mickym

                  @mickym Wenn da nur true aus der Alexa Node oben rauskommt, dann hängst Du halt eine Change Node dahinter, um Dir den entsprechenden Programmplatz zu übersetzen. Irgendwie musst Du ja in Deinen Sendeplatz übersetzen.

                  Sprich wenn Du ARD sagst und die obige Node triggerst - und es soll auf der Fernbedienung 1 und 0 gedrückt werden, dann setzt Du hinter die Alexa Node einfach ein Change Node mit dem String 10.

                  Hier mal der ganze Flow - Du musst nun einfach nur die Inject Nodes gegen Alexa Nodes ersetzen und hinten die Debug Nodes gegen Dein iobroker out Nodes mit den Tastenpunkten:

                  2ded2aaa-2dec-402a-bff8-fe6e9e632393-image.png

                  Hier wieder der gesamte Flow zum Import:

                  [
                     {
                         "id": "41550327.2bf39c",
                         "type": "split",
                         "z": "e8c5c56.e220438",
                         "name": "",
                         "splt": "1",
                         "spltType": "len",
                         "arraySplt": 1,
                         "arraySpltType": "len",
                         "stream": false,
                         "addname": "",
                         "x": 610,
                         "y": 180,
                         "wires": [
                             [
                                 "717ffa37.5bf7e4"
                             ]
                         ]
                     },
                     {
                         "id": "8a918032.ba379",
                         "type": "inject",
                         "z": "e8c5c56.e220438",
                         "name": "ARD",
                         "props": [
                             {
                                 "p": "payload"
                             }
                         ],
                         "repeat": "",
                         "crontab": "",
                         "once": false,
                         "onceDelay": 0.1,
                         "topic": "",
                         "payload": "10",
                         "payloadType": "str",
                         "x": 250,
                         "y": 140,
                         "wires": [
                             [
                                 "710e3c6d.11f0b4"
                             ]
                         ]
                     },
                     {
                         "id": "6af7e799.ee3168",
                         "type": "debug",
                         "z": "e8c5c56.e220438",
                         "name": "Phillips Nr. 0",
                         "active": true,
                         "tosidebar": true,
                         "console": false,
                         "tostatus": false,
                         "complete": "payload",
                         "targetType": "msg",
                         "statusVal": "",
                         "statusType": "auto",
                         "x": 1230,
                         "y": 40,
                         "wires": []
                     },
                     {
                         "id": "717ffa37.5bf7e4",
                         "type": "switch",
                         "z": "e8c5c56.e220438",
                         "name": "",
                         "property": "payload",
                         "propertyType": "msg",
                         "rules": [
                             {
                                 "t": "eq",
                                 "v": "0",
                                 "vt": "str"
                             },
                             {
                                 "t": "eq",
                                 "v": "1",
                                 "vt": "str"
                             },
                             {
                                 "t": "eq",
                                 "v": "2",
                                 "vt": "str"
                             },
                             {
                                 "t": "eq",
                                 "v": "3",
                                 "vt": "str"
                             },
                             {
                                 "t": "eq",
                                 "v": "4",
                                 "vt": "str"
                             },
                             {
                                 "t": "eq",
                                 "v": "5",
                                 "vt": "str"
                             },
                             {
                                 "t": "eq",
                                 "v": "6",
                                 "vt": "str"
                             },
                             {
                                 "t": "eq",
                                 "v": "7",
                                 "vt": "str"
                             },
                             {
                                 "t": "eq",
                                 "v": "8",
                                 "vt": "str"
                             },
                             {
                                 "t": "eq",
                                 "v": "9",
                                 "vt": "str"
                             }
                         ],
                         "checkall": "true",
                         "repair": false,
                         "outputs": 10,
                         "x": 770,
                         "y": 180,
                         "wires": [
                             [
                                 "ac8cd608.ff2d78"
                             ],
                             [
                                 "81031c96.e4e03"
                             ],
                             [
                                 "6dc90375.86eebc"
                             ],
                             [
                                 "a9da448a.767fd8"
                             ],
                             [],
                             [],
                             [],
                             [],
                             [],
                             []
                         ]
                     },
                     {
                         "id": "d6f4657d.bcc268",
                         "type": "debug",
                         "z": "e8c5c56.e220438",
                         "name": "Phillips Nr. 1",
                         "active": true,
                         "tosidebar": true,
                         "console": false,
                         "tostatus": false,
                         "complete": "payload",
                         "targetType": "msg",
                         "statusVal": "",
                         "statusType": "auto",
                         "x": 1230,
                         "y": 80,
                         "wires": []
                     },
                     {
                         "id": "fc1a91f1.e1c14",
                         "type": "debug",
                         "z": "e8c5c56.e220438",
                         "name": "Phillips Nr. 2",
                         "active": true,
                         "tosidebar": true,
                         "console": false,
                         "tostatus": false,
                         "complete": "payload",
                         "targetType": "msg",
                         "statusVal": "",
                         "statusType": "auto",
                         "x": 1230,
                         "y": 120,
                         "wires": []
                     },
                     {
                         "id": "113e7478.8fecec",
                         "type": "debug",
                         "z": "e8c5c56.e220438",
                         "name": "Phillips Nr. 3",
                         "active": true,
                         "tosidebar": true,
                         "console": false,
                         "tostatus": false,
                         "complete": "payload",
                         "targetType": "msg",
                         "statusVal": "",
                         "statusType": "auto",
                         "x": 1230,
                         "y": 160,
                         "wires": []
                     },
                     {
                         "id": "ac8cd608.ff2d78",
                         "type": "change",
                         "z": "e8c5c56.e220438",
                         "name": "Setze 1 für Tastendruck",
                         "rules": [
                             {
                                 "t": "set",
                                 "p": "payload",
                                 "pt": "msg",
                                 "to": "1",
                                 "tot": "num"
                             }
                         ],
                         "action": "",
                         "property": "",
                         "from": "",
                         "to": "",
                         "reg": false,
                         "x": 990,
                         "y": 40,
                         "wires": [
                             [
                                 "6af7e799.ee3168"
                             ]
                         ]
                     },
                     {
                         "id": "710e3c6d.11f0b4",
                         "type": "change",
                         "z": "e8c5c56.e220438",
                         "name": "Programmplatz 10",
                         "rules": [
                             {
                                 "t": "set",
                                 "p": "payload",
                                 "pt": "msg",
                                 "to": "10",
                                 "tot": "str"
                             }
                         ],
                         "action": "",
                         "property": "",
                         "from": "",
                         "to": "",
                         "reg": false,
                         "x": 430,
                         "y": 140,
                         "wires": [
                             [
                                 "41550327.2bf39c"
                             ]
                         ]
                     },
                     {
                         "id": "f7c2bd16.233fd",
                         "type": "inject",
                         "z": "e8c5c56.e220438",
                         "name": "ZDF",
                         "props": [
                             {
                                 "p": "payload"
                             }
                         ],
                         "repeat": "",
                         "crontab": "",
                         "once": false,
                         "onceDelay": 0.1,
                         "topic": "",
                         "payload": "11",
                         "payloadType": "str",
                         "x": 250,
                         "y": 180,
                         "wires": [
                             [
                                 "b1042862.fb3ba8"
                             ]
                         ]
                     },
                     {
                         "id": "b1042862.fb3ba8",
                         "type": "change",
                         "z": "e8c5c56.e220438",
                         "name": "Programmplatz 11",
                         "rules": [
                             {
                                 "t": "set",
                                 "p": "payload",
                                 "pt": "msg",
                                 "to": "11",
                                 "tot": "str"
                             }
                         ],
                         "action": "",
                         "property": "",
                         "from": "",
                         "to": "",
                         "reg": false,
                         "x": 430,
                         "y": 180,
                         "wires": [
                             [
                                 "41550327.2bf39c"
                             ]
                         ]
                     },
                     {
                         "id": "81031c96.e4e03",
                         "type": "change",
                         "z": "e8c5c56.e220438",
                         "name": "Setze 1 für Tastendruck",
                         "rules": [
                             {
                                 "t": "set",
                                 "p": "payload",
                                 "pt": "msg",
                                 "to": "1",
                                 "tot": "num"
                             }
                         ],
                         "action": "",
                         "property": "",
                         "from": "",
                         "to": "",
                         "reg": false,
                         "x": 990,
                         "y": 80,
                         "wires": [
                             [
                                 "d6f4657d.bcc268"
                             ]
                         ]
                     },
                     {
                         "id": "6dc90375.86eebc",
                         "type": "change",
                         "z": "e8c5c56.e220438",
                         "name": "Setze 1 für Tastendruck",
                         "rules": [
                             {
                                 "t": "set",
                                 "p": "payload",
                                 "pt": "msg",
                                 "to": "1",
                                 "tot": "num"
                             }
                         ],
                         "action": "",
                         "property": "",
                         "from": "",
                         "to": "",
                         "reg": false,
                         "x": 990,
                         "y": 120,
                         "wires": [
                             [
                                 "fc1a91f1.e1c14"
                             ]
                         ]
                     },
                     {
                         "id": "a9da448a.767fd8",
                         "type": "change",
                         "z": "e8c5c56.e220438",
                         "name": "Setze 1 für Tastendruck",
                         "rules": [
                             {
                                 "t": "set",
                                 "p": "payload",
                                 "pt": "msg",
                                 "to": "1",
                                 "tot": "num"
                             }
                         ],
                         "action": "",
                         "property": "",
                         "from": "",
                         "to": "",
                         "reg": false,
                         "x": 990,
                         "y": 160,
                         "wires": [
                             [
                                 "113e7478.8fecec"
                             ]
                         ]
                     }
                  ]
                  

                  Im Moment siehst Du anhand der Debug Nodes - das die richtigen Tasten gedrückt werden - habe ich markiert über das Topic:

                  f215e1a5-3901-4ac5-9f62-7836f6e9e2b1-image.png

                  Aphofis 2 Replies Last reply Reply Quote 0
                  • Aphofis
                    Aphofis @mickym last edited by

                    @mickym
                    I will try

                    1 Reply Last reply Reply Quote 0
                    • Aphofis
                      Aphofis @mickym last edited by

                      @mickym
                      OK und wo ist dort Alexa und Harmony verknüpft!?
                      nihct böse sein aber Node-Red bin ich null konform

                      mickym 1 Reply Last reply Reply Quote 0
                      • mickym
                        mickym Most Active @Aphofis last edited by mickym

                        @aphofis Nochmal hast Du den Flow importiert?

                        Wenn Du jetzt auf den Inject Node Klickst, (das entsprecht später Deiner Alexa Node). Die Debug Nodes - da kommen iobroker Out Nodes auf Deine Harmony Punkte - wie ich Sie Dir in meiner Objektstruktur gezeigt habe.

                        Ich habe mal die Nodes gruppiert - damit Du die Verbindung besser siehst:

                        629091aa-4ab5-4e78-89cc-045981f44c7a-image.png

                        In die orange Gruppe kommen Deine Alexa Nodes - in die grüne Gruppe die iobroker-Out Nodes zu Deinen Harmony Datenpunkten.

                        Und beides ist über den Flow miteinander verbunden (das sind die Verbindungslinien).

                        [
                           {
                               "id": "41550327.2bf39c",
                               "type": "split",
                               "z": "e8c5c56.e220438",
                               "name": "",
                               "splt": "1",
                               "spltType": "len",
                               "arraySplt": 1,
                               "arraySpltType": "len",
                               "stream": false,
                               "addname": "",
                               "x": 590,
                               "y": 260,
                               "wires": [
                                   [
                                       "717ffa37.5bf7e4"
                                   ]
                               ]
                           },
                           {
                               "id": "717ffa37.5bf7e4",
                               "type": "switch",
                               "z": "e8c5c56.e220438",
                               "name": "",
                               "property": "payload",
                               "propertyType": "msg",
                               "rules": [
                                   {
                                       "t": "eq",
                                       "v": "0",
                                       "vt": "str"
                                   },
                                   {
                                       "t": "eq",
                                       "v": "1",
                                       "vt": "str"
                                   },
                                   {
                                       "t": "eq",
                                       "v": "2",
                                       "vt": "str"
                                   },
                                   {
                                       "t": "eq",
                                       "v": "3",
                                       "vt": "str"
                                   },
                                   {
                                       "t": "eq",
                                       "v": "4",
                                       "vt": "str"
                                   },
                                   {
                                       "t": "eq",
                                       "v": "5",
                                       "vt": "str"
                                   },
                                   {
                                       "t": "eq",
                                       "v": "6",
                                       "vt": "str"
                                   },
                                   {
                                       "t": "eq",
                                       "v": "7",
                                       "vt": "str"
                                   },
                                   {
                                       "t": "eq",
                                       "v": "8",
                                       "vt": "str"
                                   },
                                   {
                                       "t": "eq",
                                       "v": "9",
                                       "vt": "str"
                                   }
                               ],
                               "checkall": "true",
                               "repair": false,
                               "outputs": 10,
                               "x": 750,
                               "y": 260,
                               "wires": [
                                   [
                                       "ac8cd608.ff2d78"
                                   ],
                                   [
                                       "81031c96.e4e03"
                                   ],
                                   [
                                       "6dc90375.86eebc"
                                   ],
                                   [
                                       "a9da448a.767fd8"
                                   ],
                                   [],
                                   [],
                                   [],
                                   [],
                                   [],
                                   []
                               ]
                           },
                           {
                               "id": "ac8cd608.ff2d78",
                               "type": "change",
                               "z": "e8c5c56.e220438",
                               "name": "Setze 1 für Tastendruck",
                               "rules": [
                                   {
                                       "t": "set",
                                       "p": "payload",
                                       "pt": "msg",
                                       "to": "1",
                                       "tot": "num"
                                   }
                               ],
                               "action": "",
                               "property": "",
                               "from": "",
                               "to": "",
                               "reg": false,
                               "x": 970,
                               "y": 120,
                               "wires": [
                                   [
                                       "6af7e799.ee3168"
                                   ]
                               ]
                           },
                           {
                               "id": "710e3c6d.11f0b4",
                               "type": "change",
                               "z": "e8c5c56.e220438",
                               "name": "Programmplatz 10",
                               "rules": [
                                   {
                                       "t": "set",
                                       "p": "payload",
                                       "pt": "msg",
                                       "to": "10",
                                       "tot": "str"
                                   }
                               ],
                               "action": "",
                               "property": "",
                               "from": "",
                               "to": "",
                               "reg": false,
                               "x": 410,
                               "y": 220,
                               "wires": [
                                   [
                                       "41550327.2bf39c"
                                   ]
                               ]
                           },
                           {
                               "id": "b1042862.fb3ba8",
                               "type": "change",
                               "z": "e8c5c56.e220438",
                               "name": "Programmplatz 11",
                               "rules": [
                                   {
                                       "t": "set",
                                       "p": "payload",
                                       "pt": "msg",
                                       "to": "11",
                                       "tot": "str"
                                   }
                               ],
                               "action": "",
                               "property": "",
                               "from": "",
                               "to": "",
                               "reg": false,
                               "x": 410,
                               "y": 260,
                               "wires": [
                                   [
                                       "41550327.2bf39c"
                                   ]
                               ]
                           },
                           {
                               "id": "81031c96.e4e03",
                               "type": "change",
                               "z": "e8c5c56.e220438",
                               "name": "Setze 1 für Tastendruck",
                               "rules": [
                                   {
                                       "t": "set",
                                       "p": "payload",
                                       "pt": "msg",
                                       "to": "1",
                                       "tot": "num"
                                   }
                               ],
                               "action": "",
                               "property": "",
                               "from": "",
                               "to": "",
                               "reg": false,
                               "x": 970,
                               "y": 160,
                               "wires": [
                                   [
                                       "d6f4657d.bcc268"
                                   ]
                               ]
                           },
                           {
                               "id": "6dc90375.86eebc",
                               "type": "change",
                               "z": "e8c5c56.e220438",
                               "name": "Setze 1 für Tastendruck",
                               "rules": [
                                   {
                                       "t": "set",
                                       "p": "payload",
                                       "pt": "msg",
                                       "to": "1",
                                       "tot": "num"
                                   }
                               ],
                               "action": "",
                               "property": "",
                               "from": "",
                               "to": "",
                               "reg": false,
                               "x": 970,
                               "y": 200,
                               "wires": [
                                   [
                                       "fc1a91f1.e1c14"
                                   ]
                               ]
                           },
                           {
                               "id": "a9da448a.767fd8",
                               "type": "change",
                               "z": "e8c5c56.e220438",
                               "name": "Setze 1 für Tastendruck",
                               "rules": [
                                   {
                                       "t": "set",
                                       "p": "payload",
                                       "pt": "msg",
                                       "to": "1",
                                       "tot": "num"
                                   }
                               ],
                               "action": "",
                               "property": "",
                               "from": "",
                               "to": "",
                               "reg": false,
                               "x": 970,
                               "y": 240,
                               "wires": [
                                   [
                                       "113e7478.8fecec"
                                   ]
                               ]
                           },
                           {
                               "id": "8fde9d8c.4f4fe",
                               "type": "group",
                               "z": "e8c5c56.e220438",
                               "name": "Iobroker Out Nodes zur Harmony ",
                               "style": {
                                   "label": true,
                                   "fill": "#addb7b"
                               },
                               "nodes": [
                                   "6af7e799.ee3168",
                                   "d6f4657d.bcc268",
                                   "fc1a91f1.e1c14",
                                   "113e7478.8fecec"
                               ],
                               "x": 1114,
                               "y": 79,
                               "w": 214,
                               "h": 202
                           },
                           {
                               "id": "6af7e799.ee3168",
                               "type": "debug",
                               "z": "e8c5c56.e220438",
                               "g": "8fde9d8c.4f4fe",
                               "name": "Phillips Nr. 0",
                               "active": true,
                               "tosidebar": true,
                               "console": false,
                               "tostatus": false,
                               "complete": "payload",
                               "targetType": "msg",
                               "statusVal": "",
                               "statusType": "auto",
                               "x": 1210,
                               "y": 120,
                               "wires": []
                           },
                           {
                               "id": "d6f4657d.bcc268",
                               "type": "debug",
                               "z": "e8c5c56.e220438",
                               "g": "8fde9d8c.4f4fe",
                               "name": "Phillips Nr. 1",
                               "active": true,
                               "tosidebar": true,
                               "console": false,
                               "tostatus": false,
                               "complete": "payload",
                               "targetType": "msg",
                               "statusVal": "",
                               "statusType": "auto",
                               "x": 1210,
                               "y": 160,
                               "wires": []
                           },
                           {
                               "id": "fc1a91f1.e1c14",
                               "type": "debug",
                               "z": "e8c5c56.e220438",
                               "g": "8fde9d8c.4f4fe",
                               "name": "Phillips Nr. 2",
                               "active": true,
                               "tosidebar": true,
                               "console": false,
                               "tostatus": false,
                               "complete": "payload",
                               "targetType": "msg",
                               "statusVal": "",
                               "statusType": "auto",
                               "x": 1210,
                               "y": 200,
                               "wires": []
                           },
                           {
                               "id": "113e7478.8fecec",
                               "type": "debug",
                               "z": "e8c5c56.e220438",
                               "g": "8fde9d8c.4f4fe",
                               "name": "Phillips Nr. 3",
                               "active": true,
                               "tosidebar": true,
                               "console": false,
                               "tostatus": false,
                               "complete": "payload",
                               "targetType": "msg",
                               "statusVal": "",
                               "statusType": "auto",
                               "x": 1210,
                               "y": 240,
                               "wires": []
                           },
                           {
                               "id": "f02a92ce.cc5d1",
                               "type": "group",
                               "z": "e8c5c56.e220438",
                               "name": "Alexa Nodes",
                               "style": {
                                   "label": true,
                                   "fill": "#ffdf7f"
                               },
                               "nodes": [
                                   "8a918032.ba379",
                                   "f7c2bd16.233fd"
                               ],
                               "x": 134,
                               "y": 179,
                               "w": 172,
                               "h": 122
                           },
                           {
                               "id": "8a918032.ba379",
                               "type": "inject",
                               "z": "e8c5c56.e220438",
                               "g": "f02a92ce.cc5d1",
                               "name": "ARD",
                               "props": [
                                   {
                                       "p": "payload"
                                   }
                               ],
                               "repeat": "",
                               "crontab": "",
                               "once": false,
                               "onceDelay": 0.1,
                               "topic": "",
                               "payload": "10",
                               "payloadType": "str",
                               "x": 230,
                               "y": 220,
                               "wires": [
                                   [
                                       "710e3c6d.11f0b4"
                                   ]
                               ]
                           },
                           {
                               "id": "f7c2bd16.233fd",
                               "type": "inject",
                               "z": "e8c5c56.e220438",
                               "g": "f02a92ce.cc5d1",
                               "name": "ZDF",
                               "props": [
                                   {
                                       "p": "payload"
                                   }
                               ],
                               "repeat": "",
                               "crontab": "",
                               "once": false,
                               "onceDelay": 0.1,
                               "topic": "",
                               "payload": "11",
                               "payloadType": "str",
                               "x": 230,
                               "y": 260,
                               "wires": [
                                   [
                                       "b1042862.fb3ba8"
                                   ]
                               ]
                           }
                        ]
                        

                        mickym 1 Reply Last reply Reply Quote 0
                        • mickym
                          mickym Most Active @mickym last edited by mickym

                          Falls das true aus der Alexa Node zum rausfiltern noch wichtig ist, dann musst das halt noch zwischen die Alexa Node und der Change Node indem Du in den Programmplatz übersetzt das dazwischen machen.

                          Aphofis 1 Reply Last reply Reply Quote 0
                          • Aphofis
                            Aphofis @mickym last edited by

                            @mickym
                            nicht zwingend notwendig.
                            Da die Alexa steuerung ja auf 1 und 0 reagiert kann das true/false raus.
                            war nur wichtig für normale Datenpunkte
                            wo integriere ich denn die Steuerung vom Harmony und wo packe ich die Alexa steuerung hin???
                            Was markiert ist.
                            Unbenannt3.png

                            mickym 1 Reply Last reply Reply Quote 0
                            • mickym
                              mickym Most Active @Aphofis last edited by

                              @aphofis Das Links lässt Du so wie es ist. Die WDR Node entspricht dem orangen Kasten und hängst ihn an einen der Change NOdes um in die Programm Speicherplätze zum Übersetzen.

                              Die Debug NOdes ersetzt Du durch Deine Phillips Tasten Nodes (iobroker out)

                              screen.png

                              Aphofis 1 Reply Last reply Reply Quote 0
                              • Aphofis
                                Aphofis @mickym last edited by

                                @mickym
                                Das mal ne schöne Beschreibung Vielen dank!!!
                                Das teste ich gleich mal

                                Aphofis 1 Reply Last reply Reply Quote 0
                                • Aphofis
                                  Aphofis @Aphofis last edited by

                                  weißt du zufällig, ob es eine Alexa Node gibt wo man den Gerätetyp ändern kann da momentan alle Geräte aus iobroker als Lampe deklariert sind !?

                                  mickym 1 Reply Last reply Reply Quote 0
                                  • mickym
                                    mickym Most Active @Aphofis last edited by

                                    @aphofis Nein - da kenn ich mich nicht aus.

                                    @frankyboy73 ist da eher Spezialist - der war aber schon lange nicht mehr online. Hier mal ein Beitrag von ihm:
                                    https://forum.iobroker.net/topic/24069/temperaturen-über-node-red-und-alexa-abfragen/47?_=1629204642794

                                    Da erzählt er etwas von Routinen - dann kann man wohl statt schalte WDR ein -irgendwelche anderen Kommandos abgeben.

                                    Aber ich habe keine Alexa und kann Dir deshalb diesbezügl. nicht helfen.

                                    Aphofis 1 Reply Last reply Reply Quote 0
                                    • Aphofis
                                      Aphofis @mickym last edited by

                                      @mickym
                                      Die Info ist schon super! Danke

                                      Aphofis 1 Reply Last reply Reply Quote 0
                                      • Aphofis
                                        Aphofis @Aphofis last edited by

                                        Wie mache ich es denn mit den Programmnummern 4-9 kann ich die dann einfach zur liste erweitern !?

                                        mickym 1 Reply Last reply Reply Quote 0
                                        • mickym
                                          mickym Most Active @Aphofis last edited by

                                          @aphofis Klar ich habe nur aus Faulheit nicht alle gemacht, wenn Du mit der Maus auf den Ausgang fährst dann siehst Du ja welcher Ausgang welche Ziffer ist:

                                          6f1da862-6886-4e2e-90b1-62921bdecd84-image.png

                                          Aphofis 1 Reply Last reply Reply Quote 0
                                          • Aphofis
                                            Aphofis @mickym last edited by Aphofis

                                            @mickym
                                            Könntest du das mal Checken !? ob das so korrekt ist.

                                            [
                                                {
                                                    "id": "9ba6d862.87def",
                                                    "type": "tab",
                                                    "label": "Flow 1",
                                                    "disabled": false,
                                                    "info": ""
                                                },
                                                {
                                                    "id": "41550327.2bf39c",
                                                    "type": "split",
                                                    "z": "9ba6d862.87def",
                                                    "name": "",
                                                    "splt": "1",
                                                    "spltType": "len",
                                                    "arraySplt": 1,
                                                    "arraySpltType": "len",
                                                    "stream": false,
                                                    "addname": "",
                                                    "x": 810,
                                                    "y": 780,
                                                    "wires": [
                                                        [
                                                            "717ffa37.5bf7e4"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "717ffa37.5bf7e4",
                                                    "type": "switch",
                                                    "z": "9ba6d862.87def",
                                                    "name": "",
                                                    "property": "payload",
                                                    "propertyType": "msg",
                                                    "rules": [
                                                        {
                                                            "t": "eq",
                                                            "v": "0",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "1",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "2",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "3",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "4",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "5",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "6",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "7",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "8",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "9",
                                                            "vt": "str"
                                                        }
                                                    ],
                                                    "checkall": "true",
                                                    "repair": false,
                                                    "outputs": 10,
                                                    "x": 950,
                                                    "y": 780,
                                                    "wires": [
                                                        [
                                                            "ac8cd608.ff2d78"
                                                        ],
                                                        [
                                                            "81031c96.e4e03"
                                                        ],
                                                        [
                                                            "6dc90375.86eebc"
                                                        ],
                                                        [
                                                            "a9da448a.767fd8"
                                                        ],
                                                        [
                                                            "af9bfd6c.63bba8"
                                                        ],
                                                        [
                                                            "4f06297a.1e6c58"
                                                        ],
                                                        [
                                                            "4b809e4c.07f8a8"
                                                        ],
                                                        [
                                                            "a8ad7493.6d4248"
                                                        ],
                                                        [
                                                            "c484b7dc.c24b4"
                                                        ],
                                                        [
                                                            "4730dff6.8708d8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "ac8cd608.ff2d78",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Setze 1 für Tastendruck",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "1",
                                                            "tot": "num"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 1210,
                                                    "y": 580,
                                                    "wires": [
                                                        [
                                                            "180a64a9.60d013"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "710e3c6d.11f0b4",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 1",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "1",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 220,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "b1042862.fb3ba8",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 2",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "2",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 260,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "81031c96.e4e03",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Setze 1 für Tastendruck",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "1",
                                                            "tot": "num"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 1210,
                                                    "y": 620,
                                                    "wires": [
                                                        [
                                                            "8d4f5879.10bf5"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "6dc90375.86eebc",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Setze 1 für Tastendruck",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "1",
                                                            "tot": "num"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 1210,
                                                    "y": 660,
                                                    "wires": [
                                                        [
                                                            "66e15519.1f0f7c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "a9da448a.767fd8",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Setze 1 für Tastendruck",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "1",
                                                            "tot": "num"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 1210,
                                                    "y": 700,
                                                    "wires": [
                                                        [
                                                            "ad008a78.901388"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "180a64a9.60d013",
                                                    "type": "ioBroker out",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Philips_TV:Number0",
                                                    "topic": "harmony.0.Homi.Philips_TV.Number0",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "stateName": "",
                                                    "role": "",
                                                    "payloadType": "",
                                                    "readonly": "",
                                                    "stateUnit": "",
                                                    "stateMin": "",
                                                    "stateMax": "",
                                                    "x": 1440,
                                                    "y": 580,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "54babf1b.651a38",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel 01",
                                                    "port": "60030",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 220,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "99132697.c16468",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "ARD",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 220,
                                                    "wires": [
                                                        [
                                                            "710e3c6d.11f0b4"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "3c50a238.28d71e",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "ZDF",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 260,
                                                    "wires": [
                                                        [
                                                            "b1042862.fb3ba8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "98045911.119328",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  02",
                                                    "port": "60031",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 260,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "8d4f5879.10bf5",
                                                    "type": "ioBroker out",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Philips_TV:Number1",
                                                    "topic": "harmony.0.Homi.Philips_TV.Number1",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "stateName": "",
                                                    "role": "",
                                                    "payloadType": "",
                                                    "readonly": "",
                                                    "stateUnit": "",
                                                    "stateMin": "",
                                                    "stateMax": "",
                                                    "x": 1440,
                                                    "y": 620,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "66e15519.1f0f7c",
                                                    "type": "ioBroker out",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Philips_TV:Number2",
                                                    "topic": "harmony.0.Homi.Philips_TV.Number2",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "stateName": "",
                                                    "role": "",
                                                    "payloadType": "",
                                                    "readonly": "",
                                                    "stateUnit": "",
                                                    "stateMin": "",
                                                    "stateMax": "",
                                                    "x": 1440,
                                                    "y": 660,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "ad008a78.901388",
                                                    "type": "ioBroker out",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Philips_TV:Number3",
                                                    "topic": "harmony.0.Homi.Philips_TV.Number3",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "stateName": "",
                                                    "role": "",
                                                    "payloadType": "",
                                                    "readonly": "",
                                                    "stateUnit": "",
                                                    "stateMin": "",
                                                    "stateMax": "",
                                                    "x": 1440,
                                                    "y": 700,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "8436366c.b09238",
                                                    "type": "ioBroker out",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Philips_TV:Number4",
                                                    "topic": "harmony.0.Homi.Philips_TV.Number4",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "stateName": "",
                                                    "role": "",
                                                    "payloadType": "",
                                                    "readonly": "",
                                                    "stateUnit": "",
                                                    "stateMin": "",
                                                    "stateMax": "",
                                                    "x": 1440,
                                                    "y": 740,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "2867fe19.eb641a",
                                                    "type": "ioBroker out",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Philips_TV:Number5",
                                                    "topic": "harmony.0.Homi.Philips_TV.Number5",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "stateName": "",
                                                    "role": "",
                                                    "payloadType": "",
                                                    "readonly": "",
                                                    "stateUnit": "",
                                                    "stateMin": "",
                                                    "stateMax": "",
                                                    "x": 1440,
                                                    "y": 780,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "71a24f8a.9b7cc",
                                                    "type": "ioBroker out",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Philips_TV:Number6",
                                                    "topic": "harmony.0.Homi.Philips_TV.Number6",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "stateName": "",
                                                    "role": "",
                                                    "payloadType": "",
                                                    "readonly": "",
                                                    "stateUnit": "",
                                                    "stateMin": "",
                                                    "stateMax": "",
                                                    "x": 1440,
                                                    "y": 820,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "92a659d2.68fd1",
                                                    "type": "ioBroker out",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Philips_TV:Number7",
                                                    "topic": "harmony.0.Homi.Philips_TV.Number7",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "stateName": "",
                                                    "role": "",
                                                    "payloadType": "",
                                                    "readonly": "",
                                                    "stateUnit": "",
                                                    "stateMin": "",
                                                    "stateMax": "",
                                                    "x": 1440,
                                                    "y": 860,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "6b1ebcb.2d834c4",
                                                    "type": "ioBroker out",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Philips_TV:Number8",
                                                    "topic": "harmony.0.Homi.Philips_TV.Number8",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "stateName": "",
                                                    "role": "",
                                                    "payloadType": "",
                                                    "readonly": "",
                                                    "stateUnit": "",
                                                    "stateMin": "",
                                                    "stateMax": "",
                                                    "x": 1440,
                                                    "y": 900,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "7a4af580.ceb9a4",
                                                    "type": "ioBroker out",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Philips_TV:Number9",
                                                    "topic": "harmony.0.Homi.Philips_TV.Number9",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "stateName": "",
                                                    "role": "",
                                                    "payloadType": "",
                                                    "readonly": "",
                                                    "stateUnit": "",
                                                    "stateMin": "",
                                                    "stateMax": "",
                                                    "x": 1440,
                                                    "y": 940,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "571e6564.0b072c",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 3",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "3",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 300,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "416bcede.59b508",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "SAT1",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 300,
                                                    "wires": [
                                                        [
                                                            "571e6564.0b072c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "ba86839a.00887",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  03",
                                                    "port": "60032",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 300,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "af9bfd6c.63bba8",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Setze 1 für Tastendruck",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "1",
                                                            "tot": "num"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 1210,
                                                    "y": 740,
                                                    "wires": [
                                                        [
                                                            "8436366c.b09238"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "4f06297a.1e6c58",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Setze 1 für Tastendruck",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "1",
                                                            "tot": "num"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 1210,
                                                    "y": 780,
                                                    "wires": [
                                                        [
                                                            "2867fe19.eb641a"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "4b809e4c.07f8a8",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Setze 1 für Tastendruck",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "1",
                                                            "tot": "num"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 1210,
                                                    "y": 820,
                                                    "wires": [
                                                        [
                                                            "71a24f8a.9b7cc"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "a8ad7493.6d4248",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Setze 1 für Tastendruck",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "1",
                                                            "tot": "num"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 1210,
                                                    "y": 860,
                                                    "wires": [
                                                        [
                                                            "92a659d2.68fd1"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "c484b7dc.c24b4",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Setze 1 für Tastendruck",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "1",
                                                            "tot": "num"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 1210,
                                                    "y": 900,
                                                    "wires": [
                                                        [
                                                            "6b1ebcb.2d834c4"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "4730dff6.8708d8",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Setze 1 für Tastendruck",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "1",
                                                            "tot": "num"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 1210,
                                                    "y": 940,
                                                    "wires": [
                                                        [
                                                            "7a4af580.ceb9a4"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "12d08e90.46cfe9",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  04",
                                                    "port": "60033",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 340,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "c70f74d1.9d8178",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "RTL",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 340,
                                                    "wires": [
                                                        [
                                                            "7c427be4.e1b90c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "fbad0259.fc8ec",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "SRTL",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 380,
                                                    "wires": [
                                                        [
                                                            "c64fc917.ed9928"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "9df8bfa4.c3ce6",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  05",
                                                    "port": "60034",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 380,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "8d08a264.f24f7",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "NTV",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 420,
                                                    "wires": [
                                                        [
                                                            "5bb4468a.8e78b8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "1def56e3.948791",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  06",
                                                    "port": "60035",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 420,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "7c427be4.e1b90c",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 4",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "4",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 340,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "c64fc917.ed9928",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 5",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "5",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 380,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "5bb4468a.8e78b8",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 6",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "6",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 420,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "f436a97.1799758",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 7",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "7",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 460,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "8cc31771.1018",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 8",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "8",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 500,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "282284b0.6c341c",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 9",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "9",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 540,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "30b2467c.662f1a",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  07",
                                                    "port": "60036",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 460,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "62730099.aa952",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "PRO7",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 460,
                                                    "wires": [
                                                        [
                                                            "f436a97.1799758"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "6c4f968b.42537",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "RTL2",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 500,
                                                    "wires": [
                                                        [
                                                            "8cc31771.1018"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "52cd5d63.f7b5a4",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  08",
                                                    "port": "60037",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 500,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "2d5de55a.decbb2",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "WDR",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 540,
                                                    "wires": [
                                                        [
                                                            "282284b0.6c341c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "c4efc595.c3f11",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  09",
                                                    "port": "60038",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 540,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "96115730.c32378",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  10",
                                                    "port": "60039",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 580,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "bd976fa9.7978a",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "HRF",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 580,
                                                    "wires": [
                                                        [
                                                            "826fce9e.7a3ed8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "40d7b534.55f39c",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "RBB",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 620,
                                                    "wires": [
                                                        [
                                                            "8fac3c63.c4f6c8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "b283fdc0.4302d8",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  11",
                                                    "port": "60040",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 620,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "5bc8e1d1.ce2d7",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "ARTE",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 660,
                                                    "wires": [
                                                        [
                                                            "de4a5094.a881e8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "8a61bc65.1f9d5",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  12",
                                                    "port": "60041",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 660,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "57608ea9.0e8c68",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  13",
                                                    "port": "60042",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 700,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "fdda08ee.3c59e",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "PHOENIX",
                                                    "devicetype": "Extended color light",
                                                    "x": 380,
                                                    "y": 700,
                                                    "wires": [
                                                        [
                                                            "5b524890.1920b8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "53f3482e.0f2918",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "3SAT",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 740,
                                                    "wires": [
                                                        [
                                                            "a6c6fa35.c1f638"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "dd596bba.bf4ab",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  14",
                                                    "port": "60043",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 740,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "20c8d8eb.2951f8",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "KIKA",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 780,
                                                    "wires": [
                                                        [
                                                            "954c44da.655b8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "2778e06f.54e73",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  15",
                                                    "port": "60044",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 780,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "8432b99d.65d99",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  16",
                                                    "port": "60045",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 820,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "26edfff9.6c1ad8",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "TELE5",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 820,
                                                    "wires": [
                                                        [
                                                            "80925cd.275a02"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "912399a5.2d7538",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "NDR",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 860,
                                                    "wires": [
                                                        [
                                                            "d8216855.61e1d8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "6e0167b6.c07d7",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  17",
                                                    "port": "60046",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 860,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "2fe5291b.74865e",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "MDR",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 900,
                                                    "wires": [
                                                        [
                                                            "acbdd84a.b98a28"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "a5892a44.be7c68",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  18",
                                                    "port": "60047",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 900,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "826fce9e.7a3ed8",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 10",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "10",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 580,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "8fac3c63.c4f6c8",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 11",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "11",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 620,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "de4a5094.a881e8",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 12",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "12",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 660,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "5b524890.1920b8",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 13",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "13",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 700,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "a6c6fa35.c1f638",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 14",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "14",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 740,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "954c44da.655b8",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 15",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "15",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 780,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "80925cd.275a02",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 16",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "16",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 820,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "d8216855.61e1d8",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 17",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "17",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 860,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "acbdd84a.b98a28",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 18",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "18",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 900,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "9a845b2b.b90948",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 19",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "19",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 940,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "56cbe8b2.2542d",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 20",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "20",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 980,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "d5dde41f.eedd18",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "3SAT_HD",
                                                    "devicetype": "Extended color light",
                                                    "x": 380,
                                                    "y": 940,
                                                    "wires": [
                                                        [
                                                            "9a845b2b.b90948"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "e74a9bd1.d7b04",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  19",
                                                    "port": "60048",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 940,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "307c58c.253baa8",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "ARTE_HD",
                                                    "devicetype": "Extended color light",
                                                    "x": 370,
                                                    "y": 980,
                                                    "wires": [
                                                        [
                                                            "56cbe8b2.2542d"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "307edeb4.2b91a2",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  20",
                                                    "port": "60049",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 980,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "c42b1e44.028e3",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "ARD_ALPHA",
                                                    "devicetype": "Extended color light",
                                                    "x": 370,
                                                    "y": 1020,
                                                    "wires": [
                                                        [
                                                            "a01553ca.081a08"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "1b874b34.c51edd",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  21",
                                                    "port": "60050",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 1020,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "7855fac4.b2dd4c",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "BRF_NORD",
                                                    "devicetype": "Extended color light",
                                                    "x": 370,
                                                    "y": 1060,
                                                    "wires": [
                                                        [
                                                            "68660b89.fb55a4"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "b32926a5.3bdc38",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  22",
                                                    "port": "60051",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 1060,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "5a4b98d6.77c1b",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  23",
                                                    "port": "60052",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 1100,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "8b7677a0.9c1ea",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "ONE",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 1100,
                                                    "wires": [
                                                        [
                                                            "b624a9ee.212f3"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "9cb3f4ba.efba48",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "PHOENIX_HD",
                                                    "devicetype": "Extended color light",
                                                    "x": 360,
                                                    "y": 1140,
                                                    "wires": [
                                                        [
                                                            "80f67e8b.86296"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "2b93dda.940b522",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  24",
                                                    "port": "60053",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 1140,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "9c271a3.a039ee8",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "ZDF_NEO",
                                                    "devicetype": "Extended color light",
                                                    "x": 370,
                                                    "y": 1180,
                                                    "wires": [
                                                        [
                                                            "d51b201e.d26138"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "2c1c7f21.69879",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  25",
                                                    "port": "60054",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 1180,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "77741b1c.b402c4",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  26",
                                                    "port": "60055",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 1220,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "dd15a44d.3028e",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "ZDF_INFO",
                                                    "devicetype": "Extended color light",
                                                    "x": 370,
                                                    "y": 1220,
                                                    "wires": [
                                                        [
                                                            "1ecaadcc.458a5a"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "f1ae1720.3b39c",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "DMAX",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 1260,
                                                    "wires": [
                                                        [
                                                            "39775ee8.3fabfa"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "4e07c19b.c1682",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  27",
                                                    "port": "60056",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 1260,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "eca4dcc6.4869d8",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "KABEL_1",
                                                    "devicetype": "Extended color light",
                                                    "x": 380,
                                                    "y": 1300,
                                                    "wires": [
                                                        [
                                                            "b95d6ff6.c1617"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "6c838e99.eb2208",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  28",
                                                    "port": "60057",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 1300,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "f4a70d6c.5f08d",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "N24_DOKU",
                                                    "devicetype": "Extended color light",
                                                    "x": 370,
                                                    "y": 1340,
                                                    "wires": [
                                                        [
                                                            "eae43722.37082"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "d4114cd4.11e028",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  29",
                                                    "port": "60058",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 1340,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "d3cbc46d.38f978",
                                                    "type": "alexa-home",
                                                    "z": "9ba6d862.87def",
                                                    "devicename": "NICK",
                                                    "devicetype": "Extended color light",
                                                    "x": 390,
                                                    "y": 1380,
                                                    "wires": [
                                                        [
                                                            "3c6d7cb8.3dfa24"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "a689dfa2.54f68",
                                                    "type": "alexa-home-controller",
                                                    "z": "9ba6d862.87def",
                                                    "controllername": "Channel  30",
                                                    "port": "60059",
                                                    "maxItems": 25,
                                                    "x": 170,
                                                    "y": 1380,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "a01553ca.081a08",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 21",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "21",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 1020,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "68660b89.fb55a4",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 22",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "22",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 1060,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "b624a9ee.212f3",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 23",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "23",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 1100,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "80f67e8b.86296",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 24",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "24",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 1140,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "d51b201e.d26138",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 25",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "25",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 1180,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "1ecaadcc.458a5a",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 26",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "626",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 1220,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "39775ee8.3fabfa",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 27",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "27",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 1260,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "b95d6ff6.c1617",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 28",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "28",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 1300,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "eae43722.37082",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 29",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "29",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 1340,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "3c6d7cb8.3dfa24",
                                                    "type": "change",
                                                    "z": "9ba6d862.87def",
                                                    "name": "Programmplatz 30",
                                                    "rules": [
                                                        {
                                                            "t": "set",
                                                            "p": "payload",
                                                            "pt": "msg",
                                                            "to": "30",
                                                            "tot": "str"
                                                        }
                                                    ],
                                                    "action": "",
                                                    "property": "",
                                                    "from": "",
                                                    "to": "",
                                                    "reg": false,
                                                    "x": 570,
                                                    "y": 1380,
                                                    "wires": [
                                                        [
                                                            "41550327.2bf39c"
                                                        ]
                                                    ]
                                                }
                                            ]
                                            

                                            Unbenannt4.png

                                            mickym 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.1k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            2
                                            42
                                            1002
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo