Skip to content

Releases: fboundy/pv_opt

3.18.2

16 Nov 22:24
8e31ca5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.18.1...3.18.2

3.18.1

15 Nov 08:50
9c11da3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.18.0...3.18.1

3.18.0

14 Nov 02:05
96cc6fb
Compare
Choose a tag to compare

What's Changed

This release adds full support for controlling Solis inverters via the API using a combination of the Solis Sensor integration (https://github.com/hultenvp/solis-sensor) and internal API calls for controlling the inverter.

To use this functionality please make sure you get the latest config.yaml file from the Github repo.

Full Changelog: 3.17.1...3.18.0

3.17.1

11 Nov 14:37
6b02220
Compare
Choose a tag to compare

What's Changed

  • 3.17.1 Remove spurious logging and add to readme by @fboundy in #288

Full Changelog: 3.17.0...3.17.1

3.17.0

10 Nov 18:43
d39edf0
Compare
Choose a tag to compare

What's Changed

  • Fix Issues with Day Ahead Pricing and Add Manual Tariffs (#211) by @fboundy in #285

Manual Tariffs can now be included in config.yaml like this. See readme.MD for details:

octopus_auto: False 

manual_import_tariff: True
manual_import_tariff_name: Test Importe
manual_import_tariff_tz: GB
manual_import_tariff_standing: 43
manual_import_tariff_unit:
  - period_start: "00:00"
    price: 4.2
  - period_start: "05:00"
    price: 9.7
  - period_start: "16:00"
    price: 77.0
  - period_start: "19:00"
    price: -2.0

manual_export_tariff: True
manual_export_tariff_name: Test Export
manual_export_tariff_tz: GB
manual_export_tariff_unit:
  - period_start: "01:00"
    price: 14.2
  - period_start: "03:00"
    price: 19.7
  - period_start: "16:00"
    price: 50.0
  - period_start: "14:00"
    price: 0.0

Full Changelog: 3.16.1...3.17.0

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