Merge pull request #1433 from dalathegreat/bugfix/double-UI-bugs

Improvement: UI visualization of contactor states
This commit is contained in:
Daniel Öster 2025-08-23 21:17:01 +03:00 committed by GitHub
commit 3087ff9caf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 107 additions and 124 deletions

View file

@ -271,8 +271,8 @@ String get_event_message_string(EVENTS_ENUM_TYPE event) {
case EVENT_INTERFACE_MISSING:
return "Configuration trying to use CAN interface not baked into the software. Recompile software!";
case EVENT_ERROR_OPEN_CONTACTOR:
return "Too much time spent in error state. Opening contactors, not safe to continue charging. "
"Check other error code for reason!";
return "Too much time spent in error state. Opening contactors, not safe to continue. "
"Check other active ERROR code for reason. Reboot emulator after problem is solved!";
case EVENT_MODBUS_INVERTER_MISSING:
return "Modbus inverter has not sent any data. Inspect communication wiring!";
case EVENT_NO_ENABLE_DETECTED: