mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-21 19:23:53 +08:00
* Battery protection If your car battery voltage is lower than 0% switch off charging to stop the Eon from damaging the 12v car battery. Leaving you with a car that can not start but has a fully charged eon ;-) * add rbiasini comment && !ignition * Update Offroad_ChargeDisabled with voltage low * simplify alert * non-temporal hysteresis from @rbiasini And up the start charge limit to 12v. i.e. 50% car battery voltage * once battery power recovers to 11.500 volts charge This leaves 1v inbetween for any fluctuations that could occur. * fix indent * Fix indent of whole block It looks like sometimes when you copy and paste into the github web interface some white spacing gets added or removed. BE AWARE!
28 lines
985 B
JSON
28 lines
985 B
JSON
{
|
|
"Offroad_ChargeDisabled": {
|
|
"text": "EON charging disabled after car being off for more than 3 days or car voltage too low. Turn ignition on to start charging again.",
|
|
"severity": 0
|
|
},
|
|
"Offroad_TemperatureTooHigh": {
|
|
"text": "EON temperature too high. System won't start.",
|
|
"severity": 1
|
|
},
|
|
"Offroad_ConnectivityNeededPrompt": {
|
|
"text": "Connect to internet to check for updates. openpilot won't engage in ",
|
|
"severity": 0,
|
|
"_comment": "Append the number of days at the end of the text"
|
|
},
|
|
"Offroad_ConnectivityNeeded": {
|
|
"text": "Connect to internet to check for updates. openpilot won't engage.",
|
|
"severity": 1
|
|
},
|
|
"Offroad_PandaFirmwareMismatch": {
|
|
"text": "Unexpected panda firmware version. System won't start. Reboot your EON to reflash panda.",
|
|
"severity": 1
|
|
},
|
|
"Offroad_InvalidTime": {
|
|
"text": "Invalid date and time settings, system won't start. Connect to internet to set time.",
|
|
"severity": 1
|
|
}
|
|
}
|