Skip to content

V2.9.0 beta 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@elden1337 elden1337 released this 31 Mar 18:39
· 661 commits to develop since this release

Downloads for this release

v2.9.0b2 (beta3)

#236 fixed.
No more known issues at this time.

Changelog since v2.9.0b1: v2.9.0b1...v2.9.0b2


Speeding up

This time a large portion of the code-base has been refactored as async.
This should give a snappier response to the usage and startup (will still vary with your system and other integrations). For my setup (rpi4) it went from ~90s - 10-30s.

Another important change for system-resources is that I've made the previously implemented gain/loss-sensors optional. They are True by default on the last page of the options-page.
If you don't use price-awareness they don't add themselves anyways.

Last but not least is that I've lowered the precision on some sensors to lessen the load on the HA-recorder. Hopefully these improvements will make Peaqev load faster and stress the system less.

🚗 So, keep an extra eye out for async-issues. Thanks for testing. 🚀


Changes:

  • #233 - Make Gainloss-sensors optional
  • #232 - Keyerror: Quarterhourly - (Belgium only, typo from HA-constants)
  • #231 - No peaks stored -
  • #229 - Very slow startup times - this is the major refactor of this release. Look out for update-issues over all.
  • #227 - Unable to get amps for Easee - Hopefully last time we'll revisit this type of issue with Easee.
  • #209 - Excessive calling to stop charger - Should be better now
  • #196 - Add more update_timer in chargecontroller - this ended up being a change in "is_done"-behavior. Test thoroughly that it works.
  • N/A - Update calls for easee - Changed pause and resume-calls to be more generic
  • elden1337/peaqev-core#76 - Preserve interim and midnight issue

Full Changelog: v2.8.2...v2.9.0b2

If you are beta-testing it is suggested that you turn on debug-logs for peaqev in your configuration.yaml:

logger:
  default: error
  logs:
    custom_components.peaqev: debug

🥇 Has Peaqev helped you save money? Sponsoring me on Github, PayPal or BuyMeACoffee would be much appreciated.

📔 First time here? Do check the getting-started wiki for the most common questions

💬 Join my Discord-server to interact with other peaq-users.