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

Question: ps-lowest-price with tibber to charge battery in cheap hours #189

Open
lfarndt opened this issue Nov 29, 2023 · 1 comment
Open
Labels
answerred Assume this is done. Should be closed by issuer. help wanted Extra attention is needed

Comments

@lfarndt
Copy link

lfarndt commented Nov 29, 2023

Hi,
i want to control the charging of my battery with the lowest price node.
image

Before noon i get only 24 price slots from tibber with the query, because the next day prices come later at that day.
I want to charge 4 hours (cheapest time) on one day an consume that in the 4 expensiest hours.
The expensiest hours i want to find as descriced in FAQ "highest prices".

I think before noon the output is correct, but there is a warning "no schedule"

After noon, when the next day prices are online, the tibber query has 48 prices. Now the 4 cheapest hours are chosen from the 48 prices.
Am i right here?

How are the options to read?

image

Which day is ment, when i have 48prices?

Can you give me a hint on how to do it

thx Wolfgang

@ottopaulsen
Copy link
Owner

No, it is not choosing from all 48 hours. When you set up from time 00:00 and to time 00:00, it looks for the 4 cheapest hours during 24 hours starting at midnight. The reason you get No schedule before noon is probably because the cheapest hours has already passed. When you get prices for the next day, it will find the 4 cheapest hours for the next day.

You should be able to see the calculated result in your debug 9 node.
Please include that output here if you have more questions.

@ottopaulsen ottopaulsen added help wanted Extra attention is needed answerred Assume this is done. Should be closed by issuer. labels Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answerred Assume this is done. Should be closed by issuer. help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants