bisand / node-red-contrib-tibber-api

Node Red module for integrating with Tibber api
MIT License
20 stars 2 forks source link

What is the homeID? #75

Closed Apacalipto closed 1 year ago

Apacalipto commented 1 year ago

Hi,

Hope you can help me.

What is the HomeID field for? I can't find it. I just pasted my API key for now, but i'm a bit confused by it.

I am able to retrieve daily energy prices now.

getHomesComplete() also works.

But with getTomorrowsEnergyPrices(homeid), I get an empty response.

Thank you for making this application! 👍🏻

bisand commented 1 year ago

The HomeID is the ID of your home(s). This is used to identify a particular home. You can find the homeID of your homes by calling getHomesComplete(). That response should include all the information you need about your homes/installations.

Apacalipto commented 1 year ago

Got it. Thanks for explaining!