-
Notifications
You must be signed in to change notification settings - Fork 5
/
indi-mqtt.conf
34 lines (25 loc) · 967 Bytes
/
indi-mqtt.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
[DEFAULT]
# Set logging verbose output [DEBUG|INFO|WARNING|ERROR|CRITICAL]. Default: INFO
# LOG_LEVEL = INFO
[INDI]
# Set to hostname or IP of INDI server. Default: localhost
# INDI_HOST = localhost
# Set to port number of INDI server. Default: 7624
# INDI_PORT = 7624
[MQTT]
# Set to hostname or IP of MQTT server. Default: localhost
# MQTT_HOST = localhost
# Set to port number of INDI server. Default: 1883
# MQTT_PORT = 1883
# Set to username required by MQTT server. Default: None
# MQTT_USER = None
# Set to password required by MQTT server. Default: None
# MQTT_PASS = None
# Set to password required by MQTT server. Default: observatory
# MQTT_ROOT = observatory
# Refresh time in seconds. Default: 10
# Set to 0 to manually refresh by publishing any message to MQTT_ROOT/poll topic
# MQTT_POLLING = 10
# Set to True to receive all properties in single JSON message. Default: False
# JSON output available at MQTT_ROOT/json topic
# MQTT_JSON = False