It would appear that new free hobbyist accounts are limited to 10 api calls per day. Perhaps that is the case with you.
From the read me on the solcast by oziee
The integration now allows users that now only get 10 calls to disable the auto api polling where thye can then create their own automations to call the update solcast service when they want
Also, another thought I had was, did you add both roofs before or after setting up the add on in ha? Perhaps remove the add on, confirm both roofs are setup in the solcast toolkit, the re add the add on in home assistant.
If you are limited to 10 calls per day. You could automate the api calls to occur every 2h11m (2h24m might be safer) as the absolute minimum interval over a 24 hour period, or schedule the calls to happen every hour for a 10 hour period of your choosing.
Yes, I did. Regenerated the API key and used that for the new integration.
I will try to completely removed the integration, deleted from HACS, restart HA.
Regenerate API key again
Re added the integration again
See how it goes.
Mine does exactly the same with the same automation. I have 2 roofs (one account), I assumed it was because of that ? Does it do an API call for each roof ?
Oh no, probably that’s the case. I also have 2 roofs in 1 account. But, I don’t know if the API call for each roof, need to check that with Solcast to confirm, I think.
By the way, do you know how to modify the script to call once every 2 hours? Probably that can help a bit.
@Holdestmade here is the answer from Solcast support, see below. It looks like HA component gets the data from the account and find it has 2 sites, then it sends request to both sites. Probably @anon7821378 can confirm this?
Hey oziee - Solcast integration works great! Many thanks for this!
Could you please expand the forecast data to also show the forecasts for the days after tomorrow? I believe that the data from Solcast actually includes the next 3 or even 7 days. Would be great if we could access this additional info in HA as well.
Would like to use automations for electric appliances (pool heater and EV charger) based on more than 1 day of forecast.
Sorry, I believe I have not been clear. As far as I can see, the current integration collects the data for today and tomorrow (total values plus 30min intervals in attributes). I am already working with these and works great.
What I am missing is the data for after tomorrow. Ideally I would like to have access to today (d0), tomorrow (d1), d2, d3 etc
I believe that the solcast API call retrieves data for 7 days but the integration only writes d0 and d1 to HA - ignoring the remaining data.
Would that be possible include the remaining data or am I missing something?
you have been clear… but obviously you have not actually read though that link… all the data is there for the next 7 days… there might only be a visible sensor with values for today tomorrow… but all the data for the next 7 days is there too
read that link properly and you can create your own sensors for d3,d4xxxxx