Hi,
after trying pimatic 0.8 one year ago I’ve now setup 0.9 with success to control my house heating, mainly my floor heating. 0.9 and the visual rule editor is very good and allowed my to implement my automation very fast. Good work pimatic-Team.
To do that, I’m switching the valves for each room with an actuator switched on/off by a remote controlled power plug. homeduino is controling this. Every rule works fine unless I’m using a duration statement.
working example:
"id": "fb-flur-on", "name": "FB-Flur-on", "rule": "when S2T of temperaturflur is less than 20 then turn Schalter 2.A on", "active": true, "logging": true
This is not working:
"id": "fb-flur-on", "name": "FB-Flur-on", "rule": "when S2T of temperaturflur is less than 20 for 20 minutes then turn Schalter 2.A on", "active": true, "logging": true
Is there something wrong with my rule or is this a bug?
The duration statement is very helpful for heating control to avoid fast switching.
Also I’m wondering why “Log messages” is empty, no line visible. The daemon-log is ok.
Regards
Stefan