On 5 March 2017 at 22:11, Gregg Levine <gregg.drw...@gmail.com> wrote:
> Hello!
> Colin how did you attach your One-Wire device to the Pi Zero? And is
> it in much the same style as that from the discussion from last
> September?

Hi Greg, I have some using LinkUSB and some, with up to two DS18B20 on
wires of up to a few metres, using direct connect to the GPIO with
pullup. However this issue is not between owserver and the sensor, it
is between the client and owserver. It is using socket.io in node.js
and gets the data from owserver in chunks. It copes if a chunk
consists of a dummy header or if it is an actual data record, but if
it gets one chunk consisting off a dummy header immediately followed
by the data header and data then it gets confused and assumes that the
data header and data combined are the data record for the dummy
record. I shall be submitting a PR against node-owfs today, hopefully.
If anyone is using node-red with node-red-contrib-owfs then they may
be seeing this issue as that node uses node-owfs for the comms.

Cheers

Colin

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to