Re: [Owfs-developers] Owserver hang on TPLink WR703N with OpenWRT

2014-09-04 Thread paul.alfille
Same version? The possible differences are version, endian status, usb hardware support, and c library. Sent via the Samsung Galaxy S™ III, an AT&T 4G LTE smartphone Original message From: Colin Law Date:09/04/2014 4:25 PM (GMT-05:00) To: "OWFS (One-wire file system) discu

Re: [Owfs-developers] Calibration of DS18B20 sensors?

2014-04-07 Thread paul.alfille
You can heat them one at a time.  Sent via the Samsung Galaxy S™ III, an AT&T 4G LTE smartphone Original message From: Mick Sulley Date:04/07/2014 5:52 AM (GMT-05:00) To: "OWFS (One-wire file system) discussion and help" Subject: Re: [Owfs-developers] Calibration of DS1

Re: [Owfs-developers] ow Python makes sensors disappear

2014-03-29 Thread paul.alfille
That's discouraging. Do you have a simple test case that triggers the error? Sent via the Samsung Galaxy S™ III, an AT&T 4G LTE smartphone Original message From: Colin Reese Date: 03/29/2014 1:32 PM (GMT-05:00) To: "OWFS (One-wire file system) discussion and help" Subje

Re: [Owfs-developers] ow* Output - leading spaces trimmed?

2014-03-18 Thread paul.alfille
Actually --trim can act like -F (temperature scale) -- only on the component you want. It would passed as an argument to owserver and determine the output format. Sent via the Samsung Galaxy S™ III, an AT&T 4G LTE smartphone Original message From: Vajk Fekete Date: 03/18/20

Re: [Owfs-developers] Trying to nail ds2413 endian bug

2014-02-27 Thread paul.alfille
That's very helpful. The functions should be correct for data on the slave (it's little endian). If we cast host integers to char and use these functions would be incorrect.  Sent via the Samsung Galaxy S™ III, an AT&T 4G LTE smartphone Original message From: Robin Gilks Dat

Re: [Owfs-developers] New release 2.9p2

2014-02-18 Thread paul.alfille
The support is purely from the datasheet. I'd love some feedback from a real tester. Sent via the Samsung Galaxy S™ III, an AT&T 4G LTE smartphone Original message From: Colin Reese Date: 02/18/2014 8:59 PM (GMT-05:00) To: owfs-developers@lists.sourceforge.net Subject: R

Re: [Owfs-developers] Modifying owhttpd

2014-02-13 Thread paul.alfille
All Eeprom pages or only a subset? Would a generic customization scheme work? Being able do define a different formatting is an option. Sent via the Samsung Galaxy S™ III, an AT&T 4G LTE smartphone Original message From: Top-Dog Date: 02/11/2014 6:30 PM (GMT-05:00) To: ow

Re: [Owfs-developers] Planned Device Support

2014-02-05 Thread paul.alfille
We don't really suppoert the max31850 yet. It looks great with thermocouple support. Part if the dificult is distinguishing it from the max31825. Do you have a 850 running to try some tests for me? Sent via the Samsung Galaxy S™ III, an AT&T 4G LTE smartphone Original message --

Re: [Owfs-developers] Planned Device Support

2014-02-02 Thread paul.alfille
I think the DS2760 was superceded by the DS2762. Not sure if that chip is still available. Sent via the Samsung Galaxy S™ III, an AT&T 4G LTE smartphone Original message From: Colin Reese Date: 02/01/2014 6:46 PM (GMT-07:00) To: "OWFS (One-wire file system) discussion and

Re: [Owfs-developers] pseudo-bus serial bridge

2014-01-28 Thread paul.alfille
Owfs looks at all the bus masters and queries each of them (actually its a little smarter and remembers locations). Owserver (even remote) is handled like just another bus master. Only with better communication protocol (tcp) and remote caching. Which us why I suggest remote owserver. Like an Oo