Skip to content

Releases: fboundy/pv_opt

3.16.1

27 Oct 11:35
838a2e8
Compare
Choose a tag to compare
  • Fixes #274 - related to GMT/BST changes

  • Addresses issue #248.

  • Add documentation for integrating pv_opt using the solis-sensor and solis_control HA integrations. This is a great option for people with a newer data logger that doesn't support MQTT.
    Pros:

    • Works with newest dataloggers (and older - requirement is access to Solis Cloud).

    Cons:

    • 5 minute update intervals.
    • Depends on both your local Internet being up and Solis Cloud not having issues.

3.15.5

15 Aug 15:21
00959b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.15.4...3.15.5

3.15.4

03 Jul 13:37
aef329a
Compare
Choose a tag to compare

What's Changed

  • Fix: #249 - Limit Discharging to battery_current_limit_amps by @CraigCallender in #250
  • Fixes a bug in TimeZone info for Agile Day Ahead price estimates (UTC vs GB)
  • Adds support for estimated Agile prices from https://agilepredict.com

New Contributors

Full Changelog: 3.15.3...3.15.4

3.15.3

24 Jun 08:04
6312225
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.15.2...3.15.3

3.15.2

18 Jun 11:43
0e88b22
Compare
Choose a tag to compare

Bug Fix

This release documents the AppDaemon configuration changes required to fix #240.

This requires numpy==1.26.4 to be added to the AppDaemon configuration screen:

python_packages:
  - pandas
  - numpy==1.26.4

image

Full Changelog: 3.15.1...3.15.2

3.15.1

07 Jun 20:05
beb3155
Compare
Choose a tag to compare

What's Changed

  • 13.5.1 by @fboundy in #241

  • Fixed a bug where solar power wasn't being deducted from charger capacity

  • Temporarily removed forced plunge price charging because it was disrupting the optimiser - this need more work to integrate properly

Full Changelog: 3.15.0...3.15.1

3.15.0

02 Jun 15:12
a64df8b
Compare
Choose a tag to compare

Breaking Change

The Solcast Integration appears to have been deprecated. It has been forked here and this has been submitted to HACS for approval so should be OK but you will need to update your setup.

What's New

Adds a couple of new features:

#216 - adds a configuration parameter sleep_soc. If the SOC drops below this then the next charge times will be written to the inverter immediately. This is for AC coupled inverters such as the Solax X1 which go to sleep at low SOCs.

#230 - adds customised consumption shaping if consumption history is not used. To do this add the following to config.yaml:

use_consumption_history: false
# consumption_history_days: 6
#
daily_consumption_kwh: 17
shape_consumption_profile: true
consumption_shape:
  - hour: 0
    consumption: 300
  - hour: 0.5
    consumption: 200
  - hour: 6
    consumption: 150
  - hour: 8
    consumption: 500
  - hour: 15.5
    consumption: 500
  - hour: 17
    consumption: 750
  - hour: 22
    consumption: 750
  - hour: 24
    consumption: 300

Full Changelog: 3.14.10...3.15.0

3.14.10

02 Jun 09:39
a0d7371
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.14.9...3.14.10

3.14.9

25 May 16:35
8f37585
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.14.8...3.14.9

3.14.8

22 May 17:39
Compare
Choose a tag to compare

Full Changelog: 3.14.7...3.14.8