2024.06.03
github-actions
released this
03 Jun 18:21
·
657 commits
to development
since this release
🚀 Features
- Feature: show ESP32 flash memory size in system info
- feature: JK BMS: HA auto-discovery for battery temperatures
- Feature: SmartShunt: process midpoint voltage and deviation
- Feature: show BMS FW and HW version (JK BMS, SmartShunt)
- Feature: add support for a third Victron MPPT
🐛 Fixes
- fix: project's name is 'OpenDTU-OnBattery' (capital 'O')
- fix: Victron MPPT HA auto-discovery: fix unit of temperatures
- Fix: Huawei PSU: enforce BatterySoC Limit < 100 in UI (#992)
- Fix: properly format Victron MPPT firmware version
- fix: make SDM power meter use serial port manager
🛠 Under the hood
- power meter web UI: add example for array access + translations
- DPL web UI: add hint to setting "inverter behind power meter"
- README: update documentation links
- docs: device profile docs fully moved to wiki
- docs: do not tell users to custom-build because of pins assignments
- docs: mention OpenDTU Fusion board as basic hardware
- docs: tell people to buy ESP32 with 8 MB of flash
- docs: mention ADUM1201 to talk to Victron MPPTs
- docs: explain usage of MCP2515 module
- VE.Direct: prefer strncpy over strcpy
- check FW bin file size when creating factory.bin
- refactor serial port manager: hand out UARTs FCFS
- Prepare Release 2024.06.03 (#1024)