david3
April 5, 2020, 12:00pm
1
About This Project
Using a Pi Zero W + temperature sensor to monitor temperature at a remote location 90km away.
What’s Connected
D18820B temperature sensor
Triggers & Alerts
No
Scheduling
No
I would like to reduce the load on the remote Pi. I don’t need temperature measure more often than say 10mins.
Is there any way I can specify how often readings should be taken?
with raspberry pi agent not possible but you can use cayenne python library and adjust the publish time as you want GitHub - myDevicesIoT/Cayenne-MQTT-Python: Python Library for Cayenne MQTT API
david3
April 7, 2020, 7:34am
3
Thanks Shramik - is there a way of temporarily stopping and restarting Cayenne in my Pi? (Say by systemctl stop). It would be useful to remove the load briefly whilst running system updates.