-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathevogateway.cfg.sample
executable file
·47 lines (33 loc) · 1.24 KB
/
evogateway.cfg.sample
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
[Serial Port]
# Port is required
COM_PORT = /dev/ttyUSB0
# optional
COM_BAUD = 115200
# Optional
[Files]
EVENTS_FILE = events.log
PACKET_LOG_FILE = packet.log
LOG_FILE_ROTATE_COUNT = 9
LOG_FILE_ROTATE_BYTES = 1000000
DEVICES_FILE = devices.json
SCHEMA_FILE = ramses_rf_schema.json
LOAD_ZONES_FROM_FILE = True
[MQTT]
# Required
MQTT_SERVER = 172.16.2.1
MQTT_USER = <user>
MQTT_PW = <password>
# Optional
MQTT_PUB_TOPIC = evohome/evogateway
MQTT_SUB_TOPIC = evohome/evogateway/_zone_independent/command
#Publish as a json string. If False, the key/values of the json will be published individually
MQTT_PUB_AS_JSON = False
# Either group messages by zone name (default), otherwise by device name
MQTT_GROUP_BY_ZONE = True
[MISC]
THIS_GATEWAY_NAME = evoGateway
# Display full json string from evohome_rf, or just key data item for each row
DISPLAY_FULL_JSON = False
# SCHEMA_EAVESDROP = False
# Assumes that there is only a single HGI device on the network (in case of spurious HGI device addresses)
FORCE_SINGLE_HGI = True