[weewx-user] Moon phase & pyephem question

2019-02-27 Thread HoracioDos
Hello. I have pyephem installed and Weewx shows "Last quarter" for today Feb 27, 2019 but it was yestarday (Feb 26, 2019). I guess it should be "Waning Crescent" for today. When does moon phases change? if i run: python -c "import weeutil.Moon;print weeutil.Moon.moon_phase(2019,2,27)" I get

Re: [weewx-user] Re: Second crash after 11 days

2019-02-27 Thread Thomas Keffer
It started at about 4.4%, right? You know, I just noticed another difference: 0.11 closed the serial port after every read, whereas 0.2x opens it only once, then leaves it open for all reads. That makes me think there might be an issue with the hardware device driver. Can you check and see what

Re: [weewx-user] Re: Second crash after 11 days

2019-02-27 Thread Steve2Q
Tom: The memory usage started at 3.4% on startup of Weewx. Then 6.8% at 14 hours and now 7.3% at 16 hours. Here is the result of dmesg | tail -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving

Re: [weewx-user] Re: Second crash after 11 days

2019-02-27 Thread Steve2Q
Follow up: I did not stop Weewx before unplugging/replugging the USB/serial adapter from the Pi. I got the following, so I had to reboot to restart Weewx. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop

Re: [weewx-user] Re: Second crash after 11 days

2019-02-27 Thread Steve2Q
Tom: here are the results as of now: the new driver (v .24) is 6.8% after 14 hours v 4.0% after 16 hours with 11rc3. Looks like something else is still using increasing memory. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe

Re: [weewx-user] FTP error

2019-02-27 Thread Thomas Keffer
Hard to say without seeing the log. (Always post a log!) One thing to try: remove the file #FTP.last in your HTML directory. That will force WeeWX to try to upload everything. But, without seeing the log there's no way of knowing if that's the problem. -tk On Wed, Feb 27, 2019 at 4:06 AM 'Ian

[weewx-user] FTP error

2019-02-27 Thread 'Ian Sherer' via weewx-user
Had Weewx reporting successfully for a year but had to turn off the power for a short while and now can't get the FTP upload to function. It is a RPi reporting to Wundeground (or was!). I get the usual "FTP upload not requested: Skipped" message. I have rebooted both console and RPi and

Re: [weewx-user] Re: Second crash after 11 days

2019-02-27 Thread Thomas Keffer
Well, that's the current kernel version. Let's see how it goes with the new Ultimeter driver. -tk On Wed, Feb 27, 2019 at 8:58 AM Steve2Q wrote: > I am going to try .25 now. Here is the result of uname -a > > -- > You received this message because you are subscribed to the Google Groups >

Re: [weewx-user] FTP error

2019-02-27 Thread Thomas Keffer
Yes, it helps. You didn't request an FTP upload, so it wasn't done. To request uploads, you must fill out the section [[FTP]] in weewx.conf. As always, see the Users Guide . It also looks like you may have corrupt memory in your Vantage logger. It

Re: [weewx-user] Re: Second crash after 11 days

2019-02-27 Thread Steve2Q
I am going to try .25 now. Here is the result of uname -a -- 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. For more

Re: [weewx-user] Moon phase & pyephem question

2019-02-27 Thread Thomas Keffer
I looked into this and found a couple of small issues, which I've corrected in commit c696e4 . Be aware that the function you are using does the calculation in local time. This has now been changed, and the almanac

Re: [weewx-user] Re: Second crash after 11 days

2019-02-27 Thread Thomas Keffer
The pl2303 is certainly a well known module. Which kernel? *uname -a* Here's yet another version, 0.25. This one opens and closes the port with every read. Incredibly inefficient, but if it gets the job done... -tk On Wed, Feb 27, 2019 at 7:50 AM Steve2Q wrote: > Tom: The memory usage

Re: [weewx-user] FTP error

2019-02-27 Thread 'Ian Sherer' via weewx-user
Does this help? Feb 27 19:00:14 raspberrypi weewx[811]: vantage: Getting archive packets since 2019-02-25 14:45:00 UTC (1551105900) Feb 27 19:00:14 raspberrypi weewx[811]: vantage: Gentle wake up of console successful Feb 27 19:00:15 raspberrypi weewx[811]: vantage: Retrieving 42 page(s);

[weewx-user] Re: Lake and pool water temperature weather station?

2019-02-27 Thread mwall
On Tuesday, February 26, 2019 at 9:48:38 AM UTC-5, Ashley Gibbon wrote: > > Hi all. > I need a weather station that will do air temp, plus wireless pond and > pool temperature. > > Can any body recommend a weather station system that can get that data and > send it to weewx? > acurite sells

[weewx-user] New setup on Pi w/bme280 and Acurite 5-in-1 via SDR

2019-02-27 Thread Matt Gordon
Setup: Raspberry Pi Model B Acurite 5-in-1 - via SDR BME280 via direct connect (i2c) Noelec SDR usb receiver pond.py script to read BME280 from cronjob that creates a text file with pressure and inside temperature target units : C Hi folks, I just setup this station last week with an acurite

Re: [weewx-user] Moon phase & pyephem question

2019-02-27 Thread HoracioDos
Thanks Thomas for your answer. I knew that local time is involved somehow but I wasn't sure. By the time I wrote this, it was 11:31AM (-0300 UTC) and I didn't know when pyephem will calculate the right moon phase for today. On Wednesday, February 27, 2019 at 4:08:39 PM UTC-3, Thomas Keffer

Re: [weewx-user] Moon phase & pyephem question

2019-02-27 Thread kutzenco
Tom, My understanding is that pyephem is now deprecated (though it will continue to be available and receive critical bug fixes). See https://rhodesmill.org/pyephem/. The original developer has a replacement package called skyfield (https://rhodesmill.org/skyfield/. He says it is only missing

Re: [weewx-user] Moon phase & pyephem question

2019-02-27 Thread kutzenco
Understood. In the meantime, I did try copying your new version of almanac.py into the bin/weewx directory on my testbed weewx (I copied moon.py into the bin/weeutil directory also, though I don't think that matters). I got the attached errors complaining about moon_phase_ts. Did I miss a file

Re: [weewx-user] Re: SDR driver issue

2019-02-27 Thread steepleian
On Monday, February 25, 2019 at 11:37:32 PM UTC, steeple ian wrote: > > Thanks for your feedback s32767. Yes it has now been identified as a > WH32B. I will keep my eyes peeled for any updates from rtf_433. I am > attempting to use an additional dongle with a WH25 @ 433Mhz until the WH32B >

Re: [weewx-user] Moon phase & pyephem question

2019-02-27 Thread Thomas Keffer
You probably still have the old copy of weeutil/Moon.py. You need this one . Or, you accidentally put it in the weewx directory, instead of the weeutil directory. -tk On Wed, Feb 27, 2019 at 1:31 PM wrote: > Understood.

[weewx-user] 3.91 new install ... Seasons skins... can't find where to override default label formats

2019-02-27 Thread Messy Potamia
Need these to format to %.2f or %.1f and I can't find where it does it. This is a snipped capture of output of my current.inc: [image: LakeData_Current.jpg] #if $day.lakeElevation.has_data $obs.label.lakeElevation $current.lakeElevation #end if #if

Re: [weewx-user] 3.91 new install ... Seasons skins... can't find where to override default label formats

2019-02-27 Thread Thomas Keffer
Unless you assign your new types lakeElevation and lakeWaveheight to a unit group, they will be unknown to WeeWX, so it doesn't know how to format them. In that case, their unformatted, raw value will be used. You can either assign them to a unit group, or format them explicitly. The instructions

[weewx-user] Re: Moving from PI2B (weewx 3.6.2) to PI3B+ (weewx 3.9.1), how to handle custom schema after copying weewx.sdb

2019-02-27 Thread Messy Potamia
If that was good advice, it's too late, but thanks. This was working on a 3.62 just fine, I had followed Tom's guidance on adding three fields: lakeElevation, lakeWaveHeight, lightning. But I'm having a problem with a spot where I need to override default formatting. Phil On Wednesday,

[weewx-user] Re: Moving from PI2B (weewx 3.6.2) to PI3B+ (weewx 3.9.1), how to handle custom schema after copying weewx.sdb

2019-02-27 Thread Messy Potamia
Update Wednesday: I got this working, and what troubles me is that I'm not sure how. On Tuesday, February 26, 2019 at 1:22:21 PM UTC-6, Messy Potamia wrote: > > > In my old pi2 (weewx 3.6.2), has schema extended for two add'l fields for > Lake Elevation, and Lake Wave Height. Has been working

[weewx-user] Re: Moving from PI2B (weewx 3.6.2) to PI3B+ (weewx 3.9.1), how to handle custom schema after copying weewx.sdb

2019-02-27 Thread vince
On Wednesday, February 27, 2019 at 2:28:37 PM UTC-8, Messy Potamia wrote: > > Update Wednesday: I got this working, and what troubles me is that I'm not > sure how. > > We can't help you there... FWIW, moving away from a custom schema to a secondary database is a 'lot' easier to deal with.

[weewx-user] Re: Lake and pool water temperature weather station?

2019-02-27 Thread Ashley Gibbon
Thank you very much for the information. Ashley On Wednesday, February 27, 2019 at 5:11:02 PM UTC-5, mwall wrote: > > > > On Tuesday, February 26, 2019 at 9:48:38 AM UTC-5, Ashley Gibbon wrote: >> >> Hi all. >> I need a weather station that will do air temp, plus wireless pond and >> pool

Re: [weewx-user] Moon phase & pyephem question

2019-02-27 Thread kutzenco
Ah. Right you are. I had put it in the right place, but somehow, I ended up saving it as moon.py instead of Moon.py. I'm not sure how I did that, since I thought I copied it, name and all, from the GitHub repository. I renamed it (after removing the old Moon.py, which was still there) and all

[weewx-user] Re: How to differentiate when using two SDR usb dongles for two different frequencies.

2019-02-27 Thread vince
On Wednesday, February 27, 2019 at 4:10:05 PM UTC-8, steep...@gmail.com wrote: > > Thanks to everybody for their various and valid suggestions. > > After careful consideration I opted for rich T's suggestion to use > rtl_eeprom to give unique serial numbers. Very simple solution and I now >

[weewx-user] Re: How to differentiate when using two SDR usb dongles for two different frequencies.

2019-02-27 Thread rich T
Once I change the serial number on any of dongles and after running it 24 hrs, I run Kalibrate to find out the ppm offset. On Wednesday, February 27, 2019 at 7:10:05 PM UTC-5, steep...@gmail.com wrote: > > Thanks to everybody for their various and valid suggestions. > > After careful

[weewx-user] Re: How to differentiate when using two SDR usb dongles for two different frequencies.

2019-02-27 Thread rich T
Here is what I have: RLT2832U V3 (2) NESDR SMArT (4) NESDR SMArTee w Sawbird GOES LNA All running on RPI3s On Wednesday, February 27, 2019 at 8:57:54 PM UTC-5, vince wrote: > On Wednesday, February 27, 2019 at 4:10:05 PM UTC-8, steep...@gmail.com > wrote: >> >> Thanks to everybody for their

Re: [weewx-user] Re: How to differentiate when using two SDR usb dongles for two different frequencies.

2019-02-27 Thread steeple ian
This is what I am using: - https://www.amazon.com/NooElec-NESDR-Mini-Compatible-Packages/dp/B009U7WZCA Sent from my iPad > On 28 Feb 2019, at 01:57, vince wrote: > >> On Wednesday, February 27, 2019 at 4:10:05 PM UTC-8, steep...@gmail.com >> wrote: >> Thanks to everybody for their various