Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Divera 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

    Divera adapter

    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      chellux last edited by

      Hi leute. Beschäftige mich schon ne weile mit iobroker und wollte mal fragen obs die möglichkeit gibt "divera 24/7" mit einzubinden. Sprich die alarmierungen usw damit zu empfangen und weiter zu leiten

      1 Reply Last reply Reply Quote 0
      • FreunderNacht
        FreunderNacht last edited by

        Hallo,
        ich bin leider auch nicht so fit in diesem Bereich, aber ein Adapter der DIVERA 24/7 in den IO Broker einbindet würde uns auch sehr helfen.

        MfG

        Frrund der Nacht

        1 Reply Last reply Reply Quote 0
        • M
          maniac last edited by maniac

          Moin.

          Ich habe das über den Webhook bei DIVERA gelöst.
          Bei DIVERA kann man seit dem letzten Update auch Webhooks senden. Diesen werte ich mit dem SimpleAPI Adapter aus und lasse Alexa entsprechend eine Meldung ausgeben und schalte in der Nacht Licht an.

          Bisher habe ich dazu noch einen Port in der Firewall freigegeben, da ich es über die IOBroker Cloud noch nicht hinbekommen habe. Hat da jemand einen Tipp wie ich das mit der Cloud hinbekomme?

          Bisher lautet der Webhook so:

          http://feuerwehr.domain.xx:xxx/set/0_userdata.0.Feuerwehr.DiveraEinsatz?value=true
          

          Das funktioniert.

          Über die Cloud habe ich es so probiert:

          https://service.iobroker.in/v1/iotService?service=custom_DIVERA_ALARM&key=xxxxxxxxxxxxxxx&user=yyyyyyyyyyyyyyyyy&data=/set/0_userdata.0.Feuerwehr.Einsatz?value=true
          

          Da passiert nix. Jemand eine Idee?

          Und dann hat man noch die Möglichkeit bei DIVERA auch den kompletten Einsatztext per POST application/json zu bekommen. Da habe ich auch schon versucht die entsprechenden Daten zu extrahieren und in einzelne Felder zu schreiben. Das bekomme ich leider auch nicht so hin. Ich bekomme nicht mal eine Reaktion im IOBroker. 😞

          Wäre toll wenn mir da jemand helfen könnte.
          Dann könnte Alexa ja auch gleich Einsatzstichwort und Adresse sagen.

          Die JSON sieht dann so aus.

          {
            "id": 247,
            "foreign_id": "some-id",
            "title": "FEUER3",
            "text": "Unklare Rauchentwicklung im Hafen",
            "address": "Hauptstraße 247, 12345 Musterstadt",
            "lat": 0,
            "lng": 0,
            "priority": 1,
            "notification_type": 0,
            "cluster": [],
            "group": [],
            "user_cluster_relation": [],
            "ts_create": 1596777734,
            "ts_update": 1596777734
          }
          

          Einen Adapter würde ich auch begrüßen... Eine offene API gibt es ja anscheinend. Ich kann es nur leider nicht 😞

          API DIVERA

          tobkoh 1 Reply Last reply Reply Quote 0
          • T
            TKnpl 0 last edited by

            Hallo!
            Ich habe begonnen, einen Adapter zu entwickeln und hoffe, dass dieser bald offiziell im ioBroker zur Verfügung stehen wird. PullRequest ist offen 😉
            Zum Foren Beitrag
            Viele Grüße

            1 Reply Last reply Reply Quote 0
            • tobkoh
              tobkoh @maniac last edited by

              @maniac

              Hallo Frank,

              ja das funktioniert, ich hab das wie folgt gelöst:

              Den IoT-Cloud Adapter installieren, in der Konfiguration des Adapters unter "Services und IFTTT" den Link für den den "eigenen Service" verwenden.
              Einen eigenen Service-Name vergeben und wichtig diesen auch in der "White List für Services" den vergeben Servicename eingeben.

              In DIVERA den bearbeiten Link unter Webhooks hinterlegen und als Format POST application/json wählen.

              (Eine weitere Möglichkeit wenn man keine Daten aus DIVERA transportieren will den text2command service zu nutzen.
              Dann einfach in DIVERA das Format GET urlencoded und entsprechend am ende des IoT-Cloud Links ein Wort auf das text2command hören soll. )

              Ich habe dann mehrer Datenpunkte angelegt um die Daten aus Divera entsprechend aufzulösen.
              Dazu nutze ich Blockly

              Bildschirmfoto 2021-01-21 um 20.10.57.png

              <xml xmlns="https://developers.google.com/blockly/xml">
                <variables>
                  <variable id="|G[Y+bO,EA0kt?b(?K0(">Json_Divera</variable>
                  <variable id="yq+XTG%9ZF0a{qA]0R}r">Stichwort</variable>
                  <variable id="Ba(%G8@6W=~:(iz~q*kc">Group_Nr</variable>
                  <variable id="EF)$x9H7HRf?/+^9CZs8">text</variable>
                  <variable id="eKF!XB#($U+UWftcAq!j">adresse</variable>
                  <variable id="=2de~$lYnQHb2O{/:5r$">prio</variable>
                  <variable id="Xxd~mw/Ltnh$r?AzqM?v">Liste</variable>
                  <variable id="?rw*g?W9fI{:iLw)qJ5)">AnzahlText</variable>
                </variables>
                <block type="on" id=",Z@@D}%DNp!Wo8)D}=*3" x="-1038" y="-288">
                  <field name="OID">0_userdata.0.Test_Json</field>
                  <field name="CONDITION">ne</field>
                  <field name="ACK_CONDITION"></field>
                  <comment pinned="false" h="80" w="160">Datenpunkt aus dem IOT Adapter </comment>
                  <statement name="STATEMENT">
                    <block type="comment" id="6#f4{)jYo-=LovphYFC*">
                      <field name="COMMENT">Datenpunkt im Trigger und "Wert" vom Objekt auf den JSON Datenpunkt aus dem IOT Adapter setzten </field>
                      <next>
                        <block type="variables_set" id="DO_%`5Fz%l-]E!nWklca">
                          <field name="VAR" id="|G[Y+bO,EA0kt?b(?K0(">Json_Divera</field>
                          <value name="VALUE">
                            <block type="convert_json2object" id="SFrsNk|8l!d[7:D9`sRs">
                              <value name="VALUE">
                                <block type="get_value" id="BUYhmzC+D+9Bzv19nlrs">
                                  <field name="ATTR">val</field>
                                  <field name="OID">0_userdata.0.Test_Json</field>
                                  <comment pinned="false" h="80" w="160">Datenpunkt aus dem IOT Adapter </comment>
                                </block>
                              </value>
                            </block>
                          </value>
                          <next>
                            <block type="debug" id="]S]xvd8kj3gMfn6(;@i:">
                              <field name="Severity">log</field>
                              <value name="TEXT">
                                <shadow type="text">
                                  <field name="TEXT">test</field>
                                </shadow>
                                <block type="convert_jsonata" id="e=W#)PIL.rU8:JxXP*iv">
                                  <value name="EXPRESSION">
                                    <shadow type="text" id="Ll7oN3UMU9-_.~pQ8eGG">
                                      <field name="TEXT">*</field>
                                    </shadow>
                                  </value>
                                  <value name="TARGET">
                                    <block type="variables_get" id="oZ0kgGzi.5#x-Fg])nzd">
                                      <field name="VAR" id="|G[Y+bO,EA0kt?b(?K0(">Json_Divera</field>
                                    </block>
                                  </value>
                                </block>
                              </value>
                              <next>
                                <block type="comment" id="j_G,ua`=ofN_yWTQI~I!">
                                  <field name="COMMENT">Auswertung der JSON</field>
                                  <next>
                                    <block type="variables_set" id="oNUr3L$49X3RtnA-;c?9">
                                      <field name="VAR" id="yq+XTG%9ZF0a{qA]0R}r">Stichwort</field>
                                      <value name="VALUE">
                                        <block type="convert_jsonata" id="LFzrwZD(GGiG]i=4(Gn!">
                                          <value name="EXPRESSION">
                                            <shadow type="text" id="h4+*G:H^UxHBjd758zu$">
                                              <field name="TEXT">title [0]</field>
                                            </shadow>
                                          </value>
                                          <value name="TARGET">
                                            <block type="variables_get" id="p0{]--*@,c9:hwa9WJ4W">
                                              <field name="VAR" id="|G[Y+bO,EA0kt?b(?K0(">Json_Divera</field>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                      <next>
                                        <block type="variables_set" id="lCAt{HFw6Lk{@Go+Ys#^">
                                          <field name="VAR" id="Ba(%G8@6W=~:(iz~q*kc">Group_Nr</field>
                                          <value name="VALUE">
                                            <block type="convert_jsonata" id="aL??h/H9KPTKm$)NmAu~">
                                              <value name="EXPRESSION">
                                                <shadow type="text" id="Pel~c|ap1isx(LG{/?hb">
                                                  <field name="TEXT">group[0]</field>
                                                </shadow>
                                              </value>
                                              <value name="TARGET">
                                                <block type="variables_get" id=",0K)Gk(^U69WsU$m413=">
                                                  <field name="VAR" id="|G[Y+bO,EA0kt?b(?K0(">Json_Divera</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <next>
                                            <block type="variables_set" id="bmgY/}Qr-2;RAd%6dkZD">
                                              <field name="VAR" id="EF)$x9H7HRf?/+^9CZs8">text</field>
                                              <value name="VALUE">
                                                <block type="convert_jsonata" id="MvlDF3xcp%CGxsm)iPXg">
                                                  <value name="EXPRESSION">
                                                    <shadow type="text" id="/mdP3%:@tqs:P,g8bbc(">
                                                      <field name="TEXT">text [0]</field>
                                                    </shadow>
                                                  </value>
                                                  <value name="TARGET">
                                                    <block type="variables_get" id=".}dq$r#t)wNi`+!8L(r{">
                                                      <field name="VAR" id="|G[Y+bO,EA0kt?b(?K0(">Json_Divera</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                              <next>
                                                <block type="variables_set" id="MKfz^4jk%BlET*]EVV5U">
                                                  <field name="VAR" id="eKF!XB#($U+UWftcAq!j">adresse</field>
                                                  <value name="VALUE">
                                                    <block type="convert_jsonata" id="QM=DDGXLz-#KE6eIv^`E">
                                                      <value name="EXPRESSION">
                                                        <shadow type="text" id="wFiWl?P|Ey5P5aG/pIh#">
                                                          <field name="TEXT">address [0]</field>
                                                        </shadow>
                                                      </value>
                                                      <value name="TARGET">
                                                        <block type="variables_get" id="m^1[-yf)iB3pu/O4k*IL">
                                                          <field name="VAR" id="|G[Y+bO,EA0kt?b(?K0(">Json_Divera</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <next>
                                                    <block type="variables_set" id="6nU@HHq`FQ/AQPx|E-t5">
                                                      <field name="VAR" id="=2de~$lYnQHb2O{/:5r$">prio</field>
                                                      <value name="VALUE">
                                                        <block type="convert_jsonata" id="cG4K++qtBK$cWDBS,K3A">
                                                          <value name="EXPRESSION">
                                                            <shadow type="text" id="i]H1Q8wtH~A[Yt?BMv#[">
                                                              <field name="TEXT">priority [0]</field>
                                                            </shadow>
                                                          </value>
                                                          <value name="TARGET">
                                                            <block type="variables_get" id="jN-f#$GabIL1Vzt34W$9">
                                                              <field name="VAR" id="|G[Y+bO,EA0kt?b(?K0(">Json_Divera</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <next>
                                                        <block type="comment" id="0wN{D:Br2K,G[jG,Y.DY">
                                                          <field name="COMMENT">Folgende Datenpunkte müssen Erstellt werden analog zu den Variablen </field>
                                                          <next>
                                                            <block type="update" id=";{fL8_PkBzUsb~6x{220">
                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                              <field name="OID">0_userdata.0.DIVERA_24/7.Stichwort</field>
                                                              <field name="WITH_DELAY">FALSE</field>
                                                              <value name="VALUE">
                                                                <block type="variables_get" id="S#m;l3oY4ESNTC6+x8tR">
                                                                  <field name="VAR" id="yq+XTG%9ZF0a{qA]0R}r">Stichwort</field>
                                                                </block>
                                                              </value>
                                                              <next>
                                                                <block type="update" id="W~5@v#a$YlvDUWg4}qu}">
                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                  <field name="OID">0_userdata.0.DIVERA_24/7.Priorität</field>
                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                  <value name="VALUE">
                                                                    <block type="variables_get" id="3I@]4lc;f`IY#aEc)@OC">
                                                                      <field name="VAR" id="=2de~$lYnQHb2O{/:5r$">prio</field>
                                                                    </block>
                                                                  </value>
                                                                  <next>
                                                                    <block type="update" id="fAO,_M%v%cOqP8Pv?-^?">
                                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                      <field name="OID">0_userdata.0.DIVERA_24/7.Text</field>
                                                                      <field name="WITH_DELAY">FALSE</field>
                                                                      <value name="VALUE">
                                                                        <block type="variables_get" id="2!uVgq;WS1|s@{-72Q?E">
                                                                          <field name="VAR" id="EF)$x9H7HRf?/+^9CZs8">text</field>
                                                                        </block>
                                                                      </value>
                                                                      <next>
                                                                        <block type="update" id="iQ:UKD*x}vAJ-d[#fo9o">
                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                          <field name="OID">0_userdata.0.DIVERA_24/7.Adresse</field>
                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                          <value name="VALUE">
                                                                            <block type="variables_get" id="HCb=.n^gBaj0vr2u7(l/">
                                                                              <field name="VAR" id="eKF!XB#($U+UWftcAq!j">adresse</field>
                                                                            </block>
                                                                          </value>
                                                                          <next>
                                                                            <block type="comment" id="D#q^YUJ*gAGa:d/ew8#6">
                                                                              <field name="COMMENT">Auflösen der Adresse </field>
                                                                              <next>
                                                                                <block type="variables_set" id="-NCVvS,sjMGAeMgclnB}">
                                                                                  <field name="VAR" id="Xxd~mw/Ltnh$r?AzqM?v">Liste</field>
                                                                                  <value name="VALUE">
                                                                                    <block type="lists_split" id="Y6Un+S?%7dIL4{U]AWnM">
                                                                                      <mutation mode="SPLIT"></mutation>
                                                                                      <field name="MODE">SPLIT</field>
                                                                                      <value name="INPUT">
                                                                                        <block type="variables_get" id="DtBgntHdy5?Sh|*%7^Z^">
                                                                                          <field name="VAR" id="eKF!XB#($U+UWftcAq!j">adresse</field>
                                                                                        </block>
                                                                                      </value>
                                                                                      <value name="DELIM">
                                                                                        <shadow type="text" id="Aeo~5~UN!Mz.(;{)g|$T">
                                                                                          <field name="TEXT">, </field>
                                                                                        </shadow>
                                                                                      </value>
                                                                                    </block>
                                                                                  </value>
                                                                                  <next>
                                                                                    <block type="variables_set" id="[$xbg!p*D@@HGCp.}FLG">
                                                                                      <field name="VAR" id="?rw*g?W9fI{:iLw)qJ5)">AnzahlText</field>
                                                                                      <value name="VALUE">
                                                                                        <block type="lists_length" id="-dlK`d1T?|/VXP$fo48%">
                                                                                          <value name="VALUE">
                                                                                            <block type="variables_get" id="[[vt@|dd42~2`,?!vDEK">
                                                                                              <field name="VAR" id="Xxd~mw/Ltnh$r?AzqM?v">Liste</field>
                                                                                            </block>
                                                                                          </value>
                                                                                        </block>
                                                                                      </value>
                                                                                      <next>
                                                                                        <block type="update" id="Lht,Mg79xwt@7q~6.{HV">
                                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                          <field name="OID">0_userdata.0.DIVERA_24/7.Adress_Anzahl</field>
                                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                                          <value name="VALUE">
                                                                                            <block type="variables_get" id="ox)kN/$iEPx0S)QCEI6.">
                                                                                              <field name="VAR" id="?rw*g?W9fI{:iLw)qJ5)">AnzahlText</field>
                                                                                            </block>
                                                                                          </value>
                                                                                          <next>
                                                                                            <block type="controls_if" id="H](3U+rZ~UuR`P)od6Xd">
                                                                                              <mutation elseif="2"></mutation>
                                                                                              <value name="IF0">
                                                                                                <block type="logic_compare" id="DALlOHOs:`]UHuZ6kqSj">
                                                                                                  <field name="OP">EQ</field>
                                                                                                  <value name="A">
                                                                                                    <block type="variables_get" id="g?kT)K=ThFK`33;Bx?s5">
                                                                                                      <field name="VAR" id="?rw*g?W9fI{:iLw)qJ5)">AnzahlText</field>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                  <value name="B">
                                                                                                    <block type="math_number" id="[_kX+#9vL3O0-XxVLxi$">
                                                                                                      <field name="NUM">1</field>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                </block>
                                                                                              </value>
                                                                                              <statement name="DO0">
                                                                                                <block type="update" id="-#GlK~fBotGRQov..?/!">
                                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                  <field name="OID">0_userdata.0.DIVERA_24/7.Adress_1</field>
                                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                                  <value name="VALUE">
                                                                                                    <block type="lists_getIndex" id="Bi^T//M{(ad^d)FJ9pqA">
                                                                                                      <mutation statement="false" at="true"></mutation>
                                                                                                      <field name="MODE">GET</field>
                                                                                                      <field name="WHERE">FROM_START</field>
                                                                                                      <value name="VALUE">
                                                                                                        <block type="variables_get" id="QhRqT?C%^I)..1Y=@gEB">
                                                                                                          <field name="VAR" id="Xxd~mw/Ltnh$r?AzqM?v">Liste</field>
                                                                                                        </block>
                                                                                                      </value>
                                                                                                      <value name="AT">
                                                                                                        <block type="math_number" id="!PqH[%Ttk~|]U9H8l,8r">
                                                                                                          <field name="NUM">1</field>
                                                                                                        </block>
                                                                                                      </value>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                </block>
                                                                                              </statement>
                                                                                              <value name="IF1">
                                                                                                <block type="logic_compare" id="cyd%ujNx*;h`5@2W})YT">
                                                                                                  <field name="OP">EQ</field>
                                                                                                  <value name="A">
                                                                                                    <block type="variables_get" id="4FE8b5]j+x$5=V8;|4B?">
                                                                                                      <field name="VAR" id="?rw*g?W9fI{:iLw)qJ5)">AnzahlText</field>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                  <value name="B">
                                                                                                    <block type="math_number" id="b?P;j*_e)ilrDEREjO;[">
                                                                                                      <field name="NUM">2</field>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                </block>
                                                                                              </value>
                                                                                              <statement name="DO1">
                                                                                                <block type="update" id="b`-e=,((3!j0uTI6ArQk">
                                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                  <field name="OID">0_userdata.0.DIVERA_24/7.Adress_1</field>
                                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                                  <value name="VALUE">
                                                                                                    <block type="lists_getIndex" id=")ez3`*jSOhXieI9JEd]%">
                                                                                                      <mutation statement="false" at="true"></mutation>
                                                                                                      <field name="MODE">GET</field>
                                                                                                      <field name="WHERE">FROM_START</field>
                                                                                                      <value name="VALUE">
                                                                                                        <block type="variables_get" id="{WQl_w=4(9UdlFX_65]V">
                                                                                                          <field name="VAR" id="Xxd~mw/Ltnh$r?AzqM?v">Liste</field>
                                                                                                        </block>
                                                                                                      </value>
                                                                                                      <value name="AT">
                                                                                                        <block type="math_number" id=".1O+RPd1,|ReeH:@#OuW">
                                                                                                          <field name="NUM">1</field>
                                                                                                        </block>
                                                                                                      </value>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                  <next>
                                                                                                    <block type="update" id="y)7CqtXWc0=rHt(6!SS,">
                                                                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                      <field name="OID">0_userdata.0.DIVERA_24/7.Adress_2</field>
                                                                                                      <field name="WITH_DELAY">FALSE</field>
                                                                                                      <value name="VALUE">
                                                                                                        <block type="lists_getIndex" id="(W)MRMkd,bNzbcN+*K/4">
                                                                                                          <mutation statement="false" at="true"></mutation>
                                                                                                          <field name="MODE">GET</field>
                                                                                                          <field name="WHERE">FROM_START</field>
                                                                                                          <value name="VALUE">
                                                                                                            <block type="variables_get" id="0phE2j5q$ew(-b4C:2r(">
                                                                                                              <field name="VAR" id="Xxd~mw/Ltnh$r?AzqM?v">Liste</field>
                                                                                                            </block>
                                                                                                          </value>
                                                                                                          <value name="AT">
                                                                                                            <block type="math_number" id="0++Ja?2nMTO9mNMEq^k[">
                                                                                                              <field name="NUM">2</field>
                                                                                                            </block>
                                                                                                          </value>
                                                                                                        </block>
                                                                                                      </value>
                                                                                                    </block>
                                                                                                  </next>
                                                                                                </block>
                                                                                              </statement>
                                                                                              <value name="IF2">
                                                                                                <block type="logic_compare" id="Cy{6%.23%A!+P(*6:2[k">
                                                                                                  <field name="OP">EQ</field>
                                                                                                  <value name="A">
                                                                                                    <block type="variables_get" id="(tcO[k,?x9l`k*q)m25}">
                                                                                                      <field name="VAR" id="?rw*g?W9fI{:iLw)qJ5)">AnzahlText</field>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                  <value name="B">
                                                                                                    <block type="math_number" id=")I{k!2puDs3YK~piu:0|">
                                                                                                      <field name="NUM">3</field>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                </block>
                                                                                              </value>
                                                                                              <statement name="DO2">
                                                                                                <block type="update" id="/P{p/UNNt1u6}!qJ`6^A">
                                                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                  <field name="OID">0_userdata.0.DIVERA_24/7.Adress_1</field>
                                                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                                                  <value name="VALUE">
                                                                                                    <block type="lists_getIndex" id="BS1u-,;94.Xw=O4}{5xT">
                                                                                                      <mutation statement="false" at="true"></mutation>
                                                                                                      <field name="MODE">GET</field>
                                                                                                      <field name="WHERE">FROM_START</field>
                                                                                                      <value name="VALUE">
                                                                                                        <block type="variables_get" id="EkiTBW95$~l(jY,OF}Ew">
                                                                                                          <field name="VAR" id="Xxd~mw/Ltnh$r?AzqM?v">Liste</field>
                                                                                                        </block>
                                                                                                      </value>
                                                                                                      <value name="AT">
                                                                                                        <block type="math_number" id="$^*(ne!7bVI;2zs~59j-">
                                                                                                          <field name="NUM">1</field>
                                                                                                        </block>
                                                                                                      </value>
                                                                                                    </block>
                                                                                                  </value>
                                                                                                  <next>
                                                                                                    <block type="update" id="FL:Xkr)#c00k-^(ej8t^">
                                                                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                      <field name="OID">0_userdata.0.DIVERA_24/7.Adress_2</field>
                                                                                                      <field name="WITH_DELAY">FALSE</field>
                                                                                                      <value name="VALUE">
                                                                                                        <block type="lists_getIndex" id="aiyooD?`Nz=]BA]la.f_">
                                                                                                          <mutation statement="false" at="true"></mutation>
                                                                                                          <field name="MODE">GET</field>
                                                                                                          <field name="WHERE">FROM_START</field>
                                                                                                          <value name="VALUE">
                                                                                                            <block type="variables_get" id="g.8eBKQ/LwPzF0/o:+~M">
                                                                                                              <field name="VAR" id="Xxd~mw/Ltnh$r?AzqM?v">Liste</field>
                                                                                                            </block>
                                                                                                          </value>
                                                                                                          <value name="AT">
                                                                                                            <block type="math_number" id="}l9+|GT^%EJ3o=!t%7U~">
                                                                                                              <field name="NUM">2</field>
                                                                                                            </block>
                                                                                                          </value>
                                                                                                        </block>
                                                                                                      </value>
                                                                                                      <next>
                                                                                                        <block type="update" id="Ikv2cK$LpnJ#Kj:(F6Xz">
                                                                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                                          <field name="OID">0_userdata.0.DIVERA_24/7.Adress_3</field>
                                                                                                          <field name="WITH_DELAY">FALSE</field>
                                                                                                          <value name="VALUE">
                                                                                                            <block type="lists_getIndex" id="_O?cRqOCDLp@xsnf~bK9">
                                                                                                              <mutation statement="false" at="true"></mutation>
                                                                                                              <field name="MODE">GET</field>
                                                                                                              <field name="WHERE">FROM_START</field>
                                                                                                              <value name="VALUE">
                                                                                                                <block type="variables_get" id="SdXl|40!c4zg1hh6o@$#">
                                                                                                                  <field name="VAR" id="Xxd~mw/Ltnh$r?AzqM?v">Liste</field>
                                                                                                                </block>
                                                                                                              </value>
                                                                                                              <value name="AT">
                                                                                                                <block type="math_number" id="zo6IA%,YBHThe(tPBzHV">
                                                                                                                  <field name="NUM">3</field>
                                                                                                                </block>
                                                                                                              </value>
                                                                                                            </block>
                                                                                                          </value>
                                                                                                        </block>
                                                                                                      </next>
                                                                                                    </block>
                                                                                                  </next>
                                                                                                </block>
                                                                                              </statement>
                                                                                            </block>
                                                                                          </next>
                                                                                        </block>
                                                                                      </next>
                                                                                    </block>
                                                                                  </next>
                                                                                </block>
                                                                              </next>
                                                                            </block>
                                                                          </next>
                                                                        </block>
                                                                      </next>
                                                                    </block>
                                                                  </next>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </next>
                                        </block>
                                      </next>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </statement>
                </block>
              </xml>
              
              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

              933
              Online

              31.9k
              Users

              80.1k
              Topics

              1.3m
              Posts

              5
              5
              1721
              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