-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Do some proper work in the STATIC planner variant #54
Comments
Hi. Thank you for creating an integration that makes it easy to control by electricity price without using NodeRed :) How is the progress of the work with "STATIC planner"? Can you look into the possibility of a sensor that sets the water temperature in the hot water tank, depending on the electricity price? Regards Ole Jørgen |
Hi, progress is slow on this particular part of the planner (most likely because I don't have an immediate use of it myself), but should maybe start a poll or something to see how large the interest of it is. About your proposals above, improvements and suggestions are always welcomed. Could you explain a bit more what you're after. Maybe as one or two separate tickets. (this particular ticket only aims to finalize the core functionality of the static planner) |
Hi, and thanks for your reply. See my new "issue" I have started. Answering your questions there.
Hi, and thanks for your reply. See my new "issue" I have started. Answering your questions there. |
I also looked a bit closer on the priceanalyzer code and version 2 draft. The part where it compares price-trend is sort of what my planner does. But mine do not compare the entire time-span to a fixed "plan" of prices but only looks ahead from "now" and finds the next cheap/expensive spot in the search-range. Those should be somewhat comparable in function. What prizeanalyzer also does but my planner lacks proper function is within the "static" planner and where you can select a number of hours during a time-span (or end-time) to activate "high consumption". This would be a natural part of the static planner which I never seem to find time to solve. But maybe getting some inspiration from the priceanalyzer will help there. |
The selection of STATIC planner is enabled but there is almost no logic connected to it. Implement and test it...
Enable option to split the hours over the entire day (the cheapest hours don't have to be consecutive). In reality the duration becomes "find the X cheapest hours" and the duration in logic is set to 1Split out to separate issue Add feature to static to select if the active time can be split over duration or not #71Postpone start-hour if external condition not fulfilled (ex. car not connected). Will likely be split to separate task, and could be that it not even fits to this integration.Won't do!The text was updated successfully, but these errors were encountered: