-
-
Notifications
You must be signed in to change notification settings - Fork 734
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
Align grid measurements structure with pv and battery (BC) #18063
Conversation
This reverts commit 936c9c4.
first of all THANKS for the mention! - this helps a lot (to avoid trouble with the integration) - I am going to review the PR this evening and will provide feedback |
I have added now the following to the integration: if YES -> new Code: I will extract sensor data from ["grid"]["power"] & ["grid"]["currents"][0-2] if NO -> old Code: I will extract sensor data from ["gridPower"] & ["gridCurrents"][0-2] |
handling new grid object (supporting PR evcc-io/evcc#18063)
handling new grid object (supporting PR evcc-io/evcc#18063)
@naltatis mqtt/influx sollten jetzt vorbereitet sein |
@andig wir haben leider einen Fall übersehen. Es kann heute durchaus vorkommen, dass kein Grid-Meter konfiguriert ist, wir aber dennoch eine Siehe: In der UI wird in diesem Fall [PV], [Min+PV] durch die option [Smart] ersetzt. Daher würde ich vorschlagen die |
@andig ich hab den |
Gut, dass Du dafür einen Test hast! |
@TheNinth7 Betrifft dieser Breaking Change deine Garmin App? |
Ja, vielen Dank für den Hinweis. Werde auch eine Abfrage einbauen um die alte und die neue Struktur zu unterstützen. Ab welcher evcc Version wird die Änderung denn umgesetzt? |
Die aktuelle 0.132.1 hat das noch nicht. Also mit der Version nach der 0.132.1. |
Noch eine Frage dazu: Für Batterie und PV gibt es ja aggregierte Werte pvPower und batteryPower direkt unter result. Fürs Netz wird es aber den gridPower direkt unter result nicht mehr geben, sondern nur noch als "power" unter dem Element grid? Also so schaut es jetzt aus:
Und so wird es in Zukunft aussehen?
|
Ja, genau so ist das. |
Danke! Hab gerade die neue Version der Garmin-App online gestellt. Hab es mit einem Mockup getestet, hoffe es klappt dann auch mit der nächsten evcc-Version (das jq-Filtering kann ich mit einem Mockup nicht testen). |
Follow-up to #17943
Use identical structure for grid measurements, drop unused energy total.
Before:
After:
TODO