Support Energy Dashboard
Hello,
The current Forecast.solar core integration allows you to view estimated solar production on the Energy Dashboard. The code is setup in such a way that any integration can contribute the required information. I think it would be great if this could be updated to support such a setup.
You can see some links about it here:
- https://community.home-assistant.io/t/solcast-global-solar-power-forecast-integration/334681
- https://github.com/home-assistant/core/pull/54576
Cheers
I've started looking into this I have created a integration that's is working.. but currently I have the code wrong for converting the time from utc to my time so the graph draws out of time sync :)


Little bit of work to do before I PR it to HA
its on HACS now... https://github.com/oziee/ha-solcast-solar will try to PR to HA Core later
hi guys.. I have done a some little tweaks and changes -loss factor is able to be changed.. its now 1-100 instead of 0.1-1.. the slider didn't like floats
- pull estimated_actuals values now too
enjoy :(