Navigation

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

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Fronius Wattpilot Test 4.0.x

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

      @c1olli
      Hallo,
      Das konnte ich auch beobachten, anscheinend benötigt der Adapter für einen stabilen Betrieb Node 16. Ich hoffe ich schaffe es den Adapter in der nächsten Woche zu überarbeiten.

      Freundliche Grüsse,
      Tim

      E 1 Reply Last reply Reply Quote 0
      • E
        EugHel @tim2zg last edited by

        @tim2zg
        Hallo Tim,
        vielen Dank für den Adapter. Ich konnte ihn ohne Probleme installieren und kann auch die Werte in Objekte sehen. 👍
        Jedoch kann ich keine Werte schreiben. Im Protokoll kommt eine Warnung: "Read-only state...". Kann mir jemand sagen wie ich ein Objekt wie z.B. "amp" beschreiben kann? Danke im Voraus.
        VG
        Eugen

        T 1 Reply Last reply Reply Quote 1
        • T
          tim2zg Developer @EugHel last edited by

          @EugHel
          Hallo,
          Wie auch im Readme beschrieben (https://github.com/tim2zg/ioBroker.fronius-wattpilot#set-states), ist das durch die set_power für amp möglich. Die anderen States die man hier: https://github.com/joscha82/wattpilot/blob/main/API.md findet kann man durch set_state möglich. Z.B: set_sate = frc;0. Dieser Wert schaltet das Laden frei.
          Ich habe hier sonst noch ein Beispiel wie man den Adapter verwenden kann. Dieses Blockly kontrolliert wie viel Solarstrom geladen werden darf.

          Freundliche Grüsse,
          Tim

          PS: Momentane Version: 2.2.0

          Screenshot 2022-08-21 183134.png

          <xml xmlns="https://developers.google.com/blockly/xml">
            <block type="on_ext" id="gq`,=3iU#9VNbFii.@c!" x="38" y="-137">
              <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
              <field name="CONDITION">any</field>
              <field name="ACK_CONDITION"></field>
              <value name="OID0">
                <shadow type="field_oid" id="()(Rz:ROjN?}V$rLe[hs">
                  <field name="oid">fronius.0.powerflow.P_Grid</field>
                </shadow>
              </value>
              <statement name="STATEMENT">
                <block type="controls_if" id="LvwK}YD_{y*-5]}neG-d">
                  <mutation elseif="4" else="1"></mutation>
                  <value name="IF0">
                    <block type="logic_compare" id=",wkwC#dURx7tHgqoDNiW">
                      <field name="OP">GTE</field>
                      <value name="A">
                        <block type="math_number" id="Y}7erw598VFI13%!Zq$=">
                          <field name="NUM">-11000</field>
                        </block>
                      </value>
                      <value name="B">
                        <block type="get_value" id="T6w}PKP8X?ysp!#bhUjh">
                          <field name="ATTR">val</field>
                          <field name="OID">fronius.0.powerflow.P_Grid</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO0">
                    <block type="controls_if" id="FMiO`]x/mB3M4nt#(e[0">
                      <value name="IF0">
                        <block type="logic_compare" id="Pk2fWtU+=|xuhRGxB]_l">
                          <field name="OP">NEQ</field>
                          <value name="A">
                            <block type="math_number" id="raI]cm:(X#l[;HX~I=G6">
                              <field name="NUM">16</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="get_value" id="29f^g,k_PNA(lLY=7s8D">
                              <field name="ATTR">val</field>
                              <field name="OID">fronius-wattpilot.1.amp</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <statement name="DO0">
                        <block type="update" id="9_RqUWnr_=@1{![9mudX">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">fronius-wattpilot.1.set_power</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="math_number" id="z?#{zUZoS8Xc#0n6,d;f">
                              <field name="NUM">16</field>
                            </block>
                          </value>
                          <next>
                            <block type="update" id="lPB55x#gx^-@9?XlA:sI">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">fronius-wattpilot.1.set_state</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="text" id=".Ztm5r2#v-yKjk5ic?*=">
                                  <field name="TEXT">frc;0</field>
                                </block>
                              </value>
                            </block>
                          </next>
                        </block>
                      </statement>
                    </block>
                  </statement>
                  <value name="IF1">
                    <block type="logic_compare" id="lFc0Dt[erzS#?*9m$Gs(">
                      <field name="OP">GTE</field>
                      <value name="A">
                        <block type="math_number" id="1-jcVD)^v`~FDO9P(`uD">
                          <field name="NUM">-9700</field>
                        </block>
                      </value>
                      <value name="B">
                        <block type="get_value" id="M/.p;7R?aRg-k*Y7%DeG">
                          <field name="ATTR">val</field>
                          <field name="OID">fronius.0.powerflow.P_Grid</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO1">
                    <block type="controls_if" id="voFOXP[5qijJD_Gd|CKY">
                      <value name="IF0">
                        <block type="logic_compare" id="(:]4!n||+S#e5^CB,NKb">
                          <field name="OP">NEQ</field>
                          <value name="A">
                            <block type="math_number" id="(20q$Yw~nD+_sm(=roKF">
                              <field name="NUM">14</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="get_value" id="b}@IzyQW.Eqw_{3;C$-m">
                              <field name="ATTR">val</field>
                              <field name="OID">fronius-wattpilot.1.amp</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <statement name="DO0">
                        <block type="update" id="-/*2ZkD(0bg!SVkw|p9j">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">fronius-wattpilot.1.set_power</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="math_number" id="4mf+w8|dl_O0vEz~(0-i">
                              <field name="NUM">14</field>
                            </block>
                          </value>
                          <next>
                            <block type="update" id="9pw]QUM+#xC:E*hf}wtG">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">fronius-wattpilot.1.set_state</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="text" id="d8;a!I34q$|fO+Eoq){V">
                                  <field name="TEXT">frc;0</field>
                                </block>
                              </value>
                            </block>
                          </next>
                        </block>
                      </statement>
                    </block>
                  </statement>
                  <value name="IF2">
                    <block type="logic_compare" id="%kVT5F^C~A4`SaV0(!1|">
                      <field name="OP">GTE</field>
                      <value name="A">
                        <block type="math_number" id="NkY,0Hu|rI^~qiAh14LO">
                          <field name="NUM">-8300</field>
                        </block>
                      </value>
                      <value name="B">
                        <block type="get_value" id="U;.D5yAmCi0j^ZXw^4T@">
                          <field name="ATTR">val</field>
                          <field name="OID">fronius.0.powerflow.P_Grid</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO2">
                    <block type="controls_if" id="PX%mkBufZ3p%BKK{_-`{">
                      <value name="IF0">
                        <block type="logic_compare" id="%)sw95037rf=T23ds,QB">
                          <field name="OP">NEQ</field>
                          <value name="A">
                            <block type="math_number" id="#G4-S^gKVI`[Tx)ZW^0p">
                              <field name="NUM">12</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="get_value" id="`~o.{;rr/ixUw,Y{HJM@">
                              <field name="ATTR">val</field>
                              <field name="OID">fronius-wattpilot.1.amp</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <statement name="DO0">
                        <block type="update" id="duFC]#$DhGEt_Gl?}@m]">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">fronius-wattpilot.1.set_power</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="math_number" id="xy?ElpZB%P6IGkkEHkkD">
                              <field name="NUM">12</field>
                            </block>
                          </value>
                          <next>
                            <block type="update" id="W$pgC,-c!Wue?wf:K4oq">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">fronius-wattpilot.1.set_state</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="text" id="996E=7etPOU+|p+hA7cA">
                                  <field name="TEXT">frc;0</field>
                                </block>
                              </value>
                            </block>
                          </next>
                        </block>
                      </statement>
                    </block>
                  </statement>
                  <value name="IF3">
                    <block type="logic_compare" id="ys`0.^2jSxZ*=JlZe@3(">
                      <field name="OP">GTE</field>
                      <value name="A">
                        <block type="math_number" id="2@HDCKb{.p`7:Q;z=R!U">
                          <field name="NUM">-6900</field>
                        </block>
                      </value>
                      <value name="B">
                        <block type="get_value" id=";HMOdIs6yqeJAky#8_*w">
                          <field name="ATTR">val</field>
                          <field name="OID">fronius.0.powerflow.P_Grid</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO3">
                    <block type="controls_if" id="?;b2NX9MotHOvX:ZWlxw">
                      <value name="IF0">
                        <block type="logic_compare" id="f:#4LU/k_g}I/D4wz4Hi">
                          <field name="OP">NEQ</field>
                          <value name="A">
                            <block type="math_number" id="v)tlc1tgctdw_|A8SdMv">
                              <field name="NUM">10</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="get_value" id="AFI_(]8!=]7ah~aL0n1H">
                              <field name="ATTR">val</field>
                              <field name="OID">fronius-wattpilot.1.amp</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <statement name="DO0">
                        <block type="update" id="T7y|u!v-x3N/:_)9vmoA">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">fronius-wattpilot.1.set_power</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="math_number" id="]IJS/6Y.{`rpi)1/QiQE">
                              <field name="NUM">10</field>
                            </block>
                          </value>
                          <next>
                            <block type="update" id="LHV];txC;wm~bzSi5G|L">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">fronius-wattpilot.1.set_state</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="text" id="cY4)47PzF_8YFIW**FN6">
                                  <field name="TEXT">frc;0</field>
                                </block>
                              </value>
                            </block>
                          </next>
                        </block>
                      </statement>
                    </block>
                  </statement>
                  <value name="IF4">
                    <block type="logic_compare" id="9oDDifoGa:x8ydabNrmN">
                      <field name="OP">GTE</field>
                      <value name="A">
                        <block type="math_number" id="fT[FFamnz%+XVjmC[2V)">
                          <field name="NUM">-4100</field>
                        </block>
                      </value>
                      <value name="B">
                        <block type="get_value" id="CiVLqdWl0lV3c|`1q=],">
                          <field name="ATTR">val</field>
                          <field name="OID">fronius.0.powerflow.P_Grid</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO4">
                    <block type="controls_if" id="5W`0S^!QK-3WlI;?FoX4">
                      <value name="IF0">
                        <block type="logic_compare" id="Y7O]^!-@xtcOA~k}GJ(R">
                          <field name="OP">NEQ</field>
                          <value name="A">
                            <block type="math_number" id="?(Wt=gR_xI2zlk)M]%9!">
                              <field name="NUM">6</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="get_value" id="Ru$(aZP.pT{yRtIu`n+F">
                              <field name="ATTR">val</field>
                              <field name="OID">fronius-wattpilot.1.amp</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <statement name="DO0">
                        <block type="update" id="Pq4D;`-+~59WItT;R2Hu">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">fronius-wattpilot.1.set_power</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="math_number" id="QG4v;AI=eRz9-*Pp{!@D">
                              <field name="NUM">6</field>
                            </block>
                          </value>
                          <next>
                            <block type="update" id="t-ehj(=?=~t29v+YZ$?w">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">fronius-wattpilot.1.set_state</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="text" id="_/~G~5kCfCsl2hT;,y[a">
                                  <field name="TEXT">frc;0</field>
                                </block>
                              </value>
                            </block>
                          </next>
                        </block>
                      </statement>
                    </block>
                  </statement>
                  <statement name="ELSE">
                    <block type="controls_if" id="0~%Q9}4p*x{{fmmzk{h+">
                      <value name="IF0">
                        <block type="logic_compare" id="MU4F,SOLWXAV;;L^|kOR">
                          <field name="OP">NEQ</field>
                          <value name="A">
                            <block type="text" id="mj{z|;#HBW:2Rz;kjmA+">
                              <field name="TEXT">frc;1</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="get_value" id="@^^G[^DU7NX]3-M0H7j7">
                              <field name="ATTR">val</field>
                              <field name="OID">fronius-wattpilot.1.set_state</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <statement name="DO0">
                        <block type="update" id="(T(ocBtXi|gHGA8W@q;U">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">fronius-wattpilot.1.set_state</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="text" id="Rx:+[nc`je/J?jUq`C}F">
                              <field name="TEXT">frc;1</field>
                            </block>
                          </value>
                        </block>
                      </statement>
                    </block>
                  </statement>
                </block>
              </statement>
            </block>
          </xml>
          
          C 1 Reply Last reply Reply Quote 0
          • C
            c1olli @tim2zg last edited by c1olli

            @tim2zg Hallo,
            ich habe die erste Version deinstalliert und wollte die neue Version installieren, diese bricht aber ab.
            Fehlermeldung:

            ERROR: Process exited with code 25
            weniger
            mehr
            $ iobroker url https://github.com/tim2zg/ioBroker.fronius-wattpilot --host raspberrypi --debug
            
            install tim2zg/ioBroker.fronius-wattpilot#1871b00bde0b19208d62b8854cd589b6dd715b7a
            
            NPM version: 8.11.0Installing tim2zg/ioBroker.fronius-wattpilot#1871b00bde0b19208d62b8854cd589b6dd715b7a... (System call)
            
            npm WARN skipping integrity check for git dependency ssh://git@github.com/tim2zg/ioBroker.fronius-wattpilot.git
            
            npm ERR! code 1
            
            npm ERR! path /opt/iobroker/node_modules/node
            
            npm ERR! command failednpm ERR! command sh -c node installArchSpecificPackagenpm ERR! npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.npm ERR! npm ERR! code E404npm ERR! npm ERR! 404 Not Found - GET https://registry.npmjs.org/node-linux-arm - Not foundnpm ERR! npm ERR! 404 npm ERR! npm ERR! 404 'node-linux-arm@16.17.0' is not in this registry.npm ERR! npm ERR! 404 npm ERR! npm ERR! 404 Note that you can also install from anpm ERR! npm ERR! 404 tarball, folder, http url, or git url.npm ERR! npm ERR! npm ERR! A complete log of this run can be found in:npm ERR! npm ERR! /home/iobroker/.npm/_logs/2022-08-22T09_50_09_145Z-debug-0.lognpm ERR! node:internal/modules/cjs/loader:936npm ERR! throw err;npm ERR! ^npm ERR! npm ERR! Error: Cannot find module 'node-linux-arm/package.json'npm ERR! Require stack:npm ERR! - /opt/iobroker/node_modules/node/installArchSpecificPackage.jsnpm ERR! at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)npm ERR! at Function.resolve (node:internal/modules/cjs/helpers:108:19)npm ERR! at ChildProcess.<anonymous> (/opt/iobroker/node_modules/node-bin-setup/index.js:19:27)npm ERR! at ChildProcess.emit (node:events:527:28)npm ERR! at maybeClose (node:internal/child_process:1092:16)npm ERR! at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) {npm ERR! code: 'MODULE_NOT_FOUND',npm ERR! requireStack: [ '/opt/iobroker/node_modules/node/installArchSpecificPackage.js' ]npm ERR! }npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-08-22T09_50_01_256Z-debug-0.log
            
            host.raspberrypi Cannot install tim2zg/ioBroker.fronius-wattpilot#1871b00bde0b19208d62b8854cd589b6dd715b7a: 1
            
            ERROR: Process exited with code 25
            

            Edit:
            Wenn ich den Adapter drüber installiere macht er das ohne Fehlermeldung, aber die Version bleibt bei 2.03 stehen.

            Gruß
            Olli

            T 1 Reply Last reply Reply Quote 1
            • T
              tim2zg Developer @c1olli last edited by

              @c1olli
              Versuche es mal mit:

              iobroker url iobroker.fronius-wattpilot
              

              Und sonst in der UI unter URL aus eigener Quelle

               iobroker.fronius-wattpilot
              

              eingeben.

              C 1 Reply Last reply Reply Quote 0
              • C
                c1olli @tim2zg last edited by c1olli

                @tim2zg
                Das Ergebnis bleibt gleich. 2.03 lässt sich installieren, 2,2 nicht.

                T 1 Reply Last reply Reply Quote 0
                • e-motion.blue
                  e-motion.blue @tim2zg last edited by

                  @tim2zg Hallo Tim, mal eine "dumme" Frage. Das Teil sieht doch wie ein" go-eCharger" aus. Wurde das Teil so verändert, das der "go-eCharger-Adapter" nicht damit funktioniert?

                  T 1 Reply Last reply Reply Quote 0
                  • T
                    tim2zg Developer @c1olli last edited by

                    @c1olli
                    Sorry habe die dependencies völlig vermischt.
                    Neue Version: 2.2.1

                    Grüsse,
                    Tim

                    E 1 Reply Last reply Reply Quote 0
                    • T
                      tim2zg Developer @e-motion.blue last edited by

                      @e-motion-blue
                      Ich weiss nicht was du meinst, nein ich weiss nicht wie ähnlich go e aussieht. Oder ob meiner auch damit funktioniert. Wenn sie gleich funktionieren, können sie nicht gleichzeitig laufen.
                      Grüsse,
                      Tim

                      C 1 Reply Last reply Reply Quote 0
                      • C
                        c1olli @tim2zg last edited by

                        Im Prinzip sind die Teile wohl identisch, aber die haben beide eine individuelle Software.
                        Den Go-E Adapter habe ich schon getestet, aber der kann nicht mit dem Wattpiloten kommunizieren.

                        T 1 Reply Last reply Reply Quote 1
                        • E
                          Expertman @tim2zg last edited by Expertman

                          @tim2zg Hallo Tim, toll, dass Du Dich so engagierst! Mit Version v2.2.0 habe ich auch meine Probleme...Version v2.2.1 kann ich noch nicht finden. Übersehe ich da was?
                          Viele Grüße
                          Markus

                          T 1 Reply Last reply Reply Quote 0
                          • T
                            tim2zg Developer @Expertman last edited by tim2zg

                            @expertman
                            Ja, die Versionen vorher können gar nicht funktionieren, sorry.
                            Aber v2.2.1 sollte unter https://www.npmjs.com/package/iobroker.fronius-wattpilot/v/2.2.1 verfügbar sein.
                            Github ist jetzt auch up to date.

                            C 1 Reply Last reply Reply Quote 0
                            • T
                              tim2zg Developer @c1olli last edited by

                              @c1olli
                              Ok, vielen Dank für die Klarstellung.

                              1 Reply Last reply Reply Quote 0
                              • C
                                c1olli @tim2zg last edited by c1olli

                                @tim2zg sagte in Fronius Wattpilot Test 2.0.x:

                                @expertman
                                Ja, die Versionen vorher können gar nicht funktionieren, sorry.
                                Aber v2.2.1 sollte unter https://www.npmjs.com/package/iobroker.fronius-wattpilot/v/2.2.1 verfügbar sein.
                                Github ist jetzt auch up to date.

                                Beide Versionen (Linik und Github) funktionieren bei mir nicht.

                                T 1 Reply Last reply Reply Quote 1
                                • T
                                  tim2zg Developer @c1olli last edited by

                                  @c1olli
                                  Das ist aber komisch, ich konnte bei mir die Version Problem los installieren. Könntest du mir vielleicht das Log senden oder dein Error code?

                                  E 1 Reply Last reply Reply Quote 0
                                  • E
                                    Expertman @tim2zg last edited by Expertman

                                    @tim2zg Hallo Tim,
                                    hier mein Install-Log von Deiner Version v2.2.1 bis zum ERROR:

                                    "url https://github.com/tim2zg/ioBroker.fronius-wattpilot --host ioBroker --debug
                                    install tim2zg/ioBroker.fronius-wattpilot#a449210664c9e486690865a3f047cc0cae8c30a3
                                    NPM version: 8.15.0
                                    Installing tim2zg/ioBroker.fronius-wattpilot#a449210664c9e486690865a3f047cc0cae8c30a3... (System call)
                                    npm ERR! code 128
                                    npm ERR! An unknown git error occurrednpm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/bazidibavaria/ioBroker.powerfox.git
                                    npm ERR! git@github.com: Permission denied (publickey).npm ERR! fatal: Konnte nicht vom Remote-Repository lesen.npm ERR! npm ERR! Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehennpm ERR! und das Repository existiert.npm ERR! A complete log of this run can be found in:npm ERR! /opt/iobroker/.npm/_logs/2022-08-23T15_31_36_246Z-debug-0.log
                                    host.ioBroker Cannot install tim2zg/ioBroker.fronius-wattpilot#a449210664c9e486690865a3f047cc0cae8c30a3: 128
                                    ERROR: Process exited with code 25"

                                    Habe auf Node-js 17 upgegraded.

                                    T Thomas Braun 2 Replies Last reply Reply Quote 0
                                    • T
                                      tim2zg Developer @Expertman last edited by tim2zg

                                      @expertman
                                      Hallo, vielen Dank!
                                      Ich weiss leider auch nicht genau, wieso es nicht funktioniert. Ich habe versucht den Fehler bei mir versucht zu reproduzieren. Leider kein Erfolg wenn ich das ganze auf einer frischen Ubuntu Instanz installiere.

                                      someuser@test:~# iobroker url iobroker.fronius-wattpilot
                                      install iobroker.fronius-wattpilot
                                      NPM version: 8.15.0
                                      Installing iobroker.fronius-wattpilot... (System call)
                                      
                                      added 4 packages in 18s
                                      
                                      38 packages are looking for funding
                                        run `npm fund` for details
                                      upload [3] fronius-wattpilot.admin /opt/iobroker/node_modules/iobroker.fronius-wattpilot/admin/fronius-wattpilot.png fronius-wattpilot.png image/png
                                      upload [2] fronius-wattpilot.admin /opt/iobroker/node_modules/iobroker.fronius-wattpilot/admin/index_m.html index_m.html text/html
                                      upload [1] fronius-wattpilot.admin /opt/iobroker/node_modules/iobroker.fronius-wattpilot/admin/style.css style.css text/css
                                      upload [0] fronius-wattpilot.admin /opt/iobroker/node_modules/iobroker.fronius-wattpilot/admin/words.js words.js application/javascript
                                      someuser@test:~# iobroker url https://github.com/tim2zg/ioBroker.fronius-wattpilot
                                      install tim2zg/ioBroker.fronius-wattpilot#a449210664c9e486690865a3f047cc0cae8c30a3
                                      NPM version: 8.15.0
                                      Installing tim2zg/ioBroker.fronius-wattpilot#a449210664c9e486690865a3f047cc0cae8c30a3... (System call)
                                      
                                      removed 2 packages, and changed 1 package in 6s
                                      
                                      38 packages are looking for funding
                                        run `npm fund` for details
                                      upload [3] fronius-wattpilot.admin /opt/iobroker/node_modules/iobroker.fronius-wattpilot/admin/fronius-wattpilot.png fronius-wattpilot.png image/png
                                      upload [2] fronius-wattpilot.admin /opt/iobroker/node_modules/iobroker.fronius-wattpilot/admin/index_m.html index_m.html text/html
                                      upload [1] fronius-wattpilot.admin /opt/iobroker/node_modules/iobroker.fronius-wattpilot/admin/style.css style.css text/css
                                      upload [0] fronius-wattpilot.admin /opt/iobroker/node_modules/iobroker.fronius-wattpilot/admin/words.js words.js application/javascript
                                      someuser@test:~# 
                                      

                                      Vielleicht könntest du noch weitere Details angeben?
                                      Freundliche Grüsse,
                                      Tim

                                      C Glasfaser 2 Replies Last reply Reply Quote 0
                                      • C
                                        c1olli @tim2zg last edited by

                                        @tim2zg
                                        Bei mir sieht das ganz ähnlich aus

                                        $ iobroker url https://github.com/tim2zg/ioBroker.fronius-wattpilot --host raspberrypi --debug
                                        
                                        install tim2zg/ioBroker.fronius-wattpilot#a449210664c9e486690865a3f047cc0cae8c30a3
                                        
                                        NPM version: 8.11.0
                                        
                                        Installing tim2zg/ioBroker.fronius-wattpilot#a449210664c9e486690865a3f047cc0cae8c30a3... (System call)
                                        
                                        npm WARN skipping integrity check for git dependency ssh://git@github.com/tim2zg/ioBroker.fronius-wattpilot.git
                                        
                                        npm ERR! code 1npm ERR! path /opt/iobroker/node_modules/nodenpm ERR! command failednpm ERR! command sh -c node installArchSpecificPackagenpm ERR! npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.npm ERR! npm ERR! code E404npm ERR! npm ERR! 404 Not Found - GET https://registry.npmjs.org/node-linux-arm - Not foundnpm ERR! npm ERR! 404 npm ERR! npm ERR! 404 'node-linux-arm@16.17.0' is not in this registry.npm ERR! npm ERR! 404 npm ERR! npm ERR! 404 Note that you can also install from anpm ERR! npm ERR! 404 tarball, folder, http url, or git url.npm ERR! npm ERR! npm ERR! A complete log of this run can be found in:npm ERR! npm ERR! /home/iobroker/.npm/_logs/2022-08-24T13_27_52_364Z-debug-0.log
                                        
                                        npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-08-24T13_27_42_690Z-debug-0.log
                                        
                                        upload [3] fronius-wattpilot.admin /opt/iobroker/node_modules/iobroker.fronius-wattpilot/admin/fronius-wattpilot.png fronius-wattpilot.png image/png
                                        
                                        upload [2] fronius-wattpilot.admin /opt/iobroker/node_modules/iobroker.fronius-wattpilot/admin/index_m.html index_m.html text/html
                                        
                                        upload [1] fronius-wattpilot.admin /opt/iobroker/node_modules/iobroker.fronius-wattpilot/admin/style.css style.css text/css
                                        
                                        upload [0] fronius-wattpilot.admin /opt/iobroker/node_modules/iobroker.fronius-wattpilot/admin/words.js words.js application/javascript
                                        
                                        Process exited with code 0
                                        

                                        Was ist denn der Unterschied von 2.03 zu 2.21? ersteres läuft ja anstandslos.

                                        System ist ein Raspberry Pi mit IoBroker, installiert wie in den meisten Beschreibungen.

                                        T 1 Reply Last reply Reply Quote 1
                                        • T
                                          tim2zg Developer @c1olli last edited by

                                          @c1olli
                                          Hallo, danke vielmal für das Log.
                                          Zwischen den Versionen hat sich nur geändert das Node 16 nun ein Requirement ist. Das ist so weil der Adapter nur ab Node 16 richtig stabil zu laufen. Hast du Node 16 installiert. Den npm denkt nicht und versucht Node zu installieren, das geht aber anscheinend nicht da es für Node 16 keine 32 Bit kompilierte Version für arm gibt. Ich brauche leider eine gewisse Zeit bis ich das ganze auf Arm 32 bit testen kann.
                                          Freundliche Grüsse,
                                          Tim

                                          C 1 Reply Last reply Reply Quote 0
                                          • C
                                            c1olli @tim2zg last edited by

                                            @tim2zg
                                            Ja, ich habe Node 16 installiert.
                                            Das es etwas dauert macht ja nichts, Rom wurde ja auch nicht an einem Tag erbaut.
                                            Dafür ist es ja auch noch eine Testversion.

                                            Was ich gerne machen würde, wäre eine automatische Steuerung des Ladestroms, da trotz PV Überschuß Modus die Wallbox auf meinen Speicher zugreift, was ja nicht Sinn der Übung ist.
                                            Also vom Energiemanager den PV Überschuß abgreifen, den momentan verbrauchten Strom abziehen und denn realen Überschuß dann für die Wallbox freigeben.

                                            T 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            481
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            22
                                            170
                                            17113
                                            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