I’m very new to this and I apologies for the basic question. How do you change the reporting interval from the default 8 seconds to another value? From the link below, I think it’s something to do with MQTT_PUB_INTERVAL?
I was able to change the line 128 in sensor.py in the Sensor block to:
time.sleep(58)
and line 24 in update-dashboards.py in the Dashboard block to:
time.sleep(60)
But I think the Influxdb block is still asking the Sensor block to report a reading every 10 seconds?
No that’s a little too advanced for me at the moment. I set it up by clicking ‘Deploy with balena’ on this beginners guide, thanks for looking into it.