On Thursday, July 25, 2019 at 10:26:51 AM UTC-7, Peter Leban wrote: > > I have 2 weather stations using weewx (3.9.2): weatherflow and vantage > vue. I've installed pyephem and added maxSolarRad database field in both > setups. > However, the maxSolarRad is not working in setup with vantage vue (shows > N/A). This station does not provide solar radiation value but I tend to > calculate it from the jar temperature. But I need a maxSolarRad. Is the > maxSolarRad provided only with stations that have the solar sensor, or? >
You added a field to your db. Do you have data in that field in your archive records ? Try something like "select dateTime,maxSolarRad from archive;" or the like (untested) to verify you have actual data to report. It's possible your skin only reports data if there are elements in the db that are other than null -- 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/4fb1800c-1bc2-4463-966b-af15723a2bbc%40googlegroups.com.
