Releases: hoylabs/OpenDTU-OnBattery
Releases · hoylabs/OpenDTU-OnBattery
2023.12.27.post1
🚀 Features
- Feature: Allow configuration of LWT QoS
- Feature: Implement offset cache for "YieldDay"
- Feature: High resolution Icon and PWA (Progressive Web App) functionality
- Feature: Added ability to change the brightness of the LEDs
- Feature: Added basic Grid Profile parser which shows the used profile and version
- Feature: First version of GridProfile Parser which shows all values contained in the profile.
- Feature: Allow setting of an inverter limit of 0% and 0W
- Feature: Allow links in device profiles
- Feature: JK BMS: export (more) data to live view and MQTT (#549)
- Feature: Added DeviceProfile for CASmo-DTU
- Feature: Add DTU to Home Assistant Auto Discovery
- Feature: Added diagram to display
- Feature: Add screensavermode also to diagram drawing.
🐛 Fixes
- Fix: Remove debug output as it floods the console
- Fix: Gridprofileparser: Add additional error handling if profile is unknown
- Fix: Offset cache for "YieldDay" did not work correctly
- Fix: yarn.lock was outdated
- Fix: yarn build error
- Fix: Reset Yield day correction in combination with Zero Yield Day on Midnight lead to wrong values.
- Fix: Allow negative values in GridProfileParser
- Fix #1579: Static IP in Ethernet mode did not work correctly
📚 Documentation
- Doc: Correct amount of MPP-Tracker
- Doc: Added byte specification to each command
- Doc: Added hint regarding HMS-xxxx-xT-NA inverters
🛠 Under the hood
- Optimize Sun data calculation
- Remove not required enum
- Split config struct into different sub structs
- Made resetreason methods static
- Add Esp32-Stick-PoE-A
- remove broken LilyGO_T_ETH_POE config, use device profile instead
- webapp: Update dependencies
- Initialize TaskScheduler
- Migrate SunPosition to TaskScheduler
- Migrate Datastore to TaskScheduler
- Migrate MqttHandleInverterTotal to TaskSchedule
- Migrate MqttHandleHass to TaskScheduler
- Migrate MqttHandleDtu to TaskScheduler
- Migrate MqttHandleInverter to TaskScheduler
- Migrate LedSingle to TaskScheduler
- Migrate NetworkSettings to TaskScheduler
- Migrate InverterSettings to TaskScheduler
- Migrate MessageOutput to TaskScheduler
- Migrate Display_Graphic to TaskScheduler
- Migrate WebApi to TaskScheduler
- Split InverterSettings into multiple tasks
- Calculate SunPosition only every 5 seconds
- Split LedSingle into multiple tasks
- Upgrade espMqttClient from 1.4.5 to 1.5.0
- Added HMT-1600-4T and HMT-1800-4T to DevInfoParser
- Adjusted inverter names for HMS-1600/1800/2000-4T
- Add channel count to description of detected inverter type (DevInfoParser)
- Adjust device web api endpoint for dynamic led count
- webapp: Update dependencies
- Update olikraus/U8g2 from 2.35.7 to 2.35.8
- Remove not required onWebsocketEvent
- Remove code nesting
- Introduce several const statements
- Remove not required AsyncEventSource
- Optimize AlarmLogParser to save memory
- Add libfrozen to project to create constexpr maps
- webapp: Update dependencies
- Apply better variable names
- Remove not required casts
- Add additional compiler flags to prevent errors
- Add const statement to several variables
- Replace NULL by nullptr
- Update bblanchon/ArduinoJson from 6.21.3 to 6.21.4
- Add const keyword to method parameters
- [Add const keyword to methods](8fb43fedf8...
2023.12.15
🚀 Features
🛠 Under the hood
2023.11.17
2023.11.16
⚡ Breaking Changes
🚀 Features
- Feature: Added additional event log descriptions and implemented i18n
- Feature: Support HMT-1600/1800/2000-4T
🐛 Fixes
- Fix #1440: Add CSS code to stop numbers changing the size of their container
- Fix #1456: Prevent white spaces in username field
- Fix: Power not set to 0 when not reachable at EOD
- Fix: build action fails due to ModuleNotFoundError: No module named 'pkg_resources':
📚 Documentation
- Doc: Add class description for inverters
- Doc: Add additional breaking changes
- Doc: Fix readme syntax errors
- Doc: Add hint regarding wiki
🛠 Under the hood
- Create test_build.yml
- Delete test_build.yml
- Merge branch 'development'
- Merge branch 'development'
- Merge branch 'development'
- Merge branch 'development'
- Merge branch 'development'
- Merge branch 'development'
- Merge branch 'development'
- Merge branch 'development'
- Merge branch 'development'
- Compute sunrise and sunset only if necessary.
- Remove SUNPOS_UPDATE_INTERVAL define and introduce INVERTER_UPDATE_SETTINGS_INTERVAL.
- NFC: Call PinMapping.get() not every iteration.
- Merge branch 'development'
- Rename "DTU command failed" to "Time calibration" as mentioned in #121
- Merge branch 'pr1406' into dev
- Merge branch 'pr1408' into dev
- Apply automatic code formatting
- Merge branch 'development'
- webapp: Update dependencies
- Set dnsServerStatus first to prevent running
- Remove duplicated code
- Implemented mDNS
- Merge branch 'pr1441' into dev
- Adjusted inverter names
- create test_build action
- set unique name for test_build action
- Merge branch 'development'
- Upgrade actions/checkout from v3 to v4
- Upgrade actions/setup-node from v3 to v4
- Build webapp using nodejs v20
- webapp: Update dependencies
- webapp: add app.js.gz
- Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development
- Merge branch 'development'
v23.11.16
🐛 Fixes
🛠 Under the hood
2023.11.15
🐛 Fixes
🛠 Under the hood
- Display efficiency measuremnt for Huawei AC charger in % in web interface
- Update MqttHandlVedirectHass.cpp
- Merge branch 'pr/philippsandhaus/510' into development
- Split Huawei setValue in private/public implementation. Prevent setting values when internal power control mode is enabled (#521)
- create test_build action
- set unique name for test_build action
- add weapp
v23.11.15
⚡ Breaking Changes
🚀 Features
- Feature: Added additional event log descriptions and implemented i18n
- Feature: Support HMT-1600/1800/2000-4T
🐛 Fixes
- Fix #1440: Add CSS code to stop numbers changing the size of their container
- Fix #1456: Prevent white spaces in username field
- Fix: Power not set to 0 when not reachable at EOD
- Fix: build action fails due to ModuleNotFoundError: No module named 'pkg_resources':
📚 Documentation
- Doc: Add class description for inverters
- Doc: Add additional breaking changes
- Doc: Fix readme syntax errors
- Doc: Add hint regarding wiki
🛠 Under the hood
- Compute sunrise and sunset only if necessary.
- Remove SUNPOS_UPDATE_INTERVAL define and introduce INVERTER_UPDATE_SETTINGS_INTERVAL.
- NFC: Call PinMapping.get() not every iteration.
- Rename "DTU command failed" to "Time calibration" as mentioned in #121
- Merge branch 'pr1406' into dev
- Merge branch 'pr1408' into dev
- Apply automatic code formatting
- webapp: Update dependencies
- Set dnsServerStatus first to prevent running
- Remove duplicated code
- Implemented mDNS
- Merge branch 'pr1441' into dev
- Adjusted inverter names
- Upgrade actions/checkout from v3 to v4
- Upgrade actions/setup-node from v3 to v4
- Build webapp using nodejs v20
- webapp: Update dependencies
- webapp: add app.js.gz
2023.10.24.post1
🚀 Features
- Feature: Added Descriptions for Event Log Messages as shown in #121
- Feature: AC charger: configurable CAN controller frequency (#500)
🐛 Fixes
- Fix: Deny passwordless access to prometheus API if readonly access is disabled
- Fix #1405: Add some border around icons when in multi line mode
- Fix: PowerMeter: update _lastPowerMeterUpdate for SOURCE_SML (#506)
- Fix: VE.Direct refactor issues from #505 (#516)
- Fix: replace links to upstream project where applicable (#514)
- fix: liveData is not updated
🛠 Under the hood
- Added additional ID for HMS-900 to DevInfoParser
- Init all data members befor pushing it into the buffer
- webapp: Update dependencies
- Update nrf24/RF24 from 1.4.7 to 1.4.8
- Update olikraus/U8g2 from 2.35.4 to 2.35.7
- Move Huawei CAN bus communication to separate thread (#454)
- Channel for AC must always be CH0 (#472)
- Publish calculated MPPT metrics (#475)
- Merge branch 'development'
- DPL: (re-)send power limits periodically (#483)
- Added additional ID for HMS-1000 to DevInfoParser
- webapp: Update dependencies
- webapp: add app.js.gz
- Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development
- Merge branch 'development'
- VE.Direct: Fix design issues and prepare support for multiple instances (#505)
- add webapp
- Add calculated values to hass auto discovery (#509)
- Show battery temperature when sensor is present (#511)
- add webapp
- Merge branch 'development'
2023.10.24
🚀 Features
🐛 Fixes
- Fix: PowerMeter: update _lastPowerMeterUpdate for SOURCE_SML (#506)
- Fix: VE.Direct refactor issues from #505 (#516)
- Fix: replace links to upstream project where applicable (#514)
- fix: liveData is not updated
🛠 Under the hood
- Create test_build.yml
- Delete test_build.yml
- Merge branch 'development'
- Merge branch 'development'
- Merge branch 'development'
- Merge branch 'development'
- Merge branch 'development'
- Merge branch 'development'
- Merge branch 'development'
- Merge branch 'development'
- Merge branch 'development'
- Merge branch 'development'
- VE.Direct: Fix design issues and prepare support for multiple instances (#505)
- add webapp
- Add calculated values to hass auto discovery (#509)
- Show battery temperature when sensor is present (#511)
- add webapp
- Merge branch 'development'
2023-10-10
🚀 Features
🐛 Fixes
- Fix: Deny passwordless access to prometheus API if readonly access is disabled
- Fix #1405: Add some border around icons when in multi line mode
🛠 Under the hood
- Added additional ID for HMS-900 to DevInfoParser
- Init all data members befor pushing it into the buffer
- webapp: Update dependencies
- Update nrf24/RF24 from 1.4.7 to 1.4.8
- Update olikraus/U8g2 from 2.35.4 to 2.35.7
- DPL: (re-)send power limits periodically (#483)
- Added additional ID for HMS-1000 to DevInfoParser
- webapp: Update dependencies
- webapp: add app.js.gz
- Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development
- Merge branch 'development'