Re: [Owfs-developers] Hiding incompatible device variants

2017-02-11 Thread Jan Kandziora
Am 11.02.2017 um 12:26 schrieb Matthias Urlichs: > On 11.02.2017 11:03, Jan Kandziora wrote: - I would only like to display files for the permitted channels >> This is a nice-to-have feature. Given the amount of complexity you have >> to add to support this, I would first walk away, then

Re: [Owfs-developers] Hiding incompatible device variants

2017-02-11 Thread Matthias Urlichs
On 11.02.2017 11:03, Jan Kandziora wrote: >> > - I would only like to display files for the permitted channels >> > > This is a nice-to-have feature. Given the amount of complexity you have > to add to support this, I would first walk away, then turn around, throw > something heavy at it, then run

Re: [Owfs-developers] Hiding incompatible device variants

2017-02-11 Thread Jan Kandziora
Am 11.02.2017 um 06:16 schrieb Alastair D'Silva: >> >> DS2408 codebase which handles the various HD44780 displays connected to >> the DS2408. It's ugly, it's error-prone and it's hard to debug. >> Please don't require us to put even more quirks into the existing driver >> sources. > > Agreed,

Re: [Owfs-developers] Hiding incompatible device variants

2017-02-11 Thread Colin Reese
Thanks! I'll get out the programmer shortly and test this out. I only have 328s around but from what I remember it's an easy change in the config file. I just fiddled for some time and nothing ever popped up on my bus. Colin > On Feb 11, 2017, at 1:24 AM, Johan Ström

Re: [Owfs-developers] Hiding incompatible device variants

2017-02-11 Thread Johan Ström
On 11/02/17 09:12, Colin Reese wrote: > If you could point me to a known working hardware/software configuration on > or offline I would be quite grateful. > > Thanks, > Colin > Ok, so here is a pretty much copy-paste solution which should work: I'm running with a Mega88 with the internal 8Mhz

Re: [Owfs-developers] Hiding incompatible device variants

2017-02-11 Thread Matthias Urlichs
On 11.02.2017 01:13, Colin Reese wrote: > I never got MOAT to work. I should be able to help with that. MoaT is on my back burner right now because I need to finish whipping KNX into releaseable shape, but I do have a couple of working setups. -- -- Matthias Urlichs signature.asc

Re: [Owfs-developers] Hiding incompatible device variants

2017-02-11 Thread Matthias Urlichs
On 11.02.2017 06:16, Alastair D'Silva wrote: > If you have any ideas, I'm all ears. Maybe querying the device for it's > state when necessary wouldn't be disastrous... *its state. :-P You might want to look at the MoaT driver, which does something similar. -- -- Matthias Urlichs

Re: [Owfs-developers] Hiding incompatible device variants

2017-02-11 Thread Colin Reese
If you could point me to a known working hardware/software configuration on or offline I would be quite grateful. Thanks, Colin > On Feb 11, 2017, at 12:08 AM, Johan Ström wrote: > >> On 11/02/17 06:16, Alastair D'Silva wrote: >> By the way, if you do an onewire LED

Re: [Owfs-developers] Hiding incompatible device variants

2017-02-11 Thread Johan Ström
On 11/02/17 06:16, Alastair D'Silva wrote: > By the way, if you do an onewire LED driver, the feature I adore most is >> synchronous control over a whole bus. So multiple LED units can be pre- >> programmed to dim in a controlled fashion starting at a single point in > time. >> You had to

Re: [Owfs-developers] Hiding incompatible device variants

2017-02-10 Thread Alastair D'Silva
> -Original Message- > From: Jan Kandziora [mailto:j...@gmx.de] > Sent: Saturday, 11 February 2017 11:08 AM > To: OWFS (One-wire file system) discussion and help develop...@lists.sourceforge.net> > Subject: Re: [Owfs-developers] Hiding incompatible device variants >

Re: [Owfs-developers] Hiding incompatible device variants

2017-02-10 Thread Colin Reese
I want so badly an avr owfs slave. There are no available ADCs, and the DIO are expensive and a pain to use. I never got MOAT to work. I would use ARM if it worked out of the box. Colin On 2/10/2017 4:07 PM, Jan Kandziora wrote: > Am 10.02.2017 um 22:04 schrieb Alastair D'Silva: >> Hi folks,

Re: [Owfs-developers] Hiding incompatible device variants

2017-02-10 Thread Jan Kandziora
Am 10.02.2017 um 22:04 schrieb Alastair D'Silva: > Hi folks, > > I've written a 1Wire slave implementation for ARM (which I will be open > sourcing), in order to implement some functionality that does not exist in > the 1Wire world (multichannel RGBW control). > > Given the small amount of

[Owfs-developers] Hiding incompatible device variants

2017-02-10 Thread Alastair D'Silva
Hi folks, I've written a 1Wire slave implementation for ARM (which I will be open sourcing), in order to implement some functionality that does not exist in the 1Wire world (multichannel RGBW control). Given the small amount of address space available in the family, I figured the best course of