forked from dmartinpro/RFLinkGateway
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
55 lines (55 loc) · 1.53 KB
/
config.json
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
{
"mqtt_host": "mqtt.home",
"mqtt_port": 1883,
"mqtt_user": "user",
"mqtt_password": "password",
"mqtt_prefix": "rflink",
"mqtt_message_timeout": 60,
"mqtt_switch_incl_topic": "true",
"mqtt_json": "true",
"mqtt_include_message": "false",
"rflink_tty_device": "/dev/ttyUSB0",
"rflink_output_params_processing": {
"ID": [],
"SWITCH": [],
"CMD": [],
"SET_LEVEL": ["str2dec"],
"TEMP": ["shex2dec","div10"],
"HUM": ["str2dec"],
"BARO": ["hex2dec"],
"HSTATUS": ["str2dec"],
"BFORECAST": ["str2dec"],
"UV": [["hex2dec", "div10"],["hex2dec", "div10", "uv2level"]],
"LUX": ["hex2dec"],
"BAT": [],
"RAIN": ["hex2dec","div10"],
"RAINRATE": ["hex2dec","div10"],
"WINSP": ["hex2dec","div10"],
"AWINSP": ["hex2dec","div10"],
"WINGS": ["hex2dec","div10"],
"WINDIR": ["mapdir"],
"WINCHL": ["shex2dec","div10"],
"WINTMP": ["shex2dec","div10"],
"CHIME": ["str2dec"],
"SMOKEALERT": [],
"PIR": [],
"CO2": [],
"SOUND": ["str2dec"],
"KWATT": ["hex2dec"],
"WATT": ["hex2dec"],
"CURRENT": ["str2dec"],
"CURRENT2": ["str2dec"],
"CURRENT3": ["str2dec"],
"DIST": ["str2dec"],
"METER": ["str2dec"],
"VOLT": ["str2dec"],
"RGBW": [],
"message": []
},
"rflink_ignored_devices": [
"Friedland",
"Oregon Temp/FD10",
"BL999",
"RTS"
]
}