You should add a trigger="true" parameter to the condition:
<condition type="object-compare" id="solar_speicher" id2="solar_dach" op="lt" trigger="true" />
Regards,
Jean-François
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Condition fuktioniert not compare:
<rule id="solar">
<condition type="or">
<condition type="object-compare" id="solar_speicher" id2="solar_dach" op="lt" />
</condition>
Hans
Hi,
You should add a trigger="true" parameter to the condition:
<condition type="object-compare" id="solar_speicher" id2="solar_dach" op="lt" trigger="true" />
Regards,
Jean-François