Releases: fboundy/pv_opt
3.6.2 - Minor Bug Fixes
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
This release:
- Allows the contents of
config.yaml
to over-write the configuration entities in Home Assistant. This will be done by default unlessoverwrite_ha_on_restart
is set tofalse
inconfig.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 tofalse
inconfig.yaml
3.6.0 - Allow Config Over-write from YAML
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
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
Attempts to fix #88 or at least adds additional logging and checks to help de-bug it
3.5.1 - Bug FIxes
Merge pull request #85 from fboundy/dev Dev
3.5.0 - Various bug fixed plus Alternative Tariffs
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
Merge pull request #80 from fboundy/70-syntax-error-reported-in-pv_optpy load from daily
3.4.5-beta
Fixed a typo in the logging
3.4.5-alpha
Additional logging of the Hass2DF method