Use: https://github.com/chaunceygardiner/weewx-forecast
> On May 12, 2022, at 7:25 PM, Barry <[email protected]> wrote: > > Hi, I’m new to all this weewx stuff, and I am running into some setup > issues, any help would be appreciated. > I apologise that this particular post is a duplicate of one I made a few > hours ago in a different thread, but I had issues with Groups quarantining my > messages. Anyway here is the request in its own thread. > > Situation so far, Davis Vantage Pro 2 died, so has been replaced with a > WeatherFlow Tempest. > > Using: > Linux Mint 20.3 > Weewx v4.8 > BelcherTown v1.2 > WeatherFlow-UDP v1.1 > > I am attempting to get the Forecast displayed on the main page of the > Belchertown skin. > This is what I’ve done so far: > > Got the “stock” BelcherTown skin. Weewx and WeatherFlow-UDP all playing > nicely together and uploading data to my weather page. > > Setup PSW account and got an API key > Setup forwarding to PSW > [[PWSWeather] > enable = true > station = STRANDHERDMEADOWS > password = xxxxxxxxxxxxxxxxx > PWS receives and displays my data > > Setup Aeris weather account and got both the ID and Secret key > > Downloaded the forecast extension “weewx-forecast-master.zip” from > https://github.com/matthewwall/weewx-forecast > Then installed it > sudo wee_extension --install weewx-forecast-master.zip > There were no errors on install. > > At this point when I restart weewx it seems to go through a cycle of data > collection and then the syslog records this and weewx stops.: > > May 12 18:07:18 linux /weewxd: weatherflowudp: MainThread: raw packet: > {'serial_number': 'ST-00062106', 'type': 'rapid_wind', 'hub_sn': > 'HB-00071538', 'ob': [1652393236, 1.24, 196]} > May 12 18:07:18 linux weewx[545399] INFO weewx.manager: Added record > 2022-05-12 18:07:00 EDT (1652393220) to database 'weewx.sdb' > May 12 18:07:18 linux weewx[545399] INFO weewx.manager: Added record > 2022-05-12 18:07:00 EDT (1652393220) to daily summary in 'weewx.sdb' > May 12 18:07:18 linux weewx[545399] INFO weewx.engine: Main loop exiting. > Shutting engine down. > May 12 18:07:18 linux weewx[545399] CRITICAL __main__: Caught unrecoverable > exception: > May 12 18:07:18 linux weewx[545399] CRITICAL __main__: **** '>' not > supported between instances of 'float' and 'NoneType' > May 12 18:07:18 linux weewx[545399] CRITICAL __main__: **** Traceback > (most recent call last): > May 12 18:07:18 linux weewx[545399] CRITICAL __main__: **** File > "/usr/share/weewx/weewx/engine.py", line 214, in run > May 12 18:07:18 linux weewx[545399] CRITICAL __main__: **** > self.dispatchEvent(weewx.Event(weewx.CHECK_LOOP, packet=packet)) > May 12 18:07:18 linux weewx[545399] CRITICAL __main__: **** File > "/usr/share/weewx/weewx/engine.py", line 245, in dispatchEvent > May 12 18:07:18 linux weewx[545399] CRITICAL __main__: **** > callback(event) > May 12 18:07:18 linux weewx[545399] CRITICAL __main__: **** File > "/usr/share/weewx/weewx/engine.py", line 634, in check_loop > May 12 18:07:18 linux weewx[545399] CRITICAL __main__: **** raise > BreakLoop > May 12 18:07:18 linux weewx[545399] CRITICAL __main__: **** > weewx.engine.BreakLoop > May 12 18:07:18 linux weewx[545399] CRITICAL __main__: **** > May 12 18:07:18 linux weewx[545399] CRITICAL __main__: **** During > handling of the above exception, another exception occurred: > May 12 18:07:18 linux weewx[545399] CRITICAL __main__: **** > May 12 18:07:18 linux weewx[545399] CRITICAL __main__: **** Traceback > (most recent call last): > May 12 18:07:18 linux weewx[545399] CRITICAL __main__: **** File > "/usr/share/weewx/weewx/engine.py", line 650, in post_loop > May 12 18:07:18 linux weewx[545399] CRITICAL __main__: **** > self._catchup(self.engine.console.genArchiveRecords) > > Anyone any thoughts on what the problem may be, I have never done any > programming with Python, which is where the errors appear to be coming from. > Even better, is there an idiots guide to installing the forecast capability > out there. > Many thanks, > > Barry > > -- > 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/74bb835e-8255-4475-8ee9-7a768c1f890en%40googlegroups.com. -- 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/8ABB2363-8AC9-4CBC-8913-3AC4AC532896%40johnkline.com.
