-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
sample-config.json
44 lines (42 loc) · 1.3 KB
/
sample-config.json
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
36
37
38
39
40
41
42
43
44
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:9K:B3:CE:30",
"port": 51826,
"pin": "000-00-000"
},
"description": "This is an example configuration file. Make sure to adapt it to list the IP of your Daikin Controller(s).",
"accessories": [
{
"accessory": "Daikin-Local",
"name": "Living room",
"apiroute": "http://192.168.1.50",
"temperature_unit": "C",
"swingMode": "3",
"defaultMode": "3",
"enableHumiditySensor": true,
"enableTemperatureSensor": true,
"response": 2000,
"deadline": 60000,
"retries": 5,
"fanMode": "DRY",
"fanName": "Living room dehumidifier"
},
{
"accessory": "Daikin-Local",
"name": "Master bedroom",
"apiroute": "https://192.168.1.51",
"temperature_unit": "C",
"uuid": "01a50f38ce0a40cbac38024fc6faaf38",
"swingMode": "0",
"defaultMode": "1",
"enableHumiditySensor": false,
"enableTemperatureSensor": true,
"response": 2000,
"deadline": 60000,
"retries": 5,
"fanMode": "FAN"
}
],
"platforms":[]
}