Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #237

Merged
merged 6 commits into from
Jun 2, 2024
Merged

Dev #237

merged 6 commits into from
Jun 2, 2024

Conversation

fboundy
Copy link
Owner

@fboundy fboundy commented Jun 2, 2024

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

@fboundy fboundy merged commit a64df8b into main Jun 2, 2024
@punkymuzzle
Copy link

#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.

Can confirm that this works a treat. When SoC dropped to 15% the next charge cycle was written to the inverter. The battery then kept discharging down to 10% at which point the Inverter went idle.
But the previously written charge cycle information was retained allowing the next charge to occur.

Thanks very much, the whole pv_opt addon now seems to work fine for my X1 AC inverter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants