Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Cloud Dienste
    4. Alexa Anbindung ohne Cloud und Skill

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Alexa Anbindung ohne Cloud und Skill

    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      vikk88 @Jan1 last edited by

      @Jan1
      Ist ja merkwürdig. Mir ist es ehrlich gesagt auch nur aufgefallen weil mein Kumpel seinen Zweier austauschen wollte und dann der fakewemo nicht mehr lief. Habe es dann bei mir probiert und hatte genau das selbe Problem. Wir haben uns dazu entschieden die zweier zu behalten😅

      S 1 Reply Last reply Reply Quote 0
      • S
        stefande @vikk88 last edited by

        @vikk88
        Bei mir läuft Fake Wemo auch ohne Dot 2 Gen. Nur das Anlegen von neuen Devices ist etwas tricky.
        Ein neues Device lege ich zuerst mit Wemo Emu an und vergebe manuell einen Port.
        Danach lasse ich nach neuen Geräten suchen.
        Nachdem das neue Gerät gefunden wurde ersetze ich es mit einem Fake Wemo Gerät.
        Friendly Name und Port müssen natürlich übernommen werden.

        V 1 Reply Last reply Reply Quote 0
        • V
          vikk88 @stefande last edited by

          @stefande ja ich lasse jetzt den zweier bei mir drinne. Sollte ich den irgendwann entsorgen wollen stelle ich alles auf node-red-contrib-amazon-echoum, das läuft bei mir stabil.

          1 Reply Last reply Reply Quote 0
          • Mic
            Mic Developer @chrisB last edited by

            @chrisB sagte in Alexa Anbindung ohne Cloud und Skill:

            Gibt es eigentlich noch irgendeine zuverlässige und kostenlose Möglichkeit iobroker mit Alexa zu verbinden? Der free Cloud Adapter wird ja auch bald leider abgeschaltet und 20 Anfragen pro Tag sind halt doch nicht sonderlich viel.

            Ja, natürlich. Siehe hier im Thread, und u.a. hier:
            https://forum.iobroker.net/post/333373

            1 Reply Last reply Reply Quote 0
            • smarthomegirl
              smarthomegirl @AlGu last edited by smarthomegirl

              @AlGu sagte in Alexa Anbindung ohne Cloud und Skill:

              Das stimmt so nicht. Ich nutze Alexa-local auch für Rollos und das klappt perfekt. Das einzige dass nicht 100% zufriedenstellend ist, ist das stellen der Thermostate damit. Hierbei darf ich nicht sagen "Alexa, stelle Wohnzimmer auf 23 <u>Grad</u>" sondern muss das immer ohne "Grad" sagen. Da hier Alexa sonst versucht eine Temperatur an einem Gerät einzustellen, dass diese Funktion nicht unterstützt.

              Hallo,
              ich habe schon in einem anderen Thread mein Problem erläutert, wo man mich dann hierher verwies. Nun habe ich mich hier mal Stück für Stück eingelesen und gesehen, dass Du @AlGu deine Heizung über Node Red und Alexa steuerst. Ich würde sehr gerne meine Heizung mit Node Red steuern.

              Ich habe die Heizungssteuerung wie folgt mit diesen Einstellungen erstellt:
              Anmerkung 2020-01-05 121953.png

              Anmerkung 2020-01-05 122020.png

              Doch meine Frage ist jetzt, sind diese Einstellungen korrekt und wie kann ich die Heizung jetzt mit Alexa ansteuern? (Befehle, etc.) Muss ich da eine Routine in der Alexa App anlegen?

              J V 2 Replies Last reply Reply Quote 0
              • J
                Jan1 @smarthomegirl last edited by

                @smarthomegirl
                Heizung kannst so steuern, allerdings nehme ich dazu Blockly und damit ne automatische Steuerung, weil ich an der Heizung eigentlich überhaupt nicht rum fummeln will und die gefälligst smart sein soll. Heißt wenn jemand zu Hause soll sie warm sein und sonst eben nicht. Das ganze nach Schichtplan und WE Berücksichtigung.
                Mach das mal mit Node-Red😊

                smarthomegirl 1 Reply Last reply Reply Quote 0
                • smarthomegirl
                  smarthomegirl @Jan1 last edited by smarthomegirl

                  @Jan1 Danke, aber soweit bin ich schon lange, siehe meine Verlinkung im obigen Text. Ich habe ein funktionierendes System, welches zur Zeit mit der Anbindung an Alexa auf eine Cloud geht. Dies möchte ich aber umgehen und es mit Node Red verbinden. Um es noch einmal zu erklären, es existierten Javaskript Anweisungen, welche über einen Aktor / Datenpunkt unter Objekte gesteuert wird. Dieser Datenpunkt beinhaltet eine Variable Zahl mit Einheit Grad Celsius über die Cloud wurde er wie folgt angesteuert: "Alexa, stelle Wunschtemperatur auf 5 Grad." Obige Node Red wird als Gerät erkannt, aber stellt nicht mit der Anweisung: "Alexa, stelle Wunschtemperatur auf 5 Grad." den gesagten Wert ein.
                  Daher besteht die Frage, wie ich dies jetzt mit Alexa ansteuern kann? (Befehle) Muss ich dazu eine Routine in der Alexa App anlegen? Wie muss diese benannt werden? (Wortlaut)

                  Ich hoffe ich hab mich jetzt klarer ausgedrückt.

                  Anhang Struktur Datenpunkt:


                  {
                  "from": "system.adapter.admin.0",
                  "user": "system.user.admin",
                  "ts": 1572716643542,
                  "common": {
                  "name": "wunschtemperatur",
                  "role": "",
                  "type": "number",
                  "desc": "Manuell erzeugt",
                  "unit": "°C",
                  "min": 0,
                  "max": 100,
                  "def": 0,
                  "smartName": false,
                  "read": true,
                  "write": true
                  },
                  "native": {},
                  "acl": {
                  "object": 1636,
                  "owner": "system.user.admin",
                  "ownerGroup": "system.group.administrator",
                  "state": 1636
                  },
                  "_id": "0_userdata.0.aktoren.heizung.wunschtemperatur",
                  "type": "state"
                  }

                  J 1 Reply Last reply Reply Quote 0
                  • J
                    Jan1 @smarthomegirl last edited by

                    @smarthomegirl
                    Ach so, Du willst also die Temperatur über Alexa voreinstellen. Da bin ich raus, weil ich das auch nicht wirklich weiß. Aber so ich ich es mache, macht meine Steuerung das eh alles automatisch in Abhängigkeit der Außentemperatur, Sonneneinstrahlung auf meiner Südseite, Anwesenheit und Wochentag. Smart ist, wenn die Heizung weiß was sie machen muss und ich eben nix mehr damit zu tun habe, deshalb habe ich mich auch nicht weiter drum gekümmert.

                    Da muss ein anderer für Deine Lösung her.

                    smarthomegirl 1 Reply Last reply Reply Quote 0
                    • V
                      vikk88 @smarthomegirl last edited by vikk88

                      @smarthomegirl Hi ich mache das folgendermaßen:
                      f744c66e-5de2-40d3-b6d8-0867bfcad37a-image.png
                      62aaa011-32a8-4c5a-a577-d92e29f9df50-image.png

                      Dann brauchst du auch keine Routine erstellen. "Alexa Heizung Wohnzimmer auf 20" oder halt dein Wunschtemperatur ist der Befehl für den Fall.
                      Ich habe in der Alexa App noch eine Gruppe mit allen Thermostaten erstellt damit ich alle gleichzeitig steuern kann

                      smarthomegirl 1 Reply Last reply Reply Quote 0
                      • smarthomegirl
                        smarthomegirl @vikk88 last edited by

                        @vikk88 okay vielen Dank. Das funktioniert. Du bist spitze. Nochmal Danke.👍

                        1 Reply Last reply Reply Quote 0
                        • smarthomegirl
                          smarthomegirl @Jan1 last edited by

                          @Jan1 ja du hast ja recht. Bei mir ist auch alles smart. Mein System reagiert auf Außentemperatur, Jahreszeit und Anwesenheit, aber was machst du wenn dein Empfinden anders ist als die eingestellte Temperatur? Dann korrigiere ICH dies mit einer Ansage. Was dank @vikk88 jetzt auch ohne Cloud funktioniert. Aber danke auch an dich für deine versuchte Hilfestellung.

                          J 1 Reply Last reply Reply Quote 0
                          • J
                            Jan1 @smarthomegirl last edited by

                            @smarthomegirl
                            Das kann jeder so machen wie er das möchte. Wollte eben nur mal kurz den Begriff "smart" verdeutlichen und meine Steuerung ist jetzt auch gewachsen, da ich genau das was Du ansprichst eben auch hatte. Hab das dann versucht so weit es geht zu automatisieren und so viele Parameter wie möglich an die voreingestellte Temperatur gekoppelt. Kurz, ich bin damit zufrieden, kann aber auch jeder Zeit noch manuell eingreifen, wenn Frau eben doch gegen alle berücksichtigten Faktoren mal kalte Füße hat, läuft aber eben nicht über Node-Red.

                            1 Reply Last reply Reply Quote 0
                            • F
                              fraeggle last edited by

                              Also ich bekomme das auch nicht hin. Alexa findet keinerlei Geräte über diesen Weg.

                              Gibt es schon eine andere Lösung, welche mit allen Geräten funktioniert?

                              J 1 Reply Last reply Reply Quote 0
                              • J
                                Jan1 @fraeggle last edited by

                                @fraeggle
                                Das funktioniert mit allen Geräten, da eigentlich nicht das Gerät gefunden wird sondern erst mal die Hub Node und dann eben die daran angeschlossenen Geräte: Wenn da bei Dir nichts gefunden wird, ist schlicht Dein Flow falsch.

                                1 Reply Last reply Reply Quote 0
                                • A
                                  aldoa1 last edited by aldoa1

                                  Ich habe nun versucht eine Rollo-Steuerung mit Alexa zu verbinden.

                                  Es gbit unter Objekete einen Datenpunkt für die Rollos. Wenn ich da einen Wert eintrage werden per Script die Rollos gesteuert (zwischen 0 und 100).

                                  In Node-Red habe ich eine Alexa.local angelegt mit Namen Rollo

                                  Dann ein iobroker out mit dem Objekt Datenpunkt und Typ "value"

                                  Die beiden Objekte habe ich dann verbunden und deployed

                                  Wenn ich in Alexa suche, wird das Gerät Rollo nicht gefunden.
                                  Unter dem Alexa.local erscheint discovery

                                  Was muss ich noch machen?

                                  Homer.J. 1 Reply Last reply Reply Quote 0
                                  • Homer.J.
                                    Homer.J. @aldoa1 last edited by

                                    @aldoa1 alexa local funktioniert nicht mehr Amazon Echo nutzen.

                                    1 Reply Last reply Reply Quote 0
                                    • A
                                      aldoa1 last edited by

                                      Habe nun Amazon Echo Device versucht.
                                      Da wird auch nichts gefunden.
                                      Muss ich auch noch Amazon Echo Hub nutzen?

                                      Homer.J. 1 Reply Last reply Reply Quote 0
                                      • Homer.J.
                                        Homer.J. @aldoa1 last edited by Homer.J.

                                        @aldoa1 du musst einmal den Echo Hub anlegen und für die einzelnen Geräte dann jeweils das Device.Screenshot_2020-01-06 node-red-0 - ioBroker.png

                                        1 Reply Last reply Reply Quote 0
                                        • A
                                          Allodo last edited by Allodo

                                          Ich habe auch Probleme mit der Umstellung meiner Flows in Node RED.

                                          Ich habe es mit dem contrib-alexa-home (siehe angehangenen Flow) versucht und es wird nur der Homematic-Schalter (Ventilator) gefunden. Den kann ich auch schalten per Alexa. Die restlichen allerdings nicht. Ich weiß nicht, ob es mit der function zu tun hat, oder nicht.
                                          Da ich Shelly, Sonoff, Homematic, Scenen und dgl. verwende, habe ich mal exemplarisch für jede Gerätvariante mal die Nodes in den Flow gehangen. Evtl. könnt ihr mir weiterhelfen 🙂

                                          3a9c5564-9a5a-40ea-8229-6b918fd31cec-grafik.png

                                          Mit contriba-alexa-home:

                                          [
                                              {
                                                  "id": "210e0eb4.52efe2",
                                                  "type": "ioBroker out",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "Ventilator.STATE",
                                                  "topic": "hm-rpc.0.OEQ1157334.1.STATE",
                                                  "ack": "false",
                                                  "autoCreate": "false",
                                                  "x": 690,
                                                  "y": 400,
                                                  "wires": []
                                              },
                                              {
                                                  "id": "b304bc36.98ff78",
                                                  "type": "alexa-home",
                                                  "z": "e4a2c4f8.21807",
                                                  "devicename": "Ventilator",
                                                  "devicetype": "Extended color light",
                                                  "x": 140,
                                                  "y": 400,
                                                  "wires": [
                                                      [
                                                          "f98f6048.052f6"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "f98f6048.052f6",
                                                  "type": "function",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "on off",
                                                  "func": "let state = msg.payload.on;\nlet out = \"\";\n\nif(state == false){\noutput = \"0\";\n}else{\nstate = true;\noutput = \"1\"\n}\nreturn { \"payload\":output };",
                                                  "outputs": 1,
                                                  "noerr": 0,
                                                  "x": 410,
                                                  "y": 400,
                                                  "wires": [
                                                      [
                                                          "210e0eb4.52efe2"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "de35f316.db96",
                                                  "type": "alexa-home",
                                                  "z": "e4a2c4f8.21807",
                                                  "devicename": "Spiegellampe",
                                                  "devicetype": "Extended color light",
                                                  "x": 160,
                                                  "y": 460,
                                                  "wires": [
                                                      [
                                                          "c2b1de37.f55128"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "c2b1de37.f55128",
                                                  "type": "function",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "on off",
                                                  "func": "let state = msg.payload.on;\nlet out = \"\";\n\nif(state == false){\noutput = \"0\";\n}else{\nstate = true;\noutput = \"1\"\n}\nreturn { \"payload\":output };",
                                                  "outputs": 1,
                                                  "noerr": 0,
                                                  "x": 410,
                                                  "y": 460,
                                                  "wires": [
                                                      [
                                                          "50504ca5.e9d60c"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "50504ca5.e9d60c",
                                                  "type": "ioBroker out",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "DVES_956FEC POWER",
                                                  "topic": "sonoff.0.DVES_956FEC.POWER",
                                                  "ack": "false",
                                                  "autoCreate": "false",
                                                  "x": 710,
                                                  "y": 460,
                                                  "wires": []
                                              },
                                              {
                                                  "id": "6e7ff3c3.0f1764",
                                                  "type": "alexa-home",
                                                  "z": "e4a2c4f8.21807",
                                                  "devicename": "Wohnzimmerlicht",
                                                  "devicetype": "Extended color light",
                                                  "x": 170,
                                                  "y": 360,
                                                  "wires": [
                                                      [
                                                          "c57cd38.0bd1bb"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "c57cd38.0bd1bb",
                                                  "type": "function",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "  Licht Wohnzimmer dimmen",
                                                  "func": " var newMsg = { payload: msg.bri } ;\nreturn newMsg;local \n",
                                                  "outputs": 1,
                                                  "noerr": 0,
                                                  "x": 439,
                                                  "y": 359,
                                                  "wires": [
                                                      [
                                                          "bc7837ae.64c18"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "bc7837ae.64c18",
                                                  "type": "ioBroker out",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "HM-LC-Dim1TPBU-FM NEQ0388582:1.LEVEL",
                                                  "topic": "hm-rpc.0.NEQ0388582.1.LEVEL",
                                                  "ack": "false",
                                                  "autoCreate": "false",
                                                  "x": 777,
                                                  "y": 359,
                                                  "wires": []
                                              },
                                              {
                                                  "id": "4b53d9a3.6f577",
                                                  "type": "alexa-home",
                                                  "z": "e4a2c4f8.21807",
                                                  "devicename": "Stimmungslicht",
                                                  "devicetype": "Extended color light",
                                                  "x": 160,
                                                  "y": 520,
                                                  "wires": [
                                                      [
                                                          "46989263.b696d4"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "46989263.b696d4",
                                                  "type": "function",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "on off",
                                                  "func": "let state = msg.payload.on;\nlet out = \"\";\n\nif(state == false){\noutput = \"0\";\n}else{\nstate = true;\noutput = \"1\"\n}\nreturn { \"payload\":output };",
                                                  "outputs": 1,
                                                  "noerr": 0,
                                                  "x": 410,
                                                  "y": 520,
                                                  "wires": [
                                                      [
                                                          "a99510d3.a0d02"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "a99510d3.a0d02",
                                                  "type": "ioBroker out",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "0.Stimmungslicht",
                                                  "topic": "scene.0.Stimmungslicht",
                                                  "ack": "false",
                                                  "autoCreate": "false",
                                                  "x": 690,
                                                  "y": 520,
                                                  "wires": []
                                              },
                                              {
                                                  "id": "d51e1fbe.402d8",
                                                  "type": "ioBroker out",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "Switch",
                                                  "topic": "shelly.0.SHSW-1#12C23B#1.Relay0.Switch",
                                                  "ack": "false",
                                                  "autoCreate": "false",
                                                  "x": 650,
                                                  "y": 580,
                                                  "wires": []
                                              },
                                              {
                                                  "id": "93a15c41.b065",
                                                  "type": "function",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "on off",
                                                  "func": "let state = msg.payload.on;\nlet out = \"\";\n\nif(state == false){\noutput = \"0\";\n}else{\nstate = true;\noutput = \"1\"\n}\nreturn { \"payload\":output };",
                                                  "outputs": 1,
                                                  "noerr": 0,
                                                  "x": 410,
                                                  "y": 580,
                                                  "wires": [
                                                      [
                                                          "d51e1fbe.402d8"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "dc18c132.4510f",
                                                  "type": "alexa-home",
                                                  "z": "e4a2c4f8.21807",
                                                  "devicename": "Esszimmerlicht",
                                                  "devicetype": "Extended color light",
                                                  "x": 160,
                                                  "y": 580,
                                                  "wires": [
                                                      [
                                                          "93a15c41.b065"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "ac74ba16.6b8ea8",
                                                  "type": "alexa-home-controller",
                                                  "z": "e4a2c4f8.21807",
                                                  "controllername": "Alexa Controller",
                                                  "port": "80",
                                                  "maxItems": "25",
                                                  "x": 170,
                                                  "y": 300,
                                                  "wires": []
                                              }
                                          ]
                                          

                                          Mit amazon-echo:

                                          [
                                              {
                                                  "id": "5203170a.439a8",
                                                  "type": "amazon-echo-hub",
                                                  "z": "e4a2c4f8.21807",
                                                  "port": "80",
                                                  "processinput": 0,
                                                  "x": 130,
                                                  "y": 320,
                                                  "wires": [
                                                      []
                                                  ]
                                              },
                                              {
                                                  "id": "e0d90e35.e722c8",
                                                  "type": "ioBroker out",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "Ventilator.STATE",
                                                  "topic": "hm-rpc.0.OEQ1157334.1.STATE",
                                                  "ack": "false",
                                                  "autoCreate": "false",
                                                  "x": 670,
                                                  "y": 420,
                                                  "wires": []
                                              },
                                              {
                                                  "id": "63100d7d.609394",
                                                  "type": "function",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "on off",
                                                  "func": "let state = msg.payload.on;\nlet out = \"\";\n\nif(state == false){\noutput = \"0\";\n}else{\nstate = true;\noutput = \"1\"\n}\nreturn { \"payload\":output };",
                                                  "outputs": 1,
                                                  "noerr": 0,
                                                  "x": 390,
                                                  "y": 420,
                                                  "wires": [
                                                      [
                                                          "e0d90e35.e722c8"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "e9b1e4fe.27e238",
                                                  "type": "function",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "on off",
                                                  "func": "let state = msg.payload.on;\nlet out = \"\";\n\nif(state == false){\noutput = \"0\";\n}else{\nstate = true;\noutput = \"1\"\n}\nreturn { \"payload\":output };",
                                                  "outputs": 1,
                                                  "noerr": 0,
                                                  "x": 390,
                                                  "y": 480,
                                                  "wires": [
                                                      [
                                                          "8642c58c.76a8e8"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "8642c58c.76a8e8",
                                                  "type": "ioBroker out",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "DVES_956FEC POWER",
                                                  "topic": "sonoff.0.DVES_956FEC.POWER",
                                                  "ack": "false",
                                                  "autoCreate": "false",
                                                  "x": 690,
                                                  "y": 480,
                                                  "wires": []
                                              },
                                              {
                                                  "id": "5742f5cf.dd5ab4",
                                                  "type": "function",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "  Licht Wohnzimmer dimmen",
                                                  "func": " var newMsg = { payload: msg.bri } ;\nreturn newMsg;local \n",
                                                  "outputs": 1,
                                                  "noerr": 0,
                                                  "x": 419,
                                                  "y": 379,
                                                  "wires": [
                                                      [
                                                          "f1526f1e.a7a908"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "f1526f1e.a7a908",
                                                  "type": "ioBroker out",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "HM-LC-Dim1TPBU-FM NEQ0388582:1.LEVEL",
                                                  "topic": "hm-rpc.0.NEQ0388582.1.LEVEL",
                                                  "ack": "false",
                                                  "autoCreate": "false",
                                                  "x": 757,
                                                  "y": 379,
                                                  "wires": []
                                              },
                                              {
                                                  "id": "321d6963.153946",
                                                  "type": "function",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "on off",
                                                  "func": "let state = msg.payload.on;\nlet out = \"\";\n\nif(state == false){\noutput = \"0\";\n}else{\nstate = true;\noutput = \"1\"\n}\nreturn { \"payload\":output };",
                                                  "outputs": 1,
                                                  "noerr": 0,
                                                  "x": 390,
                                                  "y": 540,
                                                  "wires": [
                                                      [
                                                          "f7a8cecf.bf2b9"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "f7a8cecf.bf2b9",
                                                  "type": "ioBroker out",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "0.Stimmungslicht",
                                                  "topic": "scene.0.Stimmungslicht",
                                                  "ack": "false",
                                                  "autoCreate": "false",
                                                  "x": 670,
                                                  "y": 540,
                                                  "wires": []
                                              },
                                              {
                                                  "id": "184d01cf.e25db6",
                                                  "type": "ioBroker out",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "Switch",
                                                  "topic": "shelly.0.SHSW-1#12C23B#1.Relay0.Switch",
                                                  "ack": "false",
                                                  "autoCreate": "false",
                                                  "x": 630,
                                                  "y": 600,
                                                  "wires": []
                                              },
                                              {
                                                  "id": "a8fb44a0.bacea",
                                                  "type": "function",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "on off",
                                                  "func": "let state = msg.payload.on;\nlet out = \"\";\n\nif(state == false){\noutput = \"0\";\n}else{\nstate = true;\noutput = \"1\"\n}\nreturn { \"payload\":output };",
                                                  "outputs": 1,
                                                  "noerr": 0,
                                                  "x": 390,
                                                  "y": 600,
                                                  "wires": [
                                                      [
                                                          "184d01cf.e25db6"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "cbf7c699.7267c",
                                                  "type": "amazon-echo-device",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "Wohnzimmerlicht",
                                                  "topic": "",
                                                  "x": 130,
                                                  "y": 380,
                                                  "wires": [
                                                      [
                                                          "5742f5cf.dd5ab4"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "3a66e839.29d638",
                                                  "type": "amazon-echo-device",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "Ventilator",
                                                  "topic": "",
                                                  "x": 100,
                                                  "y": 420,
                                                  "wires": [
                                                      [
                                                          "63100d7d.609394"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "2b4c6858.0212d8",
                                                  "type": "amazon-echo-device",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "Spiegellampe",
                                                  "topic": "",
                                                  "x": 120,
                                                  "y": 480,
                                                  "wires": [
                                                      [
                                                          "e9b1e4fe.27e238"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "fd1e807e.5d991",
                                                  "type": "amazon-echo-device",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "Stimmungslicht",
                                                  "topic": "",
                                                  "x": 120,
                                                  "y": 540,
                                                  "wires": [
                                                      [
                                                          "321d6963.153946"
                                                      ]
                                                  ]
                                              },
                                              {
                                                  "id": "308e718b.d24dc6",
                                                  "type": "amazon-echo-device",
                                                  "z": "e4a2c4f8.21807",
                                                  "name": "Esszimmerlampe",
                                                  "topic": "",
                                                  "x": 130,
                                                  "y": 600,
                                                  "wires": [
                                                      [
                                                          "a8fb44a0.bacea"
                                                      ]
                                                  ]
                                              }
                                          ]
                                          

                                          EDIT:
                                          Ich habe es mittlerweile mit dem amazon-echo-hub hinbekommen, zumindest die Schalter und Szenen schalten zu können. Allerdings funktioniert der Node mit dem Dimmen des Wohnzimmerlichts/Rollläden leider (noch) nicht bei mir 😞

                                          1 Reply Last reply Reply Quote 0
                                          • A
                                            Allodo last edited by

                                            Habe es nun hinbekommen, dimmen, schalten und verschiedene Flows 🙂

                                            Werde die Flows mal anhängen als Vorlage

                                            2701ab87-469c-4590-8846-46bd7ab3465e-grafik.png

                                            [
                                                {
                                                    "id": "e4a2c4f8.21807",
                                                    "type": "tab",
                                                    "label": "Schalter",
                                                    "disabled": false,
                                                    "info": ""
                                                },
                                                {
                                                    "id": "e2983341.47dbb8",
                                                    "type": "ioBroker out",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Flurlicht",
                                                    "topic": "shelly.0.SHSW-1#2C07DA#1.Relay0.Switch",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "x": 1000,
                                                    "y": 20,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "5203170a.439a8",
                                                    "type": "amazon-echo-hub",
                                                    "z": "e4a2c4f8.21807",
                                                    "port": "80",
                                                    "processinput": 0,
                                                    "x": 90,
                                                    "y": 300,
                                                    "wires": [
                                                        [
                                                            "3475e506.3d739a",
                                                            "c069b82d.63671",
                                                            "5b7e39fc.3843b8",
                                                            "1fe643bb.9f724c",
                                                            "168e8bb1.1882a4",
                                                            "fb634c4e.4d808",
                                                            "c5ff38d6.36c2",
                                                            "9803ba3a.4fc86",
                                                            "9dc1f072.f6054",
                                                            "41b38368.5942c4",
                                                            "eb052a73.ee8e6"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "3475e506.3d739a",
                                                    "type": "amazon-echo-device",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Flurlicht",
                                                    "topic": "",
                                                    "x": 320,
                                                    "y": 20,
                                                    "wires": [
                                                        [
                                                            "3cbc797d.43f35e"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "3cbc797d.43f35e",
                                                    "type": "switch",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Schalter",
                                                    "property": "payload",
                                                    "propertyType": "msg",
                                                    "rules": [
                                                        {
                                                            "t": "eq",
                                                            "v": "on",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "off",
                                                            "vt": "str"
                                                        }
                                                    ],
                                                    "checkall": "true",
                                                    "repair": false,
                                                    "outputs": 2,
                                                    "x": 600,
                                                    "y": 20,
                                                    "wires": [
                                                        [
                                                            "e2983341.47dbb8"
                                                        ],
                                                        [
                                                            "be4e4828.cafdf8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "be4e4828.cafdf8",
                                                    "type": "function",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "false",
                                                    "func": "msg.payload = false;\nreturn msg; ",
                                                    "outputs": 1,
                                                    "noerr": 0,
                                                    "x": 790,
                                                    "y": 40,
                                                    "wires": [
                                                        [
                                                            "e2983341.47dbb8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "4eae319a.88cdd",
                                                    "type": "ioBroker out",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Esszimmerlicht",
                                                    "topic": "shelly.0.SHSW-1#12C23B#1.Relay0.Switch",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "x": 1020,
                                                    "y": 80,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "c069b82d.63671",
                                                    "type": "amazon-echo-device",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Esszimmerlicht",
                                                    "topic": "",
                                                    "x": 340,
                                                    "y": 80,
                                                    "wires": [
                                                        [
                                                            "20156dca.80f44a"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "20156dca.80f44a",
                                                    "type": "switch",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Schalter",
                                                    "property": "payload",
                                                    "propertyType": "msg",
                                                    "rules": [
                                                        {
                                                            "t": "eq",
                                                            "v": "on",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "off",
                                                            "vt": "str"
                                                        }
                                                    ],
                                                    "checkall": "true",
                                                    "repair": false,
                                                    "outputs": 2,
                                                    "x": 600,
                                                    "y": 80,
                                                    "wires": [
                                                        [
                                                            "4eae319a.88cdd"
                                                        ],
                                                        [
                                                            "84a368e5.1b772"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "84a368e5.1b772",
                                                    "type": "function",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "false",
                                                    "func": "msg.payload = false;\nreturn msg; ",
                                                    "outputs": 1,
                                                    "noerr": 0,
                                                    "x": 790,
                                                    "y": 100,
                                                    "wires": [
                                                        [
                                                            "4eae319a.88cdd"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "c58dc527.0b6528",
                                                    "type": "ioBroker out",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Garderobenlicht",
                                                    "topic": "hm-rpc.0.OEQ0182937.1.STATE",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "x": 1020,
                                                    "y": 160,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "ddd8e005.4ff32",
                                                    "type": "ioBroker out",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Ventilator",
                                                    "topic": "hm-rpc.0.OEQ1157334.1.STATE",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "x": 1000,
                                                    "y": 220,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "c1025673.6ef0c",
                                                    "type": "ioBroker out",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Kranzlicht",
                                                    "topic": "sonoff.0.DVES_956F29.POWER",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "x": 1000,
                                                    "y": 280,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "e221b8f4.db61f",
                                                    "type": "ioBroker out",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Spiegellampe",
                                                    "topic": "sonoff.0.DVES_956FEC.POWER",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "x": 1020,
                                                    "y": 340,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "e8ea983c.3a23f",
                                                    "type": "ioBroker out",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Kaminlampe",
                                                    "topic": "sonoff.0.DVES_CCC411.POWER",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "x": 1010,
                                                    "y": 400,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "88d1a8e0.b07a38",
                                                    "type": "ioBroker out",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Ambilight",
                                                    "topic": "sonoff.0.DVES_CCCCDB.POWER",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "x": 1000,
                                                    "y": 460,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "80aca20b.5928b8",
                                                    "type": "ioBroker out",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Stimmungslicht",
                                                    "topic": "scene.0.Stimmungslicht",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "x": 1020,
                                                    "y": 520,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "5b7e39fc.3843b8",
                                                    "type": "amazon-echo-device",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Garderobenlicht",
                                                    "topic": "",
                                                    "x": 340,
                                                    "y": 140,
                                                    "wires": [
                                                        [
                                                            "dbb5e4d3.de9cd8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "1fe643bb.9f724c",
                                                    "type": "amazon-echo-device",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Ventilator",
                                                    "topic": "",
                                                    "x": 320,
                                                    "y": 200,
                                                    "wires": [
                                                        [
                                                            "ab2ebd8a.2033c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "168e8bb1.1882a4",
                                                    "type": "amazon-echo-device",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Kranzlicht",
                                                    "topic": "",
                                                    "x": 320,
                                                    "y": 260,
                                                    "wires": [
                                                        [
                                                            "f26c12f8.37d5b"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "fb634c4e.4d808",
                                                    "type": "amazon-echo-device",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Spiegellampe",
                                                    "topic": "",
                                                    "x": 340,
                                                    "y": 320,
                                                    "wires": [
                                                        [
                                                            "1e3c347e.67b43c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "c5ff38d6.36c2",
                                                    "type": "amazon-echo-device",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Kaminlampe",
                                                    "topic": "",
                                                    "x": 330,
                                                    "y": 380,
                                                    "wires": [
                                                        [
                                                            "e677a83.58fd7d8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "9803ba3a.4fc86",
                                                    "type": "amazon-echo-device",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Ambilight",
                                                    "topic": "",
                                                    "x": 320,
                                                    "y": 440,
                                                    "wires": [
                                                        [
                                                            "1bf8b47.470294c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "9dc1f072.f6054",
                                                    "type": "amazon-echo-device",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Stimmungslicht",
                                                    "topic": "",
                                                    "x": 340,
                                                    "y": 500,
                                                    "wires": [
                                                        [
                                                            "1511a38e.01ad64"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "dbb5e4d3.de9cd8",
                                                    "type": "switch",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Schalter",
                                                    "property": "payload",
                                                    "propertyType": "msg",
                                                    "rules": [
                                                        {
                                                            "t": "eq",
                                                            "v": "on",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "off",
                                                            "vt": "str"
                                                        }
                                                    ],
                                                    "checkall": "true",
                                                    "repair": false,
                                                    "outputs": 2,
                                                    "x": 600,
                                                    "y": 140,
                                                    "wires": [
                                                        [
                                                            "c58dc527.0b6528"
                                                        ],
                                                        [
                                                            "fcabc762.b6ab5"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "fcabc762.b6ab5",
                                                    "type": "function",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "false",
                                                    "func": "msg.payload = false;\nreturn msg; ",
                                                    "outputs": 1,
                                                    "noerr": 0,
                                                    "x": 790,
                                                    "y": 160,
                                                    "wires": [
                                                        [
                                                            "c58dc527.0b6528"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "ab2ebd8a.2033c",
                                                    "type": "switch",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Schalter",
                                                    "property": "payload",
                                                    "propertyType": "msg",
                                                    "rules": [
                                                        {
                                                            "t": "eq",
                                                            "v": "on",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "off",
                                                            "vt": "str"
                                                        }
                                                    ],
                                                    "checkall": "true",
                                                    "repair": false,
                                                    "outputs": 2,
                                                    "x": 600,
                                                    "y": 200,
                                                    "wires": [
                                                        [
                                                            "ddd8e005.4ff32"
                                                        ],
                                                        [
                                                            "63a01005.4e943"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "63a01005.4e943",
                                                    "type": "function",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "false",
                                                    "func": "msg.payload = false;\nreturn msg; ",
                                                    "outputs": 1,
                                                    "noerr": 0,
                                                    "x": 790,
                                                    "y": 220,
                                                    "wires": [
                                                        [
                                                            "ddd8e005.4ff32"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "f26c12f8.37d5b",
                                                    "type": "switch",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Schalter",
                                                    "property": "payload",
                                                    "propertyType": "msg",
                                                    "rules": [
                                                        {
                                                            "t": "eq",
                                                            "v": "on",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "off",
                                                            "vt": "str"
                                                        }
                                                    ],
                                                    "checkall": "true",
                                                    "repair": false,
                                                    "outputs": 2,
                                                    "x": 600,
                                                    "y": 260,
                                                    "wires": [
                                                        [
                                                            "c1025673.6ef0c"
                                                        ],
                                                        [
                                                            "89633084.26ce18"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "89633084.26ce18",
                                                    "type": "function",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "false",
                                                    "func": "msg.payload = false;\nreturn msg; ",
                                                    "outputs": 1,
                                                    "noerr": 0,
                                                    "x": 790,
                                                    "y": 280,
                                                    "wires": [
                                                        [
                                                            "c1025673.6ef0c"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "1e3c347e.67b43c",
                                                    "type": "switch",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Schalter",
                                                    "property": "payload",
                                                    "propertyType": "msg",
                                                    "rules": [
                                                        {
                                                            "t": "eq",
                                                            "v": "on",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "off",
                                                            "vt": "str"
                                                        }
                                                    ],
                                                    "checkall": "true",
                                                    "repair": false,
                                                    "outputs": 2,
                                                    "x": 600,
                                                    "y": 320,
                                                    "wires": [
                                                        [
                                                            "e221b8f4.db61f"
                                                        ],
                                                        [
                                                            "55991205.bd0674"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "55991205.bd0674",
                                                    "type": "function",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "false",
                                                    "func": "msg.payload = false;\nreturn msg; ",
                                                    "outputs": 1,
                                                    "noerr": 0,
                                                    "x": 790,
                                                    "y": 340,
                                                    "wires": [
                                                        [
                                                            "e221b8f4.db61f"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "e677a83.58fd7d8",
                                                    "type": "switch",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Schalter",
                                                    "property": "payload",
                                                    "propertyType": "msg",
                                                    "rules": [
                                                        {
                                                            "t": "eq",
                                                            "v": "on",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "off",
                                                            "vt": "str"
                                                        }
                                                    ],
                                                    "checkall": "true",
                                                    "repair": false,
                                                    "outputs": 2,
                                                    "x": 600,
                                                    "y": 380,
                                                    "wires": [
                                                        [
                                                            "e8ea983c.3a23f"
                                                        ],
                                                        [
                                                            "5090e87d.0ede5"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "5090e87d.0ede5",
                                                    "type": "function",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "false",
                                                    "func": "msg.payload = false;\nreturn msg; ",
                                                    "outputs": 1,
                                                    "noerr": 0,
                                                    "x": 790,
                                                    "y": 400,
                                                    "wires": [
                                                        [
                                                            "e8ea983c.3a23f"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "1bf8b47.470294c",
                                                    "type": "switch",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Schalter",
                                                    "property": "payload",
                                                    "propertyType": "msg",
                                                    "rules": [
                                                        {
                                                            "t": "eq",
                                                            "v": "on",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "off",
                                                            "vt": "str"
                                                        }
                                                    ],
                                                    "checkall": "true",
                                                    "repair": false,
                                                    "outputs": 2,
                                                    "x": 600,
                                                    "y": 440,
                                                    "wires": [
                                                        [
                                                            "88d1a8e0.b07a38"
                                                        ],
                                                        [
                                                            "75415def.b48f54"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "75415def.b48f54",
                                                    "type": "function",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "false",
                                                    "func": "msg.payload = false;\nreturn msg; ",
                                                    "outputs": 1,
                                                    "noerr": 0,
                                                    "x": 790,
                                                    "y": 460,
                                                    "wires": [
                                                        [
                                                            "88d1a8e0.b07a38"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "1511a38e.01ad64",
                                                    "type": "switch",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Schalter",
                                                    "property": "payload",
                                                    "propertyType": "msg",
                                                    "rules": [
                                                        {
                                                            "t": "eq",
                                                            "v": "on",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "off",
                                                            "vt": "str"
                                                        }
                                                    ],
                                                    "checkall": "true",
                                                    "repair": false,
                                                    "outputs": 2,
                                                    "x": 600,
                                                    "y": 500,
                                                    "wires": [
                                                        [
                                                            "80aca20b.5928b8"
                                                        ],
                                                        [
                                                            "da0135d6.b43678"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "da0135d6.b43678",
                                                    "type": "function",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "false",
                                                    "func": "msg.payload = false;\nreturn msg; ",
                                                    "outputs": 1,
                                                    "noerr": 0,
                                                    "x": 790,
                                                    "y": 520,
                                                    "wires": [
                                                        [
                                                            "80aca20b.5928b8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "dd433a99.b7c5b8",
                                                    "type": "ioBroker out",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Wohnzimmerlicht",
                                                    "topic": "hm-rpc.0.NEQ0388582.1.LEVEL",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "x": 1030,
                                                    "y": 580,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "41b38368.5942c4",
                                                    "type": "amazon-echo-device",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Wohnzimmerlicht",
                                                    "topic": "",
                                                    "x": 350,
                                                    "y": 580,
                                                    "wires": [
                                                        [
                                                            "4680a568.cf854c",
                                                            "856de8a8.770a3"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "eb052a73.ee8e6",
                                                    "type": "link out",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "A",
                                                    "links": [
                                                        "bea80e40.7c4d98",
                                                        "865802b3.e302c"
                                                    ],
                                                    "x": 275,
                                                    "y": 680,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "4680a568.cf854c",
                                                    "type": "function",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "  Licht Wohnzimmer dimmen",
                                                    "func": " var newMsg = { payload: msg.bri} ;\nreturn newMsg;",
                                                    "outputs": 1,
                                                    "noerr": 0,
                                                    "x": 680,
                                                    "y": 580,
                                                    "wires": [
                                                        [
                                                            "dd433a99.b7c5b8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "856de8a8.770a3",
                                                    "type": "switch",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "Schalter",
                                                    "property": "payload",
                                                    "propertyType": "msg",
                                                    "rules": [
                                                        {
                                                            "t": "eq",
                                                            "v": "off",
                                                            "vt": "str"
                                                        }
                                                    ],
                                                    "checkall": "true",
                                                    "repair": false,
                                                    "outputs": 1,
                                                    "x": 620,
                                                    "y": 620,
                                                    "wires": [
                                                        [
                                                            "a93bccb3.8a30f8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "a93bccb3.8a30f8",
                                                    "type": "function",
                                                    "z": "e4a2c4f8.21807",
                                                    "name": "false",
                                                    "func": "msg.payload = false;\nreturn msg; ",
                                                    "outputs": 1,
                                                    "noerr": 0,
                                                    "x": 790,
                                                    "y": 620,
                                                    "wires": [
                                                        [
                                                            "dd433a99.b7c5b8"
                                                        ]
                                                    ]
                                                }
                                            ]
                                            

                                            2ter Flow
                                            28cdd0db-ef17-48d6-90f2-2cc4d82e815a-grafik.png

                                            [
                                                {
                                                    "id": "31a428f9.4dff98",
                                                    "type": "tab",
                                                    "label": "Rollos Szenen",
                                                    "disabled": false,
                                                    "info": ""
                                                },
                                                {
                                                    "id": "517a940d.a188ec",
                                                    "type": "ioBroker out",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "RollosKomplett",
                                                    "topic": "scene.0.RollosKomplettSzene",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "x": 1020,
                                                    "y": 80,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "a47e2557.68df18",
                                                    "type": "ioBroker out",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "RollosSicherheit",
                                                    "topic": "scene.0.RollosSicherheit",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "x": 1022,
                                                    "y": 140,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "4c64d1d3.f28098",
                                                    "type": "ioBroker out",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "RollosTeilweise",
                                                    "topic": "scene.0.RollosTeilweiseSzene",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "x": 1022,
                                                    "y": 200,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "d6d726a2.9c2e58",
                                                    "type": "ioBroker out",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "RollosVorne",
                                                    "topic": "scene.0.RollosVorne",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "x": 1012,
                                                    "y": 260,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "6022d802.ed3588",
                                                    "type": "ioBroker out",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "RollosHinten",
                                                    "topic": "scene.0.RollosHinten",
                                                    "ack": "false",
                                                    "autoCreate": "false",
                                                    "x": 1012,
                                                    "y": 320,
                                                    "wires": []
                                                },
                                                {
                                                    "id": "38d50c3e.33b79c",
                                                    "type": "amazon-echo-device",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "RollosKomplett",
                                                    "topic": "",
                                                    "x": 340,
                                                    "y": 80,
                                                    "wires": [
                                                        [
                                                            "d288da5b.95e368"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "db24460e.216b68",
                                                    "type": "amazon-echo-device",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "RollosSicherheit",
                                                    "topic": "",
                                                    "x": 340,
                                                    "y": 140,
                                                    "wires": [
                                                        [
                                                            "2e0f4669.423e6a"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "c05c1651.1ae1",
                                                    "type": "amazon-echo-device",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "RollosTeilweise",
                                                    "topic": "",
                                                    "x": 340,
                                                    "y": 200,
                                                    "wires": [
                                                        [
                                                            "da938672.fe2de"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "da45733a.a6639",
                                                    "type": "amazon-echo-device",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "RollosVorne",
                                                    "topic": "",
                                                    "x": 330,
                                                    "y": 260,
                                                    "wires": [
                                                        [
                                                            "b64ea2a0.86c138"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "42d8732c.cf0574",
                                                    "type": "amazon-echo-device",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "RollosHinten",
                                                    "topic": "",
                                                    "x": 330,
                                                    "y": 320,
                                                    "wires": [
                                                        [
                                                            "ab25a109.5ba13"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "d288da5b.95e368",
                                                    "type": "switch",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "Schalter",
                                                    "property": "payload",
                                                    "propertyType": "msg",
                                                    "rules": [
                                                        {
                                                            "t": "eq",
                                                            "v": "on",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "off",
                                                            "vt": "str"
                                                        }
                                                    ],
                                                    "checkall": "true",
                                                    "repair": false,
                                                    "outputs": 2,
                                                    "x": 600,
                                                    "y": 80,
                                                    "wires": [
                                                        [
                                                            "517a940d.a188ec"
                                                        ],
                                                        [
                                                            "e29b946e.dbf058"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "e29b946e.dbf058",
                                                    "type": "function",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "false",
                                                    "func": "msg.payload = false;\nreturn msg; ",
                                                    "outputs": 1,
                                                    "noerr": 0,
                                                    "x": 790,
                                                    "y": 100,
                                                    "wires": [
                                                        [
                                                            "517a940d.a188ec"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "2e0f4669.423e6a",
                                                    "type": "switch",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "Schalter",
                                                    "property": "payload",
                                                    "propertyType": "msg",
                                                    "rules": [
                                                        {
                                                            "t": "eq",
                                                            "v": "on",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "off",
                                                            "vt": "str"
                                                        }
                                                    ],
                                                    "checkall": "true",
                                                    "repair": false,
                                                    "outputs": 2,
                                                    "x": 600,
                                                    "y": 140,
                                                    "wires": [
                                                        [
                                                            "a47e2557.68df18"
                                                        ],
                                                        [
                                                            "3fbca9a3.c6c8ce"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "3fbca9a3.c6c8ce",
                                                    "type": "function",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "false",
                                                    "func": "msg.payload = false;\nreturn msg; ",
                                                    "outputs": 1,
                                                    "noerr": 0,
                                                    "x": 790,
                                                    "y": 160,
                                                    "wires": [
                                                        [
                                                            "a47e2557.68df18"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "da938672.fe2de",
                                                    "type": "switch",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "Schalter",
                                                    "property": "payload",
                                                    "propertyType": "msg",
                                                    "rules": [
                                                        {
                                                            "t": "eq",
                                                            "v": "on",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "off",
                                                            "vt": "str"
                                                        }
                                                    ],
                                                    "checkall": "true",
                                                    "repair": false,
                                                    "outputs": 2,
                                                    "x": 600,
                                                    "y": 200,
                                                    "wires": [
                                                        [
                                                            "4c64d1d3.f28098"
                                                        ],
                                                        [
                                                            "d02fa067.34b288"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "d02fa067.34b288",
                                                    "type": "function",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "false",
                                                    "func": "msg.payload = false;\nreturn msg; ",
                                                    "outputs": 1,
                                                    "noerr": 0,
                                                    "x": 790,
                                                    "y": 220,
                                                    "wires": [
                                                        [
                                                            "4c64d1d3.f28098"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "b64ea2a0.86c138",
                                                    "type": "switch",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "Schalter",
                                                    "property": "payload",
                                                    "propertyType": "msg",
                                                    "rules": [
                                                        {
                                                            "t": "eq",
                                                            "v": "on",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "off",
                                                            "vt": "str"
                                                        }
                                                    ],
                                                    "checkall": "true",
                                                    "repair": false,
                                                    "outputs": 2,
                                                    "x": 600,
                                                    "y": 260,
                                                    "wires": [
                                                        [
                                                            "d6d726a2.9c2e58"
                                                        ],
                                                        [
                                                            "1108900e.e2abb8"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "1108900e.e2abb8",
                                                    "type": "function",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "false",
                                                    "func": "msg.payload = false;\nreturn msg; ",
                                                    "outputs": 1,
                                                    "noerr": 0,
                                                    "x": 790,
                                                    "y": 280,
                                                    "wires": [
                                                        [
                                                            "d6d726a2.9c2e58"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "ab25a109.5ba13",
                                                    "type": "switch",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "Schalter",
                                                    "property": "payload",
                                                    "propertyType": "msg",
                                                    "rules": [
                                                        {
                                                            "t": "eq",
                                                            "v": "on",
                                                            "vt": "str"
                                                        },
                                                        {
                                                            "t": "eq",
                                                            "v": "off",
                                                            "vt": "str"
                                                        }
                                                    ],
                                                    "checkall": "true",
                                                    "repair": false,
                                                    "outputs": 2,
                                                    "x": 600,
                                                    "y": 320,
                                                    "wires": [
                                                        [
                                                            "6022d802.ed3588"
                                                        ],
                                                        [
                                                            "d35dce3d.be6368"
                                                        ]
                                                    ]
                                                },
                                                {
                                                    "id": "bea80e40.7c4d98",
                                                    "type": "link in",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "Amazon Echo",
                                                    "links": [
                                                        "eb052a73.ee8e6"
                                                    ],
                                                    "x": 90,
                                                    "y": 200,
                                                    "wires": [
                                                        [
                                                            "38d50c3e.33b79c",
                                                            "db24460e.216b68",
                                                            "c05c1651.1ae1",
                                                            "da45733a.a6639",
                                                            "42d8732c.cf0574"
                                                        ]
                                                    ],
                                                    "l": true
                                                },
                                                {
                                                    "id": "d35dce3d.be6368",
                                                    "type": "function",
                                                    "z": "31a428f9.4dff98",
                                                    "name": "false",
                                                    "func": "msg.payload = false;\nreturn msg; ",
                                                    "outputs": 1,
                                                    "noerr": 0,
                                                    "x": 790,
                                                    "y": 340,
                                                    "wires": [
                                                        [
                                                            "6022d802.ed3588"
                                                        ]
                                                    ]
                                                }
                                            ]
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            892
                                            Online

                                            31.7k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            118
                                            622
                                            177821
                                            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