-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not choose 'mlforecast' in Load forecast method with the web GUI #401
Comments
Just updated and saw this too. Haven't looked into it further. |
Maybe this is going to be fixed with this pull reguest: #370 |
We will take a look into this |
@GeoDerp I tried to look at this but got a bit lost in those JS cripts ;-) |
I believe this was fixed in 11.3 (one of the small things I fixed) Edit: Yep still up to date, If you are only adding another option for a existing parameter, editing "load_forecast_method": {
"friendly_name": "Load forecast method",
"Description": "The load forecast method that will be used. The options are ‘csv’ to load a CSV file or ‘naive’ for a simple 1-day persistence model.",
"input": "select",
"select_options": [
"naive",
"mlforecaster",
"csv",
"CALL NEW OPTION"
],
"default_value": "naive"
}, |
Thanks. |
Just checked on my EMHASS v0.11.4, seems like its there, so im not sure. Maybe it is some sort of caching thing? |
``Emhass addon v0.11.2
Hassos 2024.10.4
When I try to select mlforecast in the web GUI there is no option for it. The choices I have are naive and csv. Is this correct?
If I manually edit the config.json file to use mlforecast and run a daily optimization everything works.
The text was updated successfully, but these errors were encountered: