[Owfs-developers] Faking trees in --tester mode

2010-11-01 Thread Joshua J. Kugler
So, I'd like to construct a unit test that ensures my code walks a tree of sensors (such as might be hanging off of a DS2409. However, the --tester parameter detailed at http://owfs.org/index.php?page=tester-adapter doesn't show a way to create a tree. In other words, all sensors show up on

Re: [Owfs-developers] Seg. fault in owhttpd and owfs reading BAE 910

2010-11-01 Thread Pascal Baerten
Hi Jan, I got similar issues with intermediate owfs version that introduced visibility feature. The visibility feature allows to conditionally hide non relevant properties. This allows to show adaptive directory structure between bae0910 and bae0911 who share same family code. This issue is

Re: [Owfs-developers] OWFS roadmap

2010-11-01 Thread Marcus Priesch
Hi Rob, this sounds like a great idea ! do you mind implementing this as a standalone owfs diagnose tool ?!?! as i think it would be much easier to implement it (or at least start building up a prototype) in something more high level to web-apps than C currently is (e.g. python) besides this -

Re: [Owfs-developers] DS18S20 reads 85

2010-11-01 Thread Joshua J. Kugler
On Wednesday 06 October 2010, Mick Sulley elucidated thus: Hi, I have a little test system on my desk, it has a DS9097U adapter, 2 DS18S20 sensors, 2 DS18B20 sensors and 2 DS2406 2 channel i/o units. I am using one channel of one of the DS2406 to switch a relay and I have an external 5v

Re: [Owfs-developers] Can't Get OWFS to work

2010-11-01 Thread Joshua J. Kugler
On Monday 18 October 2010, Norman Elliott elucidated thus: Don't know if you have this working yet but I had a problem with this and it was because owfs needs python 2.4 and Ububtu 10.04 comes with python 2.6. OWFS runs just fine with Python 2.6. I'm using 2.8p2 (and fixing the indent error

[Owfs-developers] Bug in memory read

2010-11-01 Thread Jim Kusznir
Hi all: I reported a problem a while ago with strange memory reads coming out on the DS2406. We have conducted more tests in my lab, and have more information. First, the problem: When one reads memory on a DS2406 since the 2.8pX series (all released patch levels so far), the first 1-2

Re: [Owfs-developers] Faking trees in --tester mode

2010-11-01 Thread Paul Alfille
You're right, tester (and fake and mock) don't emulate the DS2409 properties or directories. In general the fake adapters aren't very faithful emulations of the real devices. That said, we've improved the properties in the past based on requests (like making the simulated temperatures stay in a

[Owfs-developers] New release 2.8p3

2010-11-01 Thread Paul Alfille
I've bundled a number of fixes into a new release. Release OWFS 2.8p3 1. Fix for BAE0910 visibility causing segfault 2. Support for BAE0911 larger firmware size 3. Add BAE0911 properties 4. Fix i2c bus channels 5. Fix python indenting 6. Fix for larger memory reads (bug in DS2406 memory read) 7.