Re: [weewx-user] day is out of range for month

2019-09-18 Thread gjr80
I had a similar issue with WeeWX-WD some years back, the Saratoga templates needed to display some observation (temp or rain - can't remember) for the same time past month. To be honest I can't remember what I had it return for 'problem' dates, it certainly was not None or some other undefined

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-18 Thread Greg Reive
OK thanks anyway. On Thu, 19 Sep 2019 at 11:38, Pat wrote: > Unsure. I don't see a license on the file, so not sure if I can just add > it to me belchertown.py. > > It also won't fix the charts or the MQTT. Those rely on the weewx-mqtt > extension and built-in weewx functions (non-Belchertown).

Re: [weewx-user] day is out of range for month

2019-09-18 Thread Andrew Milner
I am inclined to agree with you Tom in that this isn't a bug. The 'workaround' using a 30 day month and 365 day year is, I feel, the only way to logically achieve a consistent outcome. On Thursday, 19 September 2019 01:26:47 UTC+3, Thomas Keffer wrote: > > Finally got around to looking at th

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-18 Thread Pat
Unsure. I don't see a license on the file, so not sure if I can just add it to me belchertown.py. It also won't fix the charts or the MQTT. Those rely on the weewx-mqtt extension and built-in weewx functions (non-Belchertown). On Wednesday, September 18, 2019 at 9:35:07 PM UTC-4, Greg from Oz

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-18 Thread Greg Reive
Could this be a standard option for your next release? On Thu, 19 Sep 2019 at 11:33, Pat wrote: > Ah, looks like you've got it. Probably won't help you for MQTT for the > Charts, but you can at least replace the tags you're looking for > > On Wednesday, September 18, 2019 at 9:29:35 PM UTC-4, G

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-18 Thread Pat
Ah, looks like you've got it. Probably won't help you for MQTT for the Charts, but you can at least replace the tags you're looking for On Wednesday, September 18, 2019 at 9:29:35 PM UTC-4, Greg from Oz wrote: > > Yes I think Gary wrote a python script to work out 9 am. > > https://github.com/wee

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-09-18 Thread Greg Reive
Yes I think Gary wrote a python script to work out 9 am. https://github.com/weewx/weewx/files/2082668/since.py.txt It is called since.py There is a bit in the index.html.tmpl Today's Rain since 9am $since($hour=9).rain.sum

[weewx-user] Re: Belchertown skin 1.0 released!

2019-09-18 Thread Pat
In the skin, not that I'm aware of. The skin is using the standard weewx $tags for rain timespans on static pages, and weewx-mqtt gives the values for rain on live updates. The charts get their daily timespans from weewx's built in archiveDaySpan() function. The website you link isn't showing B

[weewx-user] Re: Belchertown skin 1.0 released!

2019-09-18 Thread Greg from Oz
Hi Pat. Is there an option in the skin to change the reporting time of rain? Here in Australia it is from 9 am to 9 am and I know in other countries it is different. I show both on my web site. https://weather.ubeaut.work/ It is good to have from 9 am as I can compare to the nearby official weat

Re: [weewx-user] day is out of range for month

2019-09-18 Thread Thomas Keffer
Finally got around to looking at this and now I'm not so sure it is a bug. Let me ask you a question: given the date you were using, 31 July, what was your expectation for the date a month earlier? Not 31 June; there is no such day. One could say it should be the last day in June, that is, 30 Jun

[weewx-user] Re: Vantage Vue Station to dump its files on Raspberry Pi???

2019-09-18 Thread Lodewyk Jansen
Hi, Thanks for this I am sorted with getting the data. I just needed to install sqlite dB to view the files. Also got the CSV extension on to generate a CSV file. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group a

[weewx-user] Re: Rasberry Pi weather station with anemometer and camera only

2019-09-18 Thread Steve2Q
Thank, Kevin -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.goo

[weewx-user] Re: SDR driver don't kill your last process and it's unable to restart

2019-09-18 Thread Kike .Asekas
I have made a change to the code. I added import psutil and for proc in psutil.process_iter(): if any(procstr in proc.name() for procstr in ['rtl_433']): loginf("Killing rtl_433") proc.kill() in the class procmanager() in the function startup. It works. -- Y

[weewx-user] Re: Belchertown skin 1.0 released!

2019-09-18 Thread Kike .Asekas
I saw the news of this change this morning. What good news. But I still couldn't prove it. I hope to try it tomorrow. I will keep you informed. Thank you. El miércoles, 18 de septiembre de 2019, 14:23:28 (UTC+2), Pat escribió: > > Kike, how is the generate option working for you? So far in my te

[weewx-user] Re: Vantage Vue Station to dump its files on Raspberry Pi???

2019-09-18 Thread 'Peter Fletcher' via weewx-user
weewx.sdb is a SQLite database file.In order to access the data in it, you need to use software that 'understands' the structure of such files. Try Googling "SQLIte DB Browser". On Tuesday, September 17, 2019 at 9:05:50 AM UTC-5, vince wrote: > > On Monday, September 16, 2019 at 6:47:09 PM UTC-7

Re: [weewx-user] Re: Rasberry Pi weather station with anemometer and camera only

2019-09-18 Thread p q
That's the one I have. It connects to your raspberry pi with a USB cable connected to the back of the display. No other hardware on the computer side. You'll need mounting hardware to install the sensor, or course. The one thing that I don't like about this unit is the thermometer is packaged in w

[weewx-user] Re: Belchertown skin 1.0 released!

2019-09-18 Thread Pat
Kike, how is the generate option working for you? So far in my tested it is working well. On Monday, September 16, 2019 at 8:33:10 PM UTC-4, Pat wrote: > > Kike, I've added my draft of the generate option. You will need to upgrade > to the 1.1 beta skin by downloading it from the Belchertown's

[weewx-user] Re: cheetahgenerator: Generate failed with exception ''

2019-09-18 Thread Cat22
I went back and tried it again, the links work, so it must have been a temporary thing - anyway the sensor arrvied today but it was pouring rain all day, when the weather clears i'll install it and then we can see whats up -- You received this message because you are subscribed to the Google G