Felix Otto
Felix Otto
every time i reload the config i get this error too: ``` sudo python3 /home/pi/Pi-Somfy/operateShutters.py -c /home/pi/Pi-Somfy/operateShutters.conf -a -e -m Error in MyConfig:ReadValue: 0x279621: invalid literal for int() with base...
`return self.config.getint(self.Section, Entry) ` > > every time i reload the config i get this error too: > > ``` > > sudo python3 /home/pi/Pi-Somfy/operateShutters.py -c /home/pi/Pi-Somfy/operateShutters.conf -a -e -m...
I still get the error: ``` sudo python3 /home/pi/Pi-Somfy/operateShutters.py -c /home/pi/Pi-Somfy/operateShutters.conf -a -e -m Error in MyConfig:ReadValue: 0x279621: invalid literal for int() with base 10: 'None' : myconfig.py:160 Error in...
@firewiremb Thank you, but what is the ShutterIntermediatePositions? I don't understand, what this value is for
@firewiremb yes, when i press the stop button on my wall switch the motor moves the shutter to +- 50 percentage. So what number should i set? (50) for 50%?
Hi i have the same issue: ``` 2020-07-03 13:29:11,909 : [DEBUG] (MainThread) addEvent: Lock aquired 2020-07-03 13:29:11,909 : [DEBUG] (MainThread) addEvent: Lock released 2020-07-03 13:29:11,910 : [DEBUG] (MainThread) Loading Scheudle...
I have the same issue, partioal operation alwas operates the full close and open. It dosent matter wich operation time i set. Is there a fix for this? ``` 2020-07-06...