Skip to content

Releases: fboundy/pv_opt

v4.0.9-Beta-7

22 Feb 21:10
Compare
Choose a tag to compare
v4.0.9-Beta-7 Pre-release
Pre-release

Release v4.0.9-Beta-7 includes the following fixes:

  • Bugfix for #392 (IOG flags error if next day rate information is not available).
  • Bugfix for #386 (improve logging text for EV plugin on IOG)
  • Bugfix for #395 (select.pv_opt_charger after HA/AppDaemon restart)

For #395, the fix is to rename the default option in select.pv_opt_charger from "None" to "Not fitted".
This requires the deletion of the entity so that Pv_opt can regenerate it with the renamed option. There is no easy way to delete an entity owned by MQTT, but the following method will work:

  • Go to Add-Ons and Stop both the Mosquito MQTT broker and Appdaemon
  • Go to Services and delete the MQTT integration
  • Restart HA
  • Start the Mosquito Broker
  • Start Appdaemon
  • Add the MQTT Integration under Services with the default settings
  • Re-start Appdaemon

v4.0.9-Beta-5

01 Feb 21:56
Compare
Choose a tag to compare
v4.0.9-Beta-5 Pre-release
Pre-release

BugFix for #378
BugFix for #386
BugFix for #385
BugFix for #373
BugFix for #371

Full Changelog: v4.0.9-Beta-2...v4.0.9-Beta-5

v4.0.9-Beta-2

27 Jan 21:19
Compare
Choose a tag to compare
v4.0.9-Beta-2 Pre-release
Pre-release

What's Changed

v4.0.9-Beta-2 to trial the following fixes:

  • Potential Bugfix for issue #378
  • Potential Bugfix for issue #385

Documentation updated : weblinks now point to files in main rather than patch

Full Changelog: v4.0.8...v4.0.9-Beta-2

Release v4.0.8

22 Jan 16:01
9662d51
Compare
Choose a tag to compare

Changes\n- Merge pull request #383 from fboundy/patch (9662d51)

Release v4.0.9-Beta-1

21 Jan 22:19
Compare
Choose a tag to compare
Release v4.0.9-Beta-1 Pre-release
Pre-release

v4.0.9-Beta-1

Add additional logging to aid diagnosis of issue #380 and tariff inconsistencies raised as part of issue #363.

Release 4.0.8-Beta-5

16 Jan 21:07
edbf3d5
Compare
Choose a tag to compare
Release 4.0.8-Beta-5 Pre-release
Pre-release

Fix for #369: fix malfunctioning control of Solarman_V2 integration
Fix for #321: add current rounding for Solarman_V2 integration
Fix for #377: uninitialised variable causes Pv_opt to hang
Fix for #369: start time rolls forward before midnight

Updates to EV documentation.
Addtion of EV_agile_control.yaml - an example Dashboard for configuring and monitoring the Agile EV charger functions

Release v4.0.7

11 Jan 11:04
edbf3d5
Compare
Choose a tag to compare

Changes

  • Add id_solar_power for solax (3567e96)
  • pypy.py - code change to rectify user warnings in appdaemon.log (1decf9d)
  • Add message logging for when battery_current_limit_amps curtails inverter current (44445fa)
  • Fixes for #356 (d1d609e)
  • Bugfix - limit inverter current to battery_current_limit_amps (78c4c06)
  • Bugfix - restore operation of compare_tariffs (2b1817a)
  • Bugfix - correct case in text for Energy Storage Control switch options (aa08458)

Release v4.0.6

07 Jan 22:13
3114bfe
Compare
Choose a tag to compare

Changes

v4.0.5

03 Jan 09:59
369f420
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.4...v4.0.5

Release v4.0.4

01 Jan 09:15
75f89d9
Compare
Choose a tag to compare

Changes