[weewx-user] Working on an NWS Driver

2022-01-24 Thread Kenny Stier
I have a Weewx setup at home and really like the website it generates. I'm living 2 hours away on a college campus now, and want a similar experience here, but I'm too cheap to buy another weather station, so I'm developing a driver that pulls data from the National

Re: [weewx-user] Re: Lightning Detector shows bad data

2020-03-29 Thread Kenny Stier
n the delta? > > > > On Sunday, 29 March 2020 07:44:01 UTC+3, Kenny Stier wrote: > > The sensor appears to be sending sane data. > > https://pastebin.ubuntu.com/p/PX9mfmkjBg/ > > (https://link.getmailspring.com/link/1a2109ad-9a99-4f95-b6e4-528a21d8c...@getmailspring

[weewx-user] Re: Lightning Detector shows bad data

2020-03-28 Thread Kenny Stier
3, 2020 at 6:35:17 PM UTC-5, mwall wrote: > > > > On Sunday, March 1, 2020 at 7:17:01 PM UTC-5, Kenny Stier wrote: >> >> I am working on including my lightning detector data on my homepage but >> am having some issues. >> I am using an Acurite 06045

[weewx-user] Lightning Detector shows bad data

2020-03-01 Thread Kenny Stier
I am working on including my lightning detector data on my homepage but am having some issues. I am using an Acurite 06045M over SDR on Belchertown. https://wx.millhousen.com/ 1. For some reason, the Lightning Distance is shown on the graph as being 24 consistently, but it hasn't stormed in man

[weewx-user] Re: NOAA Reports Blank

2020-03-01 Thread Kenny Stier
beta and will definitely fix your Seasons skin NOAA > reports but I cannot speak for Belchertown NOAA reports) > > Gary > > On Sunday, 1 March 2020 13:58:03 UTC+10, Kenny Stier wrote: >> >> System Log on Archive: https://pastebin.com/zszNY2C3 >> >> >> On Sat

[weewx-user] Re: NOAA Reports Blank

2020-02-29 Thread Kenny Stier
System Log on Archive: https://pastebin.com/zszNY2C3 On Saturday, February 29, 2020 at 10:51:56 PM UTC-5, Kenny Stier wrote: > > WeeWX is generating blank NOAA reports for me. > https://wx.millhousen.com/reports/ > > In the Belchertown Q&A, it says you may have to gi

[weewx-user] NOAA Reports Blank

2020-02-29 Thread Kenny Stier
WeeWX is generating blank NOAA reports for me. https://wx.millhousen.com/reports/ In the Belchertown Q&A, it says you may have to give it a few archive intervals to populate. I waited three months and am now sure it doesn't work :D Any ideas are appreciated! -- You received this message becaus

[weewx-user] Re: SDR Loop Interval

2020-02-29 Thread Kenny Stier
That was it, thanks so much! Once I set binding = loop in my MQTT addon settings, it works great. On Saturday, February 29, 2020 at 8:10:47 PM UTC-5, mwall wrote: > > the sdr driver will emit data as fast as your sensors send it. > > i don't know how the internals of belchertown works, but if you

[weewx-user] SDR Loop Interval

2020-02-29 Thread Kenny Stier
I finally got Belchertown + MQTT working. I would like to increase the Loop Interval so that MQTT updates the page more often than every five minutes (without regenerating the page). https://wx.millhousen.com/ Only problem is, I'm using the SDR driver to get data from my Acurite 5in1 station, an

[weewx-user] Re: FileParse not functioning

2020-01-07 Thread Kenny Stier
There is > not a huge difference between a driver and a service that augments loop > packets so I expect the first option will be very easy to do. > > Gary > > On Tuesday, 7 January 2020 11:34:37 UTC+10, Kenny Stier wrote: >> >> Thanks for that, Gary >> >>

[weewx-user] Re: FileParse not functioning

2020-01-06 Thread Kenny Stier
Thanks for that, Gary Running fileparse.py directly works mt-dev@weewx:~$ PYTHONPATH=/usr/share/weewx python /usr/share/weewx/user/fileparse.py 2020-01-06 20:32:35 EST (1578360755) {'pressure': 29.17, 'usUnits': 1, 'dateTime': 1578360755} When I run weewx directly, the pressure data is collecte

[weewx-user] FileParse not functioning

2020-01-05 Thread Kenny Stier
I have weewx running on a Raspberry Pi 3 using the RTL-SDR to get info from my Acurite 5-in-1 station. Only problem is, this station doesn't have a barometer built in, it is inside of the Acurite Access. So I have setup a separate VM with a fresh install of Ubuntu 18.04 and weewx. I created a s