Thanks Gary Changed it run automatically from start up and it worked fine overnight So decided the next step was to load steelguages 2.7.4 via wee_extension. It loaded ok but the next download I got the following errors
Apr 5 13:00:19 raspberrypi weewx[604] INFO weewx.reportengine: Copied 5 files to /home/weewx/public_html Apr 5 13:00:19 raspberrypi weewx[604] INFO weewx.reportengine: Copied 6 files to /home/weewx/public_html/ss Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.cheetahgenerator: Generate failed with exception '<class 'TypeError'>' Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.cheetahgenerator: **** Ignoring template /home/weewx/skins/ss/gauge-data.txt.tmpl Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.cheetahgenerator: **** Reason: '>' not supported between instances of 'NoneType' and 'int' Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.cheetahgenerator: **** Traceback (most recent call last): Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.cheetahgenerator: **** File "/home/weewx/bin/weewx/cheetahgenerator.py", line 322, in generate Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.cheetahgenerator: **** unicode_string = compiled_template.respond() Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.cheetahgenerator: **** File "_home_weewx_skins_ss_gauge_data_txt_tmpl.py", line 339, in respond Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.cheetahgenerator: **** TypeError: '>' not supported between instances of 'NoneType' and 'int' Apr 5 13:00:19 raspberrypi weewx[604] INFO weewx.cheetahgenerator: Generated 1 files for report SteelSeries in 0.32 seconds Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.reportengine: Caught unrecoverable exception in generator 'weewx.imagegenerator.ImageGenerator' Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.reportengine: **** rainrate Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.reportengine: **** Traceback (most recent call last): Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.reportengine: **** File "/home/weewx/bin/weewx/reportengine.py", line 197, in run Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.reportengine: **** obj.start() Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.reportengine: **** File "/home/weewx/bin/weewx/reportengine.py", line 280, in start Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.reportengine: **** self.run() Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.reportengine: **** File "/home/weewx/bin/weewx/imagegenerator.py", line 41, in run Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.reportengine: **** self.genImages(self.gen_ts) Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.reportengine: **** File "/home/weewx/bin/weewx/imagegenerator.py", line 180, in genImages Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.reportengine: **** aggregate_interval=aggregate_interval) Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.reportengine: **** File "/home/weewx/bin/weewx/xtypes.py", line 91, in get_series Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.reportengine: **** raise weewx.UnknownType(obs_type) Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.reportengine: **** weewx.UnknownType: rainrate Apr 5 13:00:19 raspberrypi weewx[604] ERROR weewx.reportengine: **** Generator terminated Phil On Saturday, April 4, 2020 at 10:40:41 AM UTC+1, Phil Owers wrote: > > Hi Guys > > First of all I hope everybody is staying safe and well > > Before I go into to many details should weewx v4.0.0b18 work on its own. > > Followed the Installation using setup.py, loaded all the prerequisites for > Debian 10(Buster) > Installed using python3 ./setup.py build , sudo python3 ./setup.py install > > Entered the name, vantage (6), serial , metric, ttyusb0 etc. > > Then started weewx using sudo ./bin/weewx > It downloaded all the data from my test console (This works fine plug into > another rasp pi v 3.9.2) then failed continuously overnight with no graphs > being generated. > The weewx.sdb was generated. > > Apr 4 10:22:20 raspberrypi weewx[1030] INFO weewx.manager: Starting > backfill of daily summaries > Apr 4 10:22:22 raspberrypi weewx[1030] INFO weewx.engine: Starting main > packet loop. > Apr 4 10:22:26 raspberrypi weewx[1030] INFO weewx.engine: Main loop > exiting. Shutting engine down. > Apr 4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__: Caught OSError: > [Errno 5] Input/output error > Apr 4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__: **** > Traceback (most recent call last): > Apr 4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__: **** > File "./bin/weewxd", line 154, in main > Apr 4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__: **** > engine.run() > Apr 4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__: **** > File "/home/weewx/bin/weewx/engine.py", line 191, in run > Apr 4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__: **** > self.dispatchEvent(weewx.Event(weewx.NEW_LOOP_PACKET, packet=packet)) > Apr 4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__: **** > File "/home/weewx/bin/weewx/engine.py", line 224, in dispatchEvent > Apr 4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__: **** > callback(event) > Apr 4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__: **** > File "/home/weewx/bin/weewx/engine.py", line 740, in new_loop_packet > Apr 4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__: **** > to_sorted_string(event.packet)) > Apr 4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__: **** > OSError: [Errno 5] Input/output error > Apr 4 10:22:26 raspberrypi weewx[1030] CRITICAL __main__: **** > Waiting 10 seconds then retrying... > Apr 4 10:22:28 raspberrypi kernel: [38075.324656] usb 1-1.3: new > high-speed USB device number 6 using xhci_hcd > > No extensions have been added . Apologies if Ive jumped the gun and this > doesn't work yet as a standalone > Phil > -- 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/9b9ebbc2-81c1-4d9b-9b66-a990ca33f95b%40googlegroups.com.
