Merge pull request #541 from M4GNV5/feat/pylon-lv

Add new inverter implementation "Pylontech LV"
This commit is contained in:
Daniel Öster 2024-11-04 11:42:16 +02:00 committed by GitHub
commit 293ee65f65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 173 additions and 3 deletions

View file

@ -495,6 +495,9 @@ String processor(const String& var) {
#ifdef PYLON_CAN
content += "Pylontech battery over CAN bus";
#endif // PYLON_CAN
#ifdef PYLON_LV_CAN
content += "Pylontech LV battery over CAN bus";
#endif // PYLON_LV_CAN
#ifdef SERIAL_LINK_TRANSMITTER
content += "Serial link to another LilyGo board";
#endif // SERIAL_LINK_TRANSMITTER