[weewx-user] Re: yet another question to GW1000 api driver mapping

2020-12-19 Thread gjr80
Yes I'm aware of the WH26/WH32 issue, I have a WH32 myself. Interestingly the GW1000 API does not mention the term 'WH32' anywhere.In fact, to date I have not seen 'WH32' mentioned anywhere on the Ecowitt.net display/dashboard nor anywhere in the WS View app. The closet I have seen WH32 being

[weewx-user] Re: yet another question to GW1000 api driver mapping

2020-12-19 Thread vince
Gary - this thread got me thinking of adding battery status to my minimal EcoWitt skin (GitHub link) I have a GW1000 and a WH32 outdoor sensor and run weewx 4.2.0 dpkg raspi using 0.1.0b12 of your driver. pi@pi3jr:~ $

Re: [weewx-user] Re: CWOP not Posting to APRSgateway, and no Indication of Error in Log

2020-12-19 Thread gjr80
To get a debug startup log edit weewx.conf, set debug = 1, save weewx.conf and restart WeeWX. Let WeeWX run for a number of archive periods (in this I want to see at least three archive periods) and take an extract of the log from when WeeWX was restarted through until the number of archive

Re: [weewx-user] Re: CWOP not Posting to APRSgateway, and no Indication of Error in Log

2020-12-19 Thread Christopher Maness
What is a debug startup log?  I can cat /var/log/message | grep weewx post all relevant entries.  I have the verbose flat set.  Is that what you mean?  I don't see any CWOP lines in any log other than the ones I posted. Thanks, Chris KQ6UP On 12/19/20 4:55 PM, gjr80 wrote: Um, you’ve

Re: [weewx-user] Re: CWOP not Posting to APRSgateway, and no Indication of Error in Log

2020-12-19 Thread gjr80
Um, you’ve effectively shown us one second of a debug startup log. Sometimes the clue is not an error message in the log but rather what WeeWX is/is not doing and what is/is not in the log. Please post a debug startup log extract that shows the entire startup sequence and at least 20 minutes

Re: [weewx-user] Re: CWOP not Posting to APRSgateway, and no Indication of Error in Log

2020-12-19 Thread chris
These were only lines related to CWOP: Dec 19 13:32:20 raspberrypi weewx[25165] INFO weewx.restx: CWOP: Data for station KQ6UP will be posted Dec 19 13:51:44 raspberrypi weewx[25946] INFO weewx.restx: CWOP: Data for station KQ6UP will be posted After restart: Dec 19 15:30:27 raspberrypi

[weewx-user] Re: MQTT and home-assistant

2020-12-19 Thread mwall
hi andrew, i am still lurking. i should (finally) be updating my weewx code as we go into 2021. 2020 has been brutal... m -- 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

Re: [weewx-user] Best Skin for Kiosk (8 inch tablet) Mode

2020-12-19 Thread Dave Webb KB1PVH
Look at this one. http://kc1azz.ddns.net/weather/phone.html Dave-KB1PVH Sent from my Galaxy S9 On Sat, Dec 19, 2020, 5:49 PM gary@gmail.com wrote: > What is the best skin to run unattended on an 8 inch display Android > tablet? > I tried Belchertown and while it works, it is mighty

[weewx-user] Best Skin for Kiosk (8 inch tablet) Mode

2020-12-19 Thread gary....@gmail.com
What is the best skin to run unattended on an 8 inch display Android tablet? I tried Belchertown and while it works, it is mighty small at 4+ feet. -- 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: Install pyephem

2020-12-19 Thread Kevin Davis
This was the only reference to Pyephem that I found. Sorry if I missed it elsewhere. http://weewx.com/docs/customizing.htm#Almanac On Sat, Dec 19, 2020 at 2:13 PM vince wrote: > http://www.weewx.com/docs/ has the installation instructions. > > Pick setup.py or an os-specific package from the

[weewx-user] Re: CWOP not Posting to APRSgateway, and no Indication of Error in Log

2020-12-19 Thread vince
You have provided no logs for us to read, so we can't help much. > -- 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

[weewx-user] MQTT and home-assistant

2020-12-19 Thread Andrew Elwell
Morning folks, I've been running weewx with mqtt publisher for some time, and having recently done a complete refactor of my home-assistant configuration realised it's a bit of a pain to add each sensor to the configuration. So: my plan is to patch the mqtt add-on to include a "enable

[weewx-user] Re: Install pyephem

2020-12-19 Thread vince
http://www.weewx.com/docs/ has the installation instructions. Pick setup.py or an os-specific package from the links. Each page has the right instructions for your os+version combination. If you run the packaged installer, the packages do the right thing almost always. If you run the

[weewx-user] CWOP not Posting to APRSgateway, and no Indication of Error in Log

2020-12-19 Thread chris
Can anyone see config errors?  Nothing is posting.  These lines were working fine in version 3.9.2, so not sure if anything changed.  There is a possibility that I was blocked or something if it was sending too frequently.  Not sure what the interval setting is by default.  It should be 10min. 

[weewx-user] Re: Solar Radiation > Theoretical Max

2020-12-19 Thread t...@tom.org
Double-checked on both counts. On Saturday, December 19, 2020 at 2:34:50 PM UTC-5 vince wrote: > On Saturday, December 19, 2020 at 10:18:43 AM UTC-8 t...@tom.org wrote: > >> Looks like I might have unlocked some secret of the universe because my >> solar radiation numbers are regularly above

Re: [weewx-user] Solar Radiation > Theoretical Max

2020-12-19 Thread t...@tom.org
Thanks for the thoughtful responses. Inlined.. On Saturday, December 19, 2020 at 2:37:10 PM UTC-5 Greg Troxel wrote: > > "t...@tom.org" writes: > > > Looks like I might have unlocked some secret of the universe because my > > solar radiation numbers are regularly above the "theoretical max"

[weewx-user] Re: wee_import from Weather underground twice a day

2020-12-19 Thread gjr80
Thank you for the feedback Stéphane, wee_import --no-prompt will be included in the 4.3.0 release. Gary On Saturday, 19 December 2020 at 21:36:25 UTC+10 sc.lep...@gmail.com wrote: > Hello back Gary ! > > I try it and its good ! > > My script is working with no prompt ! > > >

[weewx-user] Re: Beware macOS 11.0 Big Sur and python3.9

2020-12-19 Thread geoffs...@gmail.com
Can be done. Will not run using launchctl as it tries to run as ARM64 rather than x86 under python 3.8.2. If manually started as a daemon, it does work. Everything needed to be installed and run using a version of the terminal that was set to Rosetta. Go to info on the Terminal app and tick

[weewx-user] Re: weewx exited with error after turning on CWOP

2020-12-19 Thread gjr80
In your post re GW1000 terminating you provided your CWOP config stanza, CWOP uses a passcode not a password and it seems that may be the problem. Try changing: password = some secret code to: passcode =

Re: [weewx-user] Re: "Gw1000Collector thread has been terminated"?

2020-12-19 Thread gjr80
OK, so if this is the the only error showing up it is likely not a GW1000 driver issue just a CWOP issue. Let's take the CWOP issue up in your other thread . Gary On Sunday, 20 December 2020 at 06:24:02 UTC+10 ch...@chrismaness.com wrote: >

Re: [weewx-user] Re: "Gw1000Collector thread has been terminated"?

2020-12-19 Thread chris
I posted in a follow up email.  It started when I turned on CWOP with the following lines:     [[CWOP]]     # This section is for configuring posts to CWOP.     # If you wish to do this, set the option 'enable' to true,     # and specify the station ID (e.g., CW1234).     # If

[weewx-user] Re: "Gw1000Collector thread has been terminated"?

2020-12-19 Thread gjr80
Yes. If you want any hep troubleshooting we need to see the log. Gary On Sunday, 20 December 2020 at 05:41:12 UTC+10 ch...@chrismaness.com wrote: > Does this mean my driver died. It only updated once (an improvement > over the interceptor). > > Thanks, > > Chris KQ6UP > > -- You received

[weewx-user] weewx exited with error after turning on CWOP

2020-12-19 Thread chris
Could someone help me diagnose why weewx exited with this error after enabling CWOP? Thanks, Chris KQ6UP @@@ root@raspberrypi:/etc/weewx# systemctl status weewx ● weewx.service - LSB: weewx weather system    Loaded: loaded (/etc/init.d/weewx; generated)    Active: active (exited)

[weewx-user] "Gw1000Collector thread has been terminated"?

2020-12-19 Thread chris
Does this mean my driver died.  It only updated once (an improvement over the interceptor). Thanks, Chris KQ6UP -- 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

Re: [weewx-user] Davis VP2 complaining about "Low Battery On Station 2"

2020-12-19 Thread Greg Troxel
"t...@tom.org" writes: > I get it... limp along.. that was a foot injury pun, wasn't it? LOL. No, by the time I wrote that I had forgotten. Sorry to offend... > I can't see replacing it until I am out of a boot and well into the spring. > The station is about 8 years old and I have not had

Re: [weewx-user] Solar Radiation > Theoretical Max

2020-12-19 Thread Greg Troxel
"t...@tom.org" writes: > Looks like I might have unlocked some secret of the universe because my > solar radiation numbers are regularly above the "theoretical max" as shown > in the Belchertown skin. The theoretical max is for sun on a completely clear day. When there are clouds and the

Re: [weewx-user] Has Anyone Reached out to Ecowitt about an API or Some other Connectivity with Weewx?

2020-12-19 Thread chris
Is it 20minute poll by default, or 20s?  It only updated once in about the past 25 minutes. -Chris KQ6UP On 12/19/20 7:51 AM, Graham Eddy wrote: via wifi, see https://github.com/gjr80/weewx-gw1000 On 20 Dec 2020, at 12:37 am, ch...@chrismaness.com

[weewx-user] Re: Solar Radiation > Theoretical Max

2020-12-19 Thread vince
On Saturday, December 19, 2020 at 10:18:43 AM UTC-8 t...@tom.org wrote: > Looks like I might have unlocked some secret of the universe because my > solar radiation numbers are regularly above the "theoretical max" as shown > in the Belchertown skin. > > Many stations emit readings like this

Re: [weewx-user] Davis VP2 complaining about "Low Battery On Station 2"

2020-12-19 Thread t...@tom.org
I get it... limp along.. that was a foot injury pun, wasn't it? LOL. I can't see replacing it until I am out of a boot and well into the spring. The station is about 8 years old and I have not had to replace it so far. At 43 degrees latitude, so not a great deal of sun right now. Fingers

Re: [weewx-user] Davis VP2 complaining about "Low Battery On Station 2"

2020-12-19 Thread Greg Troxel
"t...@tom.org" writes: > Not great timing.. I understand that this means the battery in the ISS is > low/out - this message just appeared. > > I just had foot surgery and my roof is icy, so I don't know when I will get > up there. > > The question is: does anyone know how much time I have

Re: [weewx-user] Re: Install pyephem

2020-12-19 Thread Kevin Davis
That did the trick; thank you very much! On Sat, Dec 19, 2020 at 10:21 AM John Kline wrote: > It looks like you are running python3. Try: > apt install python3-ephem > > > On Dec 19, 2020, at 9:30 AM, Kevin Davis wrote: > >  > pi@smith:/var/www/html/weewx $ python > Python 2.7.16 (default,

[weewx-user] Re: Solar Radiation > Theoretical Max

2020-12-19 Thread t...@tom.org
By the way: http://www.tom.org/ http://vtwx.tom.org/ On Saturday, December 19, 2020 at 1:18:43 PM UTC-5 t...@tom.org wrote: > Looks like I might have unlocked some secret of the universe because my > solar radiation numbers are regularly above the "theoretical max" as shown > in the

Re: [weewx-user] Re: Install pyephem

2020-12-19 Thread John Kline
It looks like you are running python3. Try: apt install python3-ephem > On Dec 19, 2020, at 9:30 AM, Kevin Davis wrote: > >  > pi@smith:/var/www/html/weewx $ python > Python 2.7.16 (default, Oct 10 2019, 22:02:15) > [GCC 8.3.0] on linux2 > Type "help", "copyright", "credits" or "license"

[weewx-user] Solar Radiation > Theoretical Max

2020-12-19 Thread t...@tom.org
Looks like I might have unlocked some secret of the universe because my solar radiation numbers are regularly above the "theoretical max" as shown in the Belchertown skin. I see this on two different stations in two different places, so I doubt it is my station. Does anyone know how to adjust

[weewx-user] Davis VP2 complaining about "Low Battery On Station 2"

2020-12-19 Thread t...@tom.org
Not great timing.. I understand that this means the battery in the ISS is low/out - this message just appeared. I just had foot surgery and my roof is icy, so I don't know when I will get up there. The question is: does anyone know how much time I have before I start losing data? The solar

Re: [weewx-user] NWS Radar Changes

2020-12-19 Thread p q
I hooked up the NWS gif and it's worse than useless. It's hours old and shows nothing, flashes clutter, and repeats. Now, it should show nothing but the flashing of clutter is super annoying. As much as I'm pissed at WU, I'm going to use their gif while it's available. On Sat, Dec 19, 2020 at

Re: [weewx-user] Re: Install pyephem

2020-12-19 Thread p q
I recently built a new system. I had trouble getting pyephem installed also. I think I ended up doing a apt install pyephm to get it to work. I unfortunately don't take good notes while troubleshooting. On Sat, Dec 19, 2020 at 9:30 AM Kevin Davis wrote: > pi@smith:/var/www/html/weewx $ python >

[weewx-user] Re: Install pyephem

2020-12-19 Thread Kevin Davis
pi@smith:/var/www/html/weewx $ python Python 2.7.16 (default, Oct 10 2019, 22:02:15) [GCC 8.3.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import emphem Traceback (most recent call last): File "", line 1, in ImportError: No module named emphem >>>

[weewx-user] Install pyephem

2020-12-19 Thread Kevin Davis
I'm having some problems getting pyephem apparently. I'm still seeing the "Install *pyephem* for detailed celestial timings." text. I did a sudo pip install pyephem and restarted weewx. I don't see a lot of documentation on this install, so I'm not sure where to start troubleshooting. This is

Re: [weewx-user] Has Anyone Reached out to Ecowitt about an API or Some other Connectivity with Weewx?

2020-12-19 Thread Chris Maness
Perfect, thank you so much! Chris KQ6UP On Sat, Dec 19, 2020 at 7:51 AM Graham Eddy wrote: > via wifi, see https://github.com/gjr80/weewx-gw1000 > > On 20 Dec 2020, at 12:37 am, ch...@chrismaness.com wrote: > > an API for weewx to poll or receive broadcasts directly from their GW-1000? > > >

Re: [weewx-user] Has Anyone Reached out to Ecowitt about an API or Some other Connectivity with Weewx?

2020-12-19 Thread Graham Eddy
via wifi, see https://github.com/gjr80/weewx-gw1000 > On 20 Dec 2020, at 12:37 am, ch...@chrismaness.com wrote: > > an API for weewx to poll or receive broadcasts directly from their GW-1000? -- You received this message because you are subscribed to

[weewx-user] HP1000 and MQTT

2020-12-19 Thread ried...@gmail.com
Hi there I run Weewx with an HP1000 weather station. Is it possible to receive sensors that send data via MQTT in Weewx at the same time as the HP1000. I would like to add additional data. greetings André -- You received this message because you are subscribed to the Google Groups

Re: [weewx-user] NWS Radar Changes

2020-12-19 Thread wfs...@gmail.com
Yes John kind of crummy images and I just tried mine for KILX and it is two hours behind the current UTC. On Friday, December 18, 2020 at 11:56:56 AM UTC-6 jo...@johnkline.com wrote: > The loops in https://radar.weather.gov/ridge/lite/ >

[weewx-user] Has Anyone Reached out to Ecowitt about an API or Some other Connectivity with Weewx?

2020-12-19 Thread chris
Getting a little frustrated with the Interceptor plugin.  I am happy with my cheapie ecowitt station.  It does the job nicely, but the unreliable link has been interceptor.  Every time I have upgraded the system has broken.  This last one with no resolution.  I posted my issue on Gethub and it

[weewx-user] Re: wee_import from Weather underground twice a day

2020-12-19 Thread sc.lep...@gmail.com
Hello back Gary ! I try it and its good ! My script is working with no prompt ! root@raspberrypi:/home/pi/Froggit# ./recup_wu.sh Using WeeWX configuration file /home/weewx/FROGGIT.conf Starting wee_import... Observation history for Weather Underground station 'IPONTS4' will be imported.

[weewx-user] Re: wee_import from Weather underground twice a day

2020-12-19 Thread sc.lep...@gmail.com
Hello Gary, Sorry for my non answer ! I dont see it , I m trying this as soon as possible and will give a feed back Thanks a lot for this ! Best regards stéphane Le dimanche 22 novembre 2020 à 02:36:44 UTC+1, gjr80 a écrit : > Stephane, > > I have implemented a --no-prompt command line

Re: [weewx-user] Re: "Grassland Temperature Sum" (or how it is called in English, german "Grünlandtemperatursumme" (GTS))

2020-12-19 Thread Karen K
I have tried to program for myself for the last few days. And I included the function into the uploader that needs the value. So, when the new year starts, we will see, wether it works. At the start of weewx the value ist calculated up to the actual day. It is saved within the thread class of

Re: [weewx-user] Re: "Grassland Temperature Sum" (or how it is called in English, german "Grünlandtemperatursumme" (GTS))

2020-12-19 Thread Karen K
Oh, that's very interesting. charlescu...@gmail.com schrieb am Freitag, 18. Dezember 2020 um 18:11:53 UTC+1: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thu, 17 Dec 2020 23:57:40 -0800 (PST) > Karen K wrote: > > > I will try to do some coding. > > I can send you *python 3*