Skip to content

Commit

Permalink
maj doc
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Nov 18, 2021
1 parent ed5b10a commit fd151a8
Showing 1 changed file with 10 additions and 6 deletions.
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

0 comments on commit fd151a8

Please sign in to comment.