JaccoR / hass-entso-e

Integration for Home Assistant to fetch day ahead energy prices from European countries via ENTSO-e Transparency Platform
157 stars 24 forks source link

The prices never reflect the API (when manually calling) #123

Open maillme opened 1 year ago

maillme commented 1 year ago

Hello, I can never work out why - but my prices never reflect what the actual api itself tells me (ENTSOE NL prices).... take for example just now:

If I call this on the API, I get the following data for this hour:

`

1
            <price.amount>98.21</price.amount>
        </Point>`

So - if I divide this by 1000 - I get to 9.821c kwh. This reflects what my energy company tells me (Frank Energie - which does match the ENTSOE pricing when I call the API manually).

But, in HA - the current market price (sensor.nl_energy_prices_current_electricity_market_price) tells me 0.217c kw/h.

I have no VAT and no custom price template added. I'm sure this is probably something simple I am missing - but I can't seem to work out where I am going wrong with this.

image
toresetre commented 5 days ago

I have the same issue here. The current_price is never the same as what Nordpool publishes. Nordpool and my provider's price aliigns with each other, but the ENTSO-e entity is always off.