Skip to content

v8.3.0

Compare
Choose a tag to compare
@dalathegreat dalathegreat released this 26 Jan 08:06
· 63 commits to main since this release
759cfcf

What's Changed 📦

This version fixes a few bugs, adds support for some new components, and replaces the MQTT library. We have been using an older version that stopped getting updates in 2020. This is now fixed by switching to the official Espressif ESP-MQTT library for improved cybersecurity and more features

Important

The new MQTT library takes up much more program space. It is mandatory to change "Tools, Partition Scheme" to "Minimal Spiffs" from here on. This is explained in the Quickstart video. Failing to change this might result in a Sketch too big compilation error. See the picture below on where to set it:

image

Batteries 🔋

  • New battery: Added Beta support for BMW PHEV batteries by @wjcloudy in #804
  • Added support for Double Kia-Hyundai 64/40kWh batteries by @dalathegreat in #816
  • Tesla S/3/X/Y:
  • Nissan LEAF:
    • Periodic BMS reset now only halts CAN sending towards battery while reset in progress by @dalathegreat in #814
    • Change battery-allows-contactor closing logic to make it more robust by @dalathegreat in #811
  • BMW iX: Added iX balancing requests by @wjcloudy in #803

Inverters ⚡

  • Solax: Webserver now show correct contactor status when Solax opens them by @dalathegreat in #812
  • Solax: Improved CAN mappings for Solax protocol by @mvgalen in #819 and in #821

Connectivity 📶

Housekeeping 🧹

Full Changelog: v8.2.0...v8.3.0