mampfes / ha_epex_spot

Adds EPEX Spot data to Home Assistant.
MIT License
141 stars 21 forks source link

smartenergy.at as datasource not working #102

Closed ar-ml closed 6 months ago

ar-ml commented 8 months ago

see screenshot below.

Awattar ist working though!

grafik

mampfes commented 8 months ago

Could you please check if there are errors in the log? I can't reproduce this issue so far.

feutl commented 7 months ago

I am having the same problem since yesterday after updating to the latest version. What information should I am looking for, as for me it looks a little different

image

The second Spot Service via Awattar works without problems.

mampfes commented 7 months ago

The smartENERGY API is currently defect: It doesn't return valid values. So there is nothing we can do on our side. Please reach out to smartENERGY.

https://apis.smartenergy.at/market/v1/price --> {"tariff":"EPEXSPOTAT","unit":"ct/kWh","interval":15,"data":[]}

feutl commented 7 months ago

ah, ok, this makes sense, lets see what they gonna do to fix it. I will reach out to them, as a customer :)

ar-ml commented 7 months ago

they recently changed their website, probably killed the API... I will write them also as customer.

ar-ml commented 7 months ago

They just wrote me back: Die API sollte mit morgen wieder verlässlich funktionieren.

markus-gitdev commented 7 months ago

Had the same issue, but it works again for me. It seems they were able to fix their issue.

BjoernRoethig commented 7 months ago

API seems to work again - showing correct values when they get triggered directly. But EPEX HA integration somehow shows prices more than doubled. Same for Awattar.

feutl commented 7 months ago

jup, working for me again too

BjoernRoethig commented 7 months ago

API showing different values than EPEX integration image

They must pull data from different sources (https://apis.smartenergy.at/market/v1/price) image

Net Price in HA shows right now 22,73ct/kWh - API shows 8.358 ct/kWh.

Also when I compare Awattar - same issue. Market prices do not match. I installed a fresh extension in HA - no change. Idea? Everything was working until two days ago...

mampfes commented 7 months ago

@BjoernRoethig SmartEnergy reports values including VAT, all other service providers report values excluding VAT. Therefore, VAT will be removed for SmartEnergy. Then the configured taxes will be applied. Do you have different configurations for SmartEnergy and Awattar?

In my setup, SmartEnergy and Awattar report equal values.

BjoernRoethig commented 7 months ago

@mampfes Thank you for your input. I know - both sensors where working fine for months now... I did not change anything - three days ago - suddenly no data at all for about 48 hrs... also on smartenergy homepage - no data. Then data came back online... with complete abnormal prices. The shown "Net Price" does not match at all the remaining prices... I know - setup can be influenced with surcharge an tax... well - than some other update is influencing the calculation. I let you know when I find out. edit: I checked the parameters when adding "awattar/smartenergy (AT)" to HA... in the latest update there is no factor/tax imput anymore.

BjoernRoethig commented 7 months ago

After a long try and error run - I found the issue. The config of the file updated to the "original" values after I got a new version. I did not think about that - as I have set the values during initial setup - and all where correct. That an update will change the config - did not cross my mind. Anyway - in general all are working - just the smartenergy API seems not very stable.