mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Add all inv/bat to Github workflow
This commit is contained in:
parent
8bba614053
commit
3b546d1466
3 changed files with 9 additions and 8 deletions
13
.github/workflows/compile-all-batteries.yml
vendored
13
.github/workflows/compile-all-batteries.yml
vendored
|
@ -34,19 +34,25 @@ jobs:
|
||||||
# These are the batteries for which the code will be compiled.
|
# These are the batteries for which the code will be compiled.
|
||||||
battery:
|
battery:
|
||||||
- BMW_I3_BATTERY
|
- BMW_I3_BATTERY
|
||||||
|
- BMW_IX_BATTERY
|
||||||
- BYD_ATTO_3_BATTERY
|
- BYD_ATTO_3_BATTERY
|
||||||
- CELLPOWER_BMS
|
- CELLPOWER_BMS
|
||||||
- CHADEMO_BATTERY
|
- CHADEMO_BATTERY
|
||||||
- IMIEV_CZERO_ION_BATTERY
|
- IMIEV_CZERO_ION_BATTERY
|
||||||
- JAGUAR_IPACE_BATTERY
|
- JAGUAR_IPACE_BATTERY
|
||||||
- KIA_HYUNDAI_64_BATTERY
|
- KIA_HYUNDAI_64_BATTERY
|
||||||
|
- KIA_E_GMP_BATTERY
|
||||||
- KIA_HYUNDAI_HYBRID_BATTERY
|
- KIA_HYUNDAI_HYBRID_BATTERY
|
||||||
|
- MG_5_BATTERY
|
||||||
- NISSAN_LEAF_BATTERY
|
- NISSAN_LEAF_BATTERY
|
||||||
- PYLON_BATTERY
|
- PYLON_BATTERY
|
||||||
- RJXZS_BMS
|
- RJXZS_BMS
|
||||||
|
- RANGE_ROVER_PHEV_BATTERY
|
||||||
- RENAULT_KANGOO_BATTERY
|
- RENAULT_KANGOO_BATTERY
|
||||||
|
- RENAULT_TWIZY_BATTERY
|
||||||
- RENAULT_ZOE_GEN1_BATTERY
|
- RENAULT_ZOE_GEN1_BATTERY
|
||||||
- RENAULT_ZOE_GEN2_BATTERY
|
- RENAULT_ZOE_GEN2_BATTERY
|
||||||
|
- SANTA_FE_PHEV_BATTERY
|
||||||
- TESLA_MODEL_3Y_BATTERY
|
- TESLA_MODEL_3Y_BATTERY
|
||||||
- VOLVO_SPA_BATTERY
|
- VOLVO_SPA_BATTERY
|
||||||
- TEST_FAKE_BATTERY
|
- TEST_FAKE_BATTERY
|
||||||
|
@ -54,13 +60,6 @@ jobs:
|
||||||
# These are the emulated inverter communication protocols for which the code will be compiled.
|
# These are the emulated inverter communication protocols for which the code will be compiled.
|
||||||
inverter:
|
inverter:
|
||||||
- BYD_CAN
|
- BYD_CAN
|
||||||
# - BYD_MODBUS
|
|
||||||
# - PYLON_CAN
|
|
||||||
# - SMA_CAN
|
|
||||||
# - SMA_TRIPOWER_CAN
|
|
||||||
# - SOFAR_CAN
|
|
||||||
# - SOLAX_CAN
|
|
||||||
|
|
||||||
# This is the platform GitHub will use to run our workflow.
|
# This is the platform GitHub will use to run our workflow.
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|
2
.github/workflows/compile-all-inverters.yml
vendored
2
.github/workflows/compile-all-inverters.yml
vendored
|
@ -42,10 +42,12 @@ jobs:
|
||||||
# - TESLA_MODEL_3Y_BATTERY
|
# - TESLA_MODEL_3Y_BATTERY
|
||||||
# These are the emulated inverter communication protocols for which the code will be compiled.
|
# These are the emulated inverter communication protocols for which the code will be compiled.
|
||||||
inverter:
|
inverter:
|
||||||
|
- AFORE_CAN
|
||||||
- BYD_CAN
|
- BYD_CAN
|
||||||
- BYD_SMA
|
- BYD_SMA
|
||||||
- BYD_MODBUS
|
- BYD_MODBUS
|
||||||
- FOXESS_CAN
|
- FOXESS_CAN
|
||||||
|
- PYLON_LV_CAN
|
||||||
- PYLON_CAN
|
- PYLON_CAN
|
||||||
- SMA_CAN
|
- SMA_CAN
|
||||||
- SMA_TRIPOWER_CAN
|
- SMA_TRIPOWER_CAN
|
||||||
|
|
|
@ -492,10 +492,10 @@ String processor(const String& var) {
|
||||||
content += datalayer.system.info.battery_protocol;
|
content += datalayer.system.info.battery_protocol;
|
||||||
#ifdef DOUBLE_BATTERY
|
#ifdef DOUBLE_BATTERY
|
||||||
content += " (Double battery)";
|
content += " (Double battery)";
|
||||||
|
#endif // DOUBLE_BATTERY
|
||||||
if (datalayer.battery.info.chemistry == battery_chemistry_enum::LFP) {
|
if (datalayer.battery.info.chemistry == battery_chemistry_enum::LFP) {
|
||||||
content += " (LFP)";
|
content += " (LFP)";
|
||||||
}
|
}
|
||||||
#endif // DOUBLE_BATTERY
|
|
||||||
content += "</h4>";
|
content += "</h4>";
|
||||||
|
|
||||||
#if defined CHEVYVOLT_CHARGER || defined NISSANLEAF_CHARGER
|
#if defined CHEVYVOLT_CHARGER || defined NISSANLEAF_CHARGER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue