[weewx-user] Re: wind.max in delta

2018-08-08 Thread Andrew Milner
aren't the columns for wind called windSpeed and windDir rather than wind? On Wednesday, 8 August 2018 16:23:10 UTC+3, Phil Owers wrote: > > Im trying to get ALL TIME records from the SDB database and Im having > trouble with wind.max. > If I use $span($year_delta=1).wind.max (or any number) I

Re: [weewx-user] Re: Sending WS 2902 directly to RPi (Internet independency)

2018-08-08 Thread Douglas Krug
Thanks for quick reply Daniel. If you're just trying to get data into Weewx and don't care about being connected to Ambientweather.net, then this information helped me immensely. https://obrienlabs.net/redirecting-weather-station-data-from-observerip/ I tried using Patrick's socket logger, but

Re: [weewx-user] Re: Sending WS 2902 directly to RPi (Internet independency)

2018-08-08 Thread Daniel West
Hey Douglas, I never did have luck with that. Honestly, I gave up. I tried using my DD-WRT but never had luck. My understanding is that the weather station needs an internet connection to even begin pushing weather information out. Could never get beyond that. I decided to just stick with the

[weewx-user] Re: Sending WS 2902 directly to RPi (Internet independency)

2018-08-08 Thread Douglas Krug
Did you figure out how to get weather data from ambientweather.net to weewx? I'm not a developer, so totally useless in that area. I run a home automation system called Hubitat which runs local groovy code and can connect to cloud sources when required by the device. One of the users has

[weewx-user] Re: Watches and Warnings NWS text only?

2018-08-08 Thread Pat
I haven't been able to find anything other than the API from here.com which is free for up to 250,000 requests a month it looks like. So depending on your usage, you'd have to download and cache the results then have crontab fetch an update every hour or something

[weewx-user] Watches and Warnings NWS text only?

2018-08-08 Thread James Greiner
Anybody know how to get a text only version of current NWS watches and warnings? ... Would like to include that in my webpage... It would be the text portion similar to shown in the NWS page at this link:

Re: [weewx-user] Wrong data archived after reboot

2018-08-08 Thread Jeff Gschwend
Hey Lloyd, I recently had a reason and the opportunity to start updating the Moteino code. Still a work in progress, but this is how I am handling the missing data issue at restart. (Keep in mind I am not a programmer) In the sketch, I set two global boolean variables, gotTempData and

[weewx-user] Re: wind.max in delta

2018-08-08 Thread Pat
If I understand correctly, you want to have $alltime.wind.max available to you in a skin? Have you looked at the customization guide ? It has an example on how to get a tag $alltime available to you in the skins. It's pretty easy

[weewx-user] wind.max in delta

2018-08-08 Thread Phil Owers
Im trying to get ALL TIME records from the SDB database and Im having trouble with wind.max. If I use $span($year_delta=1).wind.max (or any number) I get a failure. In the log it tells me there is no wind column. For temp,barometer and rain it works ok. However if I use $year.wind.max it works

Re: [weewx-user] Re: Skins

2018-08-08 Thread Andrew Milner
well that is the repository for those who want their skin to be publically available. Many people base their individual skin on one of the skins in the wiki. To customise your pages you then edit the templates within the skin following the customisati9on guide. Which skin are you trying to

SV: [weewx-user] Re: Skins

2018-08-08 Thread Bengt Carlsson
Yes, but cant find any similar. Bengt C Från: weewx-user@googlegroups.com För Andrew Milner Skickat: den 8 augusti 2018 08:44 Till: weewx-user Ämne: [weewx-user] Re: Skins Have you looked in the wiki?? On Wednesday, 8 August 2018 09:05:19 UTC+3, John Clark wrote: Is there a "repository"

[weewx-user] Re: Skins

2018-08-08 Thread Andrew Milner
Have you looked in the wiki?? On Wednesday, 8 August 2018 09:05:19 UTC+3, John Clark wrote: > > Is there a "repository" of various "Standard" skins that may be > downloaded? Or a "how-to" manual? So far, understanding "skin theory" has > been problematic. I have seen a few I love, but have no

[weewx-user] Skins

2018-08-08 Thread John Clark
Is there a "repository" of various "Standard" skins that may be downloaded? Or a "how-to" manual? So far, understanding "skin theory" has been problematic. I have seen a few I love, but have no idea on how to reproduce them. Need to "get my foot in the door" so to speak. -- */John Clark