The reason you cannot find any reports is that none are being produced, you 
need to look back earlier to see why. These lines indicate that WeeWX is 
saving something to the database:

Oct 14 14:05:17 raspberrypi weewx[8036]: manager: Added record 2019-10-14 
14:05:00 MDT (1571083500) to database 'weewx.sdb' 
Oct 14 14:05:18 raspberrypi weewx[8036]: manager: Added record 2019-10-14 
14:05:00 MDT (1571083500) to daily summary in 'weewx.sdb'

That is a step forward from yesterday. There should be some lines similar to 
these appear next as the WeeWX report cycle executes, what you see will depend 
on your system but there should be something not nothing:

Oct 13 06:25:22 aurora weewx[21977]: cheetahgenerator: Generated 6 files for 
report SeasonsAuroraReport in 1.28 seconds
Oct 13 06:25:23 aurora weewx[21977]: imagegenerator: Generated 7 images for 
SeasonsAuroraReport in 0.52 seconds
Oct 13 06:25:23 aurora weewx[21977]: copygenerator: copied 0 files to 
/home/weewx/public_html
Oct 13 06:25:24 aurora weewx[21977]: rsyncupload: rsync'd 13 files (120,985 
bytes) in 0.88 seconds

The following indicates you have an issue with pressure data from the 
station/driver:

Oct 14 14:05:26 raspberrypi weewx[8036]: engine: 2019-10-14 14:05:24 MDT 
(1571083524) LOOP value 'pressure' 21.92306272 outside limits (24.0, 34.5)

Could be anyone of a number of issues but I would leave that for the moment and 
get WeeWX working with the driver and producing output.

I would edit weewx.conf and set debug = 1, save weewx.conf and restart WeeWX. 
Let WeeWX run for a couple of archive periods and then post the log from 
startup making sure you include the WeeWX startup sequence and the couple of 
archive periods of activity. You might want to set log_raw_packets = False 
under [WeatherFlowUDP] in weewx.conf to cut down a bit of log output, setting 
debug = 1 will make the log more chatty.

Gary


On Tuesday, 15 October 2019 11:27:38 UTC+10, Timothy Buchanan wrote:
>
> I answered my last question by myself. starting weewx not as daemon gives 
> me data. everything seems to be there except pressure, altimeter and 
> barometer. That may have to do with the altitude here (8500 feet), although 
> I put that into the config file. If you can advise me where index.html 
> normally is kept (the main directory is /home/weewx), then I will try to 
> figure out how to get nginx to look there.
>
> On Monday, October 14, 2019 at 6:17:58 PM UTC-6, vince wrote:
>>
>> On Monday, October 14, 2019 at 4:27:11 PM UTC-7, Timothy Buchanan wrote:
>>>
>>> Ok, here is an extract from the syslog, from 14:04:53 when weewx 
>>> started, to 14:26:20 when it stopped. It was running as daemon with log raw 
>>> packets true. Also attached is the weewx.conf file. What can you tell from 
>>> these? Thanks.
>>>
>>>
>> Looks like it's hearing the station quite fine.   What is the problem at 
>> this time ?
>>
>> My guess (guess) is that you have your weewx.conf set to put the output 
>> in one place, and your web server (if there is one installed) to look in a 
>> different place for the data.
>>
>> This is a very unusual place for HTML files
>> HTML_ROOT = /var/weewx/reports
>>
>> See if there is anything in there with current timestamps.  Open the 
>> index.html there in a browser and see what it looks like.
>>
>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/502a3f67-858d-4d1c-84c2-a2a55682965a%40googlegroups.com.

Reply via email to