evcc-io / evcc

Sonne tanken ☀️🚘
https://evcc.io
MIT License
3.53k stars 652 forks source link

Losing dayahead price from hour 23:00 #15323

Closed Lightmanster closed 2 months ago

Lightmanster commented 2 months ago

Describe the bug

Every once and while (few times a week) the price of 23:00 is lost at the current day.

Yesterday everything was fine in the afternoon, but in the evening in tells me there is no price available for 23:00 same day I only use entseo dayahead.

Screenshot afternoon around 14:00

image

Screenshot evening

image

Also in database is the value not there.

image

Message at screen:

image

So it was there in the afternoon, but probably overwritten ?

evcc.log.txt

Steps to reproduce

  1. config dayahead type: entsoe
  2. check several moments a day
  3. ...

Configuration details

tariffs:
  currency: EUR # (default EUR)
  grid:
    type: entsoe # Entso-E european market data
    domain: BZN|NL # https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html#_areas
    securitytoken:  # api token
    charges: 0.13 # optional, additional charges per kWh
    tax:  0.21 #optional, additional tax (0.1 for 10%)

Log details

See attached file

What type of operating system are you running?

Linux

Version

0.129.0

andig commented 2 months ago

Fixed in master

Lightmanster commented 2 months ago

Thx!!!