Releases: fboundy/pv_opt
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
3.15.3
3.15.2
3.15.1
What's Changed
-
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
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
3.14.9
3.14.8
Full Changelog: 3.14.7...3.14.8