diff options
Diffstat (limited to 'src/home/inverter')
-rw-r--r-- | src/home/inverter/monitor.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/home/inverter/monitor.py b/src/home/inverter/monitor.py index 7f4ca9c..444d3bc 100644 --- a/src/home/inverter/monitor.py +++ b/src/home/inverter/monitor.py @@ -218,8 +218,9 @@ class InverterMonitor(Thread): except StopwatchError: msg = 'gen_charging_program: floating_stopwatch.pause() failed at (1)' logger.warning(msg) - self.error_handler(msg) + # self.error_handler(msg) logger.info('solar power connected during charging, entering AC_BUT_SOLAR state') + return # No surprises at this point, just check the values and make decisions based on them. # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |