group mesage with csv
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user