Hier mein rudimentäres Script um mit meinem BKW meine Powerstation immer dann zu laden, wenn das
BKW über 400 Watt Leistung erzeugt.
In meinem Fall ist das im Sommer ab ca. 14:00 Uhr so, das laden der “kleine” Powerstation dauert knapp 3 Stunden, zu dieser Zeit fällt die “Watt” Leistung wieder ab.
Die 50 Watt Abschaltung ist so gewählt, dass Wolken keine Abschaltung auslösen da die Rest Helligkeit im Sommer die 50 Watt übersteigt 🤭
<xml xmlns="https://developers.google.com/blockly/xml">
<block type="on_ext" id="Zgql;yuDe,,:_rAX3C)V" x="-562" y="-487">
<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="c]/3;=1!sN4{)CPfzNxZ">
<field name="oid">sonoff.0.Sonoff-Balkonkraftwerk.ENERGY_Power</field>
</shadow>
</value>
<statement name="STATEMENT">
<block type="controls_if" id="2.=*?9hOO8@[JUQjgEtd">
<value name="IF0">
<block type="logic_compare" id="7E%-HI-h]^y5fV%if44e">
<field name="OP">GTE</field>
<value name="A">
<block type="get_value" id="-2=lyQW(Zm.{rmM!_KVC">
<field name="ATTR">val</field>
<field name="OID">sonoff.0.Sonoff-Balkonkraftwerk.ENERGY_Power</field>
</block>
</value>
<value name="B">
<block type="math_number" id="9#~~w`/pQtlak;?TB{YV">
<field name="NUM">400</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="control" id=".?{o2]Bl~!0mz7di8rjt">
<mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
<field name="OID">sonoff.0.Sonoff-Drucker.POWER</field>
<field name="WITH_DELAY">FALSE</field>
<value name="VALUE">
<block type="logic_boolean" id="OIs2Fh_at4k0sLcK{7b5">
<field name="BOOL">TRUE</field>
</block>
</value>
</block>
</statement>
<next>
<block type="controls_if" id="/QvjBBba^;9v8PxGd!_M">
<value name="IF0">
<block type="logic_compare" id="6ZbD6nYn3Jq8omt113/K">
<field name="OP">LT</field>
<value name="A">
<block type="get_value" id="*{@t+cUK%JT}@%acL1CM">
<field name="ATTR">val</field>
<field name="OID">sonoff.0.Sonoff-Balkonkraftwerk.ENERGY_Power</field>
</block>
</value>
<value name="B">
<block type="math_number" id="4hZyJR]K7=e@26h){LHt">
<field name="NUM">50</field>
</block>
</value>
</block>
</value>
<statement name="DO0">
<block type="control" id=".L@,}8eCphxlOJ(r#Kda">
<mutation xmlns="http://www.w3.org/1999/xhtml" delay_input="false"></mutation>
<field name="OID">sonoff.0.Sonoff-Drucker.POWER</field>
<field name="WITH_DELAY">FALSE</field>
<value name="VALUE">
<block type="logic_boolean" id="0T/Ap^wsX+WQ7uKsd=}k">
<field name="BOOL">FALSE</field>
</block>
</value>
</block>
</statement>
</block>
</next>
</block>
</statement>
</block>
</xml>
P.S. der “Sonoff-Drucker” ist die Steckdose für die Powerstation, habe die nur nicht Umbenannt….