On 17/04/2020, Glenn McKechnie <[email protected]> wrote: > Do you have the pi's 1-wire interface enabled? If so try disabling it. > > sudo raspi-config > Option 5? Interfacing options > P7 1-wire enable or disable. > (or something like that). You are after the option to enable/disable > one-wire interface. Disable it.
I forgot that you answered that one in an earlier reply. And the answer is that it's off. Refreshing my memory further, there have been issues with owserver and Pi4 on this list, but not quite the same failure. Same outcome though. https://groups.google.com/d/msg/weewx-user/4EZRDyPoBH8/gN23K0feDAAJ We can attempt to see what owserver is actually failing on by running the following from the terminal. sudo /usr/bin/owserver -c /etc/owfs.conf --debug and you'll get output to the screen. Hopefully it will be meaningful, or at least offer a clue. You can redirect it to a file and attach that file (/tmp/owdebug.log) to your next post. sudo /usr/bin/owserver -c /etc/owfs.conf --debug > /tmp/owdebug.log 2>&1 -- 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/CAAraAzgNu-pDnM6yaxUOjJztUi-5xj7rUhLGbMByZkDix-%2BCaQ%40mail.gmail.com.
