Using typical forecaster #466
purcell-lab
started this conversation in
General
Replies: 2 comments
-
Ok I will look into that TZ shift issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The TZ problem is fixed in #469 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been playing around with setting up the typical forecaster, to see how this could be used for initial setups.
I'm currently seeing two potential issues, the forecast seems to be offset in time (by TZ?) So I'm seeing the mini peak (which typically should be at sunrise) appears at 16:00 and the main peak (which typically should be around sunset) at 01:00. I'm currently TZ +1000. So if I time shift these left by +1000 the the mini peak would be showing at 06:00 and the main peak would show at 3pm.
The other potential issue is scaling by grid_import_max (which in my case is 50 kW), which produces huge load profiles. Maybe there is no need to scale at grid_import_max and just run with a typical household profile ~9 kW and then if users wanted to have their own data that could run this history scraper or mkforecaster.
Beta Was this translation helpful? Give feedback.
All reactions