On 04/05/2020, Wt Riker <[email protected]> wrote: [...] >> Have you setup and used owserver before? >> > No.
Okay, so no working config. Starting from scratch >> Do you have a working /etc/owfs.conf or are you using the supplied >> default? > I modified the system default. It is attached. There are a few things that are amiss there. You have 2 device entries in owfs.conf # USB device: DS9490 server: device = /dev/ic2-1 # Serial port: DS9097 server: device = /dev/ttyAMA0 Which one is it? What do you have as an interface between the pi and the 1-wire network? That is a crucial piece of missing information. Also a DS9490R (the blue usb dongle) should be ... server: usb = all comment out the !server entry... #! server: server = localhost:4304 select an appropriate device entry, choose one of ... server: device = /dev/ic2-1 or server: device = /dev/ttyAMA0 or server: usb = all comment out the remainder. specify the port as 4304 ie:- no localhost in the string... server: port = 4304 >> What does the following command return... >> >> sudo /usr/bin/owserver -c /etc/owfs.conf --debug With those changes made, what happens this time ? >> 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 -- Cheers Glenn rorpi - read only raspberry pi & various weewx addons https://github.com/glennmckechnie -- 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/CAAraAzgXZ1JUpxPd5zj44BEUA901gF%2B9jBytQe_53nAT1D9dHA%40mail.gmail.com.
