forked from michaelarnauts/cec-mqtt-bridge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.ini.default
57 lines (45 loc) · 940 Bytes
/
config.ini.default
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
;
; MQTT broker configuration
;
[mqtt]
; Hostname of mqtt broker (required)
;broker=localhost
; Port to connect to (default=1883)
;port=1883
; Use TLS
;tls=0
; Username and password
;user=
;password=
; MQTT prefix to use
;prefix=cec-mqtt
; Name of your device (default=cec-ir-mqtt)
;name=cec-ir-mqtt
;
; HDMI-CEC configuration
;
[cec]
; Enable CEC
enabled=1
; ID of CEC controller
;id=1
; Port where the CEC-device is connected (use cec-client -l to list)
; if using fkms in /boot/config.txt
;port=RPI
; if using kms in /boot/config.txt
;port=/dev/cec0
;port=/dev/cec1
; Devices to query (comma seperated, defaults to all devices)
;devices=0,2,3,4,5
; Name of your device (default=cec-ir-mqtt)
;name=OSMC
; device power state refresh time in seconds (default=10) (min 10) (0 disables refresh)
;refresh=10
;
; LIRC configuration
;
[ir]
; Enable LIRC
;enabled=1
rx_sock_path=/var/run/lirc/lircd
tx_sock_path=/var/run/lirc/lircd-tx