Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter luxtronik2 v0.4.x

    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

    Test Adapter luxtronik2 v0.4.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • UncleSam
      UncleSam Developer @Chriz last edited by

      @chriz sagte in Test Adapter luxtronik2 v0.3.x:

      Hat noch jemand eine Idee?

      Grundsätzlich hat das ja nichts mit diesem Adapter zu tun, aber hier eine Bildanleitung (einfach 1, 2, 3 folgen):
      972fa3d6-0e0a-47ee-bb0b-d4e5f1914fef-image.png

      Habe mir soeben einen neuen Docker Container gemacht und darin den Adapter installiert - funktioniert also einwandfrei.

      Chriz 1 Reply Last reply Reply Quote 0
      • Chriz
        Chriz @UncleSam last edited by

        @unclesam
        Hi UncleSam,

        danke für den Post, funktioniert leider nicht 😞

        $ iobroker url iobroker.luxtronik2 --host f8b0bb8c6d11 --debug
        
        install iobroker.luxtronik2
        
        NPM version: 6.14.14
        
        npm install iobroker.luxtronik2 --prefix "/opt/iobroker" (System call)
        
        npm WARN typedoc@0.20.28 requires a peer of typescript@3.9.x || 4.0.x || 4.1.x but none is installed. You must install peer dependencies yourself.
        
        npm WARN typedoc@0.20.28 requires a peer of typescript@3.9.x || 4.0.x || 4.1.x but none is installed. You must install peer dependencies yourself.
        
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/fsevents):
        
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
        
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
        
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
        
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
        
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
        
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/zigbee-herdsman-converters/node_modules/fsevents):
        
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
        
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/zigbee-herdsman/node_modules/fsevents):
        
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
        
        + iobroker.luxtronik2@0.3.1updated 1 package in 12.553s
        
        142 packages are looking for funding run `npm fund` for details
        
        upload [4] luxtronik2.admin /opt/iobroker/node_modules/iobroker.luxtronik2/admin/words.js words.js application/javascript
        
        upload [3] luxtronik2.admin /opt/iobroker/node_modules/iobroker.luxtronik2/admin/style.css style.css text/css
        
        upload [2] luxtronik2.admin /opt/iobroker/node_modules/iobroker.luxtronik2/admin/luxtronik2.png luxtronik2.png image/png
        
        upload [1] luxtronik2.admin /opt/iobroker/node_modules/iobroker.luxtronik2/admin/index_m.html index_m.html text/html
        
        upload [0] luxtronik2.admin /opt/iobroker/node_modules/iobroker.luxtronik2/admin/admin.d.ts admin.d.ts video/mp2t
        
        Process exited with code 0
        
        UncleSam 1 Reply Last reply Reply Quote 0
        • UncleSam
          UncleSam Developer @Chriz last edited by

          @chriz Den Fehler hatte ich auch schon.

          Was mir genützt hat, ist anstatt des Adapter-Namens einfach <adaptername>@<versionsnummer> einzugeben. In diesem Fall: iobroker.luxtronik2@0.3.2.

          @foxriver76 oder @apollon77, ist es ein bekanntes Problem, dass sich neue Versionen (teilweise?) nicht über das Katzensymbol über bestehende Versionen installieren lassen?

          foxriver76 apollon77 2 Replies Last reply Reply Quote 0
          • foxriver76
            foxriver76 Developer @UncleSam last edited by foxriver76

            @unclesam Meines Wissens nach erwartet das url Kommando tatsächlich eine Url. Evtl. ging es früher mehr oder minder zufällig (?), glaube @AlCalzone hat das parsing zuletzt angepasst.

            Wenn du aber jemand auf die nächstmögliche Version (npm latest tag) updaten lassen möchtest, wieso benutzt du dann nicht im Custom Dialog "from npm"?

            Edit: geht bei mir doch mit iob url iobroker.luxtronik2.

            UncleSam 1 Reply Last reply Reply Quote 0
            • UncleSam
              UncleSam Developer @foxriver76 last edited by UncleSam

              @foxriver76 sagte in Test Adapter luxtronik2 v0.3.x:

              Wenn du aber jemand auf die nächstmögliche Version (npm latest tag) updaten lassen möchtest, wieso benutzt du dann nicht im Custom Dialog "from npm"?

              Inzwischen (da der Adapter in Latest ist) wird das auch gehen, da hast du recht. Aber ich glaube die Bedingung für "from npm" ist doch, dass es im Latest drin ist, richtig?

              1 Reply Last reply Reply Quote 0
              • AlCalzone
                AlCalzone Developer last edited by AlCalzone

                Ich habe erst gestern adapter@version per "eigener URL" installiert. Das hat am Ende dann iobroker url adapter@version aufgerufen und funktioniert.

                1 Reply Last reply Reply Quote 0
                • apollon77
                  apollon77 @UncleSam last edited by

                  @unclesam also der npm Befehl passt laut log perfekt. Ich hatte schon mal Fälle wo einzelne User line Alte Versionen von npm bekommen haben. Scheint manchmal an deren cdn zu klemmen. Ggf mit Versionsnummer machen.

                  1 Reply Last reply Reply Quote 0
                  • K
                    killroy2 last edited by

                    Hi hat jemand zur Luxtronik schonmal eine hübsche Visu gemacht?

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

                      @UncleSam luxtronik2.0.parameters.deltaHeatingReduction könntest du den bitte auch als schreibend erstellen?

                      1 Reply Last reply Reply Quote 0
                      • UncleSam
                        UncleSam Developer last edited by

                        Ich habe soeben Version 0.4.0 freigegeben. Bitte testet sie und lasst mich wissen, ob die verschiedenen Issues nun behoben sind.

                        TbsJah 1 Reply Last reply Reply Quote 0
                        • TbsJah
                          TbsJah @UncleSam last edited by TbsJah

                          @unclesam mk1 wirft eine Menge Warnungen
                          Problem mit defrost ist bei mir noch vorhanden

                          Screenshot_20211229-210548.png

                          UncleSam 1 Reply Last reply Reply Quote 0
                          • UncleSam
                            UncleSam Developer @TbsJah last edited by

                            @tbsjah Sorry, da hatte ich etwas vergessen (und ich kann es nicht testen, da ich im Urlaub bin).

                            Version 0.4.1 behebt diese Warnmeldungen und stellt die drei neuen Werte korrekt dar (sie sind aber nicht bearbeitbar).

                            1 Reply Last reply Reply Quote 0
                            • K
                              Kvothe last edited by

                              Hi,
                              ich habe in letzter Zeit etwas Probleme mit meiner WP. Die geht leider immer wieder in die Störung. Um nicht ständig nachschauen zu müssen wollte ich mithilfe von diesem Adapter den aktuellen Betriebszustand auslesen.
                              Leider steht dort auch im Falle einer Störung immer "Heizbetrieb" bzw. "Heizen".
                              Oder schau ich auf einen falschen Wert? Hat jemand eine Idee wie ich mitbekommen kann, dass die WP ausgestiegen ist?

                              TbsJah 1 Reply Last reply Reply Quote 0
                              • TbsJah
                                TbsJah @Kvothe last edited by

                                @kvothe
                                da sind Fehler und Uhrzeit gelistet der letzten 5 Fehler
                                25fb6edb-eea3-458e-91a7-6a1edca29d15-image.png

                                K 1 Reply Last reply Reply Quote 1
                                • K
                                  Kvothe @TbsJah last edited by

                                  @tbsjah ok, danke. Schade, ich dachte ich kann einfach auf einen Zustand = "Störung" triggern. So muss ich mal schauen wie ich das mache.

                                  L 1 Reply Last reply Reply Quote 0
                                  • L
                                    lessthanmore @Kvothe last edited by lessthanmore

                                    @kvothe Ich nutze zwar den Adapter nicht mehr, aber habe es bei mir so abgebildet:
                                    2022-01-17_20-05-40.png
                                    Ich schreibe alle Fehler in eine Liste und lasse mir dann den letzten Fehler bei einer Änderung der Liste per pushover schicken, so dass ich eine Meldung bekomme sollte die WP einen Fehler haben.
                                    Bei uns ist letztes Jahr ein Fühler kaputt gegangen und die Pumpe ging regelmäßig in die Störung und aktivierte die Zweitwärme.


                                    <xml xmlns="https://developers.google.com/blockly/xml">
                                    <variables>
                                    <variable id="/}8(CAiS$I!KQ(3c+tb_">originalText</variable>
                                    <variable id="4mYG~M4c)E?5mOT^DtU6">suchText</variable>
                                    <variable id="j?SM]0igTgc9F4t,MAMC">tauschText</variable>
                                    <variable id="Uf:U=$(.HDJ72/VPr1!o">Teil_1</variable>
                                    <variable id="P8$b81v9fsrHHrb+z]g1">Text</variable>
                                    <variable id="vlQW/[:cq]MtS|ZWgHWJ">error_raw</variable>
                                    <variable id="g[0H+Z8J_%|p]v;tR.p.">Teil_2</variable>
                                    <variable id="pF_ac~cY~|C(S.I!U%Uu">MeinText</variable>
                                    <variable id="6,6h67!#?Hh,1(Sy,@u">AnzZeichenSuchtext</variable>
                                    <variable id="I;i^c)UORMgY^LOatF[8">neuerText</variable>
                                    <variable id="(NMF97xgk;{xp~AH$Ln
                                    ">Stelle</variable>
                                    </variables>
                                    <block type="on" id="4Z_|x;W5pn-q?!fwKl-" x="88" y="-988">
                                    <field name="OID">0_userdata.0.Wärmepumpe.error</field>
                                    <field name="CONDITION">ne</field>
                                    <field name="ACK_CONDITION"></field>
                                    <statement name="STATEMENT">
                                    <block type="variables_set" id="-P{_[1=caHEAoB9cP4Qx">
                                    <field name="VAR" id="vlQW/[:cq]MtS|ZWgHWJ">error_raw</field>
                                    <value name="VALUE">
                                    <block type="lists_split" id="Fibcf|G-e./LWI,%sQ#s">
                                    <mutation mode="SPLIT"></mutation>
                                    <field name="MODE">SPLIT</field>
                                    <value name="INPUT">
                                    <block type="convert_object2json" id="HUMM,XEgX14r=T:~5YnW">
                                    <field name="PRETTIFY">FALSE</field>
                                    <value name="VALUE">
                                    <block type="on_source" id="80[eX@9QnfE{hV_bpCYE">
                                    <field name="ATTR">state.val</field>
                                    </block>
                                    </value>
                                    </block>
                                    </value>
                                    <value name="DELIM">
                                    <shadow type="text" id="GwNbFbcuh/J_Q@_21tz7">
                                    <field name="TEXT">,</field>
                                    </shadow>
                                    </value>
                                    </block>
                                    </value>
                                    <next>
                                    <block type="variables_set" id="GN1-=e04du49:LFH1[s$">
                                    <field name="VAR" id="pF_ac~cY~|C(S.I!U%Uu">MeinText</field>
                                    <value name="VALUE">
                                    <block type="lists_getIndex" id="$ny@p#eV8l$c$-BgE%@T">
                                    <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="/}m:J{6RaYpaw#9K:JH3">
                                    <field name="VAR" id="vlQW/[:cq]MtS|ZWgHWJ">error_raw</field>
                                    </block>
                                    </value>
                                    <value name="AT">
                                    <block type="math_number" id="3ob5Vw0}qhK-m?A@3Dr(">
                                    <field name="NUM">1</field>
                                    </block>
                                    </value>
                                    </block>
                                    </value>
                                    <next>
                                    <block type="controls_if" id="eO-Yu;zv=:r~yJNHR:iS">
                                    <value name="IF0">
                                    <block type="logic_negate" id="u@28{:]xG=4a9HU}|/v)">
                                    <value name="BOOL">
                                    <block type="text_isEmpty" id="W-_T.2)lUsLG/Z(5zIQN">
                                    <value name="VALUE">
                                    <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="9LrDM?0xYv?MX-(}2OrI">
                                    <field name="TEXT"></field>
                                    </shadow>
                                    <block type="variables_get" id="B?L(8|(8?-Z7Ao
                                    [F/VM">
                                    <field name="VAR" id="pF_ac~cY~|C(S.I!U%Uu">MeinText</field>
                                    </block>
                                    </value>
                                    </block>
                                    </value>
                                    </block>
                                    </value>
                                    <statement name="DO0">
                                    <block type="variables_set" id="ziw)~y|77le5/J8HC#">
                                    <field name="VAR" id="I;i^c)UORMgY^LOatF[8">neuerText</field>
                                    <value name="VALUE">
                                    <block type="procedures_callreturn" id="ECH/%?YEFylSUOK.8/K">
                                    <mutation name="changeText">
                                    <arg name="originalText"></arg>
                                    <arg name="suchText"></arg>
                                    <arg name="tauschText"></arg>
                                    </mutation>
                                    <value name="ARG0">
                                    <block type="variables_get" id="Y(bM=~D[D5v)7a#1{}">
                                    <field name="VAR" id="pF_ac~cY~|C(S.I!U%Uu">MeinText</field>
                                    </block>
                                    </value>
                                    <value name="ARG1">
                                    <block type="text" id="(iqf|@QE;6:tP0}rbaEj">
                                    <field name="TEXT">"</field>
                                    </block>
                                    </value>
                                    <value name="ARG2">
                                    <block type="text" id="
                                    {HiLh|2|F3|a#[4lCvX">
                                    <field name="TEXT"></field>
                                    </block>
                                    </value>
                                    </block>
                                    </value>
                                    <next>
                                    <block type="variables_set" id="vGUP!R!*|3sjY~dZXxZ"> <field name="VAR" id="I;i^c)UORMgY^LOatF[8">neuerText</field> <value name="VALUE"> <block type="procedures_callreturn" id="rvKR.cz9FhImw~YT8:YY"> <mutation name="changeText"> <arg name="originalText"></arg> <arg name="suchText"></arg> <arg name="tauschText"></arg> </mutation> <value name="ARG0"> <block type="variables_get" id="4r-=T6yu%Y[}Zn!QhpR/"> <field name="VAR" id="I;i^c)UORMgY^LOatF[8">neuerText</field> </block> </value> <value name="ARG1"> <block type="text" id="mbk@+N6F_eG)N%Jw|2J">
                                    <field name="TEXT">{</field>
                                    </block>
                                    </value>
                                    <value name="ARG2">
                                    <block type="text" id="OtGH;LSHf;t,59fJ)5i">
                                    <field name="TEXT"></field>
                                    </block>
                                    </value>
                                    </block>
                                    </value>
                                    <next>
                                    <block type="variables_set" id="3+|QU5[xS;U@Qijfuu@7">
                                    <field name="VAR" id="I;i^c)UORMgY^LOatF[8">neuerText</field>
                                    <value name="VALUE">
                                    <block type="procedures_callreturn" id="~C~TrH
                                    =xX3Xl-l@tg#V">
                                    <mutation name="changeText">
                                    <arg name="originalText"></arg>
                                    <arg name="suchText"></arg>
                                    <arg name="tauschText"></arg>
                                    </mutation>
                                    <value name="ARG0">
                                    <block type="variables_get" id=",eH?bND1?H}TimRX_wnz">
                                    <field name="VAR" id="I;i^c)UORMgY^LOatF[8">neuerText</field>
                                    </block>
                                    </value>
                                    <value name="ARG1">
                                    <block type="text" id="6AWuk;A#5~8;jXas31)I">
                                    <field name="TEXT">ß</field>
                                    </block>
                                    </value>
                                    <value name="ARG2">
                                    <block type="text" id="[M[ZL8Y,u8fNWw|eR|g)">
                                    <field name="TEXT">ss</field>
                                    </block>
                                    </value>
                                    </block>
                                    </value>
                                    </block>
                                    </next>
                                    </block>
                                    </next>
                                    </block>
                                    </statement>
                                    <next>
                                    <block type="update" id="XpI)/E5/wL;Z1(k%@OTR">
                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                    <field name="OID">0_userdata.0.Wärmepumpe.last_error</field>
                                    <field name="WITH_DELAY">FALSE</field>
                                    <value name="VALUE">
                                    <block type="variables_get" id="FjCD]Oo7|!7wDHzqtlN"> <field name="VAR" id="I;i^c)UORMgY^LOatF[8">neuerText</field> </block> </value> </block> </next> </block> </next> </block> </next> </block> </statement> <next> <block type="on" id="h}yY]n-N}hY%S5YRPQSZ"> <field name="OID">0_userdata.0.Wärmepumpe.last_error</field> <field name="CONDITION">ne</field> <field name="ACK_CONDITION"></field> <statement name="STATEMENT"> <block type="pushover" id="2g7L.8R~]:r.2hUdoe"> <field name="INSTANCE"></field> <field name="SOUND"></field> <field name="PRIORITY">0</field> <field name="LOG"></field> <value name="MESSAGE"> <shadow type="text" id="@/vT6|osgJ4t$H4HdIze"> <field name="TEXT">text</field> </shadow> <block type="on_source" id="BGCXi*lXD,XF|4_)#Hlc"> <field name="ATTR">state.val</field> </block> </value> <value name="TITLE"> <block type="text" id="_z;WOprDi5rjStx,^ev">
                                    <field name="TEXT">Wärmepumpe!</field>
                                    </block>
                                    </value>
                                    <value name="DEVICE">
                                    <block type="text" id="@^%N-z=53[n-UATz[vAf">
                                    <field name="TEXT">iphoneMicha</field>
                                    </block>
                                    </value>
                                    </block>
                                    </statement>
                                    </block>
                                    </next>
                                    </block>
                                    <block type="procedures_defreturn" id="?%n[KG5e1!^tNun#Hj5" x="788" y="-812">
                                    <mutation>
                                    <arg name="originalText" varid="/}8(CAiS$I!KQ(3c+tb_"></arg>
                                    <arg name="suchText" varid="4mYG~M4c)E?5mOT^DtU6"></arg>
                                    <arg name="tauschText" varid="j?SM]0igTgc9F4t,MAMC"></arg>
                                    </mutation>
                                    <field name="NAME">changeText</field>
                                    <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
                                    <statement name="STACK">
                                    <block type="variables_set" id=",BidYY8!8mI7(mg9V.">
                                    <field name="VAR" id="Uf:U=$(.HDJ72/VPr1!o">Teil_1</field>
                                    <value name="VALUE">
                                    <block type="text" id="|BZm+^ZNZWW}2Oo#j;?"> <field name="TEXT"></field> </block> </value> <next> <block type="variables_set" id="w]M[kO6!;:DS!~0O}SHV"> <field name="VAR" id="g[0H+Z8J_%|p]v;tR.p.">Teil_2</field> <value name="VALUE"> <block type="text" id="LK!;|?K5!yeQYlUax(!P"> <field name="TEXT"></field> </block> </value> <next> <block type="variables_set" id="LyZ2%lYW+kfm,4)yV8UN"> <field name="VAR" id="P8$b81v9fsrHHrb+z]g1">Text</field> <value name="VALUE"> <block type="variables_get" id="da5*p]}sO:{{|ZE!nhDe"> <field name="VAR" id="/}8(CAiS$I!KQ(3c+tb_">originalText</field> </block> </value> <next> <block type="variables_set" id="yx;qp1@1fC(oiG4c5gZt"> <field name="VAR" id="6,6h67!#*?Hh,1(Sy,@u">AnzZeichenSuchtext</field> <value name="VALUE"> <block type="text_length" id="Jwz33ARDLc!=8:eDagDD"> <value name="VALUE"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="RZWm!~Yo4w5)66Gu|Gs_"> <field name="TEXT">abc</field> </shadow> <block type="variables_get" id="G2I+np)5qee]q{4)BlN2"> <field name="VAR" id="4mYG~M4c)E?5mOT^DtU6">suchText</field> </block> </value> </block> </value> <next> <block type="variables_set" id="eAGK[85W)DRaIaN!oMiH"> <field name="VAR" id="(NMF97xgk;{xp~AH$Ln*">Stelle</field> <value name="VALUE"> <block type="text_indexOf" id="/@rj}{;VUCJ8O|28^(Hf"> <field name="END">FIRST</field> <value name="VALUE"> <block type="variables_get" id="}de%ffO*rIt%j6)99pf3"> <field name="VAR" id="P8$b81v9fsrHHrb+z]g1">Text</field> </block> </value> <value name="FIND"> <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="7MprEQxoWq}#3~Xz:32k"> <field name="TEXT">%0D%0A</field> </shadow> <block type="variables_get" id="7)r.X1a~Tee1!dAwZy!">
                                    <field name="VAR" id="4mYG~M4c)E?5mOT^DtU6">suchText</field>
                                    </block>
                                    </value>
                                    </block>
                                    </value>
                                    <next>
                                    <block type="controls_whileUntil" id="4lR}{f])DWKyjt}.(6cc">
                                    <field name="MODE">WHILE</field>
                                    <value name="BOOL">
                                    <block type="logic_compare" id="eeUWK6kyOU=[/x]M({">
                                    <field name="OP">GT</field>
                                    <value name="A">
                                    <block type="variables_get" id="}7HLWRwI(SDg1^@=czoV">
                                    <field name="VAR" id="(NMF97xgk;{xp~AH$Ln
                                    ">Stelle</field>
                                    </block>
                                    </value>
                                    <value name="B">
                                    <block type="math_number" id="#y,za{r#@s7Ri.U!9v)A">
                                    <field name="NUM">0</field>
                                    </block>
                                    </value>
                                    </block>
                                    </value>
                                    <statement name="DO">
                                    <block type="comment" id="38%#2?@btrH6%hebNg3_">
                                    <field name="COMMENT">Wenn nicht erste Zeichen im Text!</field>
                                    <next>
                                    <block type="controls_if" id="R]}Pl(eeA:Dh@;{q_CH">
                                    <value name="IF0">
                                    <block type="logic_compare" id="l,u?h{)Z-u/OozI,.79G">
                                    <field name="OP">GT</field>
                                    <value name="A">
                                    <block type="variables_get" id="B/K~z.ANK2);I3(uk4Bh">
                                    <field name="VAR" id="(NMF97xgk;{xp~AH$Ln
                                    ">Stelle</field>
                                    </block>
                                    </value>
                                    <value name="B">
                                    <block type="math_number" id="|3~K:6jrHq7oxz=fL:Yz">
                                    <field name="NUM">1</field>
                                    </block>
                                    </value>
                                    </block>
                                    </value>
                                    <statement name="DO0">
                                    <block type="variables_set" id="{RX,7K)DA^dq/.~KK7{">
                                    <field name="VAR" id="Uf:U=$(.HDJ72/VPr1!o">Teil_1</field>
                                    <value name="VALUE">
                                    <block type="text_getSubstring" id="Img0opt.EB#)RM-bp~hw">
                                    <mutation at1="false" at2="true"></mutation>
                                    <field name="WHERE1">FIRST</field>
                                    <field name="WHERE2">FROM_START</field>
                                    <value name="STRING">
                                    <block type="variables_get" id="A9h
                                    F{tgJR0y[Q0uv7,=">
                                    <field name="VAR" id="P8$b81v9fsrHHrb+z]g1">Text</field>
                                    </block>
                                    </value>
                                    <value name="AT2">
                                    <block type="math_arithmetic" id="([5R[:8Ywn-thKN@r:~}">
                                    <field name="OP">MINUS</field>
                                    <value name="A">
                                    <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="u@:!j5WimCjV%fG9hPGs">
                                    <field name="NUM">1</field>
                                    </shadow>
                                    <block type="variables_get" id="U0qw,~,2KoaAc37UO{l#">
                                    <field name="VAR" id="(NMF97xgk;{xp~AH$Ln*">Stelle</field>
                                    </block>
                                    </value>
                                    <value name="B">
                                    <shadow type="math_number" id="DT#zRSRu1.y^|5Z#G37W">
                                    <field name="NUM">1</field>
                                    </shadow>
                                    </value>
                                    </block>
                                    </value>
                                    </block>
                                    </value>
                                    </block>
                                    </statement>
                                    <next>
                                    <block type="variables_set" id="Else^,?QE9TTS.Y%K]W=">
                                    <field name="VAR" id="g[0H+Z8J_%|p]v;tR.p.">Teil_2</field>
                                    <value name="VALUE">
                                    <block type="text_getSubstring" id="e8A7NqY7O!@K(aFlMpV#" inline="false">
                                    <mutation at1="true" at2="false"></mutation>
                                    <field name="WHERE1">FROM_START</field>
                                    <field name="WHERE2">LAST</field>
                                    <value name="STRING">
                                    <block type="variables_get" id="|jU0g8+eIgwn_|IB56)@">
                                    <field name="VAR" id="P8$b81v9fsrHHrb+z]g1">Text</field>
                                    </block>
                                    </value>
                                    <value name="AT1">
                                    <block type="math_arithmetic" id="F#%;R9ugmwaaas?WBwG">
                                    <field name="OP">ADD</field>
                                    <value name="A">
                                    <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id="8/I%=/~YReHV]Iwo{}(J">
                                    <field name="NUM">1</field>
                                    </shadow>
                                    <block type="variables_get" id="R0|a}kx2M~SYjPKS5Cc{">
                                    <field name="VAR" id="(NMF97xgk;{xp~AH$Ln
                                    ">Stelle</field>
                                    </block>
                                    </value>
                                    <value name="B">
                                    <shadow xmlns="http://www.w3.org/1999/xhtml" type="math_number" id=";Q(aJ::90?0?H;-45cgS">
                                    <field name="NUM">0</field>
                                    </shadow>
                                    <block type="variables_get" id="dY33=1IVxkrSH1k1#X6A">
                                    <field name="VAR" id="6,6h67!#?Hh,1(Sy,@u">AnzZeichenSuchtext</field>
                                    </block>
                                    </value>
                                    </block>
                                    </value>
                                    </block>
                                    </value>
                                    <next>
                                    <block type="variables_set" id="OcJS!-Ku1vQY4)I+r,gc">
                                    <field name="VAR" id="P8$b81v9fsrHHrb+z]g1">Text</field>
                                    <value name="VALUE">
                                    <block type="text_join" id="%%D@nUqB1tt^?qrUahx"> <mutation items="3"></mutation> <value name="ADD0"> <block type="variables_get" id="q]l%0Dpb89BZy1-m[TjM"> <field name="VAR" id="Uf:U=$(.HDJ72/VPr1!o">Teil_1</field> </block> </value> <value name="ADD1"> <block type="variables_get" id="f~POFU0}K4-w]xVc1?,">
                                    <field name="VAR" id="j?SM]0igTgc9F4t,MAMC">tauschText</field>
                                    </block>
                                    </value>
                                    <value name="ADD2">
                                    <block type="variables_get" id="U77~u,Qfmb2g[O19eHoh">
                                    <field name="VAR" id="g[0H+Z8J_%|p]v;tR.p.">Teil_2</field>
                                    </block>
                                    </value>
                                    </block>
                                    </value>
                                    <next>
                                    <block type="variables_set" id="lao?KUxF77Si~Xc2j%^{">
                                    <field name="VAR" id="(NMF97xgk;{xp~AH$Ln
                                    ">Stelle</field>
                                    <value name="VALUE">
                                    <block type="text_indexOf" id="[),PN,ZrAW,C/~:K[x[:">
                                    <field name="END">FIRST</field>
                                    <value name="VALUE">
                                    <block type="variables_get" id="6{t:BeVh6=bsQF(zUhYG">
                                    <field name="VAR" id="P8$b81v9fsrHHrb+z]g1">Text</field>
                                    </block>
                                    </value>
                                    <value name="FIND">
                                    <shadow xmlns="http://www.w3.org/1999/xhtml" type="text" id="{Vd/Su8uk@lo|:3KMi1L">
                                    <field name="TEXT">%0D%0A</field>
                                    </shadow>
                                    <block type="variables_get" id="r|~fKkGR#@1@G6_GX`-g">
                                    <field name="VAR" id="4mYG~M4c)E?5mOT^DtU6">suchText</field>
                                    </block>
                                    </value>
                                    </block>
                                    </value>
                                    </block>
                                    </next>
                                    </block>
                                    </next>
                                    </block>
                                    </next>
                                    </block>
                                    </next>
                                    </block>
                                    </statement>
                                    </block>
                                    </next>
                                    </block>
                                    </next>
                                    </block>
                                    </next>
                                    </block>
                                    </next>
                                    </block>
                                    </next>
                                    </block>
                                    </statement>
                                    <value name="RETURN">
                                    <block type="variables_get" id=".*DA-:q/GzURSEPH2ZiQ">
                                    <field name="VAR" id="P8$b81v9fsrHHrb+z]g1">Text</field>
                                    </block>
                                    </value>
                                    </block>
                                    </xml>

                                    Es muss zusätzlich noch ein Datenpunkt für den letzten Fehler angelegt werden.

                                    Die Vorlage bzw. der Hauptteil des Skripts kommt hier aus dem Forum und dient dem ersetzen von bestimmten Zeichen oder Buchstaben.

                                    1 Reply Last reply Reply Quote 1
                                    • UncleSam
                                      UncleSam Developer last edited by UncleSam

                                      @tbsjah (und alle anderen), ich habe soeben die neuste luxtronik2 Library eingebunden.

                                      Version 0.4.2 sollte somit deine / eure Fehler beheben.

                                      Lasst mich bitte in den Kommentaren wissen, ob alles so tut, wie es sollte.

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

                                        Hallo,
                                        ich wollte kurz nachfragen, ob jemand das Problem mit der Meldung "Didn't receive data from Lux port after 3 retries, restarting adapter" lösen konnte?
                                        Port 8888 geht bei mir garnicht und bei 8889 bekomme ich diese Meldung.

                                        v0.4.2, Passwort aus der Dokumentation --> Installateur: 9445
                                        Danke!

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

                                          @bernd-0 Ich glaube ich konnte den Fehler beheben, indem ich das Passwort 999999 nun verwende

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

                                            @bernd-0 Nope...
                                            Hat das Verhalten nicht verändert.

                                            
                                            luxtronik2.0
                                            2022-02-16 15:39:29.445	info	starting. Version 0.4.2 in /opt/iobroker/node_modules/iobroker.luxtronik2, node: v14.19.0, js-controller: 3.3.22
                                            luxtronik2.0
                                            2022-02-16 15:38:51.648	info	Terminated (NO_ERROR): Without reason
                                            luxtronik2.0
                                            2022-02-16 15:38:51.646	info	terminating
                                            luxtronik2.0
                                            2022-02-16 15:38:51.613	warn	Restart initiated
                                            luxtronik2.0
                                            2022-02-16 15:38:51.511	error	Didn't receive data from Lux port after 3 retries, restarting adapter
                                            luxtronik2.0
                                            2022-02-16 15:37:21.494	info	Connecting to 192.168.178.16:8889
                                            luxtronik2.0
                                            2022-02-16 15:37:19.529	info	Connected to ws://192.168.178.16:8214
                                            luxtronik2.0
                                            2022-02-16 15:37:19.514	info	Connecting to ws://192.168.178.16:8214
                                            luxtronik2.0
                                            2022-02-16 15:37:19.300	info	starting. Version 0.4.2 in /opt/iobroker/node_modules/iobroker.luxtronik2, node: v14.19.0, js-controller: 3.3.22
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            812
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            adapter luxtronik wp websocket
                                            51
                                            280
                                            43933
                                            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