Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Blockly
    5. Skript Hilfe: Warnung Heizstrahler immer noch an

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Skript Hilfe: Warnung Heizstrahler immer noch an

    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      freaktech last edited by

      Hi ich möchte eine Push bekommen wenn jemand den Heizstrahler nicht ausschaltet.

      zb nach 30 min über 1 Watt verbrauch.

      sende Nachricht

      wenn Verbrauch zb 3 min auf 0 Watt Rosette das ganzer

      komm aber nicht weiter, kann mir jemand kurz weiterhelfen bitte wie es aussehen muss

      Bildschirmfoto 2020-01-03 um 10.46.53.png

      <xml xmlns="http://www.w3.org/1999/xhtml">
        <variables>
          <variable type="" id="`p]Xn8a.6HqjxE%/tkvU">warten</variable>
        </variables>
        <block type="on_ext" id="6=m2OGAHG*oml0Xu##IP" x="-87" y="-12">
          <mutation items="1"></mutation>
          <field name="CONDITION">any</field>
          <field name="ACK_CONDITION"></field>
          <value name="OID0">
            <shadow type="field_oid" id="R6aI=!j;pG6Luf#id_)*">
              <field name="oid">shelly.0.SHPLG-S#266FFD#1.Relay0.Power</field>
            </shadow>
          </value>
          <statement name="STATEMENT">
            <block type="controls_if" id="Mb]Q+EB,+(UxpMRk:,,k">
              <value name="IF0">
                <block type="logic_operation" id="F:)qYHsI}dugF;;Tjm,A" inline="false">
                  <field name="OP">AND</field>
                  <value name="A">
                    <block type="logic_compare" id="H5%_/a!o;(cd2f~t!+^Q">
                      <field name="OP">GT</field>
                      <value name="A">
                        <block type="get_value" id="a:y916W!S%H|pb5qQl:J">
                          <field name="ATTR">val</field>
                          <field name="OID">shelly.0.SHPLG-S#266FFD#1.Relay0.Power</field>
                        </block>
                      </value>
                      <value name="B">
                        <block type="math_number" id="qFPWw{;UZY{D^a6HN4F4">
                          <field name="NUM">10</field>
                        </block>
                      </value>
                    </block>
                  </value>
                  <value name="B">
                    <block type="logic_compare" id="+]^D[{zcOd~)d%8C%:S9">
                      <field name="OP">EQ</field>
                      <value name="B">
                        <block type="logic_boolean" id="BlP[`XK*dfV6{q],uSuN">
                          <field name="BOOL">FALSE</field>
                        </block>
                      </value>
                    </block>
                  </value>
                </block>
              </value>
              <statement name="DO0">
                <block type="variables_set" id="K]z?y|p#.S^U?IFoFY,T">
                  <field name="VAR" id="`p]Xn8a.6HqjxE%/tkvU" variabletype="">warten</field>
                  <value name="VALUE">
                    <block type="logic_boolean" id="v`]9Ng?d,ZNr?VH@q*(m">
                      <field name="BOOL">TRUE</field>
                    </block>
                  </value>
                  <next>
                    <block type="pushover" id="HFL4/j5CcVGI}gX7)`zX">
                      <field name="INSTANCE">.0</field>
                      <field name="SOUND"></field>
                      <field name="PRIORITY">0</field>
                      <field name="LOG"></field>
                      <value name="MESSAGE">
                        <shadow type="text" id="??G{y36)Upw:*k6!f)s1">
                          <field name="TEXT">Heizstrahler läuft noch</field>
                        </shadow>
                      </value>
                      <next>
                        <block type="control" id="X|.|+BtfVm!9J%Y]Kv,5">
                          <mutation delay_input="false"></mutation>
                          <field name="OID">alexa2.1.Echo-Devices.G000WV0484541A9F.Commands.speak</field>
                          <field name="WITH_DELAY">FALSE</field>
                          <value name="VALUE">
                            <block type="text" id="aq/o:~iX6FK(F]YpuXD]">
                              <field name="TEXT">Heizstrahler läuft noch</field>
                            </block>
                          </value>
                          <next>
                            <block type="control" id="8a?uNT:YG9IXh6ClzlSI">
                              <mutation delay_input="false"></mutation>
                              <field name="OID">alexa2.1.Echo-Devices.G070RR0975070D18.Commands.speak</field>
                              <field name="WITH_DELAY">FALSE</field>
                              <value name="VALUE">
                                <block type="text" id="%5.^X]nQbcN#RYRKDH/Q">
                                  <field name="TEXT">Heizstrahler läuft noch</field>
                                </block>
                              </value>
                              <next>
                                <block type="variables_set" id="H37H^W{=GK;W}EE^ScSe">
                                  <field name="VAR" id="`p]Xn8a.6HqjxE%/tkvU" variabletype="">warten</field>
                                  <value name="VALUE">
                                    <block type="logic_boolean" id="kt?ZI|H}MU?*DF,9s5nT">
                                      <field name="BOOL">FALSE</field>
                                    </block>
                                  </value>
                                </block>
                              </next>
                            </block>
                          </next>
                        </block>
                      </next>
                    </block>
                  </next>
                </block>
              </statement>
            </block>
          </statement>
        </block>
      </xml>
      
      Homoran 1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @freaktech last edited by

        @freaktech sagte in Skript Hilfe: Warnung Heizstrahler immer noch an:

        wenn Verbrauch zb 3 min auf 0 Watt Rosette das ganzer

        ????

        @freaktech sagte in Skript Hilfe: Warnung Heizstrahler immer noch an:

        zb nach 30 min über 1 Watt verbrauch.

        Da kannst du ruhig höher gehen (aber Wh!).
        Ein Heizstrahler hat irgendwas zwischen 600 und 2000W, das sind zwischen 10 und 33 Wh/min

        Wenn du mir jetzt noch sagst was dein Datenpunkt Power ausgibt, kann ich dir vielleicht helfen

        1 Reply Last reply Reply Quote 0
        • M
          Marco78 last edited by

          Fehlt in deiner Abfrage, in der zweiten "UND-Zeile" nicht noch ein Datenpunkt um überhaupt irgendwann mal triggern zu können?
          So wie ich das deute, kann die Bedienung so niemals erfüllt werden?!

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

          Support us

          ioBroker
          Community Adapters
          Donate

          923
          Online

          31.9k
          Users

          80.1k
          Topics

          1.3m
          Posts

          3
          3
          245
          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