Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Fronius Wattpilot Test 4.0.x

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    3.0k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.1k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.4k

Fronius Wattpilot Test 4.0.x

Scheduled Pinned Locked Moved Tester
181 Posts 22 Posters 37.0k Views 23 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T tim2zg

    @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 Offline
    C Offline
    c1olli
    wrote on last edited by c1olli
    #14

    @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

    Gruß
    Olli

    T 1 Reply Last reply
    1
    • C 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 Offline
      T Offline
      tim2zg
      Developer
      wrote on last edited by
      #15

      @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
      0
      • T tim2zg

        @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 Offline
        C Offline
        c1olli
        wrote on last edited by c1olli
        #16

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

        Gruß
        Olli

        T 1 Reply Last reply
        0
        • T tim2zg
          Aktuelle Test Version 4.0.0
          Veröffentlichungsdatum 10.07.2022
          Github Link https://github.com/tim2zg/ioBroker.fronius-wattpilot

          Hallo Zusammen,
          Mein Adapter sollte nun für die Tester bereit sein, nach dem ich das letzte Feedback so gut es ging umgesetzt habe. Feedback immer sehr willkommen.
          Freundliche Grüß,
          Tim

          e-motion.blueE Offline
          e-motion.blueE Offline
          e-motion.blue
          wrote on last edited by
          #17

          @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
          0
          • C c1olli

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

            T Offline
            T Offline
            tim2zg
            Developer
            wrote on last edited by
            #18

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

            Grüsse,
            Tim

            E 1 Reply Last reply
            0
            • e-motion.blueE e-motion.blue

              @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 Offline
              T Offline
              tim2zg
              Developer
              wrote on last edited by
              #19

              @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
              0
              • T tim2zg

                @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 Offline
                C Offline
                c1olli
                wrote on last edited by
                #20

                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.

                Gruß
                Olli

                T 1 Reply Last reply
                1
                • T tim2zg

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

                  Grüsse,
                  Tim

                  E Offline
                  E Offline
                  Expertman
                  wrote on last edited by Expertman
                  #21

                  @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
                  0
                  • E 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 Offline
                    T Offline
                    tim2zg
                    Developer
                    wrote on last edited by tim2zg
                    #22

                    @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
                    0
                    • C c1olli

                      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 Offline
                      T Offline
                      tim2zg
                      Developer
                      wrote on last edited by
                      #23

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

                      1 Reply Last reply
                      0
                      • T 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 Offline
                        C Offline
                        c1olli
                        wrote on last edited by c1olli
                        #24

                        @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.

                        Gruß
                        Olli

                        T 1 Reply Last reply
                        1
                        • C 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 Offline
                          T Offline
                          tim2zg
                          Developer
                          wrote on last edited by
                          #25

                          @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
                          0
                          • T tim2zg

                            @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 Offline
                            E Offline
                            Expertman
                            wrote on last edited by Expertman
                            #26

                            @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 BraunT 2 Replies Last reply
                            0
                            • E 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 Offline
                              T Offline
                              tim2zg
                              Developer
                              wrote on last edited by tim2zg
                              #27

                              @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 GlasfaserG 2 Replies Last reply
                              0
                              • T 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 Offline
                                C Offline
                                c1olli
                                wrote on last edited by
                                #28

                                @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.

                                Gruß
                                Olli

                                T 1 Reply Last reply
                                1
                                • C c1olli

                                  @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 Offline
                                  T Offline
                                  tim2zg
                                  Developer
                                  wrote on last edited by
                                  #29

                                  @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
                                  0
                                  • T tim2zg

                                    @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 Offline
                                    C Offline
                                    c1olli
                                    wrote on last edited by
                                    #30

                                    @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.

                                    Gruß
                                    Olli

                                    T 2 Replies Last reply
                                    0
                                    • E 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.

                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      wrote on last edited by
                                      #31

                                      @expertman sagte in Fronius Wattpilot Test 2.0.x:

                                      Habe auf Node-js 17 upgegraded.

                                      Nodejs 17 ist aus dem Support raus. Installier die empfohlene nodejs16.

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      1 Reply Last reply
                                      0
                                      • C c1olli

                                        @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 Offline
                                        T Offline
                                        tim2zg
                                        Developer
                                        wrote on last edited by tim2zg
                                        #32

                                        @c1olli
                                        Hallo, sorry für die ganzen Probleme.
                                        Ich habe es endlich gecheckt! Es sollte nun funktionieren.
                                        Freundliche Grüsse,
                                        Tim
                                        PS: Version 2.2.2

                                        C 1 Reply Last reply
                                        0
                                        • C c1olli

                                          @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 Offline
                                          T Offline
                                          tim2zg
                                          Developer
                                          wrote on last edited by
                                          #33

                                          @c1olli
                                          Genau das war auch mein Ziel. Ich habe dir meine Scripts schon oben geschickt. Es sollte nun auch mit Version 2.2.2 funktioniere.
                                          Freundliche Grüsse,
                                          Tim

                                          C 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          393

                                          Online

                                          32.7k

                                          Users

                                          82.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe