steepleian / weewx-Weather34-archived-08-02-20

Other
0 stars 1 forks source link

Fresh install - a few issues #1

Closed m90att closed 3 years ago

m90att commented 3 years ago

Hello again!

I've been forced to factory reset my weather station so I've set everything up fresh. I'm seeing issues again and I cannot find emails or past resolved issues on github regarding their resolution to refer to.

From what I can see on the w34 page it appears:

Forecasts are not working Weather station readings show time of 00:00:00 Temperature readings are wildly incorrect

image

I've attached various files in zips

Many thanks, Matt

m90att commented 3 years ago

syslog.zip

m90att commented 3 years ago

skin.zip

m90att commented 3 years ago

wee_debug.zip

m90att commented 3 years ago

The seasons report is working ok image W34 current, for comparison image

balloonhotair commented 3 years ago

Hi, First your process_services = weewx.engine.StdConvert, weewx.engine.StdCalibrate, weewx.engine.StdQC, weewx.wxservices.StdWXCalculate does not have user.weather34.Weather34RealTime Not sure how you can do an install and not have that happen let have all the other template entries. For now add the service and restart weewx.

m90att commented 3 years ago

Thank you. I followed the installation to the letter so it does seem strange. Adding that string appears to have worked. image

I am seeing a few w34 errors in the log, I saw these a couple of times and have watched the log for a few more cycles and not seen them, are they ok?

Jan 24 15:17:13 weatherpi weewx[20195] ERROR user.weather34: Failed getting web                                                                                                          service data. URL: http:///weewx/weather34/eualert.php?country=UK&region=UK001 H                                                                                                         eader: {'User-Agent': 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US)                                                                                                          AppleWebKit/534.3 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/534.3'}, Error                                                                                                         : <urlopen error no host given>
Jan 24 15:17:53 weatherpi weewx[20195] ERROR user.weather34: [Errno 2] No such file or directory: '/tmp/weather34/RetainedLoopValues.txt'

Thanks for your help

m90att commented 3 years ago

...the first log entry above should read

Jan 24 15:17:11 weatherpi weewx[20195] ERROR user.weather34: Error Invalid Webservice Data: None, {'User-Agent': 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/534.3'}
Jan 24 15:17:13 weatherpi weewx[20195] ERROR user.weather34: Failed getting web service data. URL: http:///weewx/weather34/eualert.php?country=UK&region=UK001 Header: {'User-Agent': 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/534.3'}, Error: <urlopen error no host given>
steepleian commented 3 years ago

Matt, I am afraid you will have to disable your EUAlert web service. UK has been removed from Meteoalarm, it has not worked since the 14 January. Unfortunately Brexit is to blame. Not sure why that is the case as Norway, Switzerland bizarrley Israel are getting a service.

balloonhotair commented 3 years ago

Also need to remove your eq service since that service has gone MIA

balloonhotair commented 3 years ago

Also the install config files did not have overwrite set to True that is why you had the issue with the missing service. That has been updated in the repository

balloonhotair commented 3 years ago

On this Jan 24 15:17:53 weatherpi weewx[20195] ERROR user.weather34: [Errno 2] No such file or directory: '/tmp/weather34/RetainedLoopValues.txt'

Does the directory /tmp/weather34 exists?

m90att commented 3 years ago

It does exist

balloonhotair commented 3 years ago

Does the file RetainedLoopValues.txt exists in /tmp/weather34 and if so is it updating?

m90att commented 3 years ago

Yes and yes

balloonhotair commented 3 years ago

Well then that is good Must have been a start up race condition why the error message happen for no such file or directory

m90att commented 3 years ago

Ok, makes sense. Thank you for your help.