Skip to content
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, p-ratio current vs next hour and p-ratio current vs previous hour #30

Closed
joe-ave opened this issue Mar 30, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@joe-ave
Copy link

joe-ave commented Mar 30, 2023

Hello Olli,

if we could have one variable that look at the price ratio between current hour vs next hour and one variable that look at the price ratio between current hour vs previous hour.
It could be used to detect top of next price peak or bottom of next price valley.

If you for instance want to run your dishwasher during the night or day and start during the lowest possible price before the next price peak it would be good to have a valley detection, ie if p-ratio current vs next hour < 100 and p-ratio current vs previous hour < 100.
In most cases that would detect the lowest price before next peak, most days seems to have 2 or 3 valleys and peaks and they vary in time when they occur so scheduling is tricky and this would probably work better.

//Jonas

@Olli69 Olli69 added the enhancement New feature or request label Apr 4, 2023
@Olli69
Copy link
Contributor

Olli69 commented May 10, 2023

Hi Jonas,
Could be useful in some cases, let's keep that in mind. But probably in many cases you can handle with price ranks of the fixed 8 hours blocks. Variable 4 is| rank in 8 h block and variable 7 is block id 1) 23:00-06:59 , 2) 07:00-14:59, 3) 15:00-22:59 . For example with Rule template 102 (newest Arska version) lets you define how many cheapest hours per block the channel is up.
image

Olli

-- | --

@joe-ave
Copy link
Author

joe-ave commented May 10, 2023

Hello Olli,

yes that would allso find the pricevalleys, I´ll flash your latest when I have time and try it out.

//Jonas

@Olli69 Olli69 closed this as completed May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants