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

combine two solar system #149

Open
GRV0423 opened this issue Mar 19, 2023 · 1 comment
Open

combine two solar system #149

GRV0423 opened this issue Mar 19, 2023 · 1 comment

Comments

@GRV0423
Copy link

GRV0423 commented Mar 19, 2023

is there a possibility that can be add two battery, and two solar output?

@daath
Copy link

daath commented Apr 28, 2023

Why not just do it yourself and use a template? E.g.

- sensor:
    - name: "Plant Generation - Today"
      state: "{{ states('sensor.inverter1_energy_today') | float(0) + states('sensor.inverter2_energy_today') | float(0) }}"
      unit_of_measurement: 'kWh'

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

No branches or pull requests

2 participants