You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have multiple homes in Tibber, you need to add a home id. But it's not really straightforward how to get this. The solution I found is to put the id parameter in the example Homes query in the Tibber API explorer like this:
{
viewer {
homes {
id
address {
address1
address2
address3
postalCode
city
country
latitude
longitude
}
}
}
}
But this is too much to add to the template. What would be the best way to add this so everybody even without much technical knowledge who looks at the documentation can just copy paste this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
If you have multiple homes in Tibber, you need to add a home id. But it's not really straightforward how to get this. The solution I found is to put the id parameter in the example
Homes
query in the Tibber API explorer like this:But this is too much to add to the template. What would be the best way to add this so everybody even without much technical knowledge who looks at the documentation can just copy paste this?
Beta Was this translation helpful? Give feedback.
All reactions