It's not really a "problem," you just needed to specify the path to wee_device. It appears that you used the setup.py method of install, so it would be:
cd /home/weewx ./bin/wee_device weewx.conf --info -tk On Sun, Dec 17, 2017 at 6:06 AM, Jens-Jørgen Kjærgaard <[email protected]> wrote: > And the wee_device problem? > > Jens-Jørgen Kjærgaard > www.jensjk.dk > > On 17 Dec 2017 12:56 pm, "Thomas Keffer" <[email protected]> wrote: > >> These are two separate problems. >> >> First, I think you are having a clock problem. See the Wiki for an >> explanation of how the RPi clock works and how to fix the problem >> <https://github.com/weewx/weewx/wiki/Raspberry-Pi#time>. Note that one >> solution requires weewx v3.4 or later. >> >> Second, either you are having a DNS problem, or the host name you gave in >> the FTP section of weewx.conf is wrong. >> >> -tk >> >> >> >> >> On Sun, Dec 17, 2017 at 5:34 AM, Jens-Jørgen Kjærgaard <[email protected]> >> wrote: >> >>> The log file is shown after a gap, 01.28 to 11.03 ( syslog). >>> I also found another section with an error message (syslog2), though >>> this is maybe not related. >>> >>> Jens-Jørgen Kjærgaard >>> www.jensjk.dk >>> >>> On 16 Dec 2017 9:29 am, "Andrew Milner" <[email protected]> >>> wrote: >>> >>>> 1. what does the log show during the startup process?? >>>> >>>> 2. make sure that weewx does not start until after the RPI has got the >>>> time set correctly - else you will probably lose data by not attempting to >>>> get the archived data from the station >>>> >>>> >>>> >>>> On Saturday, 16 December 2017 10:19:55 UTC+2, Jens-Jørgen Kjærgaard >>>> wrote: >>>> >>>>> I have for some years been running weewx on raspberry in my camping >>>>> hut, solar powered. >>>>> In dark winter days, the raspberry is sometimes loses power for maybe >>>>> a day or two. However, the WS2080 is running on battery, so all data are >>>>> archived on the console. When the raspberry starts up again after the >>>>> break, weewx is not downloading the stored data from the console, so my >>>>> weewx archive will have gaps corresponding to the gaps in solar power. >>>>> But as I understand it, weewx should download all data from console? >>>>> >>>> -- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "weewx-user" group. >>>> To unsubscribe from this topic, visit https://groups.google.com/d/to >>>> pic/weewx-user/azG9h2BG6qA/unsubscribe. >>>> To unsubscribe from this group and all its topics, send an email to >>>> [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- >>> 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]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "weewx-user" group. >> To unsubscribe from this topic, visit https://groups.google.com/d/to >> pic/weewx-user/azG9h2BG6qA/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
