Use evcc with your Home Assistant sensor / tarif data #50
-
Moinauch! Do you think it would be relatively easy to provide the electricity price data from Home Assistant to evcc? In Home Assistant, I use the integration github.com/MTrab/energidataservice, you can see the syntax of the data in the screenshot below. If complicated, I'll have to wait until it will be possible to calculate in evcc. ;-) The issue is that we in Denmark have a dynamic (hourly) electricity price (which evcc can pull correctly). But on top, we pay time dependent network charges which have to be added. Currently evcc can either pull dynamic prices or deal with "tariff zones", but not a combination of both. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Good morning! IMHO it would be much 'easier' to implement this in evcc directly (as PR) since we have source code that fetch the data correcly... So when the But I could be totally wrong - since I did not fully picked up the meaning of 'But on top, we pay time dependent network charges which have to be added' - is this always a constant/fix/static delta that have to be added? [e.g. here for me in Germany I have this too - a fixed price addon of ~0,17€ per kWh that is more or less independant from the actual kWh stock price] |
Beta Was this translation helpful? Give feedback.
after spending some time with the evcc sources I think there is no easy/simple way to archive what you are looking for - IMHO in any case it's required to adjust/add code to evcc project in order to support your feature request [as you ahve already suggested @ evcc] - the only suggestion I can make (to enhance the request) is to make use of Month by "number" as list affected (instead of the "cryptic month-name-range' syntax...
Providing just "custom" and use a HA API URL as source will not work :-/