Viel kann ich noch nicht beitragen. Gerade habe ich mit der Zirkulationspumpe angefangen. Da fehlt aber noch der Teil, der sie laufen läßt, wenn der Puffer geladen wird.
btw. Kann jemand mal ein paar Beispiel für "during" und "every" bringen?
Ich finde da nix zu...
btw. Kann jemand mal ein paar Beispiel für "during" und "every" bringen?
Ich finde da nix zu...
Code:
<!-- Zirkulation temperaturgesteuert in fixen Zeitraeumen--> <rule id="zirkulation_temp"> <condition type="and"> <condition type="or"> <condition type="timer"> <at wdays="1234567" hour="06" min="00" exception="no" /> <until wdays="1234567" hour="09" min="00" exception="no" /> </condition> <condition type="timer"> <at wdays="1234567" hour="17" min="00" exception="no" /> <until wdays="1234567" hour="23" min="30" exception="no" /> </condition> </condition> <condition type="object" id="ww_temp" op="gt" value="30" /> <condition type="object" id="zirkulation_temp" op="lt" value="26" trigger="true" /> </condition> <actionlist> <action type="cycle-on-off" id="zirkulation" on="180" off="20" count="1"/> </actionlist> </rule>
Kommentar