I suggest you run WeeWX directly 
(http://weewx.com/docs/usersguide.htm#Running_directly) and check the loop 
packets and archive records displayed on screen for maxSolarRad. If maxSolarRad 
is None then there is a fundamental problem that has nothing to do with the 
database. maxSolarRad only pre-requisites are pyephem and station lat, long and 
altitude. I suspect you have station last, long and altitude set correctly in 
weewx.conf so I would be double checking pyephem is properly installed. At the 
command prompt type the following sequence of commands:

$ python
Python 2.7.13 (default, Sep 26 2018, 18:42:22) 
[GCC 6.3.0 20170516] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ephem
>>> quit()

If no errors where thrown by python pyephem is installed fine.

Gary

-- 
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/79dfb28f-9338-4b14-a89e-aaa9043d659b%40googlegroups.com.

Reply via email to