Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
cschlipf created a branch on ha-puzzles/evcc-grafana-dashboards
Fix#58#62#64#65 - Grafana Dashboards for EVCC
cschlipf closed an issue on ha-puzzles/evcc-grafana-dashboards
monthly dashboard mixed datasource in Speicher panel -> queries werden nicht importiert
die panel queries wurden nicht importiert. vermute mal weil zwei verschiedene Datenquellen drin vorkommen? Wenn ich ins JSON schaue steht da auch "datasource": { "type": "datasource"...cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
Danke! Wird geändert.
cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
OK, das kommt bei mir nicht vor, da ich keine Flux Datasources habe. Bei mir ist alles influxQL. Und ja, auch Grafana 11.4.0 bei mir Vielen Dank, dass Du da dran bleibst und das gefunden hast. D...
cschlipf closed an issue on ha-puzzles/evcc-grafana-dashboards
Beobachtung: Dashbard Today - query format recognized as flux instead of influxQL after import
Mal nur als Beobachtung im EVCC: PV Verbrauchsverlauf Panel nach dem Import ![grafik](https://github.com/user-attachments/assets/51117114-2e5f-4914-82d3-55f94c356d26) Es funktioniert alles vo...cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
New query: ```sql SELECT "guest_energy" FROM (SELECT integral("value") / -3600000 AS "guest_energy" FROM "chargePower" WHERE ("vehicle"::tag = '') AND $timeFilter GROUP BY time(1d) fill(null) ...
cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
Um sicher zu gehen. Wir reden von diesem Panel, richtig? <img width="337" alt="image" src="https://github.com/user-attachments/assets/6f9c0277-f2e8-4320-8c24-c843ae5e7e0f" />
cschlipf opened an issue on ha-puzzles/evcc-grafana-dashboards
Guest vehicle always shown
There are always very few entries without a 'vehicle'. So guest vehicle is always shown in daily energy chart, even if there are no charges. Introduce a threshold.cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
Ui ui... bei mir fehlt da das gesamte Override. Vielen Dank!
cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
Ich lasse den Issue mal repräsentativ für das Upgrade Problem stehen. Entweder muss ich die Dokumentation erweitern oder andere Lösungen finden. Aber so ist das unbefriedigend.
cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
Closed: Upgrade issue
cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
Closed: Upgrade issue
cschlipf closed an issue on ha-puzzles/evcc-grafana-dashboards
Dasboard yearly - loadpointXName fehlt im Energie/Monats Panel
Das Displayname mapping fehlt Hier von mir schon hinzugefügt ![grafik](https://github.com/user-attachments/assets/5132e9e3-7096-48db-bbe1-6ea13e38ecd6) Das war es dann auch für heute mir mei...cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
Closed: Upgrade issue
cschlipf closed an issue on ha-puzzles/evcc-grafana-dashboards
Dashboard Daily - energie/15min
Namensmappings sollten hinzugefügt werden ![grafik](https://github.com/user-attachments/assets/44d75c33-98fc-476f-9c86-2903eb7d74a0) Ansonsten werden "autogenerierte" Namen angezeigt. Ansonste...cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
Vielen Dank für das Feedback. Den Store aktualisiere ich mit dem Release. Die JSON Dateien könnten Zwischenschritte enthalten bis zum nächsten Release.
cschlipf opened an issue on ha-puzzles/evcc-grafana-dashboards
Avoid mixed data sources in Month and Year dashboards
Mixed data sources have import issues. Besides that it can lead to incomplete dashboards, if live data is aged. See also #59 and #60cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
Args! Das ist echt Mist :-( Ich sollte wohl Mixed Data Sources vermeiden und alles was ich im Monthly/Yearly Dashboard brauche in Aggregationen speichern. Wäre eh sinnvoller.
cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
Manchmal hilft auch ein Click auf Reload bei gedrückter Shift Taste, weil einiges im Browser Cache drin steckt.
cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
OK... das ist interessant. Leider habe ich hier nur eine Grafana-Instanz auf der ich entwickle. Daher durchlaufe ich den Upgrade Prozess nicht jedes Mal. Feedback hier ist wichtig für mich.
cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
Leider nein. Grafana ist hier wirklich schlecht. Die Library Panel können nur mit den Dashboards importiert werden. Werden aber leider nicht neu importiert, wenn sie schon da sind :-( Siehe auch...
cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
Ist eigentlich schon gesetzt: <img width="1047" alt="image" src="https://github.com/user-attachments/assets/5f532e58-9680-4537-88a6-32b28a8af1d9" /> Auch hier vermute ich, dass es daran lie...
cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
Ja genau: <img width="469" alt="image" src="https://github.com/user-attachments/assets/3d963507-169b-4157-be48-5e8c8cbf334c" /> Das ist auch ein Library Panel. Hast Du hier auch die Library ...
cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
Kannst Du bitte einen Dashboard Screenshot mit dem problematischen Panel posten? Ich suche das gerade und finde es nicht. BTW: Mir fällt auf, dass das Field bei Dir noch 'Garage' heisst. Das sol...
cschlipf created a comment on an issue on ha-puzzles/evcc-grafana-dashboards
Habe ich eigentlich gemacht. Wo habe ich das verpasst?
cschlipf published a release on ha-puzzles/evcc-grafana-dashboards
v0.3.0
> [!WARNING] > # BREAKING CHANGES > Die Aggregationen können nun in eine getrennte DB geschrieben werden. Ist das nicht gewünscht, kann auch weiterhin dieselbe DB für die Aggregation angegeben w...cschlipf closed an issue on ha-puzzles/evcc-grafana-dashboards
Option to store aggregated data in a different DB with a different retention policy
@m-milinovsky - habe mich mal ein bisschen in die Retention Policies eingelesen und das macht für Deinen Use Case denke ich am meisten Sinn. Problem aktuell: Die aggregierten Daten müssten dann in ...cschlipf pushed 1 commit to main ha-puzzles/evcc-grafana-dashboards
- Aggregations can be stored in a separate DB now. (#57) * Updated aggregation script and READMEs * Fix monthly agg... 5a20600