Hi All,

I recently started playing around with OWFS using a DS9490 USB module and
have successfully connected a number of different 1-wire devices.
However, I am now trying to get external sensor support working with a HP03
pressure module which does not have a 1-wire interface.
I have managed to write custom code to read pressure values from this
device and I would like to integrate it into my 1-wire system, but can't
seem to get it working.
I searched this list and found a related post
http://sourceforge.net/p/owfs/mailman/message/31139475/ but there was no
resolution.

My config file is pretty basic:

# Temperature scales
Celsius
external
SCRIPT: pressure, HP30D, p10, 1, v, /var/tmp/baro, , ,
SENSOR: barometer, HP30D, "Pressure Sensor",

When I try to access the "barometer" directory, I get the following errors:

[root@server ~]# ls -l /mnt/1-wire/barometer
ls: cannot access /mnt/1-wire/barometer/family: No such file or directory
ls: cannot access /mnt/1-wire/barometer/pressure: No such file or directory
ls: cannot access /mnt/1-wire/barometer/type: No such file or directory
total 0
d????????? ? ? ? ?            ? family
d????????? ? ? ? ?            ? pressure
d????????? ? ? ? ?            ? type

I'm just wondering if anyone managed to get external sensor support working?
Any help to get this working would be much appreciated.

Below is debug output from the 'owserver' and 'owfs' processes.

Thanks
David

[root@server ~]# /opt/owfs/bin/owserver --debug --usb --pid-file
/var/run/owserver.pid --configuration /opt/owfs/etc/owfs.conf
DEBUG MODE
libow version:
    2.9p5
  DEBUG: ow_opt.c:(290) Configuration file (/opt/owfs/etc/owfs.conf:1)
Program=, Option=, Value=
  DEBUG: ow_opt.c:(290) Configuration file (/opt/owfs/etc/owfs.conf:2)
Program=, Option=Celsius, Value=
  DEBUG: ow_opt.c:(335) Configuration file (/opt/owfs/etc/owfs.conf:2)
Option Celsius recognized as Celsius. Value=
  DEBUG: ow_opt.c:(290) Configuration file (/opt/owfs/etc/owfs.conf:3)
Program=, Option=, Value=
  DEBUG: ow_opt.c:(290) Configuration file (/opt/owfs/etc/owfs.conf:4)
Program=, Option=external, Value=
  DEBUG: ow_opt.c:(335) Configuration file (/opt/owfs/etc/owfs.conf:4)
Option external recognized as external. Value=
  DEBUG: ow_opt.c:(290) Configuration file (/opt/owfs/etc/owfs.conf:5)
Program=, Option=, Value=
  DEBUG: ow_opt.c:(445) SCRIPT entry found < pressure, HP30D, p10, 1, v,
/var/tmp/baro, , ,
>
  DEBUG: ow_parse_external.c:(625) New family entry: HP30D
  DEBUG: ow_parse_external.c:(642) New property entry:
pressure,HP30D,/var/tmp/baro,,,

  DEBUG: ow_opt.c:(290) Configuration file (/opt/owfs/etc/owfs.conf:6)
Program=, Option=, Value=
  DEBUG: ow_opt.c:(439) SENSOR entry found < barometer, HP30D, "Pressure
Sensor",
>
  DEBUG: ow_parse_external.c:(621) Duplicate family entry: HP30D
  DEBUG: ow_parse_external.c:(607) New sensor entry:
barometer,HP30D,Pressure Sensor,

  DEBUG: ow_parse_external.c:(642) New property entry:
family,HP30D,just_print_data,,HP30D,
  DEBUG: ow_parse_external.c:(642) New property entry:
type,HP30D,just_print_data,,external,
  DEBUG: ow_opt.c:(290) Configuration file (/opt/owfs/etc/owfs.conf:7)
Program=, Option=, Value=
  DEBUG: ow_daemon.c:(166) main thread id = 3069325312
  DEBUG: ow_avahi_link.c:(71) Avahi support: libavahi-client loaded
successfully
  DEBUG: ow_avahi_link.c:(73) Avahi library function found:
avahi_client_errno
  DEBUG: ow_avahi_link.c:(74) Avahi library function found:
avahi_client_free
  DEBUG: ow_avahi_link.c:(75) Avahi library function found: avahi_client_new
  DEBUG: ow_avahi_link.c:(76) Avahi library function found:
avahi_client_get_domain_name
  DEBUG: ow_avahi_link.c:(77) Avahi library function found:
avahi_entry_group_add_service
  DEBUG: ow_avahi_link.c:(78) Avahi library function found:
avahi_entry_group_commit
  DEBUG: ow_avahi_link.c:(79) Avahi library function found:
avahi_entry_group_is_empty
  DEBUG: ow_avahi_link.c:(80) Avahi library function found:
avahi_entry_group_new
  DEBUG: ow_avahi_link.c:(81) Avahi library function found:
avahi_entry_group_reset
  DEBUG: ow_avahi_link.c:(83) Avahi library function found:
avahi_service_resolver_free
  DEBUG: ow_avahi_link.c:(84) Avahi library function found:
avahi_service_resolver_new
  DEBUG: ow_avahi_link.c:(85) Avahi library function found:
avahi_service_browser_free
  DEBUG: ow_avahi_link.c:(86) Avahi library function found:
avahi_service_browser_new
  DEBUG: ow_avahi_link.c:(98) Avahi support: libavahi-common loaded
successfully.
  DEBUG: ow_avahi_link.c:(100) Avahi library function found:
avahi_simple_poll_free
  DEBUG: ow_avahi_link.c:(101) Avahi library function found:
avahi_simple_poll_get
  DEBUG: ow_avahi_link.c:(102) Avahi library function found:
avahi_simple_poll_loop
  DEBUG: ow_avahi_link.c:(103) Avahi library function found:
avahi_simple_poll_new
  DEBUG: ow_avahi_link.c:(104) Avahi library function found:
avahi_simple_poll_quit
  DEBUG: ow_avahi_link.c:(105) Avahi library function found: avahi_strerror
   CALL: ow_parsename.c:(102) path=[]
  DEBUG: owlib.c:(81) Globals temp limits 0C 100C (for simulated adapters)
CONNECT: ow_usb_cycle.c:(68) Bus master found: 1:5
DEFAULT: ow_usb_msg.c:(295) Opened USB DS9490 bus master at 1:5.
   CALL: ow_parsename.c:(102) path=[]
   CALL: ow_parsename.c:(102) path=[/uncached/bus.0]
  DEBUG: ow_dir.c:(67) path=/uncached/bus.0
   CALL: ow_dir.c:(102) path=/uncached/bus.0
   CALL: ow_parsename.c:(102) path=[/uncached/bus.0/interface]
  DEBUG: ow_usb_cycle.c:(125) Callback on /uncached/bus.0/interface
  DEBUG: ow_parsename.c:(61) /uncached/bus.0/interface
  DEBUG: ow_search.c:(32) Start of directory path=/uncached/bus.0 device=00
00 00 00 00 00 00 00
  DEBUG: ow_ds9490.c:(607) Index 0
  DEBUG: ow_select.c:(71) Selecting a path (and device)
path=/uncached/bus.0 SN=00 00 00 00 00 00 00 00 last path=00 00 00 00 00 00
00 00
  DEBUG: ow_select.c:(82) Clearing root branch
  DEBUG: ow_ds9490.c:(495) DS9490 RESET. changed 15, flex: 1
   DATA: ow_ds9490.c:(942) set flexible speed
  DEBUG: ow_ds9490.c:(546) DS9490_Reset: OK
  DEBUG: ow_transaction.c:(113) send = 0
  DEBUG: ow_transaction.c:(131) readin = 0
  DEBUG: ow_transaction.c:(208) end = 0
  DEBUG: ow_select.c:(248) No DS2409 microlan hub found at this level
  DEBUG: ow_ds9490.c:(495) DS9490 RESET. changed 0, flex: 1
  DEBUG: ow_ds9490.c:(546) DS9490_Reset: OK
  DEBUG: ow_ds9490.c:(683) Got 8 bytes from USB search
  DEBUG: ow_ds9490.c:(711) gulp. Adding element 0:81 73 2E 30 00 00 00 79
  DEBUG: ow_ds9490.c:(625) SN found: 81 73 2E 30 00 00 00 79
  DEBUG: ow_search.c:(74) Device found: 81 73 2E 30 00 00 00 79
  DEBUG: ow_cache.c:(547) Adding device location 81 73 2E 30 00 00 00 79
bus=0
  DEBUG: ow_cache.c:(636) Add to cache sn 81 73 2E 30 00 00 00 79
pointer=0xb6f0182c index=0 size=4
  DEBUG: ow_cache.c:(547) Adding device location 81 73 2E 30 00 00 00 79
bus=0
  DEBUG: ow_cache.c:(636) Add to cache sn 81 73 2E 30 00 00 00 79
pointer=0xb6f0182c index=0 size=4
   CALL: ow_parsename.c:(102) path=[/uncached/bus.0/81.732E30000000]
  DEBUG: ow_usb_cycle.c:(125) Callback on /uncached/bus.0/81.732E30000000
  DEBUG: ow_parsename.c:(61) /uncached/bus.0/81.732E30000000
  DEBUG: ow_ds9490.c:(607) Index 1
  DEBUG: ow_cache.c:(479) Adding directory for 00 00 00 00 00 00 00 00
elements=1
  DEBUG: ow_cache.c:(636) Add to cache sn 00 00 00 00 00 00 00 00
pointer=0xb6f01834 index=0 size=8
  DEBUG: ow_dir.c:(197) ret=0
  DEBUG: ow_usb_cycle.c:(155) Finished FS_dir
  DEBUG: ow_parsename.c:(61) /uncached/bus.0
DEFAULT: ow_usb_cycle.c:(191) Set DS9490 1:5 unique id to 81 73 2E 30 00 00
00 79
  DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 10.000000 seconds

(this is the point where the "barometer" directory is accessed)

CONNECT: ow_tcp_read.c:(110) TIMEOUT after 0 bytes
  DEBUG: handler.c:(135) OWSERVER handler done
  DEBUG: ow_net_server.c:(238) Normal exit.
  DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 10.000000 seconds
  DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
  DEBUG: from_client.c:(66) FromClient payload=11 size=0 type=6 sg=0x144
offset=0
  DEBUG: from_client.c:(74) FromClient (no servermessage) payload=11 size=0
type=6 controlflags=0x144 offset=0
  DEBUG: ow_tcp_read.c:(64) attempt 11 bytes Time: 10.000000 seconds
  DEBUG: ow_tcp_read.c:(114) read: 11 - 0 = 11
  DEBUG: handler.c:(73) Persistence requested
  DEBUG: handler.c:(153) START handler /barometer
   CALL: data.c:(104) DataHandler: parse path=/barometer
  DEBUG: ow_parseobject.c:(164) /barometer
   CALL: ow_parsename.c:(102) path=[/barometer]
   CALL: data.c:(132) Presence message for /barometer
  DEBUG: ow_parsename.c:(61) /barometer
  DEBUG: data.c:(194) DataHandler: FS_ParsedName_destroy done
  DEBUG: data.c:(208) DataHandler: cm.ret=0
  DEBUG: to_client.c:(76) payload=8 size=0, ret=0, sg=0x144 offset=0
  DEBUG: data.c:(227) Finished with client request
  DEBUG: handler.c:(132) OWSERVER tcp connection persistence -- reusing
connection now.
  DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 10.000000 seconds
  DEBUG: ow_tcp_read.c:(114) read: 24 - 24 = 0
  DEBUG: handler.c:(135) OWSERVER handler done
  DEBUG: ow_net_server.c:(238) Normal exit.
  DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 10.000000 seconds
  DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
  DEBUG: from_client.c:(66) FromClient payload=11 size=0 type=4 sg=0x144
offset=0
  DEBUG: from_client.c:(74) FromClient (no servermessage) payload=11 size=0
type=4 controlflags=0x144 offset=0
  DEBUG: ow_tcp_read.c:(64) attempt 11 bytes Time: 10.000000 seconds
  DEBUG: ow_tcp_read.c:(114) read: 11 - 0 = 11
  DEBUG: handler.c:(73) Persistence requested
  DEBUG: handler.c:(153) START handler /barometer
   CALL: data.c:(104) DataHandler: parse path=/barometer
  DEBUG: ow_parseobject.c:(164) /barometer
   CALL: ow_parsename.c:(102) path=[/barometer]
   CALL: data.c:(160) Directory message (one at a time)
   CALL: dir.c:(74) DirHandler: pn->path=/barometer
  DEBUG: dir.c:(79) OWSERVER SpecifiedBus=0 path=/barometer
  DEBUG: ow_dir.c:(78) path=/barometer
   CALL: ow_dir.c:(102) path=/barometer
   CALL: ow_parsename.c:(102) path=[/barometer/family]
  DEBUG: dir.c:(57) owserver Calling dir=/barometer/family
  DEBUG: to_client.c:(76) payload=18 size=17, ret=0, sg=0x144 offset=0
  DEBUG: ow_parsename.c:(61) /barometer/family
   CALL: ow_parsename.c:(102) path=[/barometer/pressure]
  DEBUG: dir.c:(57) owserver Calling dir=/barometer/pressure
  DEBUG: to_client.c:(76) payload=20 size=19, ret=0, sg=0x144 offset=0
  DEBUG: ow_parsename.c:(61) /barometer/pressure
   CALL: ow_parsename.c:(102) path=[/barometer/type]
  DEBUG: dir.c:(57) owserver Calling dir=/barometer/type
  DEBUG: to_client.c:(76) payload=16 size=15, ret=0, sg=0x144 offset=0
  DEBUG: ow_parsename.c:(61) /barometer/type
  DEBUG: ow_dir.c:(197) ret=0
  DEBUG: ow_parsename.c:(61) /barometer
  DEBUG: data.c:(194) DataHandler: FS_ParsedName_destroy done
  DEBUG: data.c:(208) DataHandler: cm.ret=0
  DEBUG: to_client.c:(76) payload=0 size=0, ret=0, sg=0x144 offset=0
  DEBUG: to_client.c:(85) No data
  DEBUG: data.c:(227) Finished with client request
  DEBUG: handler.c:(132) OWSERVER tcp connection persistence -- reusing
connection now.
  DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 10.000000 seconds
  DEBUG: ow_tcp_read.c:(114) read: 24 - 24 = 0
  DEBUG: handler.c:(135) OWSERVER handler done
  DEBUG: ow_net_server.c:(238) Normal exit.


[root@server ~]# /opt/owfs/bin/owfs --debug
--server=127.0.0.1:4304--allow_other --mountpoint=/mnt/1-wire
--pid-file /var/run/owfs.pid
DEBUG MODE
libow version:
    2.9p5
CONNECT: owfs.c:(96) fuse mount point: /mnt/1-wire
  DEBUG: ow_avahi_link.c:(71) Avahi support: libavahi-client loaded
successfully
  DEBUG: ow_avahi_link.c:(73) Avahi library function found:
avahi_client_errno
  DEBUG: ow_avahi_link.c:(74) Avahi library function found:
avahi_client_free
  DEBUG: ow_avahi_link.c:(75) Avahi library function found: avahi_client_new
  DEBUG: ow_avahi_link.c:(76) Avahi library function found:
avahi_client_get_domain_name
  DEBUG: ow_avahi_link.c:(77) Avahi library function found:
avahi_entry_group_add_service
  DEBUG: ow_avahi_link.c:(78) Avahi library function found:
avahi_entry_group_commit
  DEBUG: ow_avahi_link.c:(79) Avahi library function found:
avahi_entry_group_is_empty
  DEBUG: ow_avahi_link.c:(80) Avahi library function found:
avahi_entry_group_new
  DEBUG: ow_avahi_link.c:(81) Avahi library function found:
avahi_entry_group_reset
  DEBUG: ow_avahi_link.c:(83) Avahi library function found:
avahi_service_resolver_free
  DEBUG: ow_avahi_link.c:(84) Avahi library function found:
avahi_service_resolver_new
  DEBUG: ow_avahi_link.c:(85) Avahi library function found:
avahi_service_browser_free
  DEBUG: ow_avahi_link.c:(86) Avahi library function found:
avahi_service_browser_new
  DEBUG: ow_avahi_link.c:(98) Avahi support: libavahi-common loaded
successfully.
  DEBUG: ow_avahi_link.c:(100) Avahi library function found:
avahi_simple_poll_free
  DEBUG: ow_avahi_link.c:(101) Avahi library function found:
avahi_simple_poll_get
  DEBUG: ow_avahi_link.c:(102) Avahi library function found:
avahi_simple_poll_loop
  DEBUG: ow_avahi_link.c:(103) Avahi library function found:
avahi_simple_poll_new
  DEBUG: ow_avahi_link.c:(104) Avahi library function found:
avahi_simple_poll_quit
  DEBUG: ow_avahi_link.c:(105) Avahi library function found: avahi_strerror
   CALL: ow_parsename.c:(102) path=[]
  DEBUG: owlib.c:(81) Globals temp limits 0C 100C (for simulated adapters)
  DEBUG: ow_net_client.c:(85) IP address=[127.0.0.1] port=[4304]
  DEBUG: fuse_line.c:(82) Added FUSE option 0 OWFS
  DEBUG: fuse_line.c:(82) Added FUSE option 1 /mnt/1-wire
  DEBUG: fuse_line.c:(82) Added FUSE option 2 -o
  DEBUG: fuse_line.c:(82) Added FUSE option 3 direct_io
  DEBUG: fuse_line.c:(82) Added FUSE option 4 -f
  DEBUG: fuse_line.c:(82) Added FUSE option 5 -d
  DEBUG: owfs.c:(121) fuse_mnt_opt=[(null)]
  DEBUG: owfs.c:(123) fuse_open_opt=[(null)]
  DEBUG: fuse_line.c:(82) Added FUSE option 6 -o
  DEBUG: fuse_line.c:(82) Added FUSE option 7 allow_other
FUSE library version: 2.9.3
nullpath_ok: 0
nopath: 0
utime_omit_ok: 0
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56, pid: 0
INIT: 7.22
flags=0x0000f7fb
max_readahead=0x00020000
   INIT: 7.19
   flags=0x00000011
   max_readahead=0x00020000
   max_write=0x00020000
   max_background=0
   congestion_threshold=0
   unique: 1, success, outsize: 40

(this is the point where the "barometer" directory is accessed)

unique: 2, opcode: LOOKUP (1), nodeid: 1, insize: 50, pid: 372
LOOKUP /barometer
getattr /barometer
   CALL: ow_fstat.c:(22) path=/barometer
   CALL: ow_parsename.c:(102) path=[/barometer]
  DEBUG: ow_cache.c:(1642) Lookup of barometer unsuccessful
  DEBUG: ow_cache.c:(1600) Finding barometer unsuccessful
   CALL: ow_server_message.c:(113) SERVER(0) path=/barometer
  DEBUG: ow_server_message.c:(586) Server connection was closed.
Reconnecting.
  DEBUG: ow_server_message.c:(744) version=0 payload=11 size=0 type=6
SG=144 offset=0
  DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 2.000000 seconds
  DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
  DEBUG: ow_tcp_read.c:(64) attempt 8 bytes Time: 2.000000 seconds
  DEBUG: ow_tcp_read.c:(114) read: 8 - 0 = 8
  DEBUG: ow_remote_alias.c:(178) Remote alias for /barometer bus=0 00 00 00
00 00 00 00 00
   CALL: ow_fstat.c:(39) ATTRIBUTES path=/barometer
  DEBUG: ow_parsename.c:(61) /barometer
   NODEID: 2
   unique: 2, success, outsize: 144
unique: 3, opcode: GETXATTR (22), nodeid: 2, insize: 72, pid: 372
   unique: 3, error: -38 (Function not implemented), outsize: 16
unique: 4, opcode: OPENDIR (27), nodeid: 2, insize: 48, pid: 372
   unique: 4, success, outsize: 32
unique: 5, opcode: READDIR (28), nodeid: 2, insize: 80, pid: 372
getdir[0]
   CALL: ow_parsename.c:(102) path=[/barometer]
  DEBUG: ow_cache.c:(1642) Lookup of barometer unsuccessful
  DEBUG: ow_cache.c:(1596) Found barometer on bus.0
  DEBUG: ow_cache.c:(1600) Finding barometer unsuccessful
   CALL: owfs_callback.c:(177) GETDIR path=/barometer
  DEBUG: ow_dir.c:(67) path=/barometer
   CALL: ow_dir.c:(102) path=/barometer
   CALL: ow_server_message.c:(235) SERVER(0) path=/barometer
path_to_server=/barometer
  DEBUG: ow_server_message.c:(744) version=0 payload=11 size=0 type=4
SG=144 offset=0
  DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 2.000000 seconds
  DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
  DEBUG: ow_tcp_read.c:(64) attempt 18 bytes Time: 2.000000 seconds
  DEBUG: ow_tcp_read.c:(114) read: 18 - 0 = 18
  DEBUG: ow_server_message.c:(380) got=[/barometer/family]
   CALL: ow_parsename.c:(102) path=[/barometer/family]
  DEBUG: ow_cache.c:(1642) Lookup of barometer unsuccessful
  DEBUG: ow_cache.c:(1596) Found barometer on bus.0
  DEBUG: ow_cache.c:(1600) Finding barometer unsuccessful
  DEBUG: ow_parsename.c:(162) Set error to 27 <Path - bad path syntax>
  DEBUG: ow_parsename.c:(61) /barometer/family
  DEBUG: ow_parsename.c:(61) /barometer/family
  DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 2.000000 seconds
  DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
  DEBUG: ow_tcp_read.c:(64) attempt 20 bytes Time: 2.000000 seconds
  DEBUG: ow_tcp_read.c:(114) read: 20 - 0 = 20
  DEBUG: ow_server_message.c:(380) got=[/barometer/pressure]
   CALL: ow_parsename.c:(102) path=[/barometer/pressure]
  DEBUG: ow_cache.c:(1642) Lookup of barometer unsuccessful
  DEBUG: ow_cache.c:(1596) Found barometer on bus.0
  DEBUG: ow_cache.c:(1600) Finding barometer unsuccessful
  DEBUG: ow_parsename.c:(162) Set error to 27 <Path - bad path syntax>
  DEBUG: ow_parsename.c:(61) /barometer/pressure
  DEBUG: ow_parsename.c:(61) /barometer/pressure
  DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 2.000000 seconds
  DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
  DEBUG: ow_tcp_read.c:(64) attempt 16 bytes Time: 2.000000 seconds
  DEBUG: ow_tcp_read.c:(114) read: 16 - 0 = 16
  DEBUG: ow_server_message.c:(380) got=[/barometer/type]
   CALL: ow_parsename.c:(102) path=[/barometer/type]
  DEBUG: ow_cache.c:(1642) Lookup of barometer unsuccessful
  DEBUG: ow_cache.c:(1596) Found barometer on bus.0
  DEBUG: ow_cache.c:(1600) Finding barometer unsuccessful
  DEBUG: ow_parsename.c:(162) Set error to 27 <Path - bad path syntax>
  DEBUG: ow_parsename.c:(61) /barometer/type
  DEBUG: ow_parsename.c:(61) /barometer/type
  DEBUG: ow_tcp_read.c:(64) attempt 24 bytes Time: 2.000000 seconds
  DEBUG: ow_tcp_read.c:(114) read: 24 - 0 = 24
  DEBUG: ow_dir.c:(197) ret=0
  DEBUG: ow_parsename.c:(61) /barometer
   unique: 5, success, outsize: 176
unique: 6, opcode: LOOKUP (1), nodeid: 2, insize: 47, pid: 372
LOOKUP /barometer/family
getattr /barometer/family
   CALL: ow_fstat.c:(22) path=/barometer/family
   CALL: ow_parsename.c:(102) path=[/barometer/family]
  DEBUG: ow_cache.c:(1642) Lookup of barometer unsuccessful
  DEBUG: ow_cache.c:(1596) Found barometer on bus.0
  DEBUG: ow_cache.c:(1600) Finding barometer unsuccessful
  DEBUG: ow_parsename.c:(162) Set error to 27 <Path - bad path syntax>
  DEBUG: ow_parsename.c:(61) /barometer/family
  DEBUG: ow_parsename.c:(61) /barometer/family
   unique: 6, error: -2 (No such file or directory), outsize: 16
unique: 7, opcode: LOOKUP (1), nodeid: 2, insize: 49, pid: 372
LOOKUP /barometer/pressure
getattr /barometer/pressure
   CALL: ow_fstat.c:(22) path=/barometer/pressure
   CALL: ow_parsename.c:(102) path=[/barometer/pressure]
  DEBUG: ow_cache.c:(1642) Lookup of barometer unsuccessful
  DEBUG: ow_cache.c:(1596) Found barometer on bus.0
  DEBUG: ow_cache.c:(1600) Finding barometer unsuccessful
  DEBUG: ow_parsename.c:(162) Set error to 27 <Path - bad path syntax>
  DEBUG: ow_parsename.c:(61) /barometer/pressure
  DEBUG: ow_parsename.c:(61) /barometer/pressure
   unique: 7, error: -2 (No such file or directory), outsize: 16
unique: 8, opcode: LOOKUP (1), nodeid: 2, insize: 45, pid: 372
LOOKUP /barometer/type
getattr /barometer/type
   CALL: ow_fstat.c:(22) path=/barometer/type
   CALL: ow_parsename.c:(102) path=[/barometer/type]
  DEBUG: ow_cache.c:(1642) Lookup of barometer unsuccessful
  DEBUG: ow_cache.c:(1596) Found barometer on bus.0
  DEBUG: ow_cache.c:(1600) Finding barometer unsuccessful
  DEBUG: ow_parsename.c:(162) Set error to 27 <Path - bad path syntax>
  DEBUG: ow_parsename.c:(61) /barometer/type
  DEBUG: ow_parsename.c:(61) /barometer/type
   unique: 8, error: -2 (No such file or directory), outsize: 16
unique: 9, opcode: READDIR (28), nodeid: 2, insize: 80, pid: 372
   unique: 9, success, outsize: 16
unique: 10, opcode: RELEASEDIR (29), nodeid: 2, insize: 64, pid: 0
   unique: 10, success, outsize: 16
------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to