forked from bbock/mqtt_cul_server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmqtt_cul_server.ini
44 lines (33 loc) · 975 Bytes
/
mqtt_cul_server.ini
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
[DEFAULT]
# serial device of CUL868 / CUL433
CUL = /dev/ttyACM0
baud_rate = 115200
# directory with device state files
statedir = /var/lib/mqtt_cul_server/state
# Logfile
logfile = /var/log/mqtt_cul_server/error.log
# prefix for MQTT topics. this default is compatible with Home Assistant
prefix = homeassistant
# enable verbose (info) logging
verbose = true
# enable debug logging, implicitly set verbose to true
debug = true
[mqtt]
# connection parameters of MQTT broker
host = 127.0.0.1
port = 1883
# you need to set either username AND password or none
# if username and password are undefined, the connection will be unauthenticated
#username = username
#password = password
[intertechno]
enabled = yes
# Intertechno System ID, often also called House ID
#
# must be exactly 5 characters long and consist of "0" or "F" only
# "0" corresponds to DIP switch OFF, "F" corresponds to DIP switch ON
system_id = 0F0FF
[somfy]
enabled = yes
[lacrosse]
enabled = yes