Skip to content
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

This integration is NOT for the normal Ecopower contracts #4

Open
lennie-BE opened this issue Dec 8, 2022 · 10 comments
Open

This integration is NOT for the normal Ecopower contracts #4

lennie-BE opened this issue Dec 8, 2022 · 10 comments

Comments

@lennie-BE
Copy link

It seems usefull to me to clarify more clearly in the documentation that this integration is only usefull for a limited number of Ecopower clients in a pilot project that use dynamic grid prices.

I know that this is exactly the name of this integration but never the less some mixup with the new price calculation since november 2022 (semi fixed + semi variable) for the regular clients is possible. It least I understood it wrong en asked Ecopower for access to their API to find out it would't do what I expected it to do.

@infradom
Copy link
Owner

infradom commented Dec 8, 2022

Thanks for the feedback. I added a warning in the README

@lennie-BE
Copy link
Author

Well done! Thanks!

@thibaultmol
Copy link

I have a normal ecopower contract. But I would like to see the dynamic tariffs in home assistant already, just to get a 'feel for it'.
Guess there's no problem in adding it then?

@infradom
Copy link
Owner

infradom commented Jun 9, 2023

Guess there's no problem in adding it then?

No, this changes nothing to the Home Assistant, just adds some entities that will be there for information only
There might be a small problem that you do not have the Ecopower API keys that may be needed to access the API if you do not have a dynamic contract.

@thibaultmol
Copy link

Yeah, needing API key's is something I was afraid of /assumed. Guess I could contact support to see if they could provide them to me, even though i'm not in the test project. Probably not. But who knows

@infradom
Copy link
Owner

infradom commented Jun 9, 2023

I would recommend to use the Nordpol integration.
Nordpol can be used as backup source for my integration (not sure if it will work without the API keys).. It has been a long time since I developed this, so I need to look into the code for a more accurate answer

@thibaultmol
Copy link

Thx for the recommend! Nordpol works perfectly!

@TheGroundZero
Copy link

Any idea on what the additional_costs config for Nordpool would be to correctly calculate the Ecopower prices?

Price for grid import is 1,02 * EPEX DA + 4 euro/MWh but then there's also the contributions for GSC and WKK as well as region-based tarrifs (nettarieven) and levies (heffingen), and VAT (6%)

https://cdn.nimbu.io/s/4tn7vz5/assets/1695216932291/dynamisch_tariefkaart_ecopower_september2023.pdf

@infradom
Copy link
Owner

infradom commented Oct 19, 2023

The default values should include all the charges that are calculated on a per kWh basis (see your bill). It may depend slightly on the region (I am Imewo region. (or maybe Fluvius West).
image

prijs_consumptie = (ENTSOE * Factor_A + Factor_B) * BTW_consumptie
prijs_injectie = (ENTSOE * Factor_C + Factor_D) * BTW_injectie
Factor_A = 0.00102
Factor B = 0.004 + 0.0378329 + 0.0019 + 0.0475 + 0.0165 + 0.0028 ( kost ecopower + fluvius afname + bijdrage energie + bijz accijns + kosten groene stroom + WKK)
Factor_C = 0.00085
Factor_D = 0.004
BTW_consumptie = 1.06
BTW_injectie = 1.00

If you use the Nordpol integration as backup for my integration you do not need to declare addtional costs, as my integration will add them

@infradom
Copy link
Owner

infradom commented Oct 19, 2023

Sorry, I was confused, and answered for the wrong integration.
I have also created a new integration that can be used for ecopower, but also for other companies: See https://github.com/infradom/dynamic_grid_prices
The information given above is for this integration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants