You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PrivateEyePi
Hi All,
I have setup my pi to pull temperature reading using a ds18b20 as showing on the site. Right now the temperature is being pulled every 5 minutes and I would like to change this to every 10 minutes. I plan to add 7 temperature sensors and to stay under the 1500 writes to the site I will need to adjust the pull time. I'm assuming I can change a value with the code and was hoping someone could point me in the right direction.
Thanks
timphi...@hotmail.com
unread,
Sep 30, 2016, 9:36:52 AM9/30/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PrivateEyePi
Hi
Edit the dallas.py script
#Main Loop while True:
if (elapsed_temperature_time > 600): start_temperature_time = time.time() # Get the latest temperature NotifyHostTemperature()
I have 5 sensors that report every ten minute ehnce 600 seconds help this helps