Hi folks,

I occasionally get the following error:

Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "hrv.py", line 18, in getState
    Relay = ow.Sensor(relay)
  File "/usr/lib/python2.4/site-packages/ow/__init__.py", line 258, in
__init__
    self.useCache( self._useCache )
  File "/usr/lib/python2.4/site-packages/ow/__init__.py", line 403, in
useCache
    self._type  = owfs_get( '%s/type' % self._usePath )
  File "/usr/lib/python2.4/site-packages/ow/__init__.py", line 146, in _get
    raise exUnknownSensor(path)
ow.exUnknownSensor: '/1F.805102000000/main/05.B0FA31000000/type'
>>>

The Sensor is on a hobby boards relay board behind a 6 port 1-wire hub.  I
can't seem to predict when I'll get the error. Obviously I'm using owpython
in my script. Anyone have any idea why i would intermittently get this
traceback?
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to