[Owfs-developers] Basic Question

2015-01-22 Thread Peter Hollenbeck
I have a LinkUSB and an MS-TV temperature and voltage sensor. http://localhost:2121/ shows: *10.67C6697351FF* http://localhost:2121/10.67C6697351FF *05.4AEC29CDBAAB* http://localhost:2121/05.4AEC29CDBAAB *bus.0* http://localhost:2121/bus.0 and more How do I know where to go to find temperature

Re: [Owfs-developers] Basic Question

2015-01-22 Thread Colin Reese
I'm also curious -- does owfs identify MS sensors based on their memory identifiers? I've written LabVIEW that does it, but haven't yet had the occasion to use them with owfs. Colin On Jan 22, 2015, at 6:11 PM, Peter Hollenbeck pwhb...@gmail.com wrote: I have a LinkUSB and an MS-TV

Re: [Owfs-developers] Basic Question

2015-01-22 Thread Paul Alfille
Hi Peter, The two devices listed, family code 10=DS18S20 and 5=DE2405 are not your sensor. I suspect you haven't edited the default configuration file generated by the ubuntu package. Probably /etc/owfs.conf The file is pretty well documented in the comments. You will probably want the bus

Re: [Owfs-developers] Basic Question

2015-01-22 Thread Colin Reese
Yes I've got the info on the memory and identifications. I'll grab it. Colin On Jan 22, 2015, at 6:49 PM, Paul Alfille paul.alfi...@gmail.com wrote: Hi Peter, The two devices listed, family code 10=DS18S20 and 5=DE2405 are not your sensor. I suspect you haven't edited the default

Re: [Owfs-developers] Basic Question

2015-01-22 Thread Colin Reese
I forgot. I wrote an app note for them: http://interfaceinnovations.org/ibuttonlinkmultisensors.html They are DS2438 based. Page three, byte one tells you how to interpret the data. I don't have the precise scaling on the app note above, but I will add it when I have a moment. Actually, I