Skip to content

v2.8.0b3

Pre-release
Pre-release
Compare
Choose a tag to compare
@elden1337 elden1337 released this 19 Mar 11:22
· 845 commits to develop since this release

Downloads for this release

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

known issues in beta3:

  • #209 - Excessive calling to stop charger
  • #212 - Chargecontroller doesn't update states properly
  • #213 - Delay start if powersensor is not showing numbers yet
  • #215 - Log spamming of non-started utility-sensors for day and month
  • #218 - Cheaper hour is blocked, more expensive is in cautionhours.
  • #221 - Wrong hours for tomorrow
  • #220 - Error on price calc

Changes:

  • #208 - Add gain/loss sensors
  • #210 - Error on broadcasting with parameters
  • #211 - Update setup in init (HA requires this change from 2023.3)
  • #214 - Block Nocturnal charging (optional)
  • elden1337/peaqev-core#72 - Refactor aggressive-type
  • elden1337/peaqev-core#73 - Change dynamic top-price logic
  • #222 - Retry attempt to get max-amps (for easee)

Full Changelog: v2.7.0...v2.8.0b3

Refactor aggressive-type:

There is now a fourth option for caution-hour types; "Scrooge".
What Scrooge does is act like Aggressive in terms of which hours to determine as caution vs non, but on top of that, he will steal from your eligable hours so that you never have more than 8 hours per 24hr-cycle available for charging. By this, you get a cheaper charging overall, but a more narrow window.

Activate through the options-flow if desired

Change dynamic top-price logic:

This change is for those with price-aware charging and the option to use the monthly average as top-price.
Previously this option ignored your static top-price alltogether.
Now it will take the min-value of the two (monthly average and your set top-price).

Block nocturnal charging:

Should you wish to block out nocturnal charging (23-06) but still get the cheapest hours possible from the rest of the hours, this is the option for you.
If you are not using price-awareness you can just control your non-hours as per usual, this has no effect for you.

Activate through the options-flow if desired

Gain/loss-sensors:

These sensors are aimed at gamify your savings. They will only appear if you have regular peaqev-installation with powermeter (ie not Lite), and will continously show you how your purchased kWh compare percentage-wise to the daily or monthly average from your Nordpool-setup/settings.

They do fluctuate more in the beginning of a period, and later stabilize. However, if you chose to visualize them you can get a hint of how your day or month is going and act accordingly.

In order for the data to be correct you will need to have this version installed over the limit between two days (daily sensor) or month (monthly sensor)


🥇 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.