Sorry Gary it didn't work
schema_extended = {'table': schemas.wview_extended.table + [('appTemp',
'REAL'), ('windrun', 'REAL')], 'day_summaries' :
schemas.wview_extended.day_summaries}
AttributeError: module 'schemas' has no attribute 'wview_extended'
I think its what you had written ??
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/f62049c4-d1c8-40bf-b036-dce727432b81%40googlegroups.com.