Sorry I thought I had that included.
This parts displays on the screen correctly echo -e Garage In $temp1"\n"Garage Return $temp2"\n""\n"Bedroom IN $temp3"\n"Bedroom Return $temp4"\n""\n"Main Floor IN $temp5"\n"Main Floor RTN $temp6"\n""\n"Water Tank In $temp7"\n"Water Tank Return $temp8"\n""\n"Loop In $ $temp9"\n"Loop Return $temp10"\n""\n"Header Out $temp11"\n"Header Return $temp12"\n""\n"Basment In $temp13"\n"Basement Return $temp14"\n"\n""Mechanical Room $temp15"\n" I am not sure if the DB is being created correctly Or if is not updating I would like to show min , max, average , current -----Original Message----- From: Colin Law [mailto:[email protected]] Sent: Sunday, March 29, 2015 8:30 AM To: OWFS (One-wire file system) discussion and help Subject: Re: [Owfs-developers] Temp Logging On 29 March 2015 at 14:32, <[email protected]> wrote: > Hey All I cant seem to get this working. Temps either show wrong temp > or no temp in graphs. The first thing to do is to work out which bit is failing. See below > ... > #!/bin/bash > > # Read temperature from sensor > > temp1=`cat /mnt/owfs/uncached/Garage_In/temperature` > > temp2=`cat /mnt/owfs/uncached/Garage_Return/temperature` If you print out the values here are they ok? Colin ---------------------------------------------------------------------------- -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
