Releases: fboundy/pv_opt
3.18.2
3.18.1
3.18.0
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
3.17.0
What's Changed
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
-
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
3.15.4
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
- @CraigCallender made their first contribution in #250
Full Changelog: 3.15.3...3.15.4