1wire problem

I have start received errors on my 1wire bus:

2016-06-01 19:43:13.953 [INFO ] [o.o.b.o.i.c.OneWireConnection ] - Trying to reconnect to owserver…
2016-06-01 19:43:14.326 [INFO ] [o.o.b.o.i.c.OneWireConnection ] - Connected to owserver [IP ‘192.168.1.106’ Port ‘4304’]
2016-06-01 19:45:53.968 [ERROR] [o.o.b.o.i.c.OneWireConnection ] - reading from path 29.BB791A000000/PIO.1 attempt 1 throws exception
org.owfs.jowfsclient.OwfsException: Error -1
at org.owfs.jowfsclient.internal.OwfsConnectionImpl.readPacket(OwfsConnectionImpl.java:264) ~[org.owfs.jowfsclient-1.2.6.jar:na]
at org.owfs.jowfsclient.internal.OwfsConnectionImpl.exists(OwfsConnectionImpl.java:159) ~[org.owfs.jowfsclient-1.2.6.jar:na]
at org.openhab.binding.onewire.internal.connection.OneWireConnection.checkIfDeviceExists(OneWireConnection.java:189) ~[bundlefile:na]
at org.openhab.binding.onewire.internal.connection.OneWireConnection.readFromOneWire(OneWireConnection.java:205) ~[bundlefile:na]
at org.openhab.binding.onewire.internal.OneWireBinding.updateItemFromOneWire(OneWireBinding.java:306) [bundlefile:na]
at org.openhab.binding.onewire.internal.OneWireBinding.devicePropertyWantsUpdate(OneWireBinding.java:259) [bundlefile:na]
at org.openhab.binding.onewire.internal.scheduler.OneWireUpdateTask.run(OneWireUpdateTask.java:59) [bundlefile:na]
2016-06-01 19:45:53.970 [INFO ] [o.o.b.o.i.c.OneWireConnection ] - Trying to reconnect to owserver…
2016-06-01 19:45:54.836 [INFO ] [o.o.b.o.i.c.OneWireConnection ] - Connected to owserver [IP ‘192.168.1.106’ Port ‘4304’]
2016-06-01 19:48:33.956 [ERROR] [o.o.b.o.i.c.OneWireConnection ] - reading from path 29.BB791A000000/PIO.1 attempt 1 throws exception
org.owfs.jowfsclient.OwfsException: Error -1

Previously I have just used DS18B20 without any problem. When I added DS2408 I got problems, first I can not read values, but also on owhttpd I have errors:

PIO.0 Error: No such file or directory

I have upgraded owfs to 3.1 and added second I2C/1wire controller. Now owhttpd gave no error, but Openhab reports and errors every refresh time :frowning:
I have reinstall owfs x3 times, reconnect all sensors, tried to disconnect most of them, change DS2408 and still same problem, errors during reading.

Can such log tell more where is the problem ?
Any suggestions ?

Hi, did you find any solution? I have the same problem now. Thank you

In fact it can be cause by many issues, including hardware. I have check with two diff 1W interfaces and same issue. Then I took second SD, installed owfs +OH - no issues. Finally I have removed (on my main SD) owfs and install again, it works well :slight_smile: