On 29 March 2015 at 14:32,  <mike.kal...@gmail.com> 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
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to