-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
smartENERGY (Austria) Net Price Calculation incorrect #108
Comments
You have to configure your taxes and surcharges as described in the Net Price Sensor chapter: https://github.com/mampfes/ha_epex_spot?tab=readme-ov-file#1-net-market-price-sensor |
That is wrong, even though they say it on their website. The provided price from smartENERGY is without tax. It's the same as on the EPEX Spot website. You have to add a surcharge of 1,2ct and then 20% tax. That gives you the 1,44ct (1,2×1,2) surcharge that you really pay to smartENERGY. |
Okay, that fixes it. I guess the ticket can be closed - might be a good idea to mention this in the documentation somewhere 😉 |
I already mentioned this to smartENERGY |
Their reply (translated): "As you can set the prices in the API yourself, they can also be shown including tax. Our description is therefore a matter of setting, depending on the configuration." |
Could it be that they changed it again and the price provided by the SmartEnergy API now does include the Tax (but no absolute surcharge)? Example for 2024-09-08T10:00:00+02:00: EPEX Spot price: 0.829ct |
That is still true, just checked. |
|
@xiaodi-dev |
There’s a mismatch between the current price shown on the smartENERGY website and what the sensor calculates.
As of time of writing, the electricity price is ¢8.55 according to the website, and my sensor shows ¢8.842 (¢1.44 surcharge and 20% tax).
The smartENERGY API entry for right now says ¢7.114 which is exactly ¢1.44 short of what their website says.
No matter how I configure the integration, I cannot seem to reach this value. If I include both tax and surcharge, the sensor over reports (current config). If I include just the surcharge but 0% tax, then it under reports.
According to smartENERGY, the prices reported by the API already include 20% tax, so the sensor needs to simply add a static ¢1.44 (the current surcharge) to every price value from the API.
The text was updated successfully, but these errors were encountered: