Releases: hoylabs/OpenDTU-OnBattery
Releases · hoylabs/OpenDTU-OnBattery
2023.06.21
🐛 Fixes
🛠 Under the hood
v23.6.21
🐛 Fixes
🛠 Under the hood
- Added new found HMS-400 to DevInfoParser
- webapp: Update dependencies
- Allow the non-existence of the HOYMILES_PIN_ defines
- Pre-Compile a new generic esp32 binary without any pin config.
- Pre-Compile a new generic esp32s3 binary without any pin config.
- webapp: Update dependencies
- Update olikraus/U8g2 from 2.34.18 to 2.34.22
2023.06.14.post2
🛠 Under the hood
2023.06.14.post1
🐛 Fixes
- Fix: Prometheus syntax error with wifi_bssid
- Fix: Make power limiter intervall configurable
- Fix: Respect minimum on demand poll rate for power meter
📚 Documentation
🛠 Under the hood
- webapp: Update dependencies
- Fix(Power Limiter): hysteresis is not repected properly
- Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development
- Change metric type back to gauge
- perf(PowerMeter): query PowerMeter on demand
- Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development
- Merge branch 'PM_onDemand' into development
2023.06.14
v23.6.14
v23.6.13
🛠 Under the hood
2023.06.12
🐛 Fixes
- Fix: broken github build action, due to merge with core
- Fix: Prometheus syntax error with wifi_bssid
📚 Documentation
🛠 Under the hood
v23.6.11
🐛 Fixes
📚 Documentation
🛠 Under the hood
2023.06.09.post1
🚀 Features
- Feature: Allow configuration of sunset type
- Feature: Added new found HMS-900 to DevInfoParser
- Feature: Allow reordering of the inverters in the live view
- Feature: DeviceProfile: Added display sample to WT32-ETH01
- Feature: add daily restart for the inverter
- Feature: Show BSSID in the web interface
- Feature: Publish BSSID via MQTT
- Feature: Publish BSSID via prometheus
- Feature: Only require one binary file for initial flashing
🐛 Fixes
- Fix: Filter incoming packages from CMT module for the right destination address
- Fix: Doublecheck if the MutiDataCommand begins with the correct ID
- Fix: Prevent partly calculated total data in web ui and display
- Fix: If no sunset/sunrise calculation is possible a wrong value is shown
- Fix: Lint Error: Almost always, snprintf is better than strcpy
- Fix: Do not publish leading blanks in MQTT payload
- Fix: String numbers for HMT inverters are mirrored
- Fix: broken github build action, due to merge with core
📚 Documentation
🛠 Under the hood
- fix(action): ignore tags starting with v
- Added post build script to generate a .factory.bin file
- webapp: Update dependencies
- Upgrade espMqttClient from 1.4.2 to 1.4.3
- Added possible description for alarm code 73
- webapp: Update dependencies
- webapp: add app.js.gz
- webapp: Update dependencies
- webapp: add app.js.gz
- inital version of full solar passthrough
- fix(linter warining): use snprintf istead of strcopy
- First try to output some dBm info for the NRF module
- Removed duplicate code by moving it into the radio base class
- Merge pull request #255 from madmartin:inverter_restart
- add webapp
- Added additional exception handler to also show unknown exceptions in live data api endpoint
- webapp: Update dependencies
- Always use a latest patch level of the softprops/action-gh-release
- Update espressif32 from 6.3.0 to 6.3.1
- Update nrf24/RF24 from 1.4.5 to 1.4.7
- Update olikraus/U8g2 from 2.34.17 to 2.34.18
- Add separate property to platformio.ini to control the environments built by github actions
- webapp: add app.js.gz
- full solar passthrough
- Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development