Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Node-Red
    5. Wasserregulierung Aquarium

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Wasserregulierung Aquarium

    This topic has been deleted. Only users with topic management privileges can see it.
    • mickym
      mickym Most Active @Aphofis last edited by mickym

      @aphofis sagte in ["erfolgreich", "gelöst"] Wasserregulierung Aquarium:

      Noch ein Mini Problem, wenn man einen Kaffee macht, sind es immer nur kurze schübe hintereinander sprich es müssten entweder alle werte für 10 sek in eine liste geschrieben werden und dann erst ausgerechnet werden weil der Druck so hoch ist das dass was die Maschine verbraucht minimal ist. also den ausrechnugs Trigger vllt erweitern um ein Delay und die gesammelten werte aus dem counter dann erst zusammenrechnen. Ähnlich wird es beim Aquarium sein.

      Na ja das verstehe ich jetzt nicht. Wenn die Schübe so kurz sind, dass der Durchfluss gar nicht registriert wird, dann bringt auch ein Aufsummieren in Listen nichts. Wenn Du Angst hast, dass Nachrichten verloren gehen, weil die Ausrechnung zu lange dauert, dann gibts darauf nur 2 Dinge zu sagen.

      1. Wenn die Trigger unter 250 ms kommen, dann wirst Du die auch nicht in Listen speichern können.
      2. Wenn es Dir nur um den Rest geht, dann begrenze einfach die Nachrichtenrate mit einer Delay Node, dann kann das ganz gemütlich aber gerechnet werden, auch wenn die Mengen im halb Sekundentakt eintreffen.

      Das Zusammenfassen in Listen über einen Zeitraum x macht nur Sinn, wenn Du der Meinung bist, dass die Durchflussmengen unter 0,01 liegen, aber das glaube ich nicht, dass das sowieso so genau erfasst werden kann.

      Erst wenn Du meinst Du kommst mit einer Begrenzung nicht aus, dann könnte man hier mit einer function Node selbst programmieren, über den flow context addieren (da brauchst doch keine Listen oder Arrays) oder mit einer aggregator Node arbeiten. Am einfachsten ist sicher hier mit der aggregator Node zu arbeiten, die ist am flexibelsten und am vielseitigsten.

      Dein FLOW ist übrigens nicht importierbar, wenn er nicht in CodeTags ist. Ein Spoiler reicht NICHT!
      Ansonsten schauts gut aus - nur dass ich mit einer cronplus Node und eine switch NOde gearbeitet hätte, aber so gehts natürlich auch. Ausserdem würde ich den Jahrespunkt entweder am 1.1. um 0:00 Uhr setzen oder am 31.12. um 23:59, aber nicht um 0:00 Uhr.

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

        @mickym
        noch mal eine dumme Frage,
        bei allen steht ja der payload ihrer eigenschaft.
        also durchfluss ~ durchfluss
        tag ~ tag usw. doch bei gesamt steht auch durchfluss in der change node für gesamt
        wie ist denn da die verarbeitung zu verstehen.
        Screenshot 2024-08-18 085846.png

        [
            {
                "id": "1a1876d6fd414b64",
                "type": "change",
                "z": "e96d40e5c03c8e73",
                "name": "",
                "rules": [
                    {
                        "t": "set",
                        "p": "durchfluss",
                        "pt": "msg",
                        "to": "$round(durchfluss * 5.1,2)",
                        "tot": "jsonata"
                    },
                    {
                        "t": "set",
                        "p": "jahr",
                        "pt": "msg",
                        "to": "$round(durchfluss  / 1000 + jahr,2)",
                        "tot": "jsonata"
                    },
                    {
                        "t": "set",
                        "p": "gesamt",
                        "pt": "msg",
                        "to": "$round(durchfluss  / 1000 + gesamt,2)",
                        "tot": "jsonata"
                    },
                    {
                        "t": "set",
                        "p": "tag",
                        "pt": "msg",
                        "to": "$round(durchfluss  + tag,2)",
                        "tot": "jsonata"
                    }
                ],
                "action": "",
                "property": "",
                "from": "",
                "to": "",
                "reg": false,
                "x": 440,
                "y": 340,
                "wires": [
                    [
                        "44ef0e4042c6ce50",
                        "d608be45b53e2d65",
                        "1c4049c837709955",
                        "eeea6be93ef84e68",
                        "8c50dad878f1363c"
                    ]
                ]
            },
            {
                "id": "d71bb0083fe22676",
                "type": "ioBroker out",
                "z": "e96d40e5c03c8e73",
                "name": "durchfluss",
                "topic": "sonoff.0.Aqua_Float.SENSOR.COUNTER.C1",
                "ack": "true",
                "autoCreate": "false",
                "stateName": "",
                "role": "",
                "payloadType": "",
                "readonly": "",
                "stateUnit": "",
                "stateMin": "",
                "stateMax": "",
                "x": 940,
                "y": 310,
                "wires": []
            },
            {
                "id": "b2f8630fc2e72c50",
                "type": "ioBroker out",
                "z": "e96d40e5c03c8e73",
                "name": "tag",
                "topic": "0_userdata.0.Test_Wasser.Test_Wasser_Tag",
                "ack": "true",
                "autoCreate": "false",
                "stateName": "",
                "role": "",
                "payloadType": "",
                "readonly": "",
                "stateUnit": "",
                "stateMin": "",
                "stateMax": "",
                "x": 920,
                "y": 360,
                "wires": []
            },
            {
                "id": "3d07bf7fb1e614bd",
                "type": "ioBroker out",
                "z": "e96d40e5c03c8e73",
                "name": "jahr",
                "topic": "0_userdata.0.Test_Wasser.Test_Wasser_Jahr",
                "ack": "true",
                "autoCreate": "false",
                "stateName": "",
                "role": "",
                "payloadType": "",
                "readonly": "",
                "stateUnit": "",
                "stateMin": "",
                "stateMax": "",
                "x": 920,
                "y": 410,
                "wires": []
            },
            {
                "id": "c87cb1a919d6871f",
                "type": "ioBroker out",
                "z": "e96d40e5c03c8e73",
                "name": "gesamt",
                "topic": "0_userdata.0.Test_Wasser.Test_Wasser_Gesamt",
                "ack": "true",
                "autoCreate": "false",
                "stateName": "",
                "role": "",
                "payloadType": "",
                "readonly": "",
                "stateUnit": "",
                "stateMin": "",
                "stateMax": "",
                "x": 930,
                "y": 260,
                "wires": []
            },
            {
                "id": "d608be45b53e2d65",
                "type": "change",
                "z": "e96d40e5c03c8e73",
                "name": "",
                "rules": [
                    {
                        "t": "set",
                        "p": "payload",
                        "pt": "msg",
                        "to": "durchfluss",
                        "tot": "msg"
                    }
                ],
                "action": "",
                "property": "",
                "from": "",
                "to": "",
                "reg": false,
                "x": 710,
                "y": 310,
                "wires": [
                    [
                        "d71bb0083fe22676"
                    ]
                ]
            },
            {
                "id": "1c4049c837709955",
                "type": "change",
                "z": "e96d40e5c03c8e73",
                "name": "",
                "rules": [
                    {
                        "t": "set",
                        "p": "payload",
                        "pt": "msg",
                        "to": "tag",
                        "tot": "msg"
                    }
                ],
                "action": "",
                "property": "",
                "from": "",
                "to": "",
                "reg": false,
                "x": 710,
                "y": 360,
                "wires": [
                    [
                        "b2f8630fc2e72c50"
                    ]
                ]
            },
            {
                "id": "eeea6be93ef84e68",
                "type": "change",
                "z": "e96d40e5c03c8e73",
                "name": "",
                "rules": [
                    {
                        "t": "set",
                        "p": "payload",
                        "pt": "msg",
                        "to": "jahr",
                        "tot": "msg"
                    }
                ],
                "action": "",
                "property": "",
                "from": "",
                "to": "",
                "reg": false,
                "x": 710,
                "y": 410,
                "wires": [
                    [
                        "3d07bf7fb1e614bd"
                    ]
                ]
            },
            {
                "id": "44ef0e4042c6ce50",
                "type": "change",
                "z": "e96d40e5c03c8e73",
                "name": "",
                "rules": [
                    {
                        "t": "set",
                        "p": "payload",
                        "pt": "msg",
                        "to": "durchfluss",
                        "tot": "msg"
                    }
                ],
                "action": "",
                "property": "",
                "from": "",
                "to": "",
                "reg": false,
                "x": 710,
                "y": 260,
                "wires": [
                    [
                        "c87cb1a919d6871f"
                    ]
                ]
            },
            {
                "id": "0fa0de1398efaa3b",
                "type": "link in",
                "z": "e96d40e5c03c8e73",
                "name": "link in 1",
                "links": [
                    "9a39688816db1eb6"
                ],
                "x": 315,
                "y": 340,
                "wires": [
                    [
                        "1a1876d6fd414b64"
                    ]
                ],
                "icon": "node-red-contrib-calc/calculator.png"
            }
        ]
        


        ist mir nur aufgefallen, das dreimal innerhalb weniger sekunden gepumpt wird und weil das so schnell geht, wird der durchfluss wert im ESP nicht resettet oder liegt das an dem delay

        mickym 1 Reply Last reply Reply Quote 0
        • mickym
          mickym Most Active @Aphofis last edited by mickym

          @aphofis sagte in ["erfolgreich", "gelöst"] Wasserregulierung Aquarium:

          @mickym
          noch mal eine dumme Frage,
          bei allen steht ja der payload ihrer eigenschaft.
          also durchfluss ~ durchfluss
          tag ~ tag usw. doch bei gesamt steht auch durchfluss in der change node für gesamt

          Tja ich habe die Change Node nicht gemacht, da hat wohl jemand nicht exakt gearbeitet oder nicht verstanden was er tut.
          Ich habe Dir hier, lediglich erklärt, dass die iobroker-out Node nur eine payload wieder in einen Datenpunkt schreibt.

          ist mir nur aufgefallen, das dreimal innerhalb weniger sekunden gepumpt wird und weil das so schnell geht, wird der durchfluss wert im ESP nicht resettet oder liegt das an dem delay

          Keine Ahnung was für ein delay?

          b66ec9e1-50f5-41dd-9947-7926126eaa42-image.png

          Ausserdem schreibt man KEINE Werte in EINEN Adapter, sondern nur Kommandos. Das habe ich aber alles schon erklärt.

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

            @mickym
            ja das stimmt. Habe die value in command geändert. Ist wohl bei mir etwas untergegangen.
            den payload habe ich dann auch in gesamt geändert.
            Der Dekay sitzt nur in dem Strang der den Counter auf dem Tasmota Gerät auf null setzt.
            Hat damit also nix zu tun.

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

              @mickym
              hab ich oben angepasst.
              Telegram ist völlig unwichtig.
              Das Blockly hab ich Telegram rausgeschmissen. Sollte jetzt importiert werden können.

              
              <xml xmlns="https://developers.google.com/blockly/xml">
                <variables>
                  <variable id="GnuRk+7KsY$0X2R3aUO1">Wassermenge</variable>
                  <variable id="8TTn.0gElhjE;FlI3{:~">Wasser_Tag</variable>
                  <variable id="1Q4.:OQ6u!U%3ez6^aej">Wasser_Jahr</variable>
                  <variable type="timeout" id="timeout">timeout</variable>
                </variables>
                <block type="variables_set" id="HUSPsI8yrvs1R9buB5UE" x="-1212" y="-763">
                  <field name="VAR" id="GnuRk+7KsY$0X2R3aUO1">Wassermenge</field>
                  <value name="VALUE">
                    <block type="math_arithmetic" id="e1#%MoOBW(WQNQtz+];;">
                      <field name="OP">MULTIPLY</field>
                      <value name="A">
                        <shadow type="math_number" id="f)g1|Fqv,`2l-1dYfZ34">
                          <field name="NUM">1</field>
                        </shadow>
                        <block type="get_value" id="|=$q%x;t`MAEW/vG=BLQ">
                          <field name="ATTR">val</field>
                          <field name="OID">sonoff.0.Aqua_Float.SENSOR.COUNTER.C2</field>
                        </block>
                      </value>
                      <value name="B">
                        <shadow type="math_number" id="j[l*MeT/~[+quhxnrS7C">
                          <field name="NUM">5.21</field>
                        </shadow>
                      </value>
                    </block>
                  </value>
                  <next>
                    <block type="variables_set" id="HchfBD.f$i=}z$B3%%ro">
                      <field name="VAR" id="8TTn.0gElhjE;FlI3{:~">Wasser_Tag</field>
                      <value name="VALUE">
                        <block type="get_value" id="M_~UzJP71@mQ8;LaEqA;">
                          <field name="ATTR">val</field>
                          <field name="OID">0_userdata.0.Aqua_Control.0.Wasser.Wasserzähler_Tag</field>
                        </block>
                      </value>
                      <next>
                        <block type="variables_set" id="eg3d1X/Cm`7YA1`r@6/5">
                          <field name="VAR" id="1Q4.:OQ6u!U%3ez6^aej">Wasser_Jahr</field>
                          <value name="VALUE">
                            <block type="get_value" id="HFTLl.5s}DD!S3VkI2}w">
                              <field name="ATTR">val</field>
                              <field name="OID">0_userdata.0.Aqua_Control.0.Wasser.Wasserzähler_Jahr</field>
                            </block>
                          </value>
                          <next>
                            <block type="on_ext" id="0:-d[({.Z}?pVdpxL($`">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
                              <field name="CONDITION">ne</field>
                              <field name="ACK_CONDITION"></field>
                              <value name="OID0">
                                <shadow type="field_oid" id="0W#F=X0/oRtnrPk9h3{x">
                                  <field name="oid">sonoff.0.Aqua_Float.POWER</field>
                                </shadow>
                                <block type="text" id="*P`{6.y$Qz:6)XRyP/e.">
                                  <field name="TEXT">sonoff.0.Aqua_Float.SENSOR.COUNTER.C2</field>
                                </block>
                              </value>
                              <statement name="STATEMENT">
                                <block type="variables_set" id=".o$v5mYbaxJ%Dy^rAJ~@">
                                  <field name="VAR" id="GnuRk+7KsY$0X2R3aUO1">Wassermenge</field>
                                  <value name="VALUE">
                                    <block type="math_rndfixed" id="~C}Q;4pD[j1fqWGOQbxr">
                                      <field name="n">2</field>
                                      <value name="x">
                                        <shadow type="math_number" id="sYM=iIrazCVz3G9{m*Wp">
                                          <field name="NUM">3.1234</field>
                                        </shadow>
                                        <block type="on_source" id="3{.pWaaavxoM|Ix^BlA}">
                                          <field name="ATTR">state.val</field>
                                        </block>
                                      </value>
                                    </block>
                                  </value>
                                  <next>
                                    <block type="update" id="?h=3;[vg7tLw)/h@7:$A">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">0_userdata.0.Aqua_Control.0.Wasser.Wasser_Counter</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="variables_get" id=",s^*MoNszpa:oog%EMAW">
                                          <field name="VAR" id="GnuRk+7KsY$0X2R3aUO1">Wassermenge</field>
                                        </block>
                                      </value>
                                      <next>
                                        <block type="debug" id="^-PLnz!%La/%esP+p|q%">
                                          <field name="Severity">info</field>
                                          <value name="TEXT">
                                            <shadow type="text" id="W!}jJFO{vTG9fL(st@|Z">
                                              <field name="TEXT">test</field>
                                            </shadow>
                                            <block type="text_join" id="oliPeI~VRSKRwW7]r|%]" inline="true">
                                              <mutation items="2"></mutation>
                                              <value name="ADD0">
                                                <block type="variables_get" id="-A9r0_TWSe~DfBweAXDt">
                                                  <field name="VAR" id="GnuRk+7KsY$0X2R3aUO1">Wassermenge</field>
                                                </block>
                                              </value>
                                              <value name="ADD1">
                                                <block type="text" id="8Ojo1T/MND*{-XQvij#:">
                                                  <field name="TEXT"> ml</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                        </block>
                                      </next>
                                    </block>
                                  </next>
                                </block>
                              </statement>
                              <next>
                                <block type="on" id=".Kws=H5v3:9sC$2y}XY.">
                                  <field name="OID">sonoff.0.Aqua_Float.POWER</field>
                                  <field name="CONDITION">ne</field>
                                  <field name="ACK_CONDITION"></field>
                                  <statement name="STATEMENT">
                                    <block type="control" id="`#?D6cI2R48DM4)iEV2)">
                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                      <field name="OID">sonoff.0.Aqua_Control.POWER1</field>
                                      <field name="WITH_DELAY">FALSE</field>
                                      <value name="VALUE">
                                        <block type="on_source" id="Z:Ey]JGh2[+Z2p6CktfV">
                                          <field name="ATTR">state.val</field>
                                        </block>
                                      </value>
                                      <next>
                                        <block type="controls_if" id="fwTIogd8xTfe{#gzL9Cn">
                                          <value name="IF0">
                                            <block type="logic_negate" id="U/Ou4#ODbm6%waUiXwK3">
                                              <value name="BOOL">
                                                <block type="on_source" id="LKR8T,H^%|Gh2gr{;F,#">
                                                  <field name="ATTR">state.val</field>
                                                </block>
                                              </value>
                                            </block>
                                          </value>
                                          <statement name="DO0">
                                            <block type="timeouts_settimeout" id="RtR6.MNo`wh`ud[PbJ]:">
                                              <field name="NAME">timeout</field>
                                              <field name="DELAY">1000</field>
                                              <field name="UNIT">ms</field>
                                              <statement name="STATEMENT">
                                                <block type="math_change" id="IX/.|6z/Aro1]dY5SAYb">
                                                  <field name="VAR" id="8TTn.0gElhjE;FlI3{:~">Wasser_Tag</field>
                                                  <value name="DELTA">
                                                    <shadow type="math_number" id="=M*S)jZ,M4p(dx.CTNCh">
                                                      <field name="NUM">1</field>
                                                    </shadow>
                                                    <block type="variables_get" id="su_iSda]mMUcg|Ylu@=o">
                                                      <field name="VAR" id="GnuRk+7KsY$0X2R3aUO1">Wassermenge</field>
                                                    </block>
                                                  </value>
                                                  <next>
                                                    <block type="update" id="fwHm}o7U6~1d|Z|{o_na">
                                                      <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                      <field name="OID">0_userdata.0.Aqua_Control.0.Wasser.Wasserzähler_Tag</field>
                                                      <field name="WITH_DELAY">FALSE</field>
                                                      <value name="VALUE">
                                                        <block type="math_rndfixed" id=";]qdo[hKwhyu5U)H]|AP">
                                                          <field name="n">1</field>
                                                          <value name="x">
                                                            <shadow type="math_number" id="%/fU!@WL!D1NR8vZIXrJ">
                                                              <field name="NUM">3.1234</field>
                                                            </shadow>
                                                            <block type="variables_get" id=".$Y/`yQi2Ep48g$zUH!(">
                                                              <field name="VAR" id="8TTn.0gElhjE;FlI3{:~">Wasser_Tag</field>
                                                            </block>
                                                          </value>
                                                        </block>
                                                      </value>
                                                      <next>
                                                        <block type="math_change" id="|lE6{O$UQZ68v5$V-mhf">
                                                          <field name="VAR" id="1Q4.:OQ6u!U%3ez6^aej">Wasser_Jahr</field>
                                                          <value name="DELTA">
                                                            <shadow type="math_number" id="r(O489L+4qKOus0|bJZ]">
                                                              <field name="NUM">1</field>
                                                            </shadow>
                                                            <block type="math_arithmetic" id="aUjod9%H]Jr`c:7;L`1L">
                                                              <field name="OP">DIVIDE</field>
                                                              <value name="A">
                                                                <shadow type="math_number" id="G]!BBiks_53Irs;)eRZ/">
                                                                  <field name="NUM">1</field>
                                                                </shadow>
                                                                <block type="variables_get" id="==0y1MmV=A38?y{8!7Qp">
                                                                  <field name="VAR" id="GnuRk+7KsY$0X2R3aUO1">Wassermenge</field>
                                                                </block>
                                                              </value>
                                                              <value name="B">
                                                                <shadow type="math_number" id="W)Ad2(Y4FzH8rN6?DDSG">
                                                                  <field name="NUM">1000</field>
                                                                </shadow>
                                                              </value>
                                                            </block>
                                                          </value>
                                                          <next>
                                                            <block type="update" id="v@JXdPp^SX$e}[;*TN;5">
                                                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                              <field name="OID">0_userdata.0.Aqua_Control.0.Wasser.Wasserzähler_Jahr</field>
                                                              <field name="WITH_DELAY">FALSE</field>
                                                              <value name="VALUE">
                                                                <block type="math_rndfixed" id="H]3.WGAtE,UJ;+O:yMqK">
                                                                  <field name="n">3</field>
                                                                  <value name="x">
                                                                    <shadow type="math_number" id="%?~4gjL?h%jK9FuG!MeL">
                                                                      <field name="NUM">3.1234</field>
                                                                    </shadow>
                                                                    <block type="variables_get" id="/n6Y=9C~2W@KV$RXN-DW">
                                                                      <field name="VAR" id="1Q4.:OQ6u!U%3ez6^aej">Wasser_Jahr</field>
                                                                    </block>
                                                                  </value>
                                                                </block>
                                                              </value>
                                                              <next>
                                                                <block type="update" id="`NW9_QcSlKGP;b[9@.QH">
                                                                  <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                                                                  <field name="OID">0_userdata.0.Aqua_Control.0.Wasser.Wasser_Counter</field>
                                                                  <field name="WITH_DELAY">FALSE</field>
                                                                  <value name="VALUE">
                                                                    <block type="math_number" id="|m|G@]xx7.d^nS-E2Q,B">
                                                                      <field name="NUM">0</field>
                                                                    </block>
                                                                  </value>
                                                                  <next>
                                                                    <block type="debug" id="ESkP;ss;~ZDB;gISHFI]">
                                                                      <field name="Severity">info</field>
                                                                      <value name="TEXT">
                                                                        <shadow type="text" id="W!}jJFO{vTG9fL(st@|Z">
                                                                          <field name="TEXT">test</field>
                                                                        </shadow>
                                                                        <block type="text_join" id="R[aL32f3![219OSKE$k!" inline="true">
                                                                          <mutation items="2"></mutation>
                                                                          <value name="ADD0">
                                                                            <block type="variables_get" id="Y%f8;@,D;lNrR?pmQ|(Z">
                                                                              <field name="VAR" id="1Q4.:OQ6u!U%3ez6^aej">Wasser_Jahr</field>
                                                                            </block>
                                                                          </value>
                                                                          <value name="ADD1">
                                                                            <block type="text" id="q=ZJuFoniJND[_z;_j~M">
                                                                              <field name="TEXT"> Liter</field>
                                                                            </block>
                                                                          </value>
                                                                        </block>
                                                                      </value>
                                                                      <next>
                                                                        <block type="http_get" id="e9^C0,Xruq+R^Q=|k3dc">
                                                                          <field name="TIMEOUT">2000</field>
                                                                          <field name="UNIT">ms</field>
                                                                          <field name="TYPE">text</field>
                                                                          <value name="URL">
                                                                            <shadow type="text" id=",_J4F8mdkf!o;QG{KC2z">
                                                                              <field name="TEXT">http://192.168.0.71/cm?user=admin&amp;password=Kasjopayac3po&amp;cmnd=counter2%200</field>
                                                                            </shadow>
                                                                          </value>
                                                                        </block>
                                                                      </next>
                                                                    </block>
                                                                  </next>
                                                                </block>
                                                              </next>
                                                            </block>
                                                          </next>
                                                        </block>
                                                      </next>
                                                    </block>
                                                  </next>
                                                </block>
                                              </statement>
                                            </block>
                                          </statement>
                                        </block>
                                      </next>
                                    </block>
                                  </statement>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </next>
                </block>
                <block type="schedule" id="eY2k):|9:7y;jFJ|-e{." x="-437" y="-687">
                  <field name="SCHEDULE">0 0 1 1 *</field>
                  <statement name="STATEMENT">
                    <block type="variables_set" id="cEkH53kNZuyOARmP+Q|,">
                      <field name="VAR" id="1Q4.:OQ6u!U%3ez6^aej">Wasser_Jahr</field>
                      <value name="VALUE">
                        <block type="math_number" id="9;ptE-Ve[-8t]`aa|Tgl">
                          <field name="NUM">0</field>
                        </block>
                      </value>
                      <next>
                        <block type="update" id="|*@i5i^pfX8@UCo}nN4j">
                          <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                          <field name="OID">0_userdata.0.Aqua_Control.0.Wasser.Wasserzähler_Jahr</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="math_number" id="27z6jlXz=#}B7;,?{V7M">
                              <field name="NUM">0</field>
                            </block>
                          </value>
                        </block>
                      </next>
                    </block>
                  </statement>
                  <next>
                    <block type="schedule" id="!0s4!(IKf352-$Cjs+=H">
                      <field name="SCHEDULE">0 0 * * *</field>
                      <statement name="STATEMENT">
                        <block type="variables_set" id="u2/ozk5F`Si~3`_cLs4`">
                          <field name="VAR" id="8TTn.0gElhjE;FlI3{:~">Wasser_Tag</field>
                          <value name="VALUE">
                            <block type="math_number" id="kQwxXS=Yw7,Q5s]YKP}*">
                              <field name="NUM">0</field>
                            </block>
                          </value>
                          <next>
                            <block type="update" id=",B.vece!}v4W4j`J0O1r">
                              <mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
                              <field name="OID">0_userdata.0.Aqua_Control.0.Wasser.Wasserzähler_Tag</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="math_number" id="(P{ST5UTzs=*|2/~;Z+d">
                                  <field name="NUM">0</field>
                                </block>
                              </value>
                            </block>
                          </next>
                        </block>
                      </statement>
                    </block>
                  </next>
                </block>
              </xml>
              
              


              und Wasser Aktuell soll auch zum Datenpunkt Wasser_Gesamt hinzugefügt werden.

              mickym 1 Reply Last reply Reply Quote 0
              • mickym
                mickym Most Active @Aphofis last edited by

                @aphofis Aber das haben wir doch schon alles gemacht? - Und ehrlich gesagt ein ganz neuen Flow habe ich keine Lust. Wie gesagt formuliere das einfach. Nur Blockly und ich soll dann einen NodeRed Flow daraus machen - da lernst Du nichts.

                Aphofis 1 Reply Last reply Reply Quote 0
                • Aphofis
                  Aphofis @mickym last edited by

                  @mickym
                  Sollst du doch nicht!
                  Ich will auch keinen neuen flow. Nur funkitonieren sollte er schon nur um zu wissen wo das problem ist muss ich mehr node-red lernen.

                  mickym 1 Reply Last reply Reply Quote 0
                  • mickym
                    mickym Most Active @Aphofis last edited by mickym

                    @aphofis Ja dann solltest Du halt beschreiben was nicht geht und was Du zur Untersuchung des Problems getan hast. Ich sehe den Flow aber weiß nicht wo Dein Problem liegt

                    1 Reply Last reply Reply Quote 0
                    • mickym
                      mickym Most Active last edited by

                      @aphofis sagte in ["erfolgreich", "gelöst"] Wasserregulierung Aquarium:

                      @mickym
                      Sollst du doch nicht!
                      Ich will auch keinen neuen flow. Nur funkitonieren sollte er schon nur um zu wissen wo das problem ist muss ich mehr node-red lernen.

                      Ich habs zwar nicht gelesen, aber hier gibts noch ein free E-Book, wenn man sich registriert:

                      Ansonsten gibts auch ein deutsches Buch, dessen Vorgängerversion ich kenne und ich eigentlich ganz gut finde:

                      Trotzdem wirst Du nicht umhin kommen, die erforderliche Logik in Teilschritte zu unterteilen. Die anderen Onlinequellen habe ich Dir ja schon mehrfach gepostet.

                      Aphofis 1 Reply Last reply Reply Quote 0
                      • Aphofis
                        Aphofis @mickym last edited by

                        @mickym
                        Das sehr nett! Vielen Dank
                        Nur werde ich das nicht in einer woche einem Monat lernen.

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        502
                        Online

                        31.7k
                        Users

                        79.7k
                        Topics

                        1.3m
                        Posts

                        2
                        147
                        9314
                        Loading More Posts
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes
                        Reply
                        • Reply as topic
                        Log in to reply
                        Community
                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                        The ioBroker Community 2014-2023
                        logo