Skip to content

v5.0.0 release

Compare
Choose a tag to compare
@dalathegreat dalathegreat released this 04 Feb 20:00
· 1449 commits to main since this release
440e010

What's Changed

ℹ️ Note, this release has so many new features and functions, that it is mandatory to start over fresh with the USER_SETTINGS file!

New features

  • MQTT support added. See the wiki for more info on how to use MQTT, for example with home automation systems

  • Cellmonitoring added. It's now possible to see each cells voltage in the webserver page. The voltages also change color incase a deviation is noticed. Now you can keep a much more watchful eye on each cell!
    bild

  • Battery Settings saved in the webserver page are now stored permanently to flash, and reused on every reboot.

  • The emulator now supports connecting external chargers to the battery, for use with emergency generator charging.

Improvements

  • Application starts 500ms faster on bootup
  • Wifi now reconnects incase network connection is lost
  • Webserver values are now shown in kW instead of W when they go over 1000 (ex 12300W -> 12.3kW)
  • Tesla S/3/X/Y battery:
    • Temperature values are more accurate, decimal is no longer discarded!
    • Error debug message added incase inverter blocks contactor closing sequence
    • Fixed an issue where some LFP packs would show high voltage outputs as thousands of volt instead of 350
    • Reworded SOH% calculation unavailable as a warning instead of error
  • Nissan LEAF battery:
    • CAN sending route optimized for lower CPU usage
    • Added safety for LB_Empty signal. Discharging is now stopped incase this flag is set.
  • Protocol, BYD CAN
    • The announced inverter brand is now stored into memory, and printed out to USB
  • Protocol, Pylon CAN
    • Fixed an issue where Sofar inverters would be blocked from charging/discharging

New Contributors

Full Changelog: v4.4.0...v5.0.0