2017 Jun 20, 12:26 PM
Hi,
I have two programs with following settings:
Software version: 3.2.20 (2017-06-08)
enabled Plugins:
mobile_app
mqtt
mqtt_schedule
mqtt_zones
relay_board
signaling_examples
system_update
Relay Board settings: 9
Low is checked
Station handling:
sequential is checked
Individual duration is checked
Extension boards: 1
station delay: 0
Use Rain Sensor (normally closed) is checked
Stations 1 ... 8 are valves
Stations 9 is the master (pump)
Program 1: Every Weekday
Run: (ge) Liguster Kirschlorbeer Obst (bn) Büsche Nord (vt) Himbeeren (ws) Terrasse
Starting: 07:30 with individual station durations
for 00 hrs 51 mins 30 secs until 08:21
Program 2: Every 2 days
Run: (rt) Wiese West (bl) Wiese Nord (gn) Wiese Süd
Starting: 06:00 with individual station durations
for 01 hrs 05 mins 00 secs until 07:05
I my opinion each program should start maximal only once a day.
But every day Programm 1 starts twice. First on 07:30:00 as I wished and then a unknowable second run at 08:21:31 .
e.g. the protocol of today:
for tomorrow the schedule shows only a simple run
but I am sure than the 2nd run will come like every day in the past.
As you see there is no issue with Programm 2 .
I'm a little bit skilled in Python but I don't see any specific parts in coding that maybe could be the problem.
Please, can someone support me?
BR donProsko
I have two programs with following settings:
Software version: 3.2.20 (2017-06-08)
enabled Plugins:
mobile_app
mqtt
mqtt_schedule
mqtt_zones
relay_board
signaling_examples
system_update
Relay Board settings: 9
Low is checked
Station handling:
sequential is checked
Individual duration is checked
Extension boards: 1
station delay: 0
Use Rain Sensor (normally closed) is checked
Stations 1 ... 8 are valves
Stations 9 is the master (pump)
Program 1: Every Weekday
Run: (ge) Liguster Kirschlorbeer Obst (bn) Büsche Nord (vt) Himbeeren (ws) Terrasse
Starting: 07:30 with individual station durations
for 00 hrs 51 mins 30 secs until 08:21
Program 2: Every 2 days
Run: (rt) Wiese West (bl) Wiese Nord (gn) Wiese Süd
Starting: 06:00 with individual station durations
for 01 hrs 05 mins 00 secs until 07:05
I my opinion each program should start maximal only once a day.
But every day Programm 1 starts twice. First on 07:30:00 as I wished and then a unknowable second run at 08:21:31 .
e.g. the protocol of today:
Code:
Date Start Time Station Duration Program
2017-06-20 09:11:31 (ws) Terrasse 01:30 1
2017-06-20 09:06:31 (vt) Himbeeren 05:00 1
2017-06-20 08:51:31 (bn) Büsche Nord 15:00 1
2017-06-20 08:21:31 (ge) Liguster Kirschlorbeer Obst 30:00 1
2017-06-20 08:20:00 (ws) Terrasse 01:30 1
2017-06-20 08:15:00 (vt) Himbeeren 05:00 1
2017-06-20 08:00:00 (bn) Büsche Nord 15:00 1
2017-06-20 07:30:00 (ge) Liguster Kirschlorbeer Obst 30:00 1
2017-06-20 06:35:00 (gn) Wiese Süd 30:00 2
2017-06-20 06:20:00 (bl) Wiese Nord 15:00 2
2017-06-20 06:00:00 (rt) Wiese West 20:00 2
for tomorrow the schedule shows only a simple run
but I am sure than the 2nd run will come like every day in the past.
As you see there is no issue with Programm 2 .
I'm a little bit skilled in Python but I don't see any specific parts in coding that maybe could be the problem.
Please, can someone support me?
BR donProsko