Re: [Owfs-developers] Can the owserver be "overloaded"?

2016-11-18 Thread Jan Kandziora
Am 18.11.2016 um 10:45 schrieb Arne Raaen: > Hi, > > I have a HobbyBoards relay card based on DS2408, used with LinkUSB > > I used a routine (unconditionally) updating PIO.0 through PIO.5 every > minute. > > I observed that PIO.6 and PIO.7 would be activated at random intervals, > typically a

Re: [Owfs-developers] Can the owserver be "overloaded"?

2016-11-18 Thread Nigel Titley
OK, so that's not the issue. Thinking about it, I've seen similar issues with owserver and a DS2408. I have seen random switching of outputs. I gave up using owfs to control the DS2408 and used the EDS Owserver binding on Openhab instead. Nigel On 18/11/16 17:28, Arne Raaen wrote: > I have

Re: [Owfs-developers] Can the owserver be "overloaded"?

2016-11-18 Thread Nigel Titley
The issue *may* be that the relay board is overloading the power available from the LinkUSB and causing random resets of the DS2408. It depends on the power required to drive the relays on the Hobbyboards board. Our relay board takes 160mA with all relays energised and this will cause an overload

Re: [Owfs-developers] Can the owserver be "overloaded"?

2016-11-18 Thread Arne Raaen
Rele 6 - PIO.6 was NC. Rele 7 - PIO.7 was connected via about 5 m wire to a 2W LED light, and was turned on /off independently once a day by a shell script using owwrite. I noticed the light was on at unexpected times. All switches on the HB card was set for rele operation. No inputs were

Re: [Owfs-developers] Can the owserver be "overloaded"?

2016-11-18 Thread Colin Reese
Maybe dumb question, but are the additional inputs floating or connected? I noticed some interesting behavior on these as well when in use recently. Colin > On Nov 18, 2016, at 1:45 AM, Arne Raaen wrote: > > Hi, > > I have a HobbyBoards relay card based on DS2408, used

[Owfs-developers] Can the owserver be "overloaded"?

2016-11-18 Thread Arne Raaen
Hi, I have a HobbyBoards relay card based on DS2408, used with LinkUSB I used a routine (unconditionally) updating PIO.0 through PIO.5 every minute. I observed that PIO.6 and PIO.7 would be activated at random intervals, typically a few times per day or less. I attempted * use all free pairs

Re: [Owfs-developers] [PATCH] fix sequence number bug in w1 host adaptor code

2016-11-18 Thread Johan Ström
On 18/11/16 00:24, Jan Kandziora wrote: > Am 17.11.2016 um 21:15 schrieb Enrico Hoepfner: >> Hi Jan, >> >> } >> - if ( NL_SEQ(nlp.nlm->nlmsg_seq) != (unsigned int) seq ) { >> + if ( NL_SEQ(nlp.nlm->nlmsg_seq) != NL_SEQ(seq) ) { >>