On Saturday, November 26, 2016 at 5:47:39 PM UTC-5, Dan'l B wrote: > > Can someone point me to why I might be getting these (it goes on for 600+ > lines): > > Nov 26 16:15:20 WeatherPi weewx[20308]: reportengine: Running report >>> forecast >> >> Nov 26 16:15:20 WeatherPi weewx[20308]: reportengine: Found configuration >>> file /etc/weewx/skins/forecast/skin.conf for report forecast >> >> Nov 26 16:15:20 WeatherPi weewx[20308]: cheetahgenerator: using search >>> list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', >>> 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', >>> 'weewx.cheetahgenerator.Extras', 'user.forecast.ForecastVariables'] >> >> Nov 26 16:15:20 WeatherPi weewx[20308]: forecast: ReportThread: ignoring >>> value for tempMin: 'None' (NWS:weather_periods) >> >> Nov 26 16:15:20 WeatherPi weewx[20308]: forecast: ReportThread: ignoring >>> value for windGust: 'None' (NWS:weather_periods) >> >> Nov 26 16:15:20 WeatherPi weewx[20308]: forecast: ReportThread: ignoring >>> value for qsf: 'None' (NWS:weather_periods) >> >> Nov 26 16:15:20 WeatherPi weewx[20308]: forecast: ReportThread: ignoring >>> value for qsfMin: 'None' (NWS:weather_periods) >> >> Nov 26 16:15:20 WeatherPi weewx[20308]: forecast: ReportThread: ignoring >>> value for qsfMax: 'None' (NWS:weather_periods) >> >> Nov 26 16:15:20 WeatherPi weewx[20308]: forecast: ReportThread: ignoring >>> value for windChill: 'None' (NWS:weather_periods) >> >> >> on RPi 3 forecast v 3.0.8, WeeWx in Simulator mode. >
the messages about 'ignoring value for xxx' are diagnostic only - they indicate that the forecast parser found an unexpected value from the forecast download, but the value is not fatal. if you set debug=0 you will not see those messages. the 3.1.x versions of forecast are even smarter - they know that a None value is ok, and only log when there is a non-None unexpected value. m -- 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]. For more options, visit https://groups.google.com/d/optout.
