group mesage with csv

This commit is contained in:
Hristo Jelev
2020-05-03 19:57:37 +03:00
parent f768e9643a
commit 7d305c5908
4 changed files with 89 additions and 31 deletions

View File

@@ -1,5 +1,21 @@
# MQTT server configuration
mqtt_host = "192.168.0.13"
mqtt_user = "user"
mqtt_password = "password"
mqtt_port = "1883"
mqtt_topic_prefix = "topic"
mqtt_topic_prefix = "rpi-MQTT-monitor"
# Messages configuration
# If this is send to True the script will send just one message containing all values
group_messages = True
# This is the time between sending the indivudual messages
sleep_time = 0.5
cpu_load = True
cpu_temp = True
used_space = True
voltage = True
sys_clock_speed = True
swap = True
memory = True