Skip to content

v8.1.0

Latest
Compare
Choose a tag to compare
@dalathegreat dalathegreat released this 10 Jan 15:40
· 5 commits to main since this release
ef3ab5c

What's Changed 📦

This release adds support for Sono Motors batteries, Growatt LV inverters, and a ton of bugfixes. It is especially recommended for Volvo/Polestar users, since it contains some well needed improvements there. Be sure to read thru the release notes before installing this new version!

Note

Note, this version drops support for MCP2517 chips in favour of the MCP2518FD chips. This is to ensure proper CAN-FD timing requirements. By removing the hardware workarounds needed to keep a 2517 chip operating, we speed up the 2518FD operation. This change should not affect anyone, since no hardware designs have been made with 2517

Important

To take into use a 8.X.X version, Copy/Rename the USER_SECRETS.TEMPLATE.h file to USER_SECRETS.h and update connectivity settings inside this file. This is a new mandatory step to increase cybersecurity, to make it less likely for developers to commit sensitive credentials during software development

image

Batteries 🔋

  • New battery: Add support for Sono Motors Battery by @dalathegreat in #754
  • Kia/Hyundai 40-64kWh:
  • Volvo/Polestar:
    • Added CAN controllable contactor closing and DTC reset by @dalathegreat in #744
    • Bugfix: Use BMS allowed charge/discharge values to make integration safer by @dalathegreat in #749
    • Add startup routine to make contactor closing more reliable by @dalathegreat in #771
  • Tesla S/3/X/Y

Inverters ⚡

Connectivity 📶

  • Adding ability to remotely trigger a BMS reset via MQTT by @No-Signal in #746

Hardware 🤖

Housekeeping 🧹

Full Changelog: v8.0.0...v8.1.0