-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.json.exemple
35 lines (27 loc) · 1.03 KB
/
config.json.exemple
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"####":"#################################################",
"info":"Ne garder que les clefs/valuers utiles pour vous",
"### 1":"Pour les données Véolia IDF:",
"veolia_login": "[email protected]",
"veolia_password": "MONPASSEVEOLIA",
"veolia_contract": "MONCONTRATVEOLIA",
"### 2":"Pour les données GRDF:",
"grdf_login": "[email protected]",
"grdf_password": "XXXXXXXXXXXX",
"grdf_pce": "21546000000000",
"### 3":"Pour la domotique Home Assistant",
"ha_server": "https://MONINSTANCEHA",
"ha_token": "MONTOKEN.XXXXXXX.XXXXX-XXXXXXX",
"### 4":"Pour la domotique Domoticz",
"domoticz_server": "http://IP:PORT",
"domoticz_idx": "42",
"domoticz_login": "",
"domoticz_password": "",
"### 5":"Pour la résolution de captcha (GRDF)",
"2captcha_token": "XXXXXXXXXXX",
"capmonster_token": "XXXXXXXXXXX",
"### 6":"Pour le choix du type de serveur (Domoticz par défaut), 'ha' pour Home Assistant",
"type": "ha",
"### 7":"Valeur d'expiration pour certaines requêtes",
"timeout": "30"
}