blob: 653610e4a97739aa1e0f921d943cb3b83aa30d6c (
plain)
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
|
[Main]
data_length_limit = 10
timeformat = %Y-%m-%d %H:%M:%S
y_max = 51
y_min = -20
x_limit = 2000
interval = 5000
[Certificates]
ssl = True
grace_period = # Grace period within which certificates should be renewed
# Need full paths to files:
ca_crt =
server_cert_file =
server_key_file =
client_cert_file =
client_key_file =
[Sensor_mapping]
upper =
lower =
[Mqtt]
hostname =
port = 8883
keepalive = 60
topic = temperature
topic_cert_renewal = cert_renewal
|