Thanks for the reply, It appears that this will continue to be mysterious. See embedded comments.
On Sunday, May 3, 2020 at 6:30:10 PM UTC-4, Glenn McKechnie wrote: > > This has come up a few times and the solution remains ... vague and > mysterious. > It's possibly a systemd issue, but we'll try a few other things in the > meantime. > > Have you setup and used owserver before? > No. > > Do you have a working /etc/owfs.conf or are you using the supplied > default? > I modified the system default. It is attached. > > Are you running the kernel 1-wire module available through > raspi-config (if so turn it off and see if the service will start.) > It has been disabled. > > What does the following command return... > > sudo /usr/bin/owserver -c /etc/owfs.conf --debug > Oddly it outputs nothing > > If you need to send that output to the list then > > sudo /usr/bin/owserver -c /etc/owfs.conf --debug >> /tmp/owservdebug.txt > > and attach /tmp/owservdebug.txt > > > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/a9527724-3121-4c14-813f-81d17c76122f%40googlegroups.com.
# Sample configuration file for the OWFS suite for Debian GNU/Linux. # # # This is the main OWFS configuration file. You should read the # owfs.conf(5) manual page in order to understand the options listed # here. ######################## SOURCES ######################## # # With this setup, any client (but owserver) uses owserver on the # local machine... ! server: server = localhost:4304 # # ...and owserver uses the real hardware, by default fake devices # This part must be changed on real installation #server: FAKE = DS18S20,DS2405 # # USB device: DS9490 server: device = /dev/ic2-1 # # Serial port: DS9097 #server: device = /dev/ttyS1 server: device = /dev/ttyAMA0 # # owserver tcp address #server: server = 192.168.10.1:3131 # # random simulated device #server: FAKE = DS18S20,DS2405 # ######################### OWFS ########################## # mountpoint = /mnt/1wire allow_other # ####################### OWHTTPD ######################### http: port = 2121 ####################### OWFTPD ########################## ftp: port = 2120 ####################### OWSERVER ######################## server: port = localhost:4304
