Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Shellys ("Alt und Plus") über MQTT Adapter

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Shellys ("Alt und Plus") über MQTT Adapter

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

      @mickym
      wäre eine steuerung über Pos möglich - nur mit der Zahl?

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

        @dos1973 Ja - dann musst Du halt den control Datenpunkt immer eine Zahl reinschreiben, dann gehen wir immer davon aus, dass Du die position meinst und stellen das Kommando selbst zusammen.

        05b3feb1-849e-4a0a-b392-11e94977b363-image.png

        Dann machst halt nur noch eine Zahl da rein und wir setzen über die abgebildete Change Node das Postitionskommando selbst zusammen.

        Dann funktionieren halt die anderen Kommandos nicht. Oder Du machst noch einen eigenen Datenpunkt - indem Du nur Zahlen schreibst. Eigentlich sollte das ja nun fast alles selbst erklärend sein. 😉

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

          @mickym
          control soll bleiben
          nur pos soll eben nur mit der zahl fahren:

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

            @dos1973 Achso Du meinst pos gleichzeitig zum Steuern und für den Status ja können wir machen.

            Such Dir raus, was Du brauchst:

            [
               {
                   "id": "6d49413af6de6a69",
                   "type": "group",
                   "z": "2e7d4cac81c671e3",
                   "style": {
                       "stroke": "#999999",
                       "stroke-opacity": "1",
                       "fill": "none",
                       "fill-opacity": "1",
                       "label": true,
                       "label-position": "nw",
                       "color": "#a4a4a4"
                   },
                   "nodes": [
                       "2687ef51e182ae3e",
                       "8c2f0aa73a8f9642",
                       "4f4d7ebeab8af33c",
                       "582dd65ed0823483",
                       "c2e2efbc11b4b072",
                       "59af2f2b6ec08346",
                       "ce2e90a37a7ef5e7",
                       "45f9fe0c07a645aa",
                       "2dd3d3c5a66bbe2e",
                       "6047acf1eb80bc34",
                       "885595c1b312e5de"
                   ],
                   "x": 54,
                   "y": 2799,
                   "w": 1112,
                   "h": 362
               },
               {
                   "id": "2687ef51e182ae3e",
                   "type": "mqtt in",
                   "z": "2e7d4cac81c671e3",
                   "d": true,
                   "g": "6d49413af6de6a69",
                   "name": "",
                   "topic": "shellies/Rolladen/Wohnen/status/cover:0",
                   "qos": "2",
                   "datatype": "auto-detect",
                   "broker": "",
                   "nl": false,
                   "rap": true,
                   "rh": 0,
                   "inputs": 0,
                   "x": 240,
                   "y": 2880,
                   "wires": [
                       [
                           "8c2f0aa73a8f9642",
                           "45f9fe0c07a645aa"
                       ]
                   ]
               },
               {
                   "id": "8c2f0aa73a8f9642",
                   "type": "change",
                   "z": "2e7d4cac81c671e3",
                   "g": "6d49413af6de6a69",
                   "name": "",
                   "rules": [
                       {
                           "t": "set",
                           "p": "payload",
                           "pt": "msg",
                           "to": "payload.state",
                           "tot": "msg"
                       }
                   ],
                   "action": "",
                   "property": "",
                   "from": "",
                   "to": "",
                   "reg": false,
                   "x": 530,
                   "y": 2880,
                   "wires": [
                       [
                           "4f4d7ebeab8af33c"
                       ]
                   ]
               },
               {
                   "id": "4f4d7ebeab8af33c",
                   "type": "ioBroker out",
                   "z": "2e7d4cac81c671e3",
                   "g": "6d49413af6de6a69",
                   "name": "",
                   "topic": "0_userdata.0.Wohnung.Status.Shellys.node-red.Rolladen.status",
                   "ack": "true",
                   "autoCreate": "true",
                   "stateName": "",
                   "role": "",
                   "payloadType": "string",
                   "readonly": "true",
                   "stateUnit": "",
                   "stateMin": "",
                   "stateMax": "",
                   "x": 890,
                   "y": 2880,
                   "wires": []
               },
               {
                   "id": "582dd65ed0823483",
                   "type": "comment",
                   "z": "2e7d4cac81c671e3",
                   "g": "6d49413af6de6a69",
                   "name": "Status",
                   "info": "",
                   "x": 130,
                   "y": 2840,
                   "wires": []
               },
               {
                   "id": "c2e2efbc11b4b072",
                   "type": "comment",
                   "z": "2e7d4cac81c671e3",
                   "g": "6d49413af6de6a69",
                   "name": "Schalten",
                   "info": "",
                   "x": 140,
                   "y": 3020,
                   "wires": []
               },
               {
                   "id": "59af2f2b6ec08346",
                   "type": "ioBroker in",
                   "z": "2e7d4cac81c671e3",
                   "g": "6d49413af6de6a69",
                   "name": "",
                   "topic": "0_userdata.0.Wohnung.Status.Shellys.node-red.Rolladen.control",
                   "payloadType": "value",
                   "onlyack": "command",
                   "func": "all",
                   "gap": "",
                   "fireOnStart": "false",
                   "outFormat": "MQTT",
                   "x": 310,
                   "y": 3060,
                   "wires": [
                       [
                           "ce2e90a37a7ef5e7"
                       ]
                   ]
               },
               {
                   "id": "ce2e90a37a7ef5e7",
                   "type": "mqtt out",
                   "z": "2e7d4cac81c671e3",
                   "d": true,
                   "g": "6d49413af6de6a69",
                   "name": "",
                   "topic": "shellies/Rolladen/Wohnen/command/cover:0",
                   "qos": "",
                   "retain": "",
                   "respTopic": "",
                   "contentType": "",
                   "userProps": "",
                   "correl": "",
                   "expiry": "",
                   "broker": "",
                   "x": 970,
                   "y": 3060,
                   "wires": []
               },
               {
                   "id": "45f9fe0c07a645aa",
                   "type": "change",
                   "z": "2e7d4cac81c671e3",
                   "g": "6d49413af6de6a69",
                   "name": "",
                   "rules": [
                       {
                           "t": "set",
                           "p": "payload",
                           "pt": "msg",
                           "to": "payload.current_pos",
                           "tot": "msg"
                       }
                   ],
                   "action": "",
                   "property": "",
                   "from": "",
                   "to": "",
                   "reg": false,
                   "x": 550,
                   "y": 2940,
                   "wires": [
                       [
                           "2dd3d3c5a66bbe2e"
                       ]
                   ]
               },
               {
                   "id": "2dd3d3c5a66bbe2e",
                   "type": "ioBroker out",
                   "z": "2e7d4cac81c671e3",
                   "g": "6d49413af6de6a69",
                   "name": "",
                   "topic": "0_userdata.0.Wohnung.Status.Shellys.node-red.Rolladen.pos",
                   "ack": "true",
                   "autoCreate": "true",
                   "stateName": "",
                   "role": "",
                   "payloadType": "number",
                   "readonly": "true",
                   "stateUnit": "",
                   "stateMin": "",
                   "stateMax": "",
                   "x": 900,
                   "y": 2940,
                   "wires": []
               },
               {
                   "id": "6047acf1eb80bc34",
                   "type": "ioBroker in",
                   "z": "2e7d4cac81c671e3",
                   "g": "6d49413af6de6a69",
                   "name": "",
                   "topic": "0_userdata.0.Wohnung.Status.Shellys.node-red.Rolladen.pos",
                   "payloadType": "value",
                   "onlyack": "command",
                   "func": "all",
                   "gap": "",
                   "fireOnStart": "false",
                   "outFormat": "MQTT",
                   "x": 300,
                   "y": 3120,
                   "wires": [
                       [
                           "885595c1b312e5de"
                       ]
                   ]
               },
               {
                   "id": "885595c1b312e5de",
                   "type": "change",
                   "z": "2e7d4cac81c671e3",
                   "g": "6d49413af6de6a69",
                   "name": "",
                   "rules": [
                       {
                           "t": "set",
                           "p": "payload",
                           "pt": "msg",
                           "to": "\"pos,\" & payload",
                           "tot": "jsonata"
                       }
                   ],
                   "action": "",
                   "property": "",
                   "from": "",
                   "to": "",
                   "reg": false,
                   "x": 650,
                   "y": 3120,
                   "wires": [
                       [
                           "ce2e90a37a7ef5e7"
                       ]
                   ]
               }
            ]
            

            a404999f-2325-4c20-bd03-20ed4bf499fc-image.png

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

              @mickym
              jetzt ist es PERFEKT!

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

                @dos1973 sagte in Shellys ("Alt und Plus") über MQTT Adapter:

                @mickym
                jetzt ist es PERFEKT!

                Na freut mich. 😉 - So ich hoffe auch Du hast alles verstanden, damit Du das nächste Mal Dich selbst dran wagst. 😉

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

                  @mickym
                  🙂

                  nachbauen schaffe ich wahrscheinlich,
                  verstanden... so lala, da bin ich ehrlich.

                  muss mir das morgen nochmals ansehen.

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

                    @dos1973 Sind doch nur ganz wenige Nodes. 😉 - Und wie gesagt mir ist lieber Du fragst lieber öfter bevor Du dann rumprobierst und die armen Geräte auf dem Schrott landen. 🙂 - Dann schlaf mal gut - und träume wie sich Deine Rollläden dann in Zukunft wie von Geisterhand öffnen und schließen. Ich geh mal davon aus, dass Du diese Flows irgendwann auch noch intelligent machen möchtest. 😉

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

                      @mickym sagte in Shellys ("Alt und Plus") über MQTT Adapter:

                      Du klickst auf die 3 Punkte um den JSONATA Editor zu öffnen:

                      a0be4e39-1359-4faf-bd68-87a6b060b5fd-image.png

                      @mickym

                      wo finde ich dass denn im meinem Flow?

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

                        @dos1973 Wenn Du bei Deinen Schaltern auf die Change Node klickst, bevor in die mqtt-out Node geschrieben wird, dann sind in der JSONATA Zeile (also das mit dem GROSSEN J) - 3 Punkte und darauf klicken. Die payload ist die Nachrichteneigenschaft aus der eingehenden Nachricht.

                        3d5f7a54-5813-4152-b356-e3ba009996c2-image.png

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

                          @mickym

                          beim Rolladen hast du das nicht verwendet...
                          Bildschirmfoto 2023-04-08 um 14.15.41.png

                          da gehst du über den command... deshalb konnte ich es nicht finden.

                          Edit:
                          aber ich habs geschafft - das wieder nichts mehr geht 🙂

                          mickym 2 Replies Last reply Reply Quote 0
                          • mickym
                            mickym Most Active @dos1973 last edited by

                            @dos1973 Genau - hätte man bei den Schaltern auch machen können, über Command zu gehen. Dann hätte man aber true und false wieder in on und off wandeln müssen und da dachte ich mir, dass das dann vom Aufwand her gleich ist. Kannst Du aber gerne umstellen, wenn Du es einheitlich haben möchtest.

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

                              @dos1973 sagte in Shellys ("Alt und Plus") über MQTT Adapter:

                              Edit:
                              aber ich habs geschafft - das wieder nichts mehr geht

                              Na dann hast Du was verändert. 😁 - Das von alleine nichts mehr geht, halte ich eher für unwahrscheinlich . 😉

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

                                @mickym das war ich, da gibt es nix zu diskutieren ...:-)

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

                                  @dos1973 Nun hast Du eine Endlosschleife produziert und das System reagiert nicht mehr oder was ist passiert?

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

                                    @mickym
                                    ich weiß es nicht,
                                    wollte es nachbauen... und jetzt geht wieder nichts mehr.

                                    mickym 2 Replies Last reply Reply Quote 0
                                    • mickym
                                      mickym Most Active @dos1973 last edited by

                                      @dos1973 Du musst immer aufpassen, dass Du bei den eingehenden Nachrichten der iobroker-IN Node

                                      auf ACK=false filterst

                                      43182606-7e25-4489-aeaf-632e1f492cd9-image.png

                                      und bei ausgehenden iobroker-Out Nodes immer values (ACK = true) schreibst

                                      ddfee9e8-738a-4086-b837-4a90303546c0-image.png

                                      ggf. den Node-Red Adapter im Sicherheitmodus hochfahren und dann Änderungen vornehmen - anschliessend den Adapter wieder im normalen Modus neu starten.

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

                                        @dos1973 Wenn Du es nachbauen willst kannst Du auch die Gruppen einfach kopieren und dann nur die Nodes verändern.

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

                                          @mickym

                                          schau doch mal... ob du etwas findest. irgendwie hat node-red keine verbindung...
                                          instanz habe ich nue gestartet

                                          0_userdata.0.Wohnung.Status.Shellys.2-Kino.Maskierung.control
                                          0_userdata.0.Wohnung.Status.Shellys.2-Kino.Maskierung.pos
                                          0_userdata.0.Wohnung.Status.Shellys.2-Kino.Maskierung.power_W
                                          0_userdata.0.Wohnung.Status.Shellys.2-Kino.Maskierung.status
                                          

                                          mein flow


                                          [
                                          {
                                          "id": "0817d15a51ba86dd",
                                          "type": "tab",
                                          "label": "Rolladen Plus",
                                          "disabled": false,
                                          "info": "",
                                          "env": []
                                          },
                                          {
                                          "id": "2687ef51e182ae3e",
                                          "type": "mqtt in",
                                          "z": "0817d15a51ba86dd",
                                          "name": "",
                                          "topic": "shellies/2-Kino/Maskierung/status/cover:0",
                                          "qos": "2",
                                          "datatype": "auto-detect",
                                          "broker": "b0e602b9.e01008",
                                          "nl": false,
                                          "rap": true,
                                          "rh": 0,
                                          "inputs": 0,
                                          "x": 200,
                                          "y": 160,
                                          "wires": [
                                          [
                                          "8c2f0aa73a8f9642",
                                          "45f9fe0c07a645aa",
                                          "20a4785cddd683c7",
                                          "76bec4221879c571"
                                          ]
                                          ]
                                          },
                                          {
                                          "id": "8c2f0aa73a8f9642",
                                          "type": "change",
                                          "z": "0817d15a51ba86dd",
                                          "name": "Status",
                                          "rules": [
                                          {
                                          "t": "set",
                                          "p": "payload",
                                          "pt": "msg",
                                          "to": "payload.state",
                                          "tot": "msg"
                                          }
                                          ],
                                          "action": "",
                                          "property": "",
                                          "from": "",
                                          "to": "",
                                          "reg": false,
                                          "x": 450,
                                          "y": 140,
                                          "wires": [
                                          [
                                          "4f4d7ebeab8af33c"
                                          ]
                                          ]
                                          },
                                          {
                                          "id": "4f4d7ebeab8af33c",
                                          "type": "ioBroker out",
                                          "z": "0817d15a51ba86dd",
                                          "name": "0_userdata.0.Wohnung.Status.Shellys.2-Kino.Maskierung.status",
                                          "topic": "0_userdata.0.Wohnung.Status.Shellys.2-Kino.Maskierung.status",
                                          "ack": "true",
                                          "autoCreate": "true",
                                          "stateName": "",
                                          "role": "",
                                          "payloadType": "boolean",
                                          "readonly": "false",
                                          "stateUnit": "",
                                          "stateMin": "",
                                          "stateMax": "",
                                          "x": 860,
                                          "y": 140,
                                          "wires": []
                                          },
                                          {
                                          "id": "582dd65ed0823483",
                                          "type": "comment",
                                          "z": "0817d15a51ba86dd",
                                          "name": "Status",
                                          "info": "",
                                          "x": 90,
                                          "y": 100,
                                          "wires": []
                                          },
                                          {
                                          "id": "c2e2efbc11b4b072",
                                          "type": "comment",
                                          "z": "0817d15a51ba86dd",
                                          "name": "Schalten",
                                          "info": "",
                                          "x": 100,
                                          "y": 260,
                                          "wires": []
                                          },
                                          {
                                          "id": "59af2f2b6ec08346",
                                          "type": "ioBroker in",
                                          "z": "0817d15a51ba86dd",
                                          "name": "control",
                                          "topic": "0_userdata.0.Wohnung.Status.Shellys.2-Kino.Maskierung.control",
                                          "payloadType": "value",
                                          "onlyack": "command",
                                          "func": "all",
                                          "gap": "",
                                          "fireOnStart": "false",
                                          "outFormat": "MQTT",
                                          "x": 90,
                                          "y": 300,
                                          "wires": [
                                          [
                                          "ce2e90a37a7ef5e7"
                                          ]
                                          ]
                                          },
                                          {
                                          "id": "ce2e90a37a7ef5e7",
                                          "type": "mqtt out",
                                          "z": "0817d15a51ba86dd",
                                          "name": "",
                                          "topic": "shellies/2-Kino/Maskierung/command/cover:0",
                                          "qos": "",
                                          "retain": "",
                                          "respTopic": "",
                                          "contentType": "",
                                          "userProps": "",
                                          "correl": "",
                                          "expiry": "",
                                          "broker": "b0e602b9.e01008",
                                          "x": 800,
                                          "y": 300,
                                          "wires": []
                                          },
                                          {
                                          "id": "45f9fe0c07a645aa",
                                          "type": "change",
                                          "z": "0817d15a51ba86dd",
                                          "name": "Position",
                                          "rules": [
                                          {
                                          "t": "set",
                                          "p": "payload",
                                          "pt": "msg",
                                          "to": "payload.current_pos",
                                          "tot": "msg"
                                          }
                                          ],
                                          "action": "",
                                          "property": "",
                                          "from": "",
                                          "to": "",
                                          "reg": false,
                                          "x": 460,
                                          "y": 180,
                                          "wires": [
                                          [
                                          "2dd3d3c5a66bbe2e"
                                          ]
                                          ]
                                          },
                                          {
                                          "id": "2dd3d3c5a66bbe2e",
                                          "type": "ioBroker out",
                                          "z": "0817d15a51ba86dd",
                                          "name": "0_userdata.0.Wohnung.Status.Shellys.2-Kino.Maskierung.pos",
                                          "topic": "0_userdata.0.Wohnung.Status.Shellys.2-Kino.Maskierung.pos",
                                          "ack": "true",
                                          "autoCreate": "true",
                                          "stateName": "",
                                          "role": "",
                                          "payloadType": "number",
                                          "readonly": "false",
                                          "stateUnit": "",
                                          "stateMin": "",
                                          "stateMax": "",
                                          "x": 850,
                                          "y": 180,
                                          "wires": []
                                          },
                                          {
                                          "id": "06739d5d3428f8ba",
                                          "type": "ioBroker in",
                                          "z": "0817d15a51ba86dd",
                                          "name": "",
                                          "topic": "0_userdata.0.Wohnung.Status.Shellys.2-Kino.Maskierung.pos",
                                          "payloadType": "value",
                                          "onlyack": "command",
                                          "func": "all",
                                          "gap": "",
                                          "fireOnStart": "false",
                                          "outFormat": "MQTT",
                                          "x": 260,
                                          "y": 360,
                                          "wires": [
                                          [
                                          "b7253efbfd04a691"
                                          ]
                                          ]
                                          },
                                          {
                                          "id": "b7253efbfd04a691",
                                          "type": "change",
                                          "z": "0817d15a51ba86dd",
                                          "name": "steure über Position",
                                          "rules": [
                                          {
                                          "t": "set",
                                          "p": "payload",
                                          "pt": "msg",
                                          "to": ""pos," & payload",
                                          "tot": "jsonata"
                                          }
                                          ],
                                          "action": "",
                                          "property": "",
                                          "from": "",
                                          "to": "",
                                          "reg": false,
                                          "x": 720,
                                          "y": 360,
                                          "wires": [
                                          [
                                          "ce2e90a37a7ef5e7"
                                          ]
                                          ]
                                          },
                                          {
                                          "id": "20a4785cddd683c7",
                                          "type": "change",
                                          "z": "0817d15a51ba86dd",
                                          "name": "Power_W",
                                          "rules": [
                                          {
                                          "t": "set",
                                          "p": "payload",
                                          "pt": "msg",
                                          "to": "payload.apower",
                                          "tot": "msg"
                                          }
                                          ],
                                          "action": "",
                                          "property": "",
                                          "from": "",
                                          "to": "",
                                          "reg": false,
                                          "x": 460,
                                          "y": 220,
                                          "wires": [
                                          [
                                          "9b21d38581d6d2a6"
                                          ]
                                          ]
                                          },
                                          {
                                          "id": "9b21d38581d6d2a6",
                                          "type": "ioBroker out",
                                          "z": "0817d15a51ba86dd",
                                          "name": "0_userdata.0.Wohnung.Status.Shellys.2-Kino.Maskierung.power_W",
                                          "topic": "0_userdata.0.Wohnung.Status.Shellys.2-Kino.Maskierung.power_W",
                                          "ack": "true",
                                          "autoCreate": "true",
                                          "stateName": "",
                                          "role": "",
                                          "payloadType": "number",
                                          "readonly": "true",
                                          "stateUnit": "",
                                          "stateMin": "",
                                          "stateMax": "",
                                          "x": 870,
                                          "y": 220,
                                          "wires": []
                                          },
                                          {
                                          "id": "c06a35f8276bf7dc",
                                          "type": "comment",
                                          "z": "0817d15a51ba86dd",
                                          "name": "schreibe DP",
                                          "info": "",
                                          "x": 690,
                                          "y": 100,
                                          "wires": []
                                          },
                                          {
                                          "id": "090cec92967e5c7d",
                                          "type": "comment",
                                          "z": "0817d15a51ba86dd",
                                          "name": "Name",
                                          "info": "",
                                          "x": 90,
                                          "y": 20,
                                          "wires": []
                                          },
                                          {
                                          "id": "76bec4221879c571",
                                          "type": "debug",
                                          "z": "0817d15a51ba86dd",
                                          "name": "debug 1",
                                          "active": true,
                                          "tosidebar": true,
                                          "console": false,
                                          "tostatus": false,
                                          "complete": "false",
                                          "statusVal": "",
                                          "statusType": "auto",
                                          "x": 500,
                                          "y": 80,
                                          "wires": []
                                          },
                                          {
                                          "id": "b0e602b9.e01008",
                                          "type": "mqtt-broker",
                                          "name": "mosquitto",
                                          "broker": "192.168.10.11",
                                          "port": "1883",
                                          "clientid": "",
                                          "usetls": false,
                                          "protocolVersion": "4",
                                          "keepalive": "60",
                                          "cleansession": true,
                                          "birthTopic": "",
                                          "birthQos": "0",
                                          "birthRetain": "false",
                                          "birthPayload": "",
                                          "birthMsg": {},
                                          "closeTopic": "",
                                          "closeQos": "0",
                                          "closeRetain": "false",
                                          "closePayload": "",
                                          "closeMsg": {},
                                          "willTopic": "",
                                          "willQos": "0",
                                          "willRetain": "false",
                                          "willPayload": "",
                                          "willMsg": {},
                                          "sessionExpiry": ""
                                          }
                                          ]

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

                                            @dos1973 Du musst wenn Deinen Export in CodeTags packen - sonst nutzt der nichts. Aber Verbindungsprobleme kann ich nicht über einen Flow lösen, da ich Deine Datenpunkte nicht habe und selbst wenn - dann würde es bei mir gehen und bei Dir nicht. Wie gesagt schau auf das was ich Dir gesagt habe, wegen der Endlosschleifen. Wenn Du den Editor aufmachen kannst, dann kannst Du einfach den Flow stoppen und starten.

                                            7b576ccd-402f-4370-acef-b8ca731d0511-image.png

                                            D 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

                                            618
                                            Online

                                            31.7k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            512
                                            70069
                                            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