Re: [Owfs-developers] owserver is not working correctly

2016-10-14 Thread Johan Ström
Hi, note that OWFS nowadays have built-in FTDI support, you just have to specify the correct serial. In your case, it looks like the serial is A6XJSOX5, so this might work: owserver -d ftdi:s:0x0403:0x6001:A6XJSOX5 (If it is a LinkUSB device, use --link instead of -d for optimal performance

Re: [Owfs-developers] owserver is not working correctly

2016-10-14 Thread Stefano Miccoli
> On 14 Oct 2016, at 18:35, Tomasz Torcz wrote: > > No need to google, udev already ships such rule: > $ tree /dev/serial/ > /dev/serial/ > ├── by-id > │ └── usb-FTDI_FT232R_USB_UART_A6XJSOX5-if00-port0 -> ../../ttyUSB0 > └── by-path >└── pci-:00:1d.0-usb-0:1.3:1.0-port0 -> ../../ttyUS

Re: [Owfs-developers] owserver is not working correctly

2016-10-14 Thread Jan Kandziora
Am 14.10.2016 um 19:02 schrieb samuix: >> While this is correct, it can be incredibly hard to write such a rule >> when you have two or more otherwise identical adapters. > > It works, they have different serial numbers > That's nice, read out those serials then to make udev rules. >> You can us

Re: [Owfs-developers] owserver is not working correctly

2016-10-14 Thread Jan Kandziora
Am 14.10.2016 um 18:37 schrieb Matthias Urlichs: > On 14.10.2016 18:06, Jan Kandziora wrote: >> While this is correct, it can be incredibly hard to write such a rule >> when you have two or more otherwise identical adapters. > I beg to differ. You just have to wrap your head around the whole > syst

Re: [Owfs-developers] owserver is not working correctly

2016-10-14 Thread Tomasz Torcz
On Fri, Oct 14, 2016 at 05:36:28PM +0200, Stefano Miccoli wrote: > /dev/ttyUSBx names are NOT persistent, and typically when you unplug an > USB-to-serial adapter and reconnect it you get a new /dev/ttyUSBy device. > > On the contrary owserver needs a persistent device name to work properly: try

Re: [Owfs-developers] owserver is not working correctly

2016-10-14 Thread samuix
see inline   Gesendet: Freitag, 14. Oktober 2016 um 18:06 Uhr Von: "Jan Kandziora" An: "OWFS (One-wire file system) discussion and help" Betreff: Re: [Owfs-developers] owserver is not working correctly Am 14.10.2016 um 17:36 schrieb Stefano Miccoli: > /dev/ttyUSBx names

Re: [Owfs-developers] owserver is not working correctly

2016-10-14 Thread Matthias Urlichs
On 14.10.2016 18:06, Jan Kandziora wrote: > While this is correct, it can be incredibly hard to write such a rule > when you have two or more otherwise identical adapters. I beg to differ. You just have to wrap your head around the whole system, then it's reasonably easy. Just a bit tedious. ;-) Y

Re: [Owfs-developers] owserver is not working correctly

2016-10-14 Thread Jan Kandziora
Am 14.10.2016 um 17:36 schrieb Stefano Miccoli: > /dev/ttyUSBx names are NOT persistent, and typically when you unplug > an USB-to-serial adapter and reconnect it you get a new /dev/ttyUSBy > device. > > On the contrary owserver needs a persistent device name to work > properly: try googling "ude

Re: [Owfs-developers] owserver is not working correctly

2016-10-14 Thread Stefano Miccoli
gnize that the owserver has a problem ? > > Thanks > Br > > Gesendet: Freitag, 14. Oktober 2016 um 15:54 Uhr > Von: "Jan Kandziora" mailto:j...@gmx.de>> > An: "OWFS (One-wire file system) discussion and help" > <mailto:owfs-developers@lists.sourcef

Re: [Owfs-developers] owserver is not working correctly

2016-10-14 Thread samuix
p" Betreff: Re: [Owfs-developers] owserver is not working correctly Am 14.10.2016 um 14:42 schrieb samuix: > Hello, > we are using since one week two ds9097u bus adapter at the same time. It works > fine until this morning the owserver don't response any request, openhab or >

Re: [Owfs-developers] owserver is not working correctly

2016-10-14 Thread Jan Kandziora
Am 14.10.2016 um 14:42 schrieb samuix: > Hello, > we are using since one week two ds9097u bus adapter at the same time. It > works > fine until this morning the owserver don't response any request, openhab or > owdir, the process was still running. After restart its work fine again > Start comma