sftpgenerator and copygenerator copying 0 files after lost connection

73 views
Skip to first unread message

Derek Tombrello

unread,
Jul 20, 2019, 5:08:17 PM7/20/19
to weewx-user
I had weewx installed and working great with weewx-sftp and SteelSeriesGauges. It has worked just fine for a week or so now. This morning, I got up and saw that for some reason, the weather sensor quit communicating with the receiver. After I fixed that, SSG still kept showing that the station was offline, even though the Weather Underground data was updating like it should. I noticed in the logs that copygenerator and sftpgenerator were both copying 0 files. I had an issue before where SSG wasn't updating and after deleting the contents of that directory off my webserver, it worked fine again, so I tried that. I noticed that the directories [css] and [scripts] was copied back to my server, but none of the other files are.

I don't suppose anyone has any insight into this, maybe?

Here is an excerpt from the end of the system log:


Jul 20 21:05:20 raspberrypi weewx[25208]: manager: Added record 2019-07-20 21:05:00 UTC (1563656700) to database 'weewx.sdb'
Jul 20 21:05:20 raspberrypi weewx[25208]: manager: Added record 2019-07-20 21:05:00 UTC (1563656700) to daily summary in 'weewx.sdb'
Jul 20 21:05:21 raspberrypi weewx[25208]: restx: Wunderground-PWS: Published record 2019-07-20 21:05:00 UTC (1563656700)
Jul 20 21:05:29 raspberrypi weewx[25208]: cheetahgenerator: Generated 8 files for report SeasonsReport in 8.29 seconds
Jul 20 21:05:36 raspberrypi weewx[25208]: imagegenerator: Generated 14 images for SeasonsReport in 6.78 seconds
Jul 20 21:05:36 raspberrypi weewx[25208]: copygenerator: copied 0 files to /var/www/html/weewx
Jul 20 21:05:38 raspberrypi weewx[25208]: sftpgenerator: transferred 0 files in 2.00 seconds
Jul 20 21:05:41 raspberrypi weewx[25208]: cheetahgenerator: Generated 12 files for report forecast in 1.84 seconds
Jul 20 21:05:41 raspberrypi weewx[25208]: copygenerator: copied 0 files to /var/www/html/weewx/forecast

If there is some other log I could look in or provide, please let me know.

Derek Tombrello

unread,
Jul 20, 2019, 5:27:10 PM7/20/19
to weewx-user
This is the log with debug enabled
weewx.log

gjr80

unread,
Jul 20, 2019, 5:46:58 PM7/20/19
to weewx-user
This might give a clue:

Jul 20 21:16:04 raspberrypi weewx[25469]: reportengine: Cannot read skin configuration file /etc/weewx/skins/skin.conf for report 'SteelSeries': Config file not found: "/etc/weewx/skins/skin.conf".

Are you sure your SteelSeries skin install is not corrupted? skin.conf are normally in a directory under /etc/weewx/skins not in /etc/weewx/skins itself.

Gary

Derek Tombrello

unread,
Jul 20, 2019, 9:03:54 PM7/20/19
to weewx-user
That's odd... This is what is in my weewx.conf file:

    # Where the skins reside, relative to WEEWX_ROOT
    SKIN_ROOT
= /etc/weewx/skins

   
[[SteelSeries]]
       
[[[CheetahGenerator]]]
            search_list_extensions
= user.forecast.ForecastVariables
        skin
= ss
        HTML_ROOT
= public_html/ss


The skin.conf file is in /etc/weewx/skins/ss like it has been. I can open it and read it. I don't think I mentioned this, but I also tried restarting and stopping/starting the weewx service. That didn't help, either.

gjr80

unread,
Jul 21, 2019, 2:16:32 AM7/21/19
to weewx-user
In this case hierarchy matters not indenting, try:

[[SteelSeries]]


skin = ss
HTML_ROOT = public_html/ss

[[[CheetahGenerator]]]
search_list_extensions = user.forecast.ForecastVariables

Gary

Derek Tombrello

unread,
Jul 21, 2019, 2:27:48 AM7/21/19
to weewx-user
I'll be darned... That did the trick. Thank you so much!
Reply all
Reply to author
Forward
0 new messages