summaryrefslogtreecommitdiffstats
path: root/utils/domoticz/files/domoticz.config
blob: 51bdfd5dc4fab39c4c63bdff96f9b2f9be788865 (plain)
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
config domoticz
	option disabled '1'
	# (combination of: all,normal,status,error,debug)
	option loglevel 'normal'
	# (combination of: all,normal,hardware,received,webserver,eventsystem,python,thread_id,sql,auth)
	option debuglevel 'normal'
	# [user|daemon|local0 .. local7]
	option syslog 'daemon'
	# You can point it at ACME certs directly and it reloads automatically when they change.
	# option sslcert '/path/to/ssl.crt'
	# option sslkey '/path/to/ssl.key'
	# option sslpass 'passphrase'
	# option ssldhparam '/path/to/dhparam.pem'
	# option mdns '0'
	# option www '8080'
	option sslwww '0'
	# CAUTION - by default, /var is not persistent accross reboots
	# Don't forget the trailing / - domoticz requires it
	option userdata '/var/lib/domoticz/'

#config device
#	option product '658/200/0'
#	option symlink 'ttyACM-aeotec-zstick-g5'

#config device
#	option serial '526359'
#	option symlink 'ttyUSB-serial'

#config device
#	option usbif '2-1:1.0'
#	option symlink 'ttyUSB-port1'

#config device
#	option product '67b/2303/202'
#	option usbif '2-2:1.0'
#	option symlink 'ttyUSB-port2'