hjelev / rpi-mqtt-monitor

Raspberry Pi MQTT Monitor gathers system information and sends it to a MQTT server.
GNU General Public License v3.0
155 stars 41 forks source link

Update time #99

Closed gio82c closed 3 months ago

gio82c commented 3 months ago

Thanks for your job 😊

if I understand correctly rpi sends data every 5 minutes... is it possible to decrease the time?

hjelev commented 3 months ago

Hi, If you use the installation script you are asked about the update interval during installation. The default value is 120 seconds. If you are running the script as a service you can update service_sleep_time = 120 in src/config.py if you are executing it with cron it depends on the cron configuration.