This commit is contained in:
Alexandre
2021-11-17 17:46:19 +01:00
parent cc950411aa
commit b09e6fc161

View File

@@ -7,7 +7,7 @@ debug: false
## MQTT ## ## MQTT ##
#################### ####################
mqtt: mqtt:
host: MOSQUITO_SERVER # MANDATORY host: MOSQUITO_SERVER # MANDATORY
port: 1883 port: 1883
username: "" username: ""
password: "" password: ""
@@ -27,7 +27,7 @@ home_assistant:
############### ###############
## Influx DB ## ## Influx DB ##
############### ###############
#influxdb: #influxdb:
# host: MY_INFLUXDB_SERVER # host: MY_INFLUXDB_SERVER
# port: 8086 # port: 8086
# token: MY_TOKEN # token: MY_TOKEN
@@ -37,18 +37,18 @@ home_assistant:
#################### ####################
## ENEDIS GATEWAY ## ## ENEDIS GATEWAY ##
#################### ####################
enedis_gateway: enedis_gateway:
PDL_1: # MANDATORY PDL_1: # MANDATORY
token: PDL_1_TOKEN # MANDATORY token: PDL_1_TOKEN # MANDATORY
plan: BASE # BASE or HP/HC plan: BASE # BASE or HP/HC
consumption: true consumption: true
consumption_detail: true consumption_detail: true
consumption_price_hc: 0 consumption_price_hc: 0
consumption_price_hp: 0 consumption_price_hp: 0
consumption_price_base: 0 consumption_price_base: 0
production: false production: false
production_detail: 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-00h10;01h00-06h00
addresses: true addresses: true
# PDL_2: # PDL_2:
# token: PDL_2_TOKEN # token: PDL_2_TOKEN