Releases: tbnobody/OpenDTU
Releases · tbnobody/OpenDTU
v24.3.22
v24.3.15
🚀 Features
- Feature: Added description for alarm id 152
- Feature: Add support for HERF inverters
- Feature: Allow enabling and disabling of the version check
🐛 Fixes
- Fix: Prevent hiding text on display if it's too long
- Fix: Exclude hardware part number 124097 from valid part numbers.
- Fix: Show firmware update tooltip only if newer version available
- Fix: Don't throw exception if git_hash is not set
- Fix: Set all settings to default when deleting an inverters
- Fix: Correct detection of Hoymiles serial if it contains hex characters
- Fix: Updated source comments to also match hex numbers
🛠 Under the hood
- webapp: update dependencies
- webapp: Fix typo
- webapp: update dependencies
- webapp: update dependencies
- Remove deprecated extension recommendation
- Merge branch 'dev-herf' into dev
- webapp: update dependencies
- Upgrade olikraus/U8g2 from 2.35.9 to 2.35.10
- webapp: Remove not required cast to string
- Upgrade olikraus/U8g2 from 2.35.10 to 2.35.14
- Upgrade ESP Async WebServer from 2.7.0 to 2.8.1
- webapp: update dependencies
- webapp: add app.js.gz
v24.2.16
🛠 Under the hood
- Bump actions/cache from 3 to 4
- Bump actions/setup-python from 4 to 5
- Added second HMS-450 to DevInfoParser
- Update de.json
- Upgrade espMqttClient from 1.5.0 to 1.6.0 and ESPAsyncWebServer to a more maintained version
- Added HMT-2000 to DevInfoParser
- Merge branch 'pr1746' into dev
- Added HMS-300 to DevInfoParser
- webapp: update dependencies
- webapp: add app.js.gz
v24.2.12
⚡ Breaking Changes
- BREAKING CHANGE: Web API Endpoint /api/livedata/status
- BREAKING CHANGE: Web API Endpoint /api/livedata/status and /api/prometheus/metrics
- BREAKING CHANGE: Web API Endpoint /api/livedata/status and /api/prometheus/metrics
- BREAKING CHANGE: Web API Endpoint /api/livedata/status and /api/prometheus/metrics
🚀 Features
- Feature: Added support for boards with 16MB flash and PSRAM
- Feature: Added pin-mapping for LILYGO T-ETH-Lite
🐛 Fixes
- Fix: Calculate the AC current for 3 phase inverters correctly
- fix #1668
- Fix: Guru Meditation (StoreProhibited) when saving DTU settings
- Fix: make text of total production fit displays
📚 Documentation
🛠 Under the hood
- Removed not required pointer to AsyncServer instance
- fixed typo in OTA text
- Use http header ETag caching for all static content.
- fix(mqtt): MQTTs LWT QoS config used also for TLS connections
- fix(mqtt): setting MQTT LWT online message for frontend
- Merge branch 'pr1706' into dev
- Merge branch 'pr1642' into dev
- Remove all files but the pin_mapping.json from filesystem on factory reset
- Rename internal variables and methods
- Merge branch 'pr1693' into dev
- webapp: update dependencies
- Add AhoyDTU Pinout
- Merge branch 'pr1728' into dev
- webapp: Add link to documentation in about view
- make efficient use of available display area
- implement oscillating screensaver
- Merge branch 'pr1729' into dev
- Merge branch 'pr1731' into dev
- Merge branch 'pr1732' into dev
- Apply automatic code formatting
- webapp: update dependencies
- webapp: add app.js.gz
v24.1.26
v24.1.21
🚀 Features
- Feature: Automatic page reload after firmware upgrade
- Feature: Implement firmware update check is a opt-in to protect your privacy
- Feature: Added device profile for Olimex ESP32 Gateway
🐛 Fixes
🛠 Under the hood
- webapp: Fix font-feature class
- webapp: Fix typo
- webapp: Introduce Modal component
- webapp: Move interfaces to seperate file
- webapp: Use CardElement in InverterTotalInfo
- Don't perform redundant conversions
- Move the conversation from time_t to String into DevInfoParser
- Migrate WebApi loop() methods to scheduler tasks
- Move task initialization from init method to constructor
- simplify calculations in WebApi_ws_Live
- Remove unused function parameter
- webapp: update dependencies
- webapp: Fix lint errors
- webapp: add app.js.gz
v24.1.18
🐛 Fixes
- fix #1649
- fix count being a string
- Fix: Gridprofile dump contained the whole buffer instead of the actual length
🛠 Under the hood
- webapp: Prefix Country with CMT2300A
- Update bblanchon/ArduinoJson from 6.21.4 to 6.21.5
- webapp: Remove redundant main container
- webapp: Vertically center Header/Logo Text
- webapp: Reduce wasted horizontal space for better mobile UX
- webapp: Correctly center header text
- webapp: update dependencies
- webapp: add app.js.gz
v24.1.14
🚀 Features
- Feature: Added pull to refresh and websocket indicator
- Feature: add heap details to system info and prometheus (#595)
- Feature: Added option to disable the diagram at the display
- Feature: Added fullscreen diagram to display
- Feature: Add current limit to prometheus output
- Feature: Support HMS/HMT inverters in different countries with different frequency bands
🛠 Under the hood
- webapp: add missing button spacing
- Added .editorconfig
- Allow multiple patch directories per environment
- Merge branch 'pr1611' into dev
- Sort recommend extensions by name
- refactor webapp/utils/time
- Rename define CMT_BASE_CH_OFFSET860 to CMT_BASE_CH_OFFSET
- Migrate all frequency calculations to Hz
- webapp: Remove hard coded min/max frequencies for CMT module
- Merge branch 'pr1639' into dev
- Create separate definition for the 860MHz band of the CMT2300A
- Move HOY_BOOT_FREQ from define to function
- Added frequency and command definitions for the 900 MHz band (North America)
- Distinct between Band and Country
- webapp: update dependencies
- Added const keywords
- Change default target frequency for US and BR
- webapp: add app.js.gz
v24.1.4
🐛 Fixes
- Fix: define _TASK_THREAD_SAFE for TaskScheduler
- Fix: Optimize network connection handling
- Fix: Access Point not working after firmware update
🛠 Under the hood
- Merge branch 'pr1598' into dev
- Prevent config corruption by checking whether memory allocation was successfull.
- Prevent empty HASS auto discovery topics if memory allocation fails
- Better handling of out of memory situations in live data websocket
- Use Utils::checkJsonAlloc in ConfigurationClass
- Use auto keyword and references more often
- webapp: update dependencies
- webapp: add app.js.gz