Skip to content

Commit

Permalink
Merge pull request #136 from evenisse/patch-4
Browse files Browse the repository at this point in the history
Missing enable field on PDL
  • Loading branch information
m4dm4rtig4n authored Nov 20, 2022
2 parents c07a70c + 8ba08da commit 0ec21a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ Dictionnaire avec comme clef votre Point de Livraison (entre double quote) conte
| consumption_price_base | Prix d'achat du kW sans forfait HP/HC | 0 |
| consumption_price_hc | Prix d'achat du kW en Heure Creuse | 0 |
| consumption_price_hp | Prix d'achat du kW en Heure Pleine | 0 |
| enable | Activation du PDL | True |
| offpeak_hours_0 | Heure creuse du Lundi | "" |
| offpeak_hours_1 | Heure creuse du Mardi | "" |
| offpeak_hours_2 | Heure creuse du Mercredi | "" |
Expand Down
4 changes: 3 additions & 1 deletion config.exemple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ myelectricaldata:
consumption_price_base: '0.145907'
consumption_price_hc: '0.124364'
consumption_price_hp: '0.164915'
enable: 'true'
offpeak_hours_0: 22H00-6H00 # LUNDI
offpeak_hours_1: 22H00-6H00 # MARDI
offpeak_hours_2: 22H00-6H00 # MERCREDI
Expand All @@ -57,6 +58,7 @@ myelectricaldata:
consumption_price_base: '0.175'
consumption_price_hc: '0.175'
consumption_price_hp: '0.175'
enable: 'true'
offpeak_hours_0: ''
offpeak_hours_1: ''
offpeak_hours_2: ''
Expand All @@ -69,4 +71,4 @@ myelectricaldata:
production_detail: 'true'
production_price: '0.10'
refresh_addresse: 'false'
refresh_contract: 'false'
refresh_contract: 'false'

0 comments on commit 0ec21a3

Please sign in to comment.