Smart Grid Charging basierend auf Tibber "PriceLevel" #9575
Maneridiet
started this conversation in
Ideen
Replies: 1 comment 5 replies
-
Doku ist ein gutes Stichwort. ;-) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hallo zusammen,
ich nutze einen dynamischen Stromtarif von Tibber. Ist es möglich basierend auf der Preisbewertung von Tibber das Smart Grid Charging zu starten? Tibber liefert in der API eine Bewertung des Strompreises. Aktuell muss ich jeden tag das Smart Grid Charging in der GUI an die aktuellen Preise anpassen. Tibber ermittelt das "level" basierend auf dem 3-Tages Durchschnitt. Somit könnte man im Smart Grid Charging einstellen -> Lade nur bei CHEAP oder VERY_CHEAP.
Hier die Doku zum PriceLevel
PriceLevel
Price level based on trailing price average (3 days for hourly values and 30 days for daily values)
Hier ein Beispiel wie es die API liefert:
{ "data": { "viewer": { "homes": [ { "currentSubscription": { "priceInfo": { "today": [ { "total": 0.2631, "level": "NORMAL", "energy": 0.0933, "tax": 0.1698, "startsAt": "2023-08-28T00:00:00.000+02:00" }, { "total": 0.2574, "level": "NORMAL", "energy": 0.0885, "tax": 0.1689, "startsAt": "2023-08-28T01:00:00.000+02:00" }, { "total": 0.2532, "level": "NORMAL", "energy": 0.085, "tax": 0.1682, "startsAt": "2023-08-28T02:00:00.000+02:00" }, { "total": 0.248, "level": "CHEAP", "energy": 0.0807, "tax": 0.1673, "startsAt": "2023-08-28T03:00:00.000+02:00" },
Beta Was this translation helpful? Give feedback.
All reactions