OWServer Binding connection refused

Hello everyone,

I have a problem connecting my 1wire server to openhab. Both servers are running on a Raspi 3, I used Openhabian for the installation and installed OWFS, but I know you don’t need it. The owfs. conf looks like this:
! server: server = 192.168.10.144:4304
server: device = /dev/ttyUSB0
server: server = 192.168.10.144:3131
owfs: mountpoint = /mnt/1wire
owfs: allow_other
http: port = 2121ftp: port = 2120
server: port = 192.168.10.144:4304

The owserver. cfg looks like this:
Host of the first OWServer device to control
ow1. host=192.168.10.144
#ow1. port=4304
ow1. user=xxxxxxxx
ow1. password=xxxxx
Item:
Number bath_temp “Temperature[%. 1f °C]” { owserver="<ow1:2807B3BC060000C8: Temperature: 60000" }
The logfile contains this:
2018-01-06 20:36:24.124[ERROR][org. openhab. io. net. http. HttpUtil] - fatal transport error: java. net. ConnectException: Connection refused
2018-01-06 20:36:24.126[ERROR][eng. owserver. internal. OWServerBinding] - No response received from’ _http://xxxxxx:xxxxxx@192.168.10.144/details.xml’

Do any of you guys have any ideas?
Thanks for your support!

1 Like

Do you solved this?

Hello there,

I have the same problem with the OWServer Binding that I have installed from the Binding section of the OH. How did you solve it please?

Regards

Hello there,

I have the same problem with the OWServer Binding that I have installed from the Binding section of the OH. How did you solve it please?

Regards

Just as reference as I had a similar problem.
I found the following entry in the journal while starting owserver:

systemd[1]: networking.service: Cannot add dependency job, ignoring: Unit networking.service is masked.

After unmasking networking.service I could connect to owserver.