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

Add battery meter support #83

Merged
merged 2 commits into from Apr 30, 2020
Merged

Add battery meter support #83

merged 2 commits into from Apr 30, 2020

Conversation

andig
Copy link
Member

@andig andig commented Apr 30, 2020

Fix #52 to give EV charging priority over home battery charging.

The additional battery/ battery charger can be configured like this:

meters:
- name: battery
  type: modbus
  model: sunny-island # generic name for sunspec-compatible inverter
  uri: 192.168.0.23:502
  id: 126

loadpoints:
- name: home
  meters:
    grid: ...
    battery: battery

Breaking change: meters has now become a hierarchy level in the loadpoint configuration.

@andig andig added enhancement New feature or request infrastructure Basic functionality labels Apr 30, 2020
@andig andig added this to In progress in 0.7 Apr 30, 2020
@DerAndereAndi
Copy link
Contributor

Tested this pull request and it works fine over here.

@andig andig merged commit 532e6bd into master Apr 30, 2020
0.7 automation moved this from In progress to Done Apr 30, 2020
@andig andig deleted the feature/battery branch April 30, 2020 12:56
@andig andig added this to Done in Home battery May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request infrastructure Basic functionality
Projects
No open projects
0.7
  
Done
Home battery
  
Done
Development

Successfully merging this pull request may close these issues.

Supporting scenario with house battery inverters
2 participants