Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag)

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.3k

Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag)

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
37 Beiträge 3 Kommentatoren 2.6k Aufrufe 4 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • T Tomate

    @codierknecht said in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

    @tomate sagte in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

    Den Desktop würde ich gerne weiter betreiben. Der lief ja auch die letzten zwei Jahre.

    Wozu ein Desktop auf 'nem Server? Was willst Du damit?

    By the way: Selbst Windows-Admins arbeiten mit Vorliebe mit der Shell.
    Wozu ewig rumklicken, wenn etwas mit 'nem Einzeiler auf der Konsole erledigt werden kann?

    Soll wirklich das Betriebssystem die Ursache sein?

    Ich vermute eher die Scripte, aber bzgl. OS kann Dir @Thomas-Braun eher was sagen.

    Wie schon erwähnt, bin ich nicht zu Hause. Das Betriebsystem zu ändern ist also nicht möglich.
    Ich würde aber gerne das "Instanz Stop Problem" lösen.
    Wie kann ich das am besten angehen?

    CodierknechtC Offline
    CodierknechtC Offline
    Codierknecht
    Developer Most Active
    schrieb am zuletzt editiert von
    #23

    @tomate sagte in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

    Ich würde aber gerne das "Instanz Stop Problem" lösen.
    Wie kann ich das am besten angehen?

    Ich würde erstmal dafür sorgen dass die Scripte sauber laufen und Dir nicht das Log vollmüllen.

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

    Proxmox 9.1.1 LXC|8 GB|Core i7-6700
    HmIP|ZigBee|Tasmota|Unifi
    Zabbix Certified Specialist
    Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

    1 Antwort Letzte Antwort
    1
    • T Tomate

      @codierknecht said in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

      @tomate sagte in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

      Den Desktop würde ich gerne weiter betreiben. Der lief ja auch die letzten zwei Jahre.

      Wozu ein Desktop auf 'nem Server? Was willst Du damit?

      By the way: Selbst Windows-Admins arbeiten mit Vorliebe mit der Shell.
      Wozu ewig rumklicken, wenn etwas mit 'nem Einzeiler auf der Konsole erledigt werden kann?

      Soll wirklich das Betriebssystem die Ursache sein?

      Ich vermute eher die Scripte, aber bzgl. OS kann Dir @Thomas-Braun eher was sagen.

      Wie schon erwähnt, bin ich nicht zu Hause. Das Betriebsystem zu ändern ist also nicht möglich.
      Ich würde aber gerne das "Instanz Stop Problem" lösen.
      Wie kann ich das am besten angehen?

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #24

      @tomate sagte in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

      Wie kann ich das am besten angehen?

      Schau in das Log, wenn der wieder abknickt. Dazu hilft es, wenn der Rest möglichst wenig zusätzliches Zeug in das Log rotzt. Also Skripte sauber anlegen.

      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

      T 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @tomate sagte in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

        Wie kann ich das am besten angehen?

        Schau in das Log, wenn der wieder abknickt. Dazu hilft es, wenn der Rest möglichst wenig zusätzliches Zeug in das Log rotzt. Also Skripte sauber anlegen.

        T Offline
        T Offline
        Tomate
        schrieb am zuletzt editiert von
        #25

        @thomas-braun said in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

        @tomate sagte in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

        Wie kann ich das am besten angehen?

        Schau in das Log, wenn der wieder abknickt. Dazu hilft es, wenn der Rest möglichst wenig zusätzliches Zeug in das Log rotzt. Also Skripte sauber anlegen.

        Das Protokoll steht dann einfach und es steht nichts drin, was nicht sonst auch drin steht.
        Aber ich habe verstanden. Ich räume jetzt erstmal weiter auf.

        Wie geschrieben bin ich ja schon am "aufräumen".
        Hierbei bin ich über diese Problem gestoßen.
        Könnt ihr hierbei vielleicht auch helfen?
        MariaDB - SQL Datenpunkt löschen

        1 Antwort Letzte Antwort
        0
        • CodierknechtC Codierknecht

          @tomate sagte in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

          Den Desktop würde ich gerne weiter betreiben. Der lief ja auch die letzten zwei Jahre.

          Wozu ein Desktop auf 'nem Server? Was willst Du damit?

          By the way: Selbst Windows-Admins arbeiten mit Vorliebe mit der Shell.
          Wozu ewig rumklicken, wenn etwas mit 'nem Einzeiler auf der Konsole erledigt werden kann?

          Soll wirklich das Betriebssystem die Ursache sein?

          Ich vermute eher die Scripte, aber bzgl. OS kann Dir @Thomas-Braun eher was sagen.

          T Offline
          T Offline
          Tomate
          schrieb am zuletzt editiert von
          #26

          @codierknecht
          Den Eintrag

          timerId=undefined
          

          sehe ich des öfteren.
          Exemplarisch so......

          getState(id=modbus.0.holdingRegisters.0_Active_power+, timerId=undefined) => {"val":2196.1,"ack":true,"ts":1679000222368,"q":0,"from":"system.adapter.modbus.0","user":"system.user.admin","lc":1679000222368}
          

          Was ist hierfür die Ursache?

          CodierknechtC 1 Antwort Letzte Antwort
          0
          • T Tomate

            @codierknecht
            Den Eintrag

            timerId=undefined
            

            sehe ich des öfteren.
            Exemplarisch so......

            getState(id=modbus.0.holdingRegisters.0_Active_power+, timerId=undefined) => {"val":2196.1,"ack":true,"ts":1679000222368,"q":0,"from":"system.adapter.modbus.0","user":"system.user.admin","lc":1679000222368}
            

            Was ist hierfür die Ursache?

            CodierknechtC Offline
            CodierknechtC Offline
            Codierknecht
            Developer Most Active
            schrieb am zuletzt editiert von
            #27

            @tomate Wo kommt das her?
            Aus 'nem Script oder vom Modbus-Adapter? Bei zweiterem kann ich leider nicht sinnvolles beitragen.

            "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

            Proxmox 9.1.1 LXC|8 GB|Core i7-6700
            HmIP|ZigBee|Tasmota|Unifi
            Zabbix Certified Specialist
            Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

            T 1 Antwort Letzte Antwort
            0
            • CodierknechtC Codierknecht

              @tomate Wo kommt das her?
              Aus 'nem Script oder vom Modbus-Adapter? Bei zweiterem kann ich leider nicht sinnvolles beitragen.

              T Offline
              T Offline
              Tomate
              schrieb am zuletzt editiert von
              #28

              @codierknecht
              Der Eintrag ist jetzt aus dem Modbus Adapter.

              Den "timerId=undefined" Eintrag gibt es aber auch hier zum Beispiel:

              
              getState(id=0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave, timerId=undefined) => {"val":0,"ack":false,"ts":1679000222124,"q":0,"c":"script.js.common.Kostal.Kostal2von2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1678989765166}
              
              CodierknechtC 1 Antwort Letzte Antwort
              0
              • T Tomate

                @codierknecht
                Der Eintrag ist jetzt aus dem Modbus Adapter.

                Den "timerId=undefined" Eintrag gibt es aber auch hier zum Beispiel:

                
                getState(id=0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave, timerId=undefined) => {"val":0,"ack":false,"ts":1679000222124,"q":0,"c":"script.js.common.Kostal.Kostal2von2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1678989765166}
                
                CodierknechtC Offline
                CodierknechtC Offline
                Codierknecht
                Developer Most Active
                schrieb am zuletzt editiert von
                #29

                @tomate sagte in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

                Kostal2von2

                Gibt es ein Script "Kostal2von2"?
                Zeig mal ...

                "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                HmIP|ZigBee|Tasmota|Unifi
                Zabbix Certified Specialist
                Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                T 1 Antwort Letzte Antwort
                0
                • CodierknechtC Codierknecht

                  @tomate sagte in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

                  Kostal2von2

                  Gibt es ein Script "Kostal2von2"?
                  Zeig mal ...

                  T Offline
                  T Offline
                  Tomate
                  schrieb am zuletzt editiert von
                  #30

                  @codierknecht said in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

                  Script "Kostal2von2"

                  <xml xmlns="https://developers.google.com/blockly/xml">
                    <block type="on" id="Ov.=`e?|BF;:NKk%]0}l" x="-763" y="-313">
                      <field name="OID">0_userdata.0.Zyklus-Blinker.1Sekunden-Takt</field>
                      <field name="CONDITION">ne</field>
                      <field name="ACK_CONDITION"></field>
                      <statement name="STATEMENT">
                        <block type="comment" id="hYY`}cf(5yxmf8ApKrA5">
                          <field name="COMMENT">Hausverbrauch_berechnen</field>
                          <next>
                            <block type="comment" id="{]-ZugJEAj`h}8aN.:Cc">
                              <field name="COMMENT">Bedingung bei Verbrauch (Zukauf)</field>
                              <next>
                                <block type="controls_if" id="d?Ut}rB7U;nn8h~1DTs{">
                                  <value name="IF0">
                                    <block type="logic_compare" id="!]]V*$Cx=JORAcy.#S%@">
                                      <field name="OP">GT</field>
                                      <value name="A">
                                        <block type="get_value" id="TmGEO_`~#`j@QI1X-f*_">
                                          <field name="ATTR">val</field>
                                          <field name="OID">modbus.0.holdingRegisters.0_Active_power+</field>
                                        </block>
                                      </value>
                                      <value name="B">
                                        <block type="math_number" id="zu@Q;yF5a!`g#@/m*2@[">
                                          <field name="NUM">0</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <statement name="DO0">
                                    <block type="control" id="5cqKzvHOm.t0dVcgGIC{">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">0_userdata.0.Photovoltaik.PV-Hausverbrauch</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="math_arithmetic" id="B-`bM)2M!I+^nb-_zk;E">
                                          <field name="OP">ADD</field>
                                          <value name="A">
                                            <shadow type="math_number" id="W`T6v0$]V:C5j)w%%$=x">
                                              <field name="NUM">1</field>
                                            </shadow>
                                            <block type="get_value" id="yGtvKad$M~tIQP1oicuQ">
                                              <field name="ATTR">val</field>
                                              <field name="OID">0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave</field>
                                            </block>
                                          </value>
                                          <value name="B">
                                            <shadow type="math_number" id="]H3?6[!S^?8OU}Tq#1q4">
                                              <field name="NUM">1</field>
                                            </shadow>
                                            <block type="get_value" id="yw_zU(^N!S^YXL$MqJM0">
                                              <field name="ATTR">val</field>
                                              <field name="OID">modbus.0.holdingRegisters.0_Active_power+</field>
                                            </block>
                                          </value>
                                        </block>
                                      </value>
                                    </block>
                                  </statement>
                                  <next>
                                    <block type="comment" id="NQRiW:4qvPO_/_g]zrN4">
                                      <field name="COMMENT">Bedingung bei Einspeisung (Verkauf)</field>
                                      <next>
                                        <block type="controls_if" id="3hl65%3DD-$lD.,_o#+]">
                                          <value name="IF0">
                                            <block type="logic_compare" id="J!V:qpcNTtI?-+QX$=|p">
                                              <field name="OP">GT</field>
                                              <value name="A">
                                                <block type="get_value" id="YL*bbXgXN,_!Xa}d4_):">
                                                  <field name="ATTR">val</field>
                                                  <field name="OID">modbus.0.holdingRegisters.3_Active_power-</field>
                                                </block>
                                              </value>
                                              <value name="B">
                                                <block type="math_number" id="SIInUpV_ZZg)[.h;0u.E">
                                                  <field name="NUM">0</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <statement name="DO0">
                                            <block type="control" id="KgKhBC/re=xPvd6-a4zO">
                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                              <field name="OID">0_userdata.0.Photovoltaik.PV-Hausverbrauch</field>
                                              <field name="WITH_DELAY">FALSE</field>
                                              <value name="VALUE">
                                                <block type="math_arithmetic" id="7xRPKP]pfG68Mjc^z_td">
                                                  <field name="OP">MINUS</field>
                                                  <value name="A">
                                                    <shadow type="math_number">
                                                      <field name="NUM">1</field>
                                                    </shadow>
                                                    <block type="get_value" id="b5-Y@2^4Qg*S)Zz?_vb-">
                                                      <field name="ATTR">val</field>
                                                      <field name="OID">0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave</field>
                                                    </block>
                                                  </value>
                                                  <value name="B">
                                                    <shadow type="math_number" id="@8uR6C(!}Cdxgd[X5:BQ">
                                                      <field name="NUM">1</field>
                                                    </shadow>
                                                    <block type="get_value" id="5`B(@z1]=^is.+[Ut]x?">
                                                      <field name="ATTR">val</field>
                                                      <field name="OID">modbus.0.holdingRegisters.3_Active_power-</field>
                                                    </block>
                                                  </value>
                                                </block>
                                              </value>
                                            </block>
                                          </statement>
                                          <next>
                                            <block type="comment" id="/@#}F@E?(VaR3NWdp|8E">
                                              <field name="COMMENT">MAster + Slave addiert</field>
                                              <next>
                                                <block type="control" id="iWN|=KsdUNHnigm_L*`L">
                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                  <field name="OID">0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave</field>
                                                  <field name="WITH_DELAY">FALSE</field>
                                                  <value name="VALUE">
                                                    <block type="math_arithmetic" id="v8|u+o|+wH`mlay/.pxq">
                                                      <field name="OP">ADD</field>
                                                      <value name="A">
                                                        <shadow type="math_number">
                                                          <field name="NUM">1</field>
                                                        </shadow>
                                                        <block type="get_value" id="aLh[RWvw~Iys^B8B^-L5">
                                                          <field name="ATTR">val</field>
                                                          <field name="OID">plenticore.0.devices.local.ac.P</field>
                                                        </block>
                                                      </value>
                                                      <value name="B">
                                                        <shadow type="math_number">
                                                          <field name="NUM">1</field>
                                                        </shadow>
                                                        <block type="get_value" id="(dK6wM~5W,{YDM4WVK.4">
                                                          <field name="ATTR">val</field>
                                                          <field name="OID">plenticore.1.devices.local.ac.P</field>
                                                        </block>
                                                      </value>
                                                    </block>
                                                  </value>
                                                  <next>
                                                    <block type="comment" id="B-BgIgiV3fL6:my};bcN">
                                                      <field name="COMMENT">Wert von Smartmeter zu S7 schicken</field>
                                                      <next>
                                                        <block type="control" id=":Q@wY8XR6#uF=@.y3UG9">
                                                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                          <field name="OID">s7.0.DBs.DB30.PV_Smartmeter_Wirkleistung_verkaufen</field>
                                                          <field name="WITH_DELAY">FALSE</field>
                                                          <value name="VALUE">
                                                            <block type="get_value" id="59eJEd=v7?]v6r1dSBR)">
                                                              <field name="ATTR">val</field>
                                                              <field name="OID">modbus.0.holdingRegisters.3_Active_power-</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </next>
                                            </block>
                                          </next>
                                        </block>
                                      </next>
                                    </block>
                                  </next>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </statement>
                    </block>
                  </xml>
                  
                  CodierknechtC 1 Antwort Letzte Antwort
                  0
                  • T Tomate

                    @codierknecht said in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

                    Script "Kostal2von2"

                    <xml xmlns="https://developers.google.com/blockly/xml">
                      <block type="on" id="Ov.=`e?|BF;:NKk%]0}l" x="-763" y="-313">
                        <field name="OID">0_userdata.0.Zyklus-Blinker.1Sekunden-Takt</field>
                        <field name="CONDITION">ne</field>
                        <field name="ACK_CONDITION"></field>
                        <statement name="STATEMENT">
                          <block type="comment" id="hYY`}cf(5yxmf8ApKrA5">
                            <field name="COMMENT">Hausverbrauch_berechnen</field>
                            <next>
                              <block type="comment" id="{]-ZugJEAj`h}8aN.:Cc">
                                <field name="COMMENT">Bedingung bei Verbrauch (Zukauf)</field>
                                <next>
                                  <block type="controls_if" id="d?Ut}rB7U;nn8h~1DTs{">
                                    <value name="IF0">
                                      <block type="logic_compare" id="!]]V*$Cx=JORAcy.#S%@">
                                        <field name="OP">GT</field>
                                        <value name="A">
                                          <block type="get_value" id="TmGEO_`~#`j@QI1X-f*_">
                                            <field name="ATTR">val</field>
                                            <field name="OID">modbus.0.holdingRegisters.0_Active_power+</field>
                                          </block>
                                        </value>
                                        <value name="B">
                                          <block type="math_number" id="zu@Q;yF5a!`g#@/m*2@[">
                                            <field name="NUM">0</field>
                                          </block>
                                        </value>
                                      </block>
                                    </value>
                                    <statement name="DO0">
                                      <block type="control" id="5cqKzvHOm.t0dVcgGIC{">
                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                        <field name="OID">0_userdata.0.Photovoltaik.PV-Hausverbrauch</field>
                                        <field name="WITH_DELAY">FALSE</field>
                                        <value name="VALUE">
                                          <block type="math_arithmetic" id="B-`bM)2M!I+^nb-_zk;E">
                                            <field name="OP">ADD</field>
                                            <value name="A">
                                              <shadow type="math_number" id="W`T6v0$]V:C5j)w%%$=x">
                                                <field name="NUM">1</field>
                                              </shadow>
                                              <block type="get_value" id="yGtvKad$M~tIQP1oicuQ">
                                                <field name="ATTR">val</field>
                                                <field name="OID">0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave</field>
                                              </block>
                                            </value>
                                            <value name="B">
                                              <shadow type="math_number" id="]H3?6[!S^?8OU}Tq#1q4">
                                                <field name="NUM">1</field>
                                              </shadow>
                                              <block type="get_value" id="yw_zU(^N!S^YXL$MqJM0">
                                                <field name="ATTR">val</field>
                                                <field name="OID">modbus.0.holdingRegisters.0_Active_power+</field>
                                              </block>
                                            </value>
                                          </block>
                                        </value>
                                      </block>
                                    </statement>
                                    <next>
                                      <block type="comment" id="NQRiW:4qvPO_/_g]zrN4">
                                        <field name="COMMENT">Bedingung bei Einspeisung (Verkauf)</field>
                                        <next>
                                          <block type="controls_if" id="3hl65%3DD-$lD.,_o#+]">
                                            <value name="IF0">
                                              <block type="logic_compare" id="J!V:qpcNTtI?-+QX$=|p">
                                                <field name="OP">GT</field>
                                                <value name="A">
                                                  <block type="get_value" id="YL*bbXgXN,_!Xa}d4_):">
                                                    <field name="ATTR">val</field>
                                                    <field name="OID">modbus.0.holdingRegisters.3_Active_power-</field>
                                                  </block>
                                                </value>
                                                <value name="B">
                                                  <block type="math_number" id="SIInUpV_ZZg)[.h;0u.E">
                                                    <field name="NUM">0</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                            <statement name="DO0">
                                              <block type="control" id="KgKhBC/re=xPvd6-a4zO">
                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                <field name="OID">0_userdata.0.Photovoltaik.PV-Hausverbrauch</field>
                                                <field name="WITH_DELAY">FALSE</field>
                                                <value name="VALUE">
                                                  <block type="math_arithmetic" id="7xRPKP]pfG68Mjc^z_td">
                                                    <field name="OP">MINUS</field>
                                                    <value name="A">
                                                      <shadow type="math_number">
                                                        <field name="NUM">1</field>
                                                      </shadow>
                                                      <block type="get_value" id="b5-Y@2^4Qg*S)Zz?_vb-">
                                                        <field name="ATTR">val</field>
                                                        <field name="OID">0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave</field>
                                                      </block>
                                                    </value>
                                                    <value name="B">
                                                      <shadow type="math_number" id="@8uR6C(!}Cdxgd[X5:BQ">
                                                        <field name="NUM">1</field>
                                                      </shadow>
                                                      <block type="get_value" id="5`B(@z1]=^is.+[Ut]x?">
                                                        <field name="ATTR">val</field>
                                                        <field name="OID">modbus.0.holdingRegisters.3_Active_power-</field>
                                                      </block>
                                                    </value>
                                                  </block>
                                                </value>
                                              </block>
                                            </statement>
                                            <next>
                                              <block type="comment" id="/@#}F@E?(VaR3NWdp|8E">
                                                <field name="COMMENT">MAster + Slave addiert</field>
                                                <next>
                                                  <block type="control" id="iWN|=KsdUNHnigm_L*`L">
                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                    <field name="OID">0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave</field>
                                                    <field name="WITH_DELAY">FALSE</field>
                                                    <value name="VALUE">
                                                      <block type="math_arithmetic" id="v8|u+o|+wH`mlay/.pxq">
                                                        <field name="OP">ADD</field>
                                                        <value name="A">
                                                          <shadow type="math_number">
                                                            <field name="NUM">1</field>
                                                          </shadow>
                                                          <block type="get_value" id="aLh[RWvw~Iys^B8B^-L5">
                                                            <field name="ATTR">val</field>
                                                            <field name="OID">plenticore.0.devices.local.ac.P</field>
                                                          </block>
                                                        </value>
                                                        <value name="B">
                                                          <shadow type="math_number">
                                                            <field name="NUM">1</field>
                                                          </shadow>
                                                          <block type="get_value" id="(dK6wM~5W,{YDM4WVK.4">
                                                            <field name="ATTR">val</field>
                                                            <field name="OID">plenticore.1.devices.local.ac.P</field>
                                                          </block>
                                                        </value>
                                                      </block>
                                                    </value>
                                                    <next>
                                                      <block type="comment" id="B-BgIgiV3fL6:my};bcN">
                                                        <field name="COMMENT">Wert von Smartmeter zu S7 schicken</field>
                                                        <next>
                                                          <block type="control" id=":Q@wY8XR6#uF=@.y3UG9">
                                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                            <field name="OID">s7.0.DBs.DB30.PV_Smartmeter_Wirkleistung_verkaufen</field>
                                                            <field name="WITH_DELAY">FALSE</field>
                                                            <value name="VALUE">
                                                              <block type="get_value" id="59eJEd=v7?]v6r1dSBR)">
                                                                <field name="ATTR">val</field>
                                                                <field name="OID">modbus.0.holdingRegisters.3_Active_power-</field>
                                                              </block>
                                                            </value>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </next>
                                      </block>
                                    </next>
                                  </block>
                                </next>
                              </block>
                            </next>
                          </block>
                        </statement>
                      </block>
                    </xml>
                    
                    CodierknechtC Offline
                    CodierknechtC Offline
                    Codierknecht
                    Developer Most Active
                    schrieb am zuletzt editiert von Codierknecht
                    #31

                    @tomate
                    Du liest mehrfach den gleichen Wert aus den Objekten.
                    Das verbrät reichlich Ressourcen. Ich würde das anders lösen:
                    280687d8-4799-47e8-aa18-c976b0c5929b-image.png

                    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                    Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                    HmIP|ZigBee|Tasmota|Unifi
                    Zabbix Certified Specialist
                    Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                    T 1 Antwort Letzte Antwort
                    0
                    • CodierknechtC Codierknecht

                      @tomate
                      Du liest mehrfach den gleichen Wert aus den Objekten.
                      Das verbrät reichlich Ressourcen. Ich würde das anders lösen:
                      280687d8-4799-47e8-aa18-c976b0c5929b-image.png

                      T Offline
                      T Offline
                      Tomate
                      schrieb am zuletzt editiert von
                      #32

                      @codierknecht said in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

                      @tomate
                      Du liest mehrfach den gleichen Wert aus den Objekten.
                      Das verbrät reichlich Ressourcen. Ich würde das anders lösen:
                      280687d8-4799-47e8-aa18-c976b0c5929b-image.png

                      Das schaut super und interessant aus.
                      Würdest du mir den Code (Export) schicken?
                      (-:

                      CodierknechtC 1 Antwort Letzte Antwort
                      0
                      • T Tomate

                        @codierknecht said in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

                        @tomate
                        Du liest mehrfach den gleichen Wert aus den Objekten.
                        Das verbrät reichlich Ressourcen. Ich würde das anders lösen:
                        280687d8-4799-47e8-aa18-c976b0c5929b-image.png

                        Das schaut super und interessant aus.
                        Würdest du mir den Code (Export) schicken?
                        (-:

                        CodierknechtC Offline
                        CodierknechtC Offline
                        Codierknecht
                        Developer Most Active
                        schrieb am zuletzt editiert von
                        #33

                        @tomate sagte in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

                        Würdest du mir den Code (Export) schicken?

                        Versuch's mal nachzubauen - das ist nicht schwer ... und übt ;-)
                        Ich kann mir gut vorstellen, dass es da noch andere Kandidaten für Optimierung gibt.

                        <block xmlns="https://developers.google.com/blockly/xml" type="on" id="Ov.=`e?|BF;:NKk%]0}l" x="-1387" y="-288">
                         <field name="OID">0_userdata.0.Zyklus-Blinker.1Sekunden-Takt</field>
                         <field name="CONDITION">ne</field>
                         <field name="ACK_CONDITION"></field>
                         <statement name="STATEMENT">
                           <block type="variables_set" id="[hH9D(tTm.F##k(srQQe">
                             <field name="VAR" id="~PqS$DEl$%W9TL=1=40M">wattMaster</field>
                             <value name="VALUE">
                               <block type="get_value" id="yGtvKad$M~tIQP1oicuQ">
                                 <field name="ATTR">val</field>
                                 <field name="OID">0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave</field>
                               </block>
                             </value>
                             <next>
                               <block type="variables_set" id="ApEaj_lM}!PvPIV(`{[B">
                                 <field name="VAR" id="@D?1=I6dj/.p(Xq+8@}}">activePower</field>
                                 <value name="VALUE">
                                   <block type="get_value" id="yw_zU(^N!S^YXL$MqJM0">
                                     <field name="ATTR">val</field>
                                     <field name="OID">modbus.0.holdingRegisters.0_Active_power+</field>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="comment" id="hYY`}cf(5yxmf8ApKrA5">
                                     <field name="COMMENT">Hausverbrauch_berechnen</field>
                                     <next>
                                       <block type="controls_if" id="d?Ut}rB7U;nn8h~1DTs{">
                                         <value name="IF0">
                                           <block type="logic_compare" id="!]]V*$Cx=JORAcy.#S%@">
                                             <field name="OP">GT</field>
                                             <value name="A">
                                               <block type="variables_get" id="jlql((_%4a,e6;%X4}YF">
                                                 <field name="VAR" id="@D?1=I6dj/.p(Xq+8@}}">activePower</field>
                                               </block>
                                             </value>
                                             <value name="B">
                                               <block type="math_number" id="zu@Q;yF5a!`g#@/m*2@[">
                                                 <field name="NUM">0</field>
                                               </block>
                                             </value>
                                           </block>
                                         </value>
                                         <statement name="DO0">
                                           <block type="comment" id="{]-ZugJEAj`h}8aN.:Cc">
                                             <field name="COMMENT">Bedingung bei Verbrauch (Zukauf)</field>
                                             <next>
                                               <block type="control" id="5cqKzvHOm.t0dVcgGIC{">
                                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                 <field name="OID">0_userdata.0.Photovoltaik.PV-Hausverbrauch</field>
                                                 <field name="WITH_DELAY">FALSE</field>
                                                 <value name="VALUE">
                                                   <block type="math_arithmetic" id="B-`bM)2M!I+^nb-_zk;E" inline="false">
                                                     <field name="OP">ADD</field>
                                                     <value name="A">
                                                       <shadow type="math_number" id="W`T6v0$]V:C5j)w%%$=x">
                                                         <field name="NUM">1</field>
                                                       </shadow>
                                                       <block type="variables_get" id="@RFUjIDgV1IfY7_d?!Q_">
                                                         <field name="VAR" id="~PqS$DEl$%W9TL=1=40M">wattMaster</field>
                                                       </block>
                                                     </value>
                                                     <value name="B">
                                                       <shadow type="math_number" id="]H3?6[!S^?8OU}Tq#1q4">
                                                         <field name="NUM">1</field>
                                                       </shadow>
                                                       <block type="variables_get" id="lRSEau:T@0l`|y;_prfz">
                                                         <field name="VAR" id="@D?1=I6dj/.p(Xq+8@}}">activePower</field>
                                                       </block>
                                                     </value>
                                                   </block>
                                                 </value>
                                                 <next>
                                                   <block type="comment" id="NQRiW:4qvPO_/_g]zrN4">
                                                     <field name="COMMENT">Bedingung bei Einspeisung (Verkauf)</field>
                                                     <next>
                                                       <block type="control" id="KgKhBC/re=xPvd6-a4zO">
                                                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                         <field name="OID">0_userdata.0.Photovoltaik.PV-Hausverbrauch</field>
                                                         <field name="WITH_DELAY">FALSE</field>
                                                         <value name="VALUE">
                                                           <block type="math_arithmetic" id="7xRPKP]pfG68Mjc^z_td" inline="false">
                                                             <field name="OP">MINUS</field>
                                                             <value name="A">
                                                               <shadow type="math_number">
                                                                 <field name="NUM">1</field>
                                                               </shadow>
                                                               <block type="variables_get" id="hep(UV!AT5BD*7rp7ZDW">
                                                                 <field name="VAR" id="~PqS$DEl$%W9TL=1=40M">wattMaster</field>
                                                               </block>
                                                             </value>
                                                             <value name="B">
                                                               <shadow type="math_number" id="@8uR6C(!}Cdxgd[X5:BQ">
                                                                 <field name="NUM">1</field>
                                                               </shadow>
                                                               <block type="variables_get" id="Bw7//XozDyW6;I0XZ+;^">
                                                                 <field name="VAR" id="@D?1=I6dj/.p(Xq+8@}}">activePower</field>
                                                               </block>
                                                             </value>
                                                           </block>
                                                         </value>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </next>
                                           </block>
                                         </statement>
                                         <next>
                                           <block type="comment" id="/@#}F@E?(VaR3NWdp|8E">
                                             <field name="COMMENT">Master + Slave addiert</field>
                                             <next>
                                               <block type="control" id="iWN|=KsdUNHnigm_L*`L">
                                                 <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                 <field name="OID">0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave</field>
                                                 <field name="WITH_DELAY">FALSE</field>
                                                 <value name="VALUE">
                                                   <block type="math_arithmetic" id="v8|u+o|+wH`mlay/.pxq" inline="false">
                                                     <field name="OP">ADD</field>
                                                     <value name="A">
                                                       <shadow type="math_number">
                                                         <field name="NUM">1</field>
                                                       </shadow>
                                                       <block type="get_value" id="aLh[RWvw~Iys^B8B^-L5">
                                                         <field name="ATTR">val</field>
                                                         <field name="OID">plenticore.0.devices.local.ac.P</field>
                                                       </block>
                                                     </value>
                                                     <value name="B">
                                                       <shadow type="math_number">
                                                         <field name="NUM">1</field>
                                                       </shadow>
                                                       <block type="get_value" id="(dK6wM~5W,{YDM4WVK.4">
                                                         <field name="ATTR">val</field>
                                                         <field name="OID">plenticore.1.devices.local.ac.P</field>
                                                       </block>
                                                     </value>
                                                   </block>
                                                 </value>
                                                 <next>
                                                   <block type="comment" id="B-BgIgiV3fL6:my};bcN">
                                                     <field name="COMMENT">Wert von Smartmeter zu S7 schicken</field>
                                                     <next>
                                                       <block type="control" id=":Q@wY8XR6#uF=@.y3UG9">
                                                         <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                         <field name="OID">s7.0.DBs.DB30.PV_Smartmeter_Wirkleistung_verkaufen</field>
                                                         <field name="WITH_DELAY">FALSE</field>
                                                         <value name="VALUE">
                                                           <block type="variables_get" id="!5pOe43vCl_,(U0ICh,v">
                                                             <field name="VAR" id="@D?1=I6dj/.p(Xq+8@}}">activePower</field>
                                                           </block>
                                                         </value>
                                                       </block>
                                                     </next>
                                                   </block>
                                                 </next>
                                               </block>
                                             </next>
                                           </block>
                                         </next>
                                       </block>
                                     </next>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </statement>
                        </block>
                        

                        "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                        Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                        HmIP|ZigBee|Tasmota|Unifi
                        Zabbix Certified Specialist
                        Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                        T 1 Antwort Letzte Antwort
                        0
                        • CodierknechtC Codierknecht

                          @tomate sagte in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

                          Würdest du mir den Code (Export) schicken?

                          Versuch's mal nachzubauen - das ist nicht schwer ... und übt ;-)
                          Ich kann mir gut vorstellen, dass es da noch andere Kandidaten für Optimierung gibt.

                          <block xmlns="https://developers.google.com/blockly/xml" type="on" id="Ov.=`e?|BF;:NKk%]0}l" x="-1387" y="-288">
                           <field name="OID">0_userdata.0.Zyklus-Blinker.1Sekunden-Takt</field>
                           <field name="CONDITION">ne</field>
                           <field name="ACK_CONDITION"></field>
                           <statement name="STATEMENT">
                             <block type="variables_set" id="[hH9D(tTm.F##k(srQQe">
                               <field name="VAR" id="~PqS$DEl$%W9TL=1=40M">wattMaster</field>
                               <value name="VALUE">
                                 <block type="get_value" id="yGtvKad$M~tIQP1oicuQ">
                                   <field name="ATTR">val</field>
                                   <field name="OID">0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave</field>
                                 </block>
                               </value>
                               <next>
                                 <block type="variables_set" id="ApEaj_lM}!PvPIV(`{[B">
                                   <field name="VAR" id="@D?1=I6dj/.p(Xq+8@}}">activePower</field>
                                   <value name="VALUE">
                                     <block type="get_value" id="yw_zU(^N!S^YXL$MqJM0">
                                       <field name="ATTR">val</field>
                                       <field name="OID">modbus.0.holdingRegisters.0_Active_power+</field>
                                     </block>
                                   </value>
                                   <next>
                                     <block type="comment" id="hYY`}cf(5yxmf8ApKrA5">
                                       <field name="COMMENT">Hausverbrauch_berechnen</field>
                                       <next>
                                         <block type="controls_if" id="d?Ut}rB7U;nn8h~1DTs{">
                                           <value name="IF0">
                                             <block type="logic_compare" id="!]]V*$Cx=JORAcy.#S%@">
                                               <field name="OP">GT</field>
                                               <value name="A">
                                                 <block type="variables_get" id="jlql((_%4a,e6;%X4}YF">
                                                   <field name="VAR" id="@D?1=I6dj/.p(Xq+8@}}">activePower</field>
                                                 </block>
                                               </value>
                                               <value name="B">
                                                 <block type="math_number" id="zu@Q;yF5a!`g#@/m*2@[">
                                                   <field name="NUM">0</field>
                                                 </block>
                                               </value>
                                             </block>
                                           </value>
                                           <statement name="DO0">
                                             <block type="comment" id="{]-ZugJEAj`h}8aN.:Cc">
                                               <field name="COMMENT">Bedingung bei Verbrauch (Zukauf)</field>
                                               <next>
                                                 <block type="control" id="5cqKzvHOm.t0dVcgGIC{">
                                                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                   <field name="OID">0_userdata.0.Photovoltaik.PV-Hausverbrauch</field>
                                                   <field name="WITH_DELAY">FALSE</field>
                                                   <value name="VALUE">
                                                     <block type="math_arithmetic" id="B-`bM)2M!I+^nb-_zk;E" inline="false">
                                                       <field name="OP">ADD</field>
                                                       <value name="A">
                                                         <shadow type="math_number" id="W`T6v0$]V:C5j)w%%$=x">
                                                           <field name="NUM">1</field>
                                                         </shadow>
                                                         <block type="variables_get" id="@RFUjIDgV1IfY7_d?!Q_">
                                                           <field name="VAR" id="~PqS$DEl$%W9TL=1=40M">wattMaster</field>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <shadow type="math_number" id="]H3?6[!S^?8OU}Tq#1q4">
                                                           <field name="NUM">1</field>
                                                         </shadow>
                                                         <block type="variables_get" id="lRSEau:T@0l`|y;_prfz">
                                                           <field name="VAR" id="@D?1=I6dj/.p(Xq+8@}}">activePower</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <next>
                                                     <block type="comment" id="NQRiW:4qvPO_/_g]zrN4">
                                                       <field name="COMMENT">Bedingung bei Einspeisung (Verkauf)</field>
                                                       <next>
                                                         <block type="control" id="KgKhBC/re=xPvd6-a4zO">
                                                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                           <field name="OID">0_userdata.0.Photovoltaik.PV-Hausverbrauch</field>
                                                           <field name="WITH_DELAY">FALSE</field>
                                                           <value name="VALUE">
                                                             <block type="math_arithmetic" id="7xRPKP]pfG68Mjc^z_td" inline="false">
                                                               <field name="OP">MINUS</field>
                                                               <value name="A">
                                                                 <shadow type="math_number">
                                                                   <field name="NUM">1</field>
                                                                 </shadow>
                                                                 <block type="variables_get" id="hep(UV!AT5BD*7rp7ZDW">
                                                                   <field name="VAR" id="~PqS$DEl$%W9TL=1=40M">wattMaster</field>
                                                                 </block>
                                                               </value>
                                                               <value name="B">
                                                                 <shadow type="math_number" id="@8uR6C(!}Cdxgd[X5:BQ">
                                                                   <field name="NUM">1</field>
                                                                 </shadow>
                                                                 <block type="variables_get" id="Bw7//XozDyW6;I0XZ+;^">
                                                                   <field name="VAR" id="@D?1=I6dj/.p(Xq+8@}}">activePower</field>
                                                                 </block>
                                                               </value>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </next>
                                             </block>
                                           </statement>
                                           <next>
                                             <block type="comment" id="/@#}F@E?(VaR3NWdp|8E">
                                               <field name="COMMENT">Master + Slave addiert</field>
                                               <next>
                                                 <block type="control" id="iWN|=KsdUNHnigm_L*`L">
                                                   <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                   <field name="OID">0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave</field>
                                                   <field name="WITH_DELAY">FALSE</field>
                                                   <value name="VALUE">
                                                     <block type="math_arithmetic" id="v8|u+o|+wH`mlay/.pxq" inline="false">
                                                       <field name="OP">ADD</field>
                                                       <value name="A">
                                                         <shadow type="math_number">
                                                           <field name="NUM">1</field>
                                                         </shadow>
                                                         <block type="get_value" id="aLh[RWvw~Iys^B8B^-L5">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">plenticore.0.devices.local.ac.P</field>
                                                         </block>
                                                       </value>
                                                       <value name="B">
                                                         <shadow type="math_number">
                                                           <field name="NUM">1</field>
                                                         </shadow>
                                                         <block type="get_value" id="(dK6wM~5W,{YDM4WVK.4">
                                                           <field name="ATTR">val</field>
                                                           <field name="OID">plenticore.1.devices.local.ac.P</field>
                                                         </block>
                                                       </value>
                                                     </block>
                                                   </value>
                                                   <next>
                                                     <block type="comment" id="B-BgIgiV3fL6:my};bcN">
                                                       <field name="COMMENT">Wert von Smartmeter zu S7 schicken</field>
                                                       <next>
                                                         <block type="control" id=":Q@wY8XR6#uF=@.y3UG9">
                                                           <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                           <field name="OID">s7.0.DBs.DB30.PV_Smartmeter_Wirkleistung_verkaufen</field>
                                                           <field name="WITH_DELAY">FALSE</field>
                                                           <value name="VALUE">
                                                             <block type="variables_get" id="!5pOe43vCl_,(U0ICh,v">
                                                               <field name="VAR" id="@D?1=I6dj/.p(Xq+8@}}">activePower</field>
                                                             </block>
                                                           </value>
                                                         </block>
                                                       </next>
                                                     </block>
                                                   </next>
                                                 </block>
                                               </next>
                                             </block>
                                           </next>
                                         </block>
                                       </next>
                                     </block>
                                   </next>
                                 </block>
                               </next>
                             </block>
                           </statement>
                          </block>
                          

                          T Offline
                          T Offline
                          Tomate
                          schrieb am zuletzt editiert von
                          #34

                          @codierknecht Danke erstmal.
                          Direkt reinkopiert läuft es noch nicht.
                          Da schau ich noch woran das liegt.
                          Sicher habe ich noch viel Optimierungsbedarf. (-:

                          Zum Thema "timerId=undefined" fällt dir bei dem Skript auch nichts ein, oder?

                          CodierknechtC 1 Antwort Letzte Antwort
                          0
                          • T Tomate

                            @codierknecht Danke erstmal.
                            Direkt reinkopiert läuft es noch nicht.
                            Da schau ich noch woran das liegt.
                            Sicher habe ich noch viel Optimierungsbedarf. (-:

                            Zum Thema "timerId=undefined" fällt dir bei dem Skript auch nichts ein, oder?

                            CodierknechtC Offline
                            CodierknechtC Offline
                            Codierknecht
                            Developer Most Active
                            schrieb am zuletzt editiert von Codierknecht
                            #35

                            @tomate sagte in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

                            Zum Thema "timerId=undefined" fällt dir bei dem Skript auch nichts ein, oder?

                            Nö - ist ja kein Timer im Script.
                            Aber warte mal ab - vielleicht kann ja eine der Koniferen etwas dazu sagen ;-)

                            Hattest Du da mal mit Timeouts gespielt?
                            Schau mal in den JS Quellcode Deines Scripts - vielleicht ist da noch 'ne Leiche versteckt.
                            Kann ich mir aber eigentlich nicht vorstellen.

                            "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                            Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                            HmIP|ZigBee|Tasmota|Unifi
                            Zabbix Certified Specialist
                            Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                            T 1 Antwort Letzte Antwort
                            0
                            • CodierknechtC Codierknecht

                              @tomate sagte in Javascript-Instanz ist deaktiviert (sporad. ca. nach 1 Tag):

                              Zum Thema "timerId=undefined" fällt dir bei dem Skript auch nichts ein, oder?

                              Nö - ist ja kein Timer im Script.
                              Aber warte mal ab - vielleicht kann ja eine der Koniferen etwas dazu sagen ;-)

                              Hattest Du da mal mit Timeouts gespielt?
                              Schau mal in den JS Quellcode Deines Scripts - vielleicht ist da noch 'ne Leiche versteckt.
                              Kann ich mir aber eigentlich nicht vorstellen.

                              T Offline
                              T Offline
                              Tomate
                              schrieb am zuletzt editiert von
                              #36

                              @codierknecht
                              Hab jetzt ein wenig aufgeräumt.
                              Die Meldungen stehen aber immer noch im LOG.
                              Den Eintrag "timerId=undefined" findet mal ziemlich oft.
                              Kann mir jemand sagen, was es damit auf sich hat?

                              2023-03-22 18:53:26.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: setForeignState(id=s7.0.DBs.DB30.PV_Smartmeter_Wirkleistung_verkaufen, state={"val":0,"ack":false,"ts":1679507606815,"q":0,"from":"system.adapter.javascript.0","lc":1679507569781,"c":"script.js.common.Kostal.Kostal2von2"})
                              2023-03-22 18:53:27.814  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=plenticore.0.devices.local.ac.P, timerId=undefined) => {"val":0,"ack":true,"ts":1679507605830,"q":0,"from":"system.adapter.plenticore.0","user":"system.user.admin","lc":1679507443679}
                              2023-03-22 18:53:27.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=plenticore.1.devices.local.ac.P, timerId=undefined) => {"val":0,"ack":true,"ts":1679507605718,"q":0,"from":"system.adapter.plenticore.1","user":"system.user.admin","lc":1679507254097}
                              2023-03-22 18:53:27.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: setForeignState(id=0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave, state={"val":0,"ack":false,"ts":1679507607815,"q":0,"from":"system.adapter.javascript.0","lc":1679507443736,"c":"script.js.common.Kostal.Kostal2von2"})
                              2023-03-22 18:53:27.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave, timerId=undefined) => {"val":0,"ack":false,"ts":1679507606814,"q":0,"c":"script.js.common.Kostal.Kostal2von2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1679507443736}
                              2023-03-22 18:53:27.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=modbus.0.holdingRegisters.3_Active_power-, timerId=undefined) => {"val":0,"ack":true,"ts":1679504181421,"q":0,"from":"system.adapter.modbus.0","user":"system.user.admin","lc":1679504181421}
                              2023-03-22 18:53:27.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=modbus.0.holdingRegisters.0_Active_power+, timerId=undefined) => {"val":842.9,"ack":true,"ts":1679507607070,"q":0,"from":"system.adapter.modbus.0","user":"system.user.admin","lc":1679507607070}
                              2023-03-22 18:53:27.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: setForeignState(id=0_userdata.0.Photovoltaik.PV-Hausverbrauch, state={"val":842.9,"ack":false,"ts":1679507607815,"q":0,"from":"system.adapter.javascript.0","lc":1679507607815,"c":"script.js.common.Kostal.Kostal2von2"})
                              2023-03-22 18:53:27.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: setForeignState(id=s7.0.DBs.DB30.PV_Smartmeter_Wirkleistung_verkaufen, state={"val":0,"ack":false,"ts":1679507607815,"q":0,"from":"system.adapter.javascript.0","lc":1679507569781,"c":"script.js.common.Kostal.Kostal2von2"})
                              2023-03-22 18:53:28.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=plenticore.0.devices.local.ac.P, timerId=undefined) => {"val":0,"ack":true,"ts":1679507608577,"q":0,"from":"system.adapter.plenticore.0","user":"system.user.admin","lc":1679507443679}
                              2023-03-22 18:53:28.816  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=plenticore.1.devices.local.ac.P, timerId=undefined) => {"val":0,"ack":true,"ts":1679507608467,"q":0,"from":"system.adapter.plenticore.1","user":"system.user.admin","lc":1679507254097}
                              2023-03-22 18:53:28.816  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: setForeignState(id=0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave, state={"val":0,"ack":false,"ts":1679507608816,"q":0,"from":"system.adapter.javascript.0","lc":1679507443736,"c":"script.js.common.Kostal.Kostal2von2"})
                              2023-03-22 18:53:28.816  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave, timerId=undefined) => {"val":0,"ack":false,"ts":1679507607815,"q":0,"c":"script.js.common.Kostal.Kostal2von2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1679507443736}
                              2023-03-22 18:53:28.816  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=modbus.0.holdingRegisters.3_Active_power-, timerId=undefined) => {"val":0,"ack":true,"ts":1679504181421,"q":0,"from":"system.adapter.modbus.0","user":"system.user.admin","lc":1679504181421}
                              2023-03-22 18:53:28.816  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=modbus.0.holdingRegisters.0_Active_power+, timerId=undefined) => {"val":836.3,"ack":true,"ts":1679507608131,"q":0,"from":"system.adapter.modbus.0","user":"system.user.admin","lc":1679507608131}
                              2023-03-22 18:53:28.816  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: setForeignState(id=0_userdata.0.Photovoltaik.PV-Hausverbrauch, state={"val":836.3,"ack":false,"ts":1679507608816,"q":0,"from":"system.adapter.javascript.0","lc":1679507608816,"c":"script.js.common.Kostal.Kostal2von2"})
                              2023-03-22 18:53:28.816  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: setForeignState(id=s7.0.DBs.DB30.PV_Smartmeter_Wirkleistung_verkaufen, state={"val":0,"ack":false,"ts":1679507608816,"q":0,"from":"system.adapter.javascript.0","lc":1679507569781,"c":"script.js.common.Kostal.Kostal2von2"})
                              
                              
                              T 1 Antwort Letzte Antwort
                              0
                              • T Tomate

                                @codierknecht
                                Hab jetzt ein wenig aufgeräumt.
                                Die Meldungen stehen aber immer noch im LOG.
                                Den Eintrag "timerId=undefined" findet mal ziemlich oft.
                                Kann mir jemand sagen, was es damit auf sich hat?

                                2023-03-22 18:53:26.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: setForeignState(id=s7.0.DBs.DB30.PV_Smartmeter_Wirkleistung_verkaufen, state={"val":0,"ack":false,"ts":1679507606815,"q":0,"from":"system.adapter.javascript.0","lc":1679507569781,"c":"script.js.common.Kostal.Kostal2von2"})
                                2023-03-22 18:53:27.814  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=plenticore.0.devices.local.ac.P, timerId=undefined) => {"val":0,"ack":true,"ts":1679507605830,"q":0,"from":"system.adapter.plenticore.0","user":"system.user.admin","lc":1679507443679}
                                2023-03-22 18:53:27.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=plenticore.1.devices.local.ac.P, timerId=undefined) => {"val":0,"ack":true,"ts":1679507605718,"q":0,"from":"system.adapter.plenticore.1","user":"system.user.admin","lc":1679507254097}
                                2023-03-22 18:53:27.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: setForeignState(id=0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave, state={"val":0,"ack":false,"ts":1679507607815,"q":0,"from":"system.adapter.javascript.0","lc":1679507443736,"c":"script.js.common.Kostal.Kostal2von2"})
                                2023-03-22 18:53:27.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave, timerId=undefined) => {"val":0,"ack":false,"ts":1679507606814,"q":0,"c":"script.js.common.Kostal.Kostal2von2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1679507443736}
                                2023-03-22 18:53:27.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=modbus.0.holdingRegisters.3_Active_power-, timerId=undefined) => {"val":0,"ack":true,"ts":1679504181421,"q":0,"from":"system.adapter.modbus.0","user":"system.user.admin","lc":1679504181421}
                                2023-03-22 18:53:27.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=modbus.0.holdingRegisters.0_Active_power+, timerId=undefined) => {"val":842.9,"ack":true,"ts":1679507607070,"q":0,"from":"system.adapter.modbus.0","user":"system.user.admin","lc":1679507607070}
                                2023-03-22 18:53:27.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: setForeignState(id=0_userdata.0.Photovoltaik.PV-Hausverbrauch, state={"val":842.9,"ack":false,"ts":1679507607815,"q":0,"from":"system.adapter.javascript.0","lc":1679507607815,"c":"script.js.common.Kostal.Kostal2von2"})
                                2023-03-22 18:53:27.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: setForeignState(id=s7.0.DBs.DB30.PV_Smartmeter_Wirkleistung_verkaufen, state={"val":0,"ack":false,"ts":1679507607815,"q":0,"from":"system.adapter.javascript.0","lc":1679507569781,"c":"script.js.common.Kostal.Kostal2von2"})
                                2023-03-22 18:53:28.815  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=plenticore.0.devices.local.ac.P, timerId=undefined) => {"val":0,"ack":true,"ts":1679507608577,"q":0,"from":"system.adapter.plenticore.0","user":"system.user.admin","lc":1679507443679}
                                2023-03-22 18:53:28.816  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=plenticore.1.devices.local.ac.P, timerId=undefined) => {"val":0,"ack":true,"ts":1679507608467,"q":0,"from":"system.adapter.plenticore.1","user":"system.user.admin","lc":1679507254097}
                                2023-03-22 18:53:28.816  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: setForeignState(id=0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave, state={"val":0,"ack":false,"ts":1679507608816,"q":0,"from":"system.adapter.javascript.0","lc":1679507443736,"c":"script.js.common.Kostal.Kostal2von2"})
                                2023-03-22 18:53:28.816  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave, timerId=undefined) => {"val":0,"ack":false,"ts":1679507607815,"q":0,"c":"script.js.common.Kostal.Kostal2von2","from":"system.adapter.javascript.0","user":"system.user.admin","lc":1679507443736}
                                2023-03-22 18:53:28.816  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=modbus.0.holdingRegisters.3_Active_power-, timerId=undefined) => {"val":0,"ack":true,"ts":1679504181421,"q":0,"from":"system.adapter.modbus.0","user":"system.user.admin","lc":1679504181421}
                                2023-03-22 18:53:28.816  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: getState(id=modbus.0.holdingRegisters.0_Active_power+, timerId=undefined) => {"val":836.3,"ack":true,"ts":1679507608131,"q":0,"from":"system.adapter.modbus.0","user":"system.user.admin","lc":1679507608131}
                                2023-03-22 18:53:28.816  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: setForeignState(id=0_userdata.0.Photovoltaik.PV-Hausverbrauch, state={"val":836.3,"ack":false,"ts":1679507608816,"q":0,"from":"system.adapter.javascript.0","lc":1679507608816,"c":"script.js.common.Kostal.Kostal2von2"})
                                2023-03-22 18:53:28.816  - info: javascript.0 (3766800) script.js.common.Kostal.Kostal2von2: setForeignState(id=s7.0.DBs.DB30.PV_Smartmeter_Wirkleistung_verkaufen, state={"val":0,"ack":false,"ts":1679507608816,"q":0,"from":"system.adapter.javascript.0","lc":1679507569781,"c":"script.js.common.Kostal.Kostal2von2"})
                                
                                
                                T Offline
                                T Offline
                                Tomate
                                schrieb am zuletzt editiert von
                                #37

                                Das Script von Kostal2von2:

                                <xml xmlns="https://developers.google.com/blockly/xml">
                                  <variables>
                                    <variable id="!WZBe;{`hZ_A:/_%1~.K">Var_PV_addiere_Watt_Master_und_Watt_Slave</variable>
                                    <variable id="ddq^0tp(GPEs4g+1BS5w">Var_WirkleistungSmartMeterEinspeisung-VERKAUF</variable>
                                    <variable id="3+QuPjTrBo,!hDErGT(:">Var_WirkleistungSmartMeterVerbrauch-ZUKAUF</variable>
                                  </variables>
                                  <block type="on" id="Ov.=`e?|BF;:NKk%]0}l" x="-737" y="-287">
                                    <field name="OID">0_userdata.0.Zyklus-Blinker.1Sekunden-Takt</field>
                                    <field name="CONDITION">ne</field>
                                    <field name="ACK_CONDITION"></field>
                                    <statement name="STATEMENT">
                                      <block type="comment" id="/@#}F@E?(VaR3NWdp|8E">
                                        <field name="COMMENT">Master + Slave addiert</field>
                                        <next>
                                          <block type="control" id="iWN|=KsdUNHnigm_L*`L">
                                            <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                            <field name="OID">0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave</field>
                                            <field name="WITH_DELAY">FALSE</field>
                                            <value name="VALUE">
                                              <block type="math_arithmetic" id="v8|u+o|+wH`mlay/.pxq">
                                                <field name="OP">ADD</field>
                                                <value name="A">
                                                  <shadow type="math_number">
                                                    <field name="NUM">1</field>
                                                  </shadow>
                                                  <block type="get_value" id="aLh[RWvw~Iys^B8B^-L5">
                                                    <field name="ATTR">val</field>
                                                    <field name="OID">plenticore.0.devices.local.ac.P</field>
                                                  </block>
                                                </value>
                                                <value name="B">
                                                  <shadow type="math_number">
                                                    <field name="NUM">1</field>
                                                  </shadow>
                                                  <block type="get_value" id="(dK6wM~5W,{YDM4WVK.4">
                                                    <field name="ATTR">val</field>
                                                    <field name="OID">plenticore.1.devices.local.ac.P</field>
                                                  </block>
                                                </value>
                                              </block>
                                            </value>
                                            <next>
                                              <block type="variables_set" id="?-p8mD1~@)HX/qJ@cX~y">
                                                <field name="VAR" id="!WZBe;{`hZ_A:/_%1~.K">Var_PV_addiere_Watt_Master_und_Watt_Slave</field>
                                                <value name="VALUE">
                                                  <block type="get_value" id="jD{_z|vy(SHp7u$H}}1.">
                                                    <field name="ATTR">val</field>
                                                    <field name="OID">0_userdata.0.Photovoltaik.PV_addiere_Watt_Master_und_Watt_Slave</field>
                                                  </block>
                                                </value>
                                                <next>
                                                  <block type="variables_set" id="*Wryv4gfA/kuYq#/xBj}">
                                                    <field name="VAR" id="ddq^0tp(GPEs4g+1BS5w">Var_WirkleistungSmartMeterEinspeisung-VERKAUF</field>
                                                    <value name="VALUE">
                                                      <block type="get_value" id="ofA-J@2Q5HfH%/e%i/jl">
                                                        <field name="ATTR">val</field>
                                                        <field name="OID">modbus.0.holdingRegisters.3_Active_power-</field>
                                                      </block>
                                                    </value>
                                                    <next>
                                                      <block type="variables_set" id="g;/Ch)9FoT{+R(gqWbOq">
                                                        <field name="VAR" id="3+QuPjTrBo,!hDErGT(:">Var_WirkleistungSmartMeterVerbrauch-ZUKAUF</field>
                                                        <value name="VALUE">
                                                          <block type="get_value" id="[+Au~;zK6Wf:h=gV7FRK">
                                                            <field name="ATTR">val</field>
                                                            <field name="OID">modbus.0.holdingRegisters.0_Active_power+</field>
                                                          </block>
                                                        </value>
                                                        <next>
                                                          <block type="comment" id="hYY`}cf(5yxmf8ApKrA5">
                                                            <field name="COMMENT">Hausverbrauch_berechnen</field>
                                                            <next>
                                                              <block type="comment" id="{]-ZugJEAj`h}8aN.:Cc">
                                                                <field name="COMMENT">Bedingung bei Verbrauch (Zukauf)</field>
                                                                <next>
                                                                  <block type="controls_if" id="d?Ut}rB7U;nn8h~1DTs{">
                                                                    <value name="IF0">
                                                                      <block type="logic_compare" id="!]]V*$Cx=JORAcy.#S%@">
                                                                        <field name="OP">GT</field>
                                                                        <value name="A">
                                                                          <block type="variables_get" id="9:gpf!zoOVhuHg|Xj{~^">
                                                                            <field name="VAR" id="3+QuPjTrBo,!hDErGT(:">Var_WirkleistungSmartMeterVerbrauch-ZUKAUF</field>
                                                                          </block>
                                                                        </value>
                                                                        <value name="B">
                                                                          <block type="math_number" id="zu@Q;yF5a!`g#@/m*2@[">
                                                                            <field name="NUM">0</field>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </value>
                                                                    <statement name="DO0">
                                                                      <block type="control" id="5cqKzvHOm.t0dVcgGIC{">
                                                                        <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                        <field name="OID">0_userdata.0.Photovoltaik.PV-Hausverbrauch</field>
                                                                        <field name="WITH_DELAY">FALSE</field>
                                                                        <value name="VALUE">
                                                                          <block type="math_arithmetic" id="B-`bM)2M!I+^nb-_zk;E">
                                                                            <field name="OP">ADD</field>
                                                                            <value name="A">
                                                                              <shadow type="math_number" id="W`T6v0$]V:C5j)w%%$=x">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="variables_get" id="lqz?y;XIQ9nnryeEWn{(">
                                                                                <field name="VAR" id="!WZBe;{`hZ_A:/_%1~.K">Var_PV_addiere_Watt_Master_und_Watt_Slave</field>
                                                                              </block>
                                                                            </value>
                                                                            <value name="B">
                                                                              <shadow type="math_number" id="]H3?6[!S^?8OU}Tq#1q4">
                                                                                <field name="NUM">1</field>
                                                                              </shadow>
                                                                              <block type="variables_get" id="f^I}2mTr|sEz,~C:NIay">
                                                                                <field name="VAR" id="3+QuPjTrBo,!hDErGT(:">Var_WirkleistungSmartMeterVerbrauch-ZUKAUF</field>
                                                                              </block>
                                                                            </value>
                                                                          </block>
                                                                        </value>
                                                                      </block>
                                                                    </statement>
                                                                    <next>
                                                                      <block type="comment" id="NQRiW:4qvPO_/_g]zrN4">
                                                                        <field name="COMMENT">Bedingung bei Einspeisung (Verkauf)</field>
                                                                        <next>
                                                                          <block type="controls_if" id="3hl65%3DD-$lD.,_o#+]">
                                                                            <value name="IF0">
                                                                              <block type="logic_compare" id="=VS6OH2+t@;K4oHlf#k7">
                                                                                <field name="OP">GT</field>
                                                                                <value name="A">
                                                                                  <block type="variables_get" id="g{`]%J9$RVs?:6sY:`kF">
                                                                                    <field name="VAR" id="ddq^0tp(GPEs4g+1BS5w">Var_WirkleistungSmartMeterEinspeisung-VERKAUF</field>
                                                                                  </block>
                                                                                </value>
                                                                                <value name="B">
                                                                                  <block type="math_number" id="SQ84NCu@ftLv)om1[W}|">
                                                                                    <field name="NUM">0</field>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </value>
                                                                            <statement name="DO0">
                                                                              <block type="control" id="KgKhBC/re=xPvd6-a4zO">
                                                                                <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                <field name="OID">0_userdata.0.Photovoltaik.PV-Hausverbrauch</field>
                                                                                <field name="WITH_DELAY">FALSE</field>
                                                                                <value name="VALUE">
                                                                                  <block type="math_arithmetic" id="7xRPKP]pfG68Mjc^z_td">
                                                                                    <field name="OP">MINUS</field>
                                                                                    <value name="A">
                                                                                      <shadow type="math_number">
                                                                                        <field name="NUM">1</field>
                                                                                      </shadow>
                                                                                      <block type="variables_get" id="$`H~WP,@ptOJR3dgpJ$#">
                                                                                        <field name="VAR" id="!WZBe;{`hZ_A:/_%1~.K">Var_PV_addiere_Watt_Master_und_Watt_Slave</field>
                                                                                      </block>
                                                                                    </value>
                                                                                    <value name="B">
                                                                                      <shadow type="math_number" id="@8uR6C(!}Cdxgd[X5:BQ">
                                                                                        <field name="NUM">1</field>
                                                                                      </shadow>
                                                                                      <block type="variables_get" id="9oc]w^EclbxJWjyjmr-i">
                                                                                        <field name="VAR" id="ddq^0tp(GPEs4g+1BS5w">Var_WirkleistungSmartMeterEinspeisung-VERKAUF</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </value>
                                                                              </block>
                                                                            </statement>
                                                                            <next>
                                                                              <block type="comment" id="B-BgIgiV3fL6:my};bcN">
                                                                                <field name="COMMENT">Wert von Smartmeter zu S7 schicken</field>
                                                                                <next>
                                                                                  <block type="control" id=":Q@wY8XR6#uF=@.y3UG9">
                                                                                    <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                                    <field name="OID">s7.0.DBs.DB30.PV_Smartmeter_Wirkleistung_verkaufen</field>
                                                                                    <field name="WITH_DELAY">FALSE</field>
                                                                                    <value name="VALUE">
                                                                                      <block type="variables_get" id="gOkcNj..V_X{WMO!QLM!">
                                                                                        <field name="VAR" id="ddq^0tp(GPEs4g+1BS5w">Var_WirkleistungSmartMeterEinspeisung-VERKAUF</field>
                                                                                      </block>
                                                                                    </value>
                                                                                  </block>
                                                                                </next>
                                                                              </block>
                                                                            </next>
                                                                          </block>
                                                                        </next>
                                                                      </block>
                                                                    </next>
                                                                  </block>
                                                                </next>
                                                              </block>
                                                            </next>
                                                          </block>
                                                        </next>
                                                      </block>
                                                    </next>
                                                  </block>
                                                </next>
                                              </block>
                                            </next>
                                          </block>
                                        </next>
                                      </block>
                                    </statement>
                                  </block>
                                </xml>
                                
                                1 Antwort Letzte Antwort
                                0
                                Antworten
                                • In einem neuen Thema antworten
                                Anmelden zum Antworten
                                • Älteste zuerst
                                • Neuste zuerst
                                • Meiste Stimmen


                                Support us

                                ioBroker
                                Community Adapters
                                Donate
                                FAQ Cloud / IOT
                                HowTo: Node.js-Update
                                HowTo: Backup/Restore
                                Downloads
                                BLOG

                                662

                                Online

                                32.6k

                                Benutzer

                                82.3k

                                Themen

                                1.3m

                                Beiträge
                                Community
                                Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                ioBroker Community 2014-2025
                                logo
                                • Anmelden

                                • Du hast noch kein Konto? Registrieren

                                • Anmelden oder registrieren, um zu suchen
                                • Erster Beitrag
                                  Letzter Beitrag
                                0
                                • Home
                                • Aktuell
                                • Tags
                                • Ungelesen 0
                                • Kategorien
                                • Unreplied
                                • Beliebt
                                • GitHub
                                • Docu
                                • Hilfe