Releases: fboundy/pv_opt
Releases · fboundy/pv_opt
3.19.0-beta-2
3.19.0-beta-1
This is a beta test of some siginficant internal changes to the solis.py
module:
- A major re-factoring of the inverter classes plus support for Solarman v2 (https://github.com/davidrapan/ha-solarman) and support for the latest firmware
- Support for the my mods to the Solis Sensor integration which includes control (https://github.com/fboundy/solis-sensor)
- Support for my mods to the Solax integration to include support for HMI firmware > FB00
Full Changelog: 3.18.5...3.19.0-beta-1
3.18.5
3.18.4
3.18.3
3.18.2
What's Changed
- Solis cloud tweaks by @fboundy in #294
- Updated license to acknowledge code from https://github.com/stevegal/solis_control by @stevegal
Full Changelog: 3.18.1...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