Re: [weewx-user] Re: Monitoring RESTful API calls sending weather data

2022-07-06 Thread vince
Sorry - no I don't know of any. What you're asking is rather unique and for me, I don't even understand why it seems so important to you. Many years ago at $work we had a lot of elaborate rsyslog (I think) rewrite rules to save special things to discrete files, but it's been so long that I

Re: [weewx-user] Re: Monitoring RESTful API calls sending weather data

2022-07-06 Thread Kruse Ludington
Hi again Vince and thank you also Tom. I agree to the point that the source for the overriden function "can't really afford to change" - but wouild assume any updated version however when I do update would include another copy of the same file so I'd have to go replace it each time with my own

[weewx-user] Re: National Weather Service location IDs

2022-07-06 Thread an oldman
if you are looking for the pfm try this address https://forecast.weather.gov/product_sites.php?site=NWS=PFM it list all the pfms On Wednesday, July 6, 2022 at 9:11:39 PM UTC-5 vince wrote: > That is a GREAT find. Comes up right on the money for me. > > Forecast office is SEW(foid in

[weewx-user] Re: National Weather Service location IDs

2022-07-06 Thread vince
That is a GREAT find. Comes up right on the money for me. Forecast office is SEW(foid in weewx.conf) Forecast zone is WAZ558 (lid in weewx.conf) On Wednesday, July 6, 2022 at 6:33:23 PM UTC-7 wfs...@gmail.com wrote: > if you plug your lat and lon into the weather.gov api, a la >

[weewx-user] Re: Raspberry to raspberry vsftpD can not login???

2022-07-06 Thread NightTripper
The user and password work with other programs. vsftpd is in stock configuration. DNS is not in the equation as I'm using an IP address. Using stock Pi OS with LAMP installed. I'll try to get out there and get some logs. Thank you Night On Wednesday, July 6, 2022 at 3:40:30 PM UTC-5 vince

[weewx-user] Re: National Weather Service location IDs

2022-07-06 Thread wfs...@gmail.com
if you plug your lat and lon into the weather.gov api, a la https://api.weather.gov/points/39.7832,-89.6644 you'll get a bunch of info back that might contain what you're looking for. I'm not familiar with the terms LID and FOID In my case it tells me my forecast office is ILX my grid

Re: [weewx-user] Re: Monitoring RESTful API calls sending weather data

2022-07-06 Thread Tom Keffer
This monkey patch would be pretty safe. The function process_record() is intended to be overridden by subclasses, so it can't really afford to change. Not to mention, log entries can change too! On Wed, Jul 6, 2022 at 1:48 PM vince wrote: > Some creative syslog config file rewrite rules might

[weewx-user] Re: National Weather Service location IDs

2022-07-06 Thread vince
I might add there's a map for the forecast offices (FOID) too. https://www.weather.gov/srh/nwsoffices Just look at the URL it uses when you click on the map. On Wednesday, July 6, 2022 at 1:57:06 PM UTC-7 vince wrote: > That is the hard part for sure. > > I just found a nice online

Re: [weewx-user] National Weather Service location IDs

2022-07-06 Thread p q
https://www.weather.gov/gis/PublicZones You can open the DBF in Excel. On Wed, Jul 6, 2022 at 1:41 PM MIchael Cumbee wrote: > I have been relentlessly searching for a list of NWS LIDs for the forecast > module and cannot even find a mention of them on their site or Wikican > somone push me

[weewx-user] Re: National Weather Service location IDs

2022-07-06 Thread vince
That is the hard part for sure. I just found a nice online reference Just use the map, Luke :-) https://www.weather.gov/pimar/PubZone https://www.weather.gov/source/pimar/PubZone/sc_zone.jpg On Wednesday, July 6, 2022 at 1:41:56 PM UTC-7 mcu...@gmail.com wrote: > I have been relentlessly

[weewx-user] Re: Monitoring RESTful API calls sending weather data

2022-07-06 Thread vince
Some creative syslog config file rewrite rules might be able to generate separate output file(s) and associated data in a format you can parse with HA, but how to do it depends on your os and which syslog daemon(s) you are running. Personally, I'd use a cron job to publish to MQTT every few

[weewx-user] National Weather Service location IDs

2022-07-06 Thread MIchael Cumbee
I have been relentlessly searching for a list of NWS LIDs for the forecast module and cannot even find a mention of them on their site or Wikican somone push me in the right direction I am trying to get the Foid and lid for Columbia SC. I beleive the Foid to be CAE but the 6 digit ID is

[weewx-user] Re: Raspberry to raspberry vsftpD can not login???

2022-07-06 Thread vince
It could be many things. Passwords. FTP server configuration. DNS. Typo in your username/password. Many things. I'd start with ensuring it works from the shell 'without' involving weewx. That will validate your os setup. But if you don't tell us your os+configuration and provide some

Re: [weewx-user] Monitoring RESTful API calls sending weather data

2022-07-06 Thread Tom Keffer
Honestly, scraping the logs isn't so bad. An alternative would be to monkey-patch the member function weewx.restx.RESTThread.process_record(). The replacement version would first call the original version, then, once it returns, post success by whatever means you choose to Home Assistant. On

[weewx-user] Raspberry to raspberry vsftpD can not login???

2022-07-06 Thread NightTripper
I'm running WeeWX on a Raspberry Piv3b. It's been running for years with no other check-ins other than updates. I started a Raspberry Pi v4 4gig as a home server. I'm running vsftpd on it and I've turned vfw off. I can use the local and outside networks to transfer files into out of, and

Re: [weewx-user] Need to supress UV readings going to Weather Underground (WU)

2022-07-06 Thread StarMan703
Hello Tom thank you very much, that has stopped WU showing a maxed out UV on WU! BTW excellent customer service, Thank You! On Wednesday, July 6, 2022 at 7:59:57 AM UTC-4 tke...@gmail.com wrote: > You could try forcing UV to null. In weewx.conf: > > [StdCalibrate] > [[Corrections]] > UV =

[weewx-user] Re: Need to supress UV readings going to Weather Underground (WU)

2022-07-06 Thread StarMan703
Hey wfs I have to admit i got tired of replacing batteries so replaced the supercap 10F with a 20F but that was almost 2 months ago. Could be related who knows? On Wednesday, July 6, 2022 at 7:56:10 AM UTC-4 wfs...@gmail.com wrote: > I don't post to WU but I have noticed this too lately with

Re: [weewx-user] Need to supress UV readings going to Weather Underground (WU)

2022-07-06 Thread Tom Keffer
You could try forcing UV to null. In weewx.conf: [StdCalibrate] [[Corrections]] UV = None On Tue, Jul 5, 2022 at 7:09 PM StarMan703 wrote: > I have a 2004 Vantage Pro2 and have started getting sporadic UV readings > when sending data up to Weather Underground (WU). Problem is I "do

[weewx-user] Re: Need to supress UV readings going to Weather Underground (WU)

2022-07-06 Thread wfs...@gmail.com
I don't post to WU but I have noticed this too lately with my VP1 station. I'll get the occasional UV reading of 16.0 without having a UV sensor. I get a "missing image" icon on my modified standard skin web page. I don't recall this ever being a problem in the past. On Tuesday, July 5,

Re: [weewx-user] issue when trying to depict rain data from different weewx databases in Seasons skin (current and High/Low)

2022-07-06 Thread Tom Keffer
That would be one way to do it, but at that point, you're probably better off going to a parameterized solution using $getVar(). I encourage you to take a look at Cheetah's documentation . It's not great, but it has a lot of useful tricks in it.

Re: [weewx-user] issue when trying to depict rain data from different weewx databases in Seasons skin (current and High/Low)

2022-07-06 Thread Rainer Lang
Great, Tom, thank you - the proposed (1st) solution looks quite smart and is TESTED NOW - and works as expected. Looks as if I have to enlarge my Python and Cheetah generator knowledge significantly. The 2nd will be helpful to implement that into my neowx-material skin which was already