Skip to content

Commit

Permalink
Update power_monitoring.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lskov authored Sep 4, 2022
1 parent 7711508 commit 408237a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/thermald/power_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
CAR_BATTERY_CAPACITY_uWh = 30e6
CAR_CHARGING_RATE_W = 45

VBATT_PAUSE_CHARGING = 12.1 # Lower limit on the LPF car battery voltage
VBATT_PAUSE_CHARGING = 11.8 # Lower limit on the LPF car battery voltage
VBATT_INSTANT_PAUSE_CHARGING = 7.0 # Lower limit on the instant car battery voltage measurements to avoid triggering on instant power loss
MAX_TIME_OFFROAD_S = 2*3600
MAX_TIME_OFFROAD_S = 5*3600
MIN_ON_TIME_S = 3600

class PowerMonitoring:
Expand Down

0 comments on commit 408237a

Please sign in to comment.