-
-
Notifications
You must be signed in to change notification settings - Fork 660
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
Experimental: add telemetry for virtual power plant #4343
Conversation
35c19d6
to
dc86935
Compare
cmd/config.go
Outdated
@@ -28,6 +28,7 @@ type config struct { | |||
Network networkConfig | |||
Log string | |||
SponsorToken string | |||
Community bool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich finde den Namen der Option noch zu generisch. community
ist ja ein breiter Begriff. Ich hätte erstmal nicht erwartet, dass das dazu führt, dass meine Instanz Daten sendet. Im Titel hier steht "Community Virtual Power Plant". Das ist für nen Confignamen zu lang, aber vielleicht finden wir ja was dazwischen.
Ich finde der Name sollte auch ausdrücken, dass wir hier nur anonyme Daten sammeln und nicht in die Steuerung eingreifen. Tesla, Elli, Sonnen und co. nennen ihre netzdienlichen Ladelösungen ja auch "Virtual Power Plants". Das ist ja nicht das was wir hier vor haben.
Ideen: shareChargingData
, publishStats
, communityMetrics
, contributeChargingMetrics
, shareMetrics
oder irgend eine Kombination aus diesen Wörtern :D
|
Agreed on |
With this PR, we can gather current charge power and total charged energy for participating installations. To opt-in set
to participate. Requires sponsorship (since we need a unique identifier anyways to not double-count).
Data privacy policy: https://cloud.evcc.io/privacy
Community api is available at https://api.evcc.io/total
Todo:
costs, CO2)