🚀 Features
- Feature: show hint if device profile missing or not selected
- Feature: New handling of command queue
- Feature: Set Limit transfer only to "OK" if the queue does not contain any more commands
- Feature: Show inverter status and current power in overview (if multiple inverters are available)
- Feature: Detect if inverter supports 'Power Distribution Logic'
- Feature: Add support for HERF-600 inverters
🐛 Fixes
- Fix comment
- Fix: Really always execute the generate of the factory.bin file
- Fix: need to skip BOM also when migrating config
- Fix: Remove temperature readings for ESP32-S2 modules
- Fix: Auto reboot was not triggered on pin mapping change
- Fix: Wifi.begin was called with wrong parameters
- Fix: Uptime overflow after ~50 days
- Fix lint errors
- Fix: Hint regarding required device profile is shown for profiles which don't need a device profile
- Fix: Syntax error in defines
🌎 Web Application
- webapp: fix line break for reload button
- webapp: avoid undefined serial for InputSerial
- webapp: Update dependencies
- webapp: improve styling of hints on home view
- webapp: Update dependencies
- webapp: Update dependencies
- webapp: Update dependencies
- webapp: Update dependencies
- webapp: add app.js.gz
🛠 Under the hood
- Make function getClientId const
- Organize includes
- Remove not required string generation
- Use correct variable
- change markdown table to github style
- Update README.md
- add Sum of DC Powrr
- Feature:: Added support for HMS-450 inverters which begin with 1400
- Upgrade ESPAsyncWebServer from 3.3.22 to 3.3.23
- Update bblanchon/ArduinoJson from 7.2.0 to 7.2.1
- Upgrade ESPAsyncWebServer from 3.3.23 to 3.4.0
- Upgrade ESPAsyncWebServer from 3.4.0 to 3.4.1
- Upgrade ESPAsyncWebServer from 3.4.1 to 3.4.2
- Show totals in blue and producing inverters in green
- Disable queue debugging
- Update bblanchon/ArduinoJson from 7.2.1 to 7.3.0
- Remove extra semikolon
- Merge branch 'pr2421' into dev
- Merge branch 'pr2420' into dev
- Upgrade ESPAsyncWebServer from 3.4.2 to 3.6.0
- Update nrf24/RF24 from 1.4.10 to 1.4.11