Skip to content

v4.2.0 release

Compare
Choose a tag to compare
@dalathegreat dalathegreat released this 20 Dec 22:13
· 1590 commits to main since this release
64573be

What's Changed

The Battery-Emulator can now act as a Webserver! You can now remotely check in on what the LilyGo is reporting, and also update software over the air! How cool is that? 😎 When the setting 'WEBSERVER' is enabled, Wifi settings can be tweaked in the 'USER_SETTINGS.cpp' file. For more info on what this feature brings, see the pull request description

Got a tricky inverter that doesn't like to see automotive CAN messages on the same bus as inverter messages? No worries, you can now use two LilyGo's at the same time! One connected to the battery, the other to the inverter, these then share data between each other via the RS485 pins. Elegant solution to a tricky problem! For more info on how to use this feature, see the pull request description

Inverters

  • Fixed an issue causing SOFAR CAN to never update data, by @Dimonlipko in #113

Batteries

  • Tesla
    • Misleading min/max voltages removed from USB printout
    • Accuracy improved on Amperage value reported by battery
    • Contactor closing skipped if inverter says not OK to proceed

New Contributors

Full Changelog: v4.1.0...v4.2.0