wee_extension --install weewx-forecast.zip (the instructions still refer to aweewx-forecast-x.y.tgz type file)
Removed all the forecasts except NWS from weewx.conf and configured NWS for my area.
Restart weewx andMay 7 12:24:11 wxn weewx[7815] INFO weewx.engine: Starting main packet loop.
May 7 12:25:16 wxn weewx[7815] INFO weewx.manager: Added record 2020-05-07 12:25:00 PDT (1588879500) to database 'weewx.sdb'
May 7 12:25:16 wxn weewx[7815] INFO weewx.manager: Added record 2020-05-07 12:25:00 PDT (1588879500) to daily summary in 'weewx.sdb'
May 7 12:25:17 wxn weewx[7815] INFO weewx.engine: Main loop exiting. Shutting engine down.
May 7 12:25:17 wxn weewx[7815] DEBUG weewx.restx: Shut down StationRegistry thread.
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: Caught unrecoverable exception:
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** '>' not supported between instances of 'float' and 'NoneType'
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** Traceback (most recent call last):
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** File "/home/weewx/bin/weewx/engine.py", line 195, in run
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** self.dispatchEvent(weewx.Event(weewx.CHECK_LOOP, packet=packet))
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** File "/home/weewx/bin/weewx/engine.py", line 224, in dispatchEvent
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** callback(event)
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** File "/home/weewx/bin/weewx/engine.py", line 578, in check_loop
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** raise BreakLoop
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** weewx.engine.BreakLoop
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: ****
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** During handling of the above exception, another exception occurred:
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: ****
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** Traceback (most recent call last):
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** File "/home/weewx/bin/weewx/engine.py", line 594, in post_loop
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** self._catchup(self.engine.console.genArchiveRecords)
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** File "/home/weewx/bin/weewx/engine.py", line 638, in _catchup
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** for record in generator(lastgood_ts):
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** File "/home/weewx/bin/weewx/drivers/__init__.py", line 30, in genArchiveRecords
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** raise NotImplementedError("Method 'genArchiveRecords' not implemented")
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** NotImplementedError: Method 'genArchiveRecords' not implemented
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: ****
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** During handling of the above exception, another exception occurred:
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: ****
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** Traceback (most recent call last):
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** File "/home/weewx/bin/weewxd", line 154, in main
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** engine.run()
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** File "/home/weewx/bin/weewx/engine.py", line 202, in run
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** self.dispatchEvent(weewx.Event(weewx.POST_LOOP))
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** File "/home/weewx/bin/weewx/engine.py", line 224, in dispatchEvent
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** callback(event)
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** File "/home/weewx/bin/weewx/engine.py", line 596, in post_loop
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** self._software_catchup()
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** File "/home/weewx/bin/weewx/engine.py", line 658, in _software_catchup
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** origin='software'))
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** File "/home/weewx/bin/weewx/engine.py", line 224, in dispatchEvent
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** callback(event)
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** File "/home/weewx/bin/user/forecast.py", line 1212, in update_forecast
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** elif time.time() - self.interval > self.last_ts:
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** TypeError: '>' not supported between instances of 'float' and 'NoneType'
May 7 12:25:17 wxn weewx[7815] CRITICAL __main__: **** Exiting.
The syslog output with debug=2 and the wee_debug --info are attached.
Thanks for your help.
On May 7, 2020, at 1:39 PM, Howard Walter <hwal...@gmail.com> wrote:
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/9ddfd919-e6a1-411b-af25-0ea5bfb97a5e%40googlegroups.com.
<wee_debug><syslog>
On May 8, 2020, at 2:59 PM, Howard Walter <hwal...@gmail.com> wrote:
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/51f335f7-14be-4524-9144-eadec93cf754%40googlegroups.com.
<forecast.sdb>
On May 8, 2020, at 8:20 PM, Howard Walter <hwal...@gmail.com> wrote:
I thought I had done all the steps you suggested but I went back and did them again. Also deleted forecast.sdb.Same problems. Attached are the syslog and the weewx.conf file.
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/cd5c2296-6781-4dd2-ba07-7656995e494c%40googlegroups.com.
<syslog><weewx.conf>
On May 9, 2020, at 8:35 AM, Howard Walter <hwal...@gmail.com> wrote:
John, Thanks very much for all your time. No, xtide was not installed and it was otherwise a fresh install.I did use wee_extension --uninstall to uninstall Matt's version of Forecast so maybe that had a side effect.Am blowing away my weewx install and starting from scratch.
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/93bd868d-463f-412b-8505-24d87e0b37ad%40googlegroups.com.
On May 9, 2020, at 1:47 PM, Howard Walter <hwal...@gmail.com> wrote:
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/a01fd4c8-9a3f-456b-b0d8-fd19f8e35a28%40googlegroups.com.
On May 9, 2020, at 5:04 PM, Howard Walter <hwal...@gmail.com> wrote:
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/9dfe0653-e759-4074-bb4e-17ecf152ccb1%40googlegroups.com.
On May 9, 2020, at 5:17 PM, Howard Walter <hwal...@gmail.com> wrote:
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/ef70bc1d-3ad5-4114-9935-a479848d3236%40googlegroups.com.
wget -O weewx-forecast.zip https://github.com/chaunceygardiner/weewx-forecast/
I am using
wget -O weewx-forecast.zip https://github.com/chaunceygardiner/weewx-forecast/archive/master.zip
Are they the same?
On May 9, 2020, at 5:51 PM, Howard Walter <hwal...@gmail.com> wrote:
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/76a8409c-9dc8-4e08-8ea2-e65c4719fe06%40googlegroups.com.
On May 10, 2020, at 8:38 AM, Howard Walter <hwal...@gmail.com> wrote:
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/2852fdad-6be4-4586-a274-2c9191ad6175%40googlegroups.com.
On May 10, 2020, at 9:00 AM, John Kline <jo...@johnkline.com> wrote:
To unsubscribe from this group and stop receiving emails from it, send an email to weewx...@googlegroups.com.
On May 10, 2020, at 9:07 AM, John Kline <jo...@johnkline.com> wrote:
On May 10, 2020, at 9:13 AM, John Kline <jo...@johnkline.com> wrote:
You weren’t using wee_extension install before?
If you’re really sure you have a completely clean /home/weewx tree; the only other thing I would suggest is that you do nothing to /home/weewx/weewx.conf but add your NWS lid and foid. Don’t make any other changes.
pip3 install six returns