NEWS
umstieg von pimatic
-
ich bin gerade beim umstieg von pimatic zu iobroker.
die ganzen geräte funktionieren so weit.
nur mit den regeln komm ich nicht klar.
hatte in pimatic 2 regeln die ich mit blockly nicht hin bekomme.- Regel: when powerGrid of Fronius Inverter is less than -500 for 3 minutes and fibaro_relais1 is turned off then turn fibaro_relais1 on
- Regel: when powerGrid of Fronius Inverter is greater than 100 for 5 minutes and fibaro_relais1 is turned on for 60 minutes and temperature of fibaro_temp_sensor3 is greater than 42 then turn fibaro_relais1 off
kann mir ja jemand helfen bitte
lg Mad
-
das habe ich bisher geschafft, nur wo baue ich die zeiten ein?
<xml xmlns="http://www.w3.org/1999/xhtml"> <block type="on" id="F!!Ou/C`OjBU2N;2s?US" x="188" y="38"> <field name="OID">fronius.0.powerflow.P_Grid</field> <field name="CONDITION">ne</field> <field name="ACK_CONDITION"></field> <statement name="STATEMENT"> <block type="controls_if" id="qjZ;R!,!*H=11p#Egh+v"> <value name="IF0"> <block type="logic_operation" id="cmGS.ub1u5-/XRi/FQUE"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="?]lGz,I4K),UYyo[4%98"> <field name="OP">LT</field> <value name="A"> <block type="on_source" id="{LBQshF_hKMC,Wp=O!@@"> <field name="ATTR">state.val</field> </block> </value> <value name="B"> <block type="math_number" id="Bp?Fi=(b0uKhdv*u!Q6x"> <field name="NUM">-500</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="HKpI5DKrAmnAcSak4W;s"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="nyl~uf0Z2+_6kN1*+g?$"> <field name="ATTR">val</field> <field name="OID">zwave.0.NODE6.SWITCH_BINARY.Instance_1:_Switch_1</field> </block> </value> <value name="B"> <block type="logic_boolean" id="k}DMur}sC,{*c[WncO63"> <field name="BOOL">FALSE</field> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id="(zGO6Qkwq(f8e%kO|8Sg"> <mutation delay_input="false"></mutation> <field name="OID">zwave.0.NODE6.SWITCH_BINARY.Instance_1:_Switch_1</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="/6AaiPMn826qm8P53w7["> <field name="BOOL">TRUE</field> </block> </value> </block> </statement> </block> </statement> <next> <block type="on" id="mO34Zmd9SdeH=HtHZLOt"> <field name="OID">fronius.0.powerflow.P_Grid</field> <field name="CONDITION">ne</field> <field name="ACK_CONDITION"></field> <statement name="STATEMENT"> <block type="controls_if" id="{[diRkfyM[.]Jtxg$4U)"> <value name="IF0"> <block type="logic_operation" id="OevnL,[%w.+ve_h;6C(N"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="-`b=fhm{mPh095}0@KuI"> <field name="OP">GT</field> <value name="A"> <block type="on_source" id="sETxhFI[-k*;pp3ZGJS_"> <field name="ATTR">state.val</field> </block> </value> <value name="B"> <block type="math_number" id="HqJ?48]sqCU]MT/=DZp`"> <field name="NUM">100</field> </block> </value> </block> </value> <value name="B"> <block type="logic_operation" id="(v5+?t,At.q]*haeK/fb"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="fz-Npw-+wjlZzE.+gbCJ"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="uLBs7GxU[F*FMos)(nNI"> <field name="ATTR">val</field> <field name="OID">zwave.0.NODE6.SWITCH_BINARY.Instance_1:_Switch_1</field> </block> </value> <value name="B"> <block type="logic_boolean" id="1~z()h5cV.tem6~D5#u~"> <field name="BOOL">TRUE</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="ow/FdN|$ThNgIO?.yN]T"> <field name="OP">GT</field> <value name="A"> <block type="get_value" id="v]?-?hf8HfB?D63nk;|A"> <field name="ATTR">val</field> <field name="OID">zwave.0.NODE8.SENSOR_MULTILEVEL.Instance_3:_Air_Temperature_3</field> </block> </value> <value name="B"> <block type="math_number" id="EKA{Zn)Tii@{s7}u]G6M"> <field name="NUM">42</field> </block> </value> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id="(|[X898Jn$%eta8@h%$I"> <mutation delay_input="false"></mutation> <field name="OID">zwave.0.NODE6.SWITCH_BINARY.Instance_1:_Switch_1</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="{w9Ai~l*Td~H+xVOGn?J"> <field name="BOOL">FALSE</field> </block> </value> </block> </statement> </block> </statement> </block> </next> </block> </xml> -
das habe ich bisher geschafft, nur wo baue ich die zeiten ein?
<xml xmlns="http://www.w3.org/1999/xhtml"> <block type="on" id="F!!Ou/C`OjBU2N;2s?US" x="188" y="38"> <field name="OID">fronius.0.powerflow.P_Grid</field> <field name="CONDITION">ne</field> <field name="ACK_CONDITION"></field> <statement name="STATEMENT"> <block type="controls_if" id="qjZ;R!,!*H=11p#Egh+v"> <value name="IF0"> <block type="logic_operation" id="cmGS.ub1u5-/XRi/FQUE"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="?]lGz,I4K),UYyo[4%98"> <field name="OP">LT</field> <value name="A"> <block type="on_source" id="{LBQshF_hKMC,Wp=O!@@"> <field name="ATTR">state.val</field> </block> </value> <value name="B"> <block type="math_number" id="Bp?Fi=(b0uKhdv*u!Q6x"> <field name="NUM">-500</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="HKpI5DKrAmnAcSak4W;s"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="nyl~uf0Z2+_6kN1*+g?$"> <field name="ATTR">val</field> <field name="OID">zwave.0.NODE6.SWITCH_BINARY.Instance_1:_Switch_1</field> </block> </value> <value name="B"> <block type="logic_boolean" id="k}DMur}sC,{*c[WncO63"> <field name="BOOL">FALSE</field> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id="(zGO6Qkwq(f8e%kO|8Sg"> <mutation delay_input="false"></mutation> <field name="OID">zwave.0.NODE6.SWITCH_BINARY.Instance_1:_Switch_1</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="/6AaiPMn826qm8P53w7["> <field name="BOOL">TRUE</field> </block> </value> </block> </statement> </block> </statement> <next> <block type="on" id="mO34Zmd9SdeH=HtHZLOt"> <field name="OID">fronius.0.powerflow.P_Grid</field> <field name="CONDITION">ne</field> <field name="ACK_CONDITION"></field> <statement name="STATEMENT"> <block type="controls_if" id="{[diRkfyM[.]Jtxg$4U)"> <value name="IF0"> <block type="logic_operation" id="OevnL,[%w.+ve_h;6C(N"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="-`b=fhm{mPh095}0@KuI"> <field name="OP">GT</field> <value name="A"> <block type="on_source" id="sETxhFI[-k*;pp3ZGJS_"> <field name="ATTR">state.val</field> </block> </value> <value name="B"> <block type="math_number" id="HqJ?48]sqCU]MT/=DZp`"> <field name="NUM">100</field> </block> </value> </block> </value> <value name="B"> <block type="logic_operation" id="(v5+?t,At.q]*haeK/fb"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="fz-Npw-+wjlZzE.+gbCJ"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="uLBs7GxU[F*FMos)(nNI"> <field name="ATTR">val</field> <field name="OID">zwave.0.NODE6.SWITCH_BINARY.Instance_1:_Switch_1</field> </block> </value> <value name="B"> <block type="logic_boolean" id="1~z()h5cV.tem6~D5#u~"> <field name="BOOL">TRUE</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="ow/FdN|$ThNgIO?.yN]T"> <field name="OP">GT</field> <value name="A"> <block type="get_value" id="v]?-?hf8HfB?D63nk;|A"> <field name="ATTR">val</field> <field name="OID">zwave.0.NODE8.SENSOR_MULTILEVEL.Instance_3:_Air_Temperature_3</field> </block> </value> <value name="B"> <block type="math_number" id="EKA{Zn)Tii@{s7}u]G6M"> <field name="NUM">42</field> </block> </value> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id="(|[X898Jn$%eta8@h%$I"> <mutation delay_input="false"></mutation> <field name="OID">zwave.0.NODE6.SWITCH_BINARY.Instance_1:_Switch_1</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="{w9Ai~l*Td~H+xVOGn?J"> <field name="BOOL">FALSE</field> </block> </value> </block> </statement> </block> </statement> </block> </next> </block> </xml>@madison zeige mal ein Bild von deinem Blockly dann kann dir leichter geholfen werden
-
das habe ich bisher geschafft, nur wo baue ich die zeiten ein?
<xml xmlns="http://www.w3.org/1999/xhtml"> <block type="on" id="F!!Ou/C`OjBU2N;2s?US" x="188" y="38"> <field name="OID">fronius.0.powerflow.P_Grid</field> <field name="CONDITION">ne</field> <field name="ACK_CONDITION"></field> <statement name="STATEMENT"> <block type="controls_if" id="qjZ;R!,!*H=11p#Egh+v"> <value name="IF0"> <block type="logic_operation" id="cmGS.ub1u5-/XRi/FQUE"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="?]lGz,I4K),UYyo[4%98"> <field name="OP">LT</field> <value name="A"> <block type="on_source" id="{LBQshF_hKMC,Wp=O!@@"> <field name="ATTR">state.val</field> </block> </value> <value name="B"> <block type="math_number" id="Bp?Fi=(b0uKhdv*u!Q6x"> <field name="NUM">-500</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="HKpI5DKrAmnAcSak4W;s"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="nyl~uf0Z2+_6kN1*+g?$"> <field name="ATTR">val</field> <field name="OID">zwave.0.NODE6.SWITCH_BINARY.Instance_1:_Switch_1</field> </block> </value> <value name="B"> <block type="logic_boolean" id="k}DMur}sC,{*c[WncO63"> <field name="BOOL">FALSE</field> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id="(zGO6Qkwq(f8e%kO|8Sg"> <mutation delay_input="false"></mutation> <field name="OID">zwave.0.NODE6.SWITCH_BINARY.Instance_1:_Switch_1</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="/6AaiPMn826qm8P53w7["> <field name="BOOL">TRUE</field> </block> </value> </block> </statement> </block> </statement> <next> <block type="on" id="mO34Zmd9SdeH=HtHZLOt"> <field name="OID">fronius.0.powerflow.P_Grid</field> <field name="CONDITION">ne</field> <field name="ACK_CONDITION"></field> <statement name="STATEMENT"> <block type="controls_if" id="{[diRkfyM[.]Jtxg$4U)"> <value name="IF0"> <block type="logic_operation" id="OevnL,[%w.+ve_h;6C(N"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="-`b=fhm{mPh095}0@KuI"> <field name="OP">GT</field> <value name="A"> <block type="on_source" id="sETxhFI[-k*;pp3ZGJS_"> <field name="ATTR">state.val</field> </block> </value> <value name="B"> <block type="math_number" id="HqJ?48]sqCU]MT/=DZp`"> <field name="NUM">100</field> </block> </value> </block> </value> <value name="B"> <block type="logic_operation" id="(v5+?t,At.q]*haeK/fb"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="fz-Npw-+wjlZzE.+gbCJ"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="uLBs7GxU[F*FMos)(nNI"> <field name="ATTR">val</field> <field name="OID">zwave.0.NODE6.SWITCH_BINARY.Instance_1:_Switch_1</field> </block> </value> <value name="B"> <block type="logic_boolean" id="1~z()h5cV.tem6~D5#u~"> <field name="BOOL">TRUE</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="ow/FdN|$ThNgIO?.yN]T"> <field name="OP">GT</field> <value name="A"> <block type="get_value" id="v]?-?hf8HfB?D63nk;|A"> <field name="ATTR">val</field> <field name="OID">zwave.0.NODE8.SENSOR_MULTILEVEL.Instance_3:_Air_Temperature_3</field> </block> </value> <value name="B"> <block type="math_number" id="EKA{Zn)Tii@{s7}u]G6M"> <field name="NUM">42</field> </block> </value> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id="(|[X898Jn$%eta8@h%$I"> <mutation delay_input="false"></mutation> <field name="OID">zwave.0.NODE6.SWITCH_BINARY.Instance_1:_Switch_1</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="{w9Ai~l*Td~H+xVOGn?J"> <field name="BOOL">FALSE</field> </block> </value> </block> </statement> </block> </statement> </block> </next> </block> </xml>
Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.
Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.
Mit deinem Input könnte dieser Beitrag noch besser werden 💗
Registrieren Anmelden

