Dallas One wire tempreture measurement.

G

Gregor Horvath

a previous thread

http://mail.python.org/pipermail/python-list/2002-June/107616.html

discussed this issue, and Dave Moor kindly pointed to his solution.
However this is no longer a current link, does anyone know if there is
a currently available solution?

I am using digitemp with this code:


def GetActT():
"Liest aus Digittemp die temp"
digi = os.popen("digitemp -q -a -o2 -c /home/gh/.digitemprc")
f = digi.readlines()
digi.close()
return float(f[0].split()[1])
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,798
Messages
2,569,651
Members
45,385
Latest member
ZapGuardianReviews
Top