Blocky output different after some change, but which change caused it?
Posted: Saturday 04 March 2017 17:54
Hi all,
I have the following Event in my Domoticz:
This event is active.
Yesterday night the output was as follows:
Basically : IF CO2 is > 1000 --> start ventilation UNTIL CO2 < 775.
Yesterday I changed 3 things:
1) I added a new event, but this event is not set to active.
2) I set a "Off Delay" of 1200 seconds to the switch that starts the ventilation.
3) I removed 3 lines in the domoticz startup script that looked like this:
sudo sh -c 'echo 17 > /sys/class/gpio/export'
sudo sh -c 'echo high > /sys/class/gpio/gpio17/direction'
sudo sh -c 'echo 1 > /sys/class/gpio/gpio17/active_low'
Now, after these 3 changes, last night this is the output:
So now: it SEEMS that the ventilation starts at 1000 but it does not continue till 775, it stops when it drops below 1000. Or, also possible, it stops after 20 minutes? In any case, I'm lost. What's wrong?
I have the following Event in my Domoticz:
This event is active.
Yesterday night the output was as follows:
Basically : IF CO2 is > 1000 --> start ventilation UNTIL CO2 < 775.
Yesterday I changed 3 things:
1) I added a new event, but this event is not set to active.
2) I set a "Off Delay" of 1200 seconds to the switch that starts the ventilation.
3) I removed 3 lines in the domoticz startup script that looked like this:
sudo sh -c 'echo 17 > /sys/class/gpio/export'
sudo sh -c 'echo high > /sys/class/gpio/gpio17/direction'
sudo sh -c 'echo 1 > /sys/class/gpio/gpio17/active_low'
Now, after these 3 changes, last night this is the output:
So now: it SEEMS that the ventilation starts at 1000 but it does not continue till 775, it stops when it drops below 1000. Or, also possible, it stops after 20 minutes? In any case, I'm lost. What's wrong?