Skip to content

Releases: fboundy/pv_opt

3.19.0-beta-2

15 Dec 14:05
Compare
Choose a tag to compare
3.19.0-beta-2 Pre-release
Pre-release

What's Changed

Full Changelog: 3.19.0-beta-1...3.19.0-beta-2

3.19.0-beta-1

13 Dec 16:42
Compare
Choose a tag to compare
3.19.0-beta-1 Pre-release
Pre-release

This is a beta test of some siginficant internal changes to the solis.py module:

Full Changelog: 3.18.5...3.19.0-beta-1

3.18.5

13 Dec 11:20
d06d818
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.18.4...3.18.5

3.18.4

03 Dec 14:15
81511ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.18.3...3.18.4

3.18.3

02 Dec 13:26
4693773
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.18.2...3.18.3

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