2023.07.04.post1
github-actions
released this
04 Jul 13:04
·
1292 commits
to development
since this release
🚀 Features
🐛 Fixes
- Fix: calc expected statistics packet length per parser
- Fix: do not calc sizes multiple times
- fix: undefined pin is shown as -1 instead of 255
- fix: Allow use GPIO0 as onBattery pins
- Fix typo in error messages (#280)
- fix typo: getLastRequestedPowewrLimit()
- Fix vedirect polling (#291)
- fix: linting error
🛠 Under the hood
- Ajout de traductions en Français
- Device Profile for Wemos Lolin32 OLED
- webapp: Update dependencies
- webapp: add app.js.gz
- Added check in statistics data that at least all required bytes are received
- webapp: Update dependencies
- webapp: Update dependencies
- ensure only one PowerCommand and ActivePowerCommand is queued
- DPL: remove unused member variables
- DPL: improve responsiveness
- DPL requirement: disabled inverter commands
- DPL: work on internal copy of pointer to inverter
- DPL: separate unconditional solar passthrough mode
- DPL: replace _plState enum with a simple boolean switch
- DPL: do not repeat being disabled
- DPL: consider the system stable when reusing the old limit
- Dynamic power control and more power control modes on the Huawei PSU
- DPL: use vedirect isdatavalid (#283)
- explain DPL modes set through MQTT in more detail (#282)
- DPL: fix the configured upper limit not being respected (#286)
- Merge branch 'pr/schlimmchen/287' into development
- Merge branch 'pr/MalteSchm/288' into development
- Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development
- DPL: check more requirements and fix backoff initialization (#290)
- add webapp