Skip to content

Releases: fboundy/pv_opt

3.6.2 - Minor Bug Fixes

01 Feb 13:51
a9b941a
Compare
Choose a tag to compare

This should fix #96 and allow config parameters in HA to be over-written from the YAML file. This is now controlled by a system parameter overwrite_ha_on_restart which defaults to true.

Note that config.yaml will not ne over-written by HACS so changes will need to be made manually.

3.6.1 - Bug Fixes and Redaction

31 Jan 08:50
4585bdb
Compare
Choose a tag to compare

This release:

  • Allows the contents of config.yaml to over-write the configuration entities in Home Assistant. This will be done by default unless overwrite_ha_on_restart is set to false in config.yaml
  • Redacts sensitive information (meter serial number, MPAN and octopus account number) from the log file. This will be done by default unless redact_personal_data_from_log is set to false in config.yaml

3.6.0 - Allow Config Over-write from YAML

30 Jan 14:53
25c3107
Compare
Choose a tag to compare

This should fix #96 and allow config parameters in HA to be over-written from the YAML file. This is now controlled by a system parameter overwrite_ha_on_restart which defaults to true.

Note that config.yaml will not ne over-written by HACS so changes will need to be made manually.

3.5.3 - Bug Fix and Updated Readme

30 Jan 13:46
9a30468
Compare
Choose a tag to compare

Comments out the Alt Tariffs section in config.yaml which is experimental and has been causing some errors.

Note that you this file will not be automatically updated by HACS so please make your own edits as required

Updated ReadMe courtesy of @SzosszeNET

3.5.2 - Attempt to fix Agile Tariff Bug

04 Jan 12:04
14c046c
Compare
Choose a tag to compare

Attempts to fix #88 or at least adds additional logging and checks to help de-bug it

3.5.1 - Bug FIxes

30 Dec 19:00
6639f5c
Compare
Choose a tag to compare
Merge pull request #85 from fboundy/dev

Dev

3.5.0 - Various bug fixed plus Alternative Tariffs

27 Dec 19:56
fe8d81e
Compare
Choose a tag to compare

Fixes various minor bugs and adds a new feature to track alternative tariffs. If id_daily_solar and alt_tariffs are active in the config.yaml file like this:

  id_daily_solar: sensor.{device_name}_power_generation_today
  alt_tariffs:
    - name: Eco7_Agile
      octopus_import_tariff_code: E-2R-VAR-22-11-01-G
      octopus_export_tariff_code: E-1R-AGILE-OUTGOING-19-05-13-G

    - name: Flux
      octopus_import_tariff_code: E-1R-FLUX-IMPORT-23-02-14-G
      octopus_export_tariff_code: E-1R-FLUX-EXPORT-23-02-14-G

PV_Opt will calculate the optimised price for the previous day for each of the tariff pairs listed (together with the current live tariff). The optimised costs will be saved to entities called sensor.pvopt_opt_cost_{name} with the current default called sensor.pvopt_opt_cost_current

3.4.5-beta-02

22 Dec 18:29
f56736f
Compare
Choose a tag to compare
3.4.5-beta-02 Pre-release
Pre-release
Merge pull request #80 from fboundy/70-syntax-error-reported-in-pv_optpy

load from daily

3.4.5-beta

22 Dec 14:48
860020a
Compare
Choose a tag to compare
3.4.5-beta Pre-release
Pre-release

Fixed a typo in the logging

3.4.5-alpha

21 Dec 17:18
d5227e7
Compare
Choose a tag to compare
3.4.5-alpha Pre-release
Pre-release

Additional logging of the Hass2DF method