My charts have stopped updating, though the data still is coming in from the weather station, and is getting posted externally and MQTT. Any wisdom on what could be going awry?
Hardware is Acurite 01536 connected USB to Raspberry pi ZeroW The direct weewx webserver is not public, but pws is here: https://www.pwsweather.com/station/pws/KCOCOLOR1160 Here is the syslog: Feb 15 10:40:24 weatherpi weewx[10493] DEBUG weewx.reportengine: Running report 'Belchertown' Feb 15 10:40:24 weatherpi weewx[10493] DEBUG weewx.reportengine: Found configuration file /etc/weewx/skins/Belchertown/skin.conf for report 'Belchertown' Feb 15 10:40:25 weatherpi weewx[10493] DEBUG weewx.cheetahgenerator: Using search list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras', u'user.belchertown.getData'] Feb 15 10:40:25 weatherpi weewx[10493] DEBUG weewx.manager: Daily summary version is 4.0 Feb 15 10:40:25 weatherpi weewx[10493] INFO user.belchertown: version 1.1 Feb 15 10:40:26 weatherpi weewx[10493] ERROR weewx.reportengine: Caught unrecoverable exception in generator 'weewx.cheetahgenerator.CheetahGenerator' Feb 15 10:40:26 weatherpi weewx[10493] ERROR weewx.reportengine: **** Parse error in value at line 570. Feb 15 10:40:26 weatherpi weewx[10493] ERROR weewx.reportengine: **** Traceback (most recent call last): Feb 15 10:40:26 weatherpi weewx[10493] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/reportengine.py", line 196, in run Feb 15 10:40:26 weatherpi weewx[10493] ERROR weewx.reportengine: **** obj.start() Feb 15 10:40:26 weatherpi weewx[10493] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/reportengine.py", line 281, in start Feb 15 10:40:26 weatherpi weewx[10493] ERROR weewx.reportengine: **** self.run() Feb 15 10:40:26 weatherpi weewx[10493] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 150, in run Feb 15 10:40:26 weatherpi weewx[10493] ERROR weewx.reportengine: **** ngen = self.generate(gen_dict[section_name], self.gen_ts) Feb 15 10:40:26 weatherpi weewx[10493] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 220, in generate Feb 15 10:40:26 weatherpi weewx[10493] ERROR weewx.reportengine: **** ngen += self.generate(section[subsection], gen_ts) Feb 15 10:40:26 weatherpi weewx[10493] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 220, in generate Feb 15 10:40:26 weatherpi weewx[10493] ERROR weewx.reportengine: **** ngen += self.generate(section[subsection], gen_ts) Feb 15 10:40:26 weatherpi weewx[10493] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 309, in generate Feb 15 10:40:26 weatherpi weewx[10493] ERROR weewx.reportengine: **** default_binding) Feb 15 10:40:27 weatherpi weewx[10493] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/cheetahgenerator.py", line 385, in _getSearchList Feb 15 10:40:27 weatherpi weewx[10493] ERROR weewx.reportengine: **** searchList += obj.get_extension_list(timespan, db_lookup) Feb 15 10:40:27 weatherpi weewx[10493] ERROR weewx.reportengine: **** File "/usr/share/weewx/user/belchertown.py", line 208, in get_extension_list Feb 15 10:40:27 weatherpi weewx[10493] ERROR weewx.reportengine: **** chart_dict = configobj.ConfigObj(chart_config_path, file_error=True) Feb 15 10:40:27 weatherpi weewx[10493] ERROR weewx.reportengine: **** File "/usr/lib/python2.7/dist-packages/configobj.py", line 1229, in __init__ Feb 15 10:40:27 weatherpi weewx[10493] ERROR weewx.reportengine: **** self._load(infile, configspec) Feb 15 10:40:27 weatherpi weewx[10493] ERROR weewx.reportengine: **** File "/usr/lib/python2.7/dist-packages/configobj.py", line 1318, in _load Feb 15 10:40:27 weatherpi weewx[10493] ERROR weewx.reportengine: **** raise error Feb 15 10:40:27 weatherpi weewx[10493] ERROR weewx.reportengine: **** ParseError: Parse error in value at line 570. Feb 15 10:40:27 weatherpi weewx[10493] ERROR weewx.reportengine: **** Generator terminated Feb 15 10:40:27 weatherpi weewx[10493] INFO weewx.reportengine: Copied 31 files to /var/www/html/weewx/belchertown Feb 15 10:40:28 weatherpi weewx[10493] ERROR weewx.reportengine: Caught unrecoverable exception in generator 'user.belchertown.HighchartsJsonGenerator' Feb 15 10:40:28 weatherpi weewx[10493] ERROR weewx.reportengine: **** Parse error in value at line 570. Feb 15 10:40:28 weatherpi weewx[10493] ERROR weewx.reportengine: **** Traceback (most recent call last): Feb 15 10:40:28 weatherpi weewx[10493] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/reportengine.py", line 196, in run Feb 15 10:40:28 weatherpi weewx[10493] ERROR weewx.reportengine: **** obj.start() Feb 15 10:40:28 weatherpi weewx[10493] ERROR weewx.reportengine: **** File "/usr/share/weewx/weewx/reportengine.py", line 281, in start Feb 15 10:40:28 weatherpi weewx[10493] ERROR weewx.reportengine: **** self.run() Feb 15 10:40:28 weatherpi weewx[10493] ERROR weewx.reportengine: **** File "/usr/share/weewx/user/belchertown.py", line 1050, in run Feb 15 10:40:28 weatherpi weewx[10493] ERROR weewx.reportengine: **** self.chart_dict = configobj.ConfigObj(chart_config_path, file_error=True) Feb 15 10:40:28 weatherpi weewx[10493] ERROR weewx.reportengine: **** File "/usr/lib/python2.7/dist-packages/configobj.py", line 1229, in __init__ Feb 15 10:40:28 weatherpi weewx[10493] ERROR weewx.reportengine: **** self._load(infile, configspec) Feb 15 10:40:28 weatherpi weewx[10493] ERROR weewx.reportengine: **** File "/usr/lib/python2.7/dist-packages/configobj.py", line 1318, in _load Feb 15 10:40:28 weatherpi weewx[10493] ERROR weewx.reportengine: **** raise error Feb 15 10:40:28 weatherpi weewx[10493] ERROR weewx.reportengine: **** ParseError: Parse error in value at line 570. Feb 15 10:40:28 weatherpi weewx[10493] ERROR weewx.reportengine: **** Generator terminated Feb 15 10:40:28 weatherpi weewx[10493] DEBUG weewx.reportengine: Report 'FTP' not enabled. Skipping. Feb 15 10:40:28 weatherpi weewx[10493] DEBUG weewx.reportengine: Report 'RSYNC' not enabled. Skipping. Feb 15 10:40:29 weatherpi weewx[10493] DEBUG weewx.drivers.acurite: Found station at bus= device= Feb 15 10:40:30 weatherpi weewx[10493] DEBUG weewx.drivers.acurite: next read in 18 seconds -- 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 weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/1f008d4f-3a2c-449f-bf9d-747745f2af34n%40googlegroups.com.