I have used Entsoe binding to get current spot price, but from 1 Oct it stopped working!
Guess it is because Nordpol started to have 15 minute prices
The error I get is “Resolution PT60M not found in ENTSOE response”
Does anyone know how to solve this?
I just updated to 5.0.1 used 4.3 before, same result
entsoe doesn’t provide 60min tariffs any more. Just select the 15min option and they will be fetched. If you still need 60min values, you have to calculate them yourself.
That’s none of any binding’s business. Any such postprocessing function can also easily be misunderstood so potentially leads to all sorts of unwanted consequences.
If you want to have that for whatever reason that likely only applies to your setup, code it yourself.
i tried to get the entsoe Binding up and running, to it always stays offline –> see log
22:02:44.917[INFO] [openhab.event.ThingStatusInfoChangedEvent] - Thing ‘entsoe:day-ahead:382654dae2’ changed from OFFLINE (COMMUNICATION_ERROR): The request failed with HTTP error 400 to UNINITIALIZED
22:02:44.920[INFO] [openhab.event.ThingStatusInfoChangedEvent] - Thing ‘entsoe:day-ahead:382654dae2’ changed from UNINITIALIZED to UNINITIALIZED (DISABLED)
22:02:45.887[INFO] [openhab.event.ThingStatusInfoChangedEvent] - Thing ‘entsoe:day-ahead:382654dae2’ changed from UNINITIALIZED (DISABLED) to INITIALIZING
22:02:45.887[INFO] [openhab.event.ThingStatusInfoChangedEvent] - Thing ‘entsoe:day-ahead:382654dae2’ changed from INITIALIZING to UNKNOWN
22:02:45.945[INFO] [openhab.event.ThingStatusInfoChangedEvent] - Thing ‘entsoe:day-ahead:382654dae2’ changed from UNKNOWN to OFFLINE (COMMUNICATION_ERROR): The request failed with HTTP error 400
A few days ago I have upgraded Openhab to OH 5.1.1 from OH 5.0.2. Since then I am having a problem with electricity price updates through the ENTSOE binding. It appears to be retrieving the data OK, but the price in Openhab is not updated and stays at the same fixed level.
Your issue is likely due to persistence changes in 5.1, see the big thread on that for details.
In short: if you have an inmemory.persist remove the default strategy entry there.
@mstormi , thanks for the tip. I just checked my setup and I don’t have inmemory persistence installed, but do have JDBC persistence. I had already figured out that I needed to remove the default strategy from the JDBC persistence configuration, but I have just double checked it is actually the case. All other data is updating and logging fine. It is just the electricity prices that appear stuck at a fixed historic value.
For the EntsoE binding in 5.0+ the EnergyPrice item is a TimeSeries.
These you need to persist with inmemory (in addition to whatever default persistence you’re using).
hi, i tried to make relay on when item korkeinhinta is smaller than entsoe spot price:
(Dayahead_prices_Spot_Price.state as Number) > (KorkeinSahkonHinta.state as Number)
I could not get this work, openhab 5.1.1 , can not figure out whats wrong,
at label KorkeinHinta goes 0 if i set 0.09,... at items it shows correctly
and at label spot price is correctly,... both corrcetly whit units but rules
comparsion dose not work!!!!
Hi, does anyone else has issues with Entso-e not delivering day-ahead prices for DE_LU zone since last Friday? No error message, just empty response - afaict.
… ok. its working again. Have not touched anything. Entso-e rolled out a new software version on Friday afternoon which seems to have broken the updates. Data is delivered now.
… I came across an interesting service we might consider as an alternative. There is free but restricted API access after simple registration. It provides Entso-E data too but also some ML model predicted future data based on weather data. While the site is in German, it provides access for all bidding zones. Maybe it can be integrated as optional / fall back solution?