88# socket_server (required when type=socket) : address of remote serial server (eg. 192.168.1.100)
99# socket_port (required when type=socket) : port number of remote serial server (eg. 5050)
1010#------------
11- # type = serial
12- # serial_port = /dev/ttyUSB0
13- type = socket
14- socket_server = 192.168.219.118
11+ type = serial
12+ serial_port = /dev/ttyUSB0
13+ # type = socket
14+ # socket_server = 192.168.219.118
1515socket_port = 8899
1616
1717
@@ -25,11 +25,11 @@ socket_port = 8899
2525# mqtt_username (required when mqtt_allow_anonymous=False) : mqtt username
2626# mqtt_password (required when mqtt_allow_anonymous=False) : mqtt password
2727#------------
28- mqtt_server = 192.168.219.130
28+ mqtt_server = 172.30.32.1
2929mqtt_port = 1883
3030mqtt_allow_anonymous = False
31- mqtt_username = admin
32- mqtt_password = admin3844
31+ mqtt_username = id
32+ mqtt_password = pw
3333
3434
3535[Device]
@@ -41,7 +41,8 @@ mqtt_password = admin3844
4141# * supported devicetypes : light, gas, fan, thermo, elevator
4242# * supported roomnames : myhome, livingroom, bedroom, room1, room2
4343#------------
44- enabled = light, fan, thermo_livingroom, thermo_bedroom, thermo_room1, thermo_room2, elevator
44+ #enabled = light, fan, thermo_livingroom, thermo_bedroom, thermo_room1, thermo_room2, elevator
45+ enabled = light_livingroom, fan, thermo_livingroom, thermo_bedroom, thermo_room1, thermo_room2, thermo_room3, elevator
4546
4647
4748[Elevator]
@@ -89,5 +90,5 @@ show_mqtt_publish = True
8990# init_fan_mode (required) : Low, Medium, High
9091# light_count (required) : Light Count
9192init_temp = 23
92- init_fan_mode = Medium
93+ init_fan_mode = Low
9394light_count = 2
0 commit comments