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

maj doc #59

Merged
merged 1 commit into from
Nov 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ The easiest is to map the "/data" in local because it is also this folder that c

> All other variables have default values

Exemple :

```yaml
##########
# GLOBAL #
Expand Down Expand Up @@ -119,9 +121,9 @@ home_assistant:
####################
## ENEDIS GATEWAY ##
####################
enedis_gateway:
PDL_1: # MANDATORY
token: PDL_1_TOKEN # MANDATORY
enedis_gateway:
XXXXXXXXXXXXXX: # Replace XXXXXXXXXXXXXX by your PDL Number. MANDATORY
token: YOUR_TOKEN # MANDATORY
plan: BASE # BASE or HP/HC
consumption: true
consumption_detail: true
Expand All @@ -130,10 +132,10 @@ enedis_gateway:
consumption_price_base: 0
production: false
production_detail: false
# offpeak_hours: "" # USE ONLY IF YOU WANT OVERLOAD DEFAULT VALUE, Format : 22h36-00h10;01h00-06h00
offpeak_hours: "" # USE ONLY IF YOU WANT OVERLOAD DEFAULT VALUE, Format : 22h36-06h00
addresses: true
# PDL_2:
# token: PDL_2_TOKEN
# YYYYYYYYYYYYYY: # Replace YYYYYYYYYYYYYY by your other PDL Number
# token: YOUR_TOKEN
# plan: HP/HC
# consumption: true
# consumption_detail: true
Expand All @@ -144,6 +146,8 @@ enedis_gateway:
# production_detail: false
# addresses: true
```
> offpeak_hours : I automatically retrieve the information via the Enedis APIs, but it happens that some account does not upload it.
This parameter will allow you to fill in your HP / HC ranges yourself in order to be able to compare your consumption according to the 2 subscriptions.

## Cache

Expand Down