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

go-e Charger -> no PV share calculated #1252

Open
rosch99 opened this issue Apr 2, 2024 · 5 comments
Open

go-e Charger -> no PV share calculated #1252

rosch99 opened this issue Apr 2, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@rosch99
Copy link

rosch99 commented Apr 2, 2024

Describe the bug
PV-Share is not calculated when using go-e charger wallbox.

Expected behavior
newer firmware versions support the following additional API keys so it should be possible to calculate PV share while charging.
pgrid --> PowerGrid (in Watt)
ppv --> PowerPV (in Watt)
pakku --> PowerAkku (in Watt)

Screenshots
If applicable, add screenshots to help explain your problem.
screenshot_wallbox_go-e_charger

api_status_go-e_charger

** Teslalogger Type **
Docker on a Raspberry Pi4
Did you update the Image with apt-get update & upgrade?

** Do you use Tasker or iBeacon **
no

Additional context
go-e Charger API --> https://github.com/goecharger/go-eCharger-API-v2

@rosch99 rosch99 added the bug Something isn't working label Apr 2, 2024
@Adminius
Copy link
Contributor

Adminius commented Apr 8, 2024

Hey, grid power (kW) doesn't help. We need energy (kWh).

@rosch99
Copy link
Author

rosch99 commented Apr 9, 2024

Does that mean the wallbox needs to calculate the PV share?
I dont think go-e charger can do that, imho "pgrid", "ppv" and "pakku" are (only) used to calculate power for surplus charging.

@Adminius
Copy link
Contributor

Adminius commented Apr 9, 2024

calculate power for surplus charging

That's the problem: power, we need energy ;)
If a wallbox has energy values for the grid (like cFos, openWB...), we can use it. Power only doen't help at all in our case.

@rosch99
Copy link
Author

rosch99 commented Apr 9, 2024

Ok, i got it.
What i dont get is, since energy is power for a given time (kWh) which timeframe should be used to calc the PV share?
Is it energy_Grid and energy_PV for THIS charging session, could be complicated to get?
How is this calculated (and reported) by cFos, openWB?

@Adminius
Copy link
Contributor

Adminius commented Apr 9, 2024

cFos (and openWB) has direct connection to the Meter and get precalculated kWh

You can't take power x time, because time should be each second, because you charging with PV and power differs every second...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants