mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Add Gorwatt HV to build system
This commit is contained in:
parent
1e0d43af5c
commit
51dbfef201
3 changed files with 6 additions and 0 deletions
|
@ -73,6 +73,7 @@ jobs:
|
|||
- BYD_KOSTAL_RS485
|
||||
- BYD_MODBUS
|
||||
- FOXESS_CAN
|
||||
- GROWATT_HV_CAN
|
||||
- GROWATT_LV_CAN
|
||||
- PYLON_CAN
|
||||
- PYLON_LV_CAN
|
||||
|
|
1
.github/workflows/compile-all-inverters.yml
vendored
1
.github/workflows/compile-all-inverters.yml
vendored
|
@ -59,6 +59,7 @@ jobs:
|
|||
- BYD_KOSTAL_RS485
|
||||
- BYD_MODBUS
|
||||
- FOXESS_CAN
|
||||
- GROWATT_HV_CAN
|
||||
- GROWATT_LV_CAN
|
||||
- PYLON_CAN
|
||||
- PYLON_LV_CAN
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
#include "../datalayer/datalayer.h"
|
||||
#include "GROWATT-HV-CAN.h"
|
||||
|
||||
/* TODO:
|
||||
This protocol has not been tested with any inverter. Proceed with extreme caution.
|
||||
Search the file for "TODO" to see all the places that might require work /*
|
||||
|
||||
/* Growatt BMS CAN-Bus-protocol High Voltage V1.10 2023-11-06
|
||||
29-bit identifier
|
||||
500kBit/sec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue