And the ephem plugin doesn't return any error. I checked and I have python 2.7 and 3 installed. Is this a problem?
Dne četrtek, 25. julij 2019 21.19.52 UTC+2 je oseba Peter Leban napisala: > > I confirm the maxSolarRad is "None". How shall I proceed? Is this because > Vantage Vue doesn't have a solar sensor and weeWX doesn't want to calculate > any solar-related parameter? > > > Dne četrtek, 25. julij 2019 20.30.00 UTC+2 je oseba gjr80 napisala: >> >> 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/f35a91ad-1f3b-4e93-8d36-fe253b64a23e%40googlegroups.com.
