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

Smart Battery Buffer is not considering lower prices of next calendar day #606

Open
godfuture opened this issue Dec 5, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@godfuture
Copy link

godfuture commented Dec 5, 2024

Describe the bug
Smart battery puffer started force charge too early. Prices started to drop short before midnight, but they were substantially lower after midnight. It would have been a lot better to wait for prices after midnight. My guess is that smart battery buffer only considered hours of current calendar day and therefore started charging at 21:00.

To Reproduce
Steps to reproduce the behavior:

  1. Configure smart battery buffer for 3 amount hours.
  2. Emulate situation where prices are high throughout the whole day, but start to decline from 21 onwards till 6 in the morning next day.
  3. Check when smart battery buffer starts charging.

Expected behavior
Smart battery buffer sees price decline and calculates the lowest 3 hours in 48h of prices. Charging should start at lowest hours which in the example are all located early morning next day.

Screenshots & Logfiles
Screenshot_20241205-212547_Fennec
Screenshot_20241205-212520_Fennec_m

Versions:

  • Adapter version: 3.5.1
  • JS-Controller version: 7.0.3
  • Node version: 20.18.1
  • Operating system: Debian

Additional context
Add any other context about the problem here.

@hombach hombach self-assigned this Dec 28, 2024
@hombach hombach added the question Further information is requested label Dec 28, 2024
@hombach
Copy link
Owner

hombach commented Dec 28, 2024

It's not perfect, but looks like adapter worked as designed... smart battery buffer is currently working on a daily base... Next days prices are not considered

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants