This commit is contained in:
Julian Pawlowski 2025-05-19 10:05:17 +00:00
parent 1f8158ecea
commit da4ef5675a

View file

@ -337,7 +337,10 @@ class TibberPricesApiClient:
"query": """ "query": """
{viewer{homes{id,currentSubscription{priceRating{ {viewer{homes{id,currentSubscription{priceRating{
thresholdPercentages{low high} thresholdPercentages{low high}
daily{entries{time total energy tax difference level}} daily{
currency
entries{time total energy tax difference level}
}
}}}}}""" }}}}}"""
}, },
query_type=QueryType.DAILY_RATING, query_type=QueryType.DAILY_RATING,
@ -350,7 +353,10 @@ class TibberPricesApiClient:
"query": """ "query": """
{viewer{homes{id,currentSubscription{priceRating{ {viewer{homes{id,currentSubscription{priceRating{
thresholdPercentages{low high} thresholdPercentages{low high}
hourly{entries{time total energy tax difference level}} hourly{
currency
entries{time total energy tax difference level}
}
}}}}}""" }}}}}"""
}, },
query_type=QueryType.HOURLY_RATING, query_type=QueryType.HOURLY_RATING,