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

Add EDF Tempo tariff #11051

Merged
merged 4 commits into from
Dec 8, 2023
Merged

Add EDF Tempo tariff #11051

merged 4 commits into from
Dec 8, 2023

Conversation

andig
Copy link
Member

@andig andig commented Dec 8, 2023

Fix #11040

Configure:

type: edf-tempo
clientid: ...
clientsecret: ...
prices:
  red: ...
  blue: ...
  white: ...

@andig andig added the enhancement New feature or request label Dec 8, 2023
@andig andig marked this pull request as draft December 8, 2023 09:23
@andig andig marked this pull request as ready for review December 8, 2023 15:52
@andig andig merged commit 219dacd into master Dec 8, 2023
5 of 6 checks passed
@andig andig deleted the feature/edf-tempo branch December 8, 2023 15:56
@ioniks
Copy link

ioniks commented Dec 8, 2023

Thanks for this !

Just a question, for price in red, blue, white
I can set price like this ?

red:
      - hours: 23-00
        price: 0.13 # EUR/kWh
      - hours: 00-6
        price: 0.13 # EUR/kWh
      - hours: 7-22
        price: 0.73 # EUR/kWh

(if you have a possibility to make only two entry I am taker)

because for each day there is a day and night rate

@oliviermichaud
Copy link

oliviermichaud commented Feb 15, 2024

Hi,

Is this feature is operationnal? I don't succeed to implement it on my config. I have an error :

panic: assignment to entry in nil map

goroutine 118 [running]:
github.com/evcc-io/evcc/tariff.NewEdfTempoFromConfig(0x4000d3dfe4?)
github.com/evcc-io/evcc/tariff/edf-tempo.go:73 +0x504

This is my test config :

tariffs:
currency: EUR # (default EUR)
grid:
# See https://github.com/hekmon/rtetempo to generate api Application on rte-france.com
type: edf-tempo
clientid: xxx
clientsecret: xxx
prices:
red: 0.3
blue: 0.3
white: 0.3

Please someone how succeed to configure it can share his config please?

A big Thanks

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

Successfully merging this pull request may close these issues.

RTE / EDF TEMPO price integration
3 participants