-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
125 lines (124 loc) · 2.55 KB
/
config.yaml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
settings:
addons:
package: minimal
automation:
- jsscripting
binding:
- airquality
- astro
- daikin
- mqtt
- network
- shelly
- synopanalyzer
- telegram
- tplinksmarthome
- unifi
- zigbee
- zwave
misc:
- metrics
persistence:
- rrd4j
transformation:
- jsonpath
- map
ui:
- basic
ephemeris:
country: us
region: or
dayset:
trash: Friday
persistence:
default: rrd4j
influxdb:
db: openhab
url: http://influxdb.data:8086
i18n:
language: en
region: US
timezone: US/Pacific
measurement_system: US
things:
airquality:
station_id: 86
daikin:
living_room:
thing_id: living_room
type_id: ac_unit
name: LivingRoom
host: great-room.hvac.home.goodhouse.io
location: Living Room
main_bedroom:
thing_id: main_bedroom
type_id: ac_unit
name: MainBedroom
host: main-bedroom.hvac.home.goodhouse.io
location: Main Bedroom
mqtt:
# hivemq:
# port: 8883
# secure: 'true'
mosquitto:
port: 8883
secure: 'true'
network:
ping_devices:
phone_james:
id: phone_james
name: James' Phone
parameters:
retry: 3
timeout: 5000
refreshInterval: 30000
synop:
station_id: 72698
unifi:
port: 443
refresh_rate: 10
wireless_clients:
phone_james:
id: phone_james
name: James' Phone
consider_home: 60
site: default
zigbee:
coordinator:
baud_rate: 57600
child_timeout: 86400
concentrator: 1
flow_control: 2 # software (XOn/XOff)
mesh_update_period: 86400
port: /dev/ttyUSB1
devices:
light_bulb_landing:
label: Light Bulb
location: Landing
thing_id: light_bulb_landing
light_bulb_living_room:
label: Light Bulb
location: Living Room
thing_id: light_bulb_living_room
light_bulb_landing_upstairs:
label: Light Bulb
location: Hallway
thing_id: light_bulb_landing_upstairs
zwave:
controller:
port: /dev/ttyUSB0
devices:
sensor_garage_door:
thing_id: sensor_garage_door
label: Sensor
location: Garage
type_id: eco_dwzwave25_00_000
parameters:
node_id: 2
tilt_sensor_garage_door:
thing_id: tilt_sensor_garage_door
label: Tilt Sensor
location: Garage
type_id: eco_tiltzwave25_00_000
parameters:
node_id: 3