-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Suggestion for ps-strategy-lowest-price, Schedule not calculated #195
Comments
I agree on this, based on a different use case. I would like to charge my EV at night, somewhere between 18:00 and 6:00. This leads to the following config:
But this one does not work after midnight, since not all the price data is known. |
@krispek It should work by 18:00 if you receive prices around 13:00, so I cannot see that you actually have a problem there. @CirruZZ Your suggestion raises some logical challenges. |
I checked my own flow again and found a bug indeed. My mistake. :) |
This is what I suggest.
Nothing should happen, just keep the previous schedule as is. If the user wants a updated schedule the a new request for a schedule should be run when the new prices is available.
I see no reason to overcomplicate it, no more logic needed. Just "work with what you have" regarding the prices. If some other feature, then previous stated, could be considered is some information to the user that the prices given isn't complet for the requested periods, maybe a status message? But this is just a idea, no need realy. |
Your suggestion will break the whole concept with the Lowest Price strategy. If I implement what you suggest, the node will no longer find the lowest price in the selected period. |
I do not agree. The node would still work as it should, just that it doesn't have all the priceinformation available, and therefore try to make the best of the situation. If the user does not provide the node with enough information to solve the task, it should be up to the user to take responsibility for that, and also realize that the node cant guess the future. That's how I see it ;-) |
The document states this regarding Schedule not calculated
If you select a period for example from 10:00 to 02:00, it may not be possible to calculate before the period starts. This is because electricity prices for the next day (in the Nord Pool area) normally are received around 13:00. The node cannot calculate the period until it has price data for the whole period.
I would suggest that it should try to get a schedule based on the precis it receives even if it is commanded to get lowest prices for a temaperiod that isn't complet with price data.
Example
Price data for 00-24 is given
Timeperiod asked for lowest price 18-04
Runtime 10:00
Today it gives Schedule not calculated
Why not just instead give lowest price for just 18-00?
The text was updated successfully, but these errors were encountered: