v4.2.0 release
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
- @Dimonlipko made their first contribution in #113
Full Changelog: v4.1.0...v4.2.0