pv forecast with scrapper and generic pv panel and inverter #389
Replies: 5 comments 4 replies
-
Hi, this can be an option. I'm aware of the pvwatts possibility. |
Beta Was this translation helpful? Give feedback.
-
I left the path to use pvlib from within emhass and have now switched to using https://github.com/rany2/ha-open-meteo-solar-forecast integration from within Home Assistant. Template to pass the next pred_horizon number of half hour blocks to the mpc (or day ahead) optimizer:
|
Beta Was this translation helpful? Give feedback.
-
Very nice solution using that custom integration |
Beta Was this translation helpful? Give feedback.
-
thanks David. Just tried another query in the database (https://emhass-pvlib-database.streamlit.app/) for the Solaredge SE8K-RWS48BEN4 (8kW, hybrid), but nothing... For now, people who want to use generic inverter(s) and panels, you can define multiple strings and inverters bij adding multiple "Services" in the HA addon like this: To pass the resulting pv_power_forecast stringas runtime parameter (I use 24 hr pred horizon and 30 min blocks now) you can use this template:
You can also add all 3 (or more) predictions in HA energy dashboard to get the dotted line or lines. |
Beta Was this translation helpful? Give feedback.
-
But would be nice to able to use the autocorrecting PV prediction machine learning feature I saw mentioned in the future.... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@davidusb-geek
For my use case(s) and I guess for many users it would be nice to use scrapper (pvlib + ClearOutside) PV predictions in emhass but instead of having to find an exact (or close enough) matching panel and inverter type in the pvlib database just use a generic panel and inverter size like they do in solcast and solar.forecast and in the home assistant energy dashboard. I see that pvlib supports this notion of a generic system using pvwatts. Is this something you have looked at before? Would you accept a PR that allows sizes in Watt instead of the text string with the exact models?
Beta Was this translation helpful? Give feedback.
All reactions