-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
50 lines (36 loc) · 1.41 KB
/
config.yaml
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
# Meross account email
meross-email: "[email protected]"
# Meross account password
meross-password: "ThisIsYourCrearTextPassword"
# Button controllers configuration
button-controller:
-
# Name of the Meross device that toggles with the bluetooth button
meross-name: "Bedroom Lamp Plug"
# Button name, address or device path
button-name: "DC:2C:26:BD:E0:AA"
-
# Name of the Meross device that toggles with the bluetooth button
meross-name: "Another Plug"
# Button name, address or device path
button-name: "Logitech Wireless Keyboard PID:4023"
# IP controllers configuration
ip-controller:
-
# Name of the Meross device that toggles with the IP
meross-name: "My Home Laptop Plug"
# IP of the node
ip: "192.168.0.134"
# Path to the folder with the db of status
status-db: "/home/pi/meross-controllers/.status"
# Number of times a node must be seen offline to consider it off
ip-scan-trials: 3
-
# Name of the Meross device that toggles with the IP
meross-name: "My Work Laptop Plug"
# IP of the node
ip: "192.168.0.135"
# Path to the folder with the db of status
status-db: "/home/pi/meross-controllers/.status"
# Number of times a node must be seen offline to consider it off
ip-scan-trials: 3