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

New features requested not an issue :) #218

Open
pfolcato opened this issue Jan 12, 2024 · 0 comments
Open

New features requested not an issue :) #218

pfolcato opened this issue Jan 12, 2024 · 0 comments

Comments

@pfolcato
Copy link

Hello and thanks for this great integration!
I suggest to integrate also this kind of informations in this Solaredge HA integration:

  1. battery stored energy (how many kWh are present in battery):
    “BattEnergy” = (‘soe’*’available_energy’) /100 (kWh)

  2. Home power instantaneous imported/exporter/auto consumption:
    If meter ‘power’ < 0
    Imported= meter power * -1
    Exported = 0
    Else:
    Exported = meter ‘power’
    Imported = 0

If meter ‘power’ <=0:
Auto_consumption = inverter ‘power_ac’
Else:
Auto_consumption = inverter ‘power_ac’ – meter ‘power’

If autoconsumption < 0:
Autoconsumption = 0

  1. Power only from FV when battery is present:
    FVpower = inverter_'power_ac' + battery 'instantaneous_power'
    if FVpower >0:
    FVpower = inverter_'power_ac' + battery 'instantaneous_power'
    else:
    FVpower = 0

  2. Home Total Consumption
    Home_Total_Consumption =inverter 'power_ac' – meter 'power’

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

1 participant