Skip to content

Releases: elden1337/hass-peaq

Removal of SQL-sensors, v1.0.0

19 Jun 19:58
Compare
Choose a tag to compare

Downloads for this release

We cannot rely on the sql-sensors to work. You as users are using different sql-installations in HA, and we've already noticed one major hickup after HA-releases of the sensor type.
There is also a business driven decision for this. With this change, Peaq can provide it's locales to other applications than Home Assistant. The logic now resides in the pypi-package.

Breaking change:

Your currently set peak-sensor(s) (depending on your locale) will stop to work. You may remove those sensors after installing this version.
The new sensor is called sensor.peaqev_peak, and is a single sensor regardless (the secondary sensor for those locales that need it is now an attribute on this sensor).

Please note that your peak will be reset when installing this, the current month will be reverted to it's base-state (what you chose when installing peak) and go from there. If you do not wish for this, please wait with installing til the end of a month.
You must include this sensor (sensor.peaqev_peak) in your recorder for this to work.

Stories for this epic:

Other Features:

  • elden1337/peaqev-core#25 Allow for "top-up" today if expensive tomorrow
    This feature will alter the hourselection (if you are using price aware charging) to allow for a top-up either today, or tomorrow.
    The terms for this feature to kick in is that the day ahead prices on average must be larger than the max for the rest of today, or vice versa.
    This is an attempt of looking ahead and not just do price-logic per isolated calendar date.
    There is currently no setting for this, I want to try it as a standard feature. Should the request come in, I might add a switch for it in the future.
    This change will mean that the scheduled stops can be overriden when tomorrow's prices come in.

  • QA on Easee:
    Easee finally seems to be working. QA has been testing out along side my changes and I now have reports from many that it is starting/stopping and updating max current as it should.
    needless to say, any new bugs should be reported

A big thanks to @mejje and @reinestenberg for helping out with qa for this release!

Zaptec charger type (alpha-version)

17 Jun 17:11
Compare
Choose a tag to compare
Pre-release

Downloads for this release

Changes

  • Zaptec charger type

Note that this is an alpha-version and might not even start. Report issues you encounter.

Before you install this alpha-version it's highly recommended that you add this in your configuration.yaml to get the debug-logs that I will need when error-searching.

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