Need to record temp every hour?

111 views
Skip to first unread message

VAHokies

unread,
Oct 16, 2015, 2:24:49 PM10/16/15
to Wireless Sensor Tags

I'd like to record the temp every hour from one of my sensor tags. I don't want to tie it to an event (door opening, etc) but just record the temp every hour. Problem is I can't see a way to this natively from the web?  Or am I missing it?

Do I need to use their API or the KumoApp?

thx

Ken Woods

unread,
Nov 6, 2015, 12:12:56 PM11/6/15
to Wireless Sensor Tags

I don't know your tech ability, but if you have access to a unix box (or a mac, for that matter....) 

put this in a crontab that runs every hour.


You'll obivously have to change the url to match your tag......


$ lynx --dump http://www.mytaglist.com/ethLogShared.asmx/GetLatestTemperatureRawDataByUUID\?uuid=0f1bd206-2022-4387-842a-70f259814e6e\&useDegF=1\&name=Boiler_Output | cut -f7 -d" "> ./b.txt; C=$(<./b.txt); echo "9*$C/5+32" | bc -l >> hourlyoutput.txt


If that doesn't make sense, email me, I'll host it for you.

Go Hokies.

Reply all
Reply to author
Forward
0 new messages