diff options
Diffstat (limited to 'src/home/inverter')
-rw-r--r-- | src/home/inverter/monitor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/inverter/monitor.py b/src/home/inverter/monitor.py index a950c52..1ad8ce1 100644 --- a/src/home/inverter/monitor.py +++ b/src/home/inverter/monitor.py @@ -210,7 +210,7 @@ class InverterMonitor(Thread): if self.util_pd is None or self.util_pd != pd: self.util_pd = pd - if not pd_event_send: + if not pd_event_send and not solar: if pd == BatteryPowerDirection.CHARGING: self.charging_event_handler(ChargingEvent.UTIL_CHARGING_STARTED) else: |