forked from MichaelB2018/lc7001-mqtt-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlc7001-mqtt-bridge.conf
44 lines (32 loc) · 1.03 KB
/
lc7001-mqtt-bridge.conf
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
[General]
# Set the logging level. The following are valid values:
# debug | info | warning | error | critical
DebugLevel = info
##########################################
#### MQTT Configurtation ####
##########################################
# Location (IP Address of DNS Name) of the MQTT Server
MQTT_Server = 192.168.x.x
# Port of the MQTT Server
MQTT_Port = 1883
# Username for the MQTT Server
MQTT_User = xxx
# Password of the MQTT Server
MQTT_Password = xxx
##########################################
#### LC7001 Configurtation ####
##########################################
# Location (IP Address of DNS Name) of the LC7001
# LC7001_Server = 192.168.x.x
LC7001_Server = LCM1.local
# Port of the LC7001
LC7001_Port = 2112
##########################################
#### Other Configuration ####
##########################################
# If MQTT Discovery is enabled, simply add the folowing 2 lines to Home
# Assistant's configuration.yaml file:
#
# mqtt:
# discovery: true
EnableDiscovery = true