Re: [weewx-user] Re: Units Belchertown skin

2020-11-02 Thread Joacim Raiml
Yes!
Works 

Thanks

Den mån 2 nov. 2020 17:09Arend  skrev:

> Hi Joacim,
>
> Change forecast_units = "metric"  intoforecast_units = "si"
>
> * skin.conf option forecast_units. Options are si, ca, uk2 or us.
>
> https://github.com/poblabs/weewx-belchertown/blob/master/changelog
>
> Regards, Arend
>
> Op maandag 2 november 2020 om 14:24:44 UTC+1 schreef Joacim Raiml:
>
>> Installed Belchertown skin.
>> All works perfect except that i cannot get forecast to show Celsius
>> instead of Farenheit.
>> Tried to change in skin.conf as below but still same.
>> # Forecast defaults
>> forecast_enabled = 1
>> forecast_provider = "aeris"
>> forecast_api_id = "x"
>> forecast_api_secret = "xxx"
>> forecast_units = "metric"
>> forecast_lang = "sv"
>> forecast_stale = 3540
>> forecast_aeris_use_metar = 1
>> forecast_alert_enabled = 0
>> forecast_alert_limit = 1
>> forecast_show_daily_forecast_link = 0
>> forecast_daily_forecast_link = ""
>>
>>
>>
>> //Joacim
>>
>> --
> 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.google.com/d/msgid/weewx-user/e503a3e7-68c5-445b-a727-092d3a3911c6n%40googlegroups.com
> 
> .
>

-- 
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.google.com/d/msgid/weewx-user/CAPHmbsCHU0zN%3DRQK3iec57k0wGgCxTst1DwdoktoWs0AyY56UQ%40mail.gmail.com.


[weewx-user] Re: WeeWX 1080 remove data from panel

2020-11-02 Thread Greg from Oz
Maybe this:
stop weewx and then run sudo wee_device --clear-memory

There is a script somewhere that is a watchdog for weewx. Do a search for 
it.

I use a fineoffset weather station and it has been running fine for years.

https://weather.ubeaut.work


On Tuesday, 3 November 2020 at 12:40:49 UTC+11 ch...@cjephotos.com wrote:

> Hi Guys,
>
> I have a Ws1080 thats been running for years and does really well. i 
> wanted to know though if and how i run a string to remove the data from the 
> usb panel, when it gets full it seems to lock up and cause some issues so 
> was thinking if i could run a daily/weekly  task to remove the data it 
> might fixe things
>
> Cheers
> Chris Epworth
>

-- 
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.google.com/d/msgid/weewx-user/40ba8d1d-5091-4a0e-8ceb-24238277ad54n%40googlegroups.com.


[weewx-user] WeeWX 1080 remove data from panel

2020-11-02 Thread Chris Epworth
Hi Guys,

I have a Ws1080 thats been running for years and does really well. i wanted 
to know though if and how i run a string to remove the data from the usb 
panel, when it gets full it seems to lock up and cause some issues so was 
thinking if i could run a daily/weekly  task to remove the data it might 
fixe things

Cheers
Chris Epworth

-- 
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.google.com/d/msgid/weewx-user/19d5b223-fe7f-4a13-af39-d5b657d0043dn%40googlegroups.com.


Re: [weewx-user] Weewx Fails to Upload Data to Wunderground

2020-11-02 Thread Kirk Lombardy
I updated to Python 3 and I still get this error:

Nov  2 19:46:40 localhost weewx[30248] ERROR weewx.restx: Wunderground-RF:
Unexpected exception of type 
Nov  2 19:46:40 localhost weewx[30248] ERROR weewx.restx: *** Traceback
(most recent call last):
Nov  2 19:46:40 localhost weewx[30248] ERROR weewx.restx: ***   File
"/usr/share/weewx/weewx/restx.py", line 378, in run_loop
Nov  2 19:46:40 localhost weewx[30248] ERROR weewx.restx: ***
self.process_record(_record, dbmanager)
Nov  2 19:46:40 localhost weewx[30248] ERROR weewx.restx: ***   File
"/usr/share/weewx/weewx/restx.py", line 442, in process_record
Nov  2 19:46:40 localhost weewx[30248] ERROR weewx.restx: ***
self.post_with_retries(_request, data)
Nov  2 19:46:40 localhost weewx[30248] ERROR weewx.restx: ***   File
"/usr/share/weewx/weewx/restx.py", line 473, in post_with_retries
Nov  2 19:46:40 localhost weewx[30248] ERROR weewx.restx: *** except
ssl.CertificateError as e:
Nov  2 19:46:40 localhost weewx[30248] ERROR weewx.restx: ***
AttributeError: 'module' object has no attribute 'CertificateError'
Nov  2 19:46:40 localhost weewx[30248] CRITICAL weewx.restx:
Wunderground-RF: Thread terminating. Reason: 'module' object has no
attribute
'CertificateError'

Thank you for your help.

Kirk

On Mon, Nov 2, 2020 at 5:16 PM Tom Keffer  wrote:

> Two things:
>
> 1. You have at least 8 different instances of WeeWX running (that I can
> count). Kill them all, then start just one instance.
>
> 2. While WeeWX does not use ssl.CertificateError, some other library
> function must be. Early versions of Python 2.7 did not include the class
> CertificateError.
>
> Fix problem #1 first. Then, if you still get the CertificateError, either
> upgrade your copy of Python 2.7, or use Python 3.
>
> -tk
>
> On Mon, Nov 2, 2020 at 11:11 AM Kirk  wrote:
>
>> My set-up does not allow my data to upload to the Weather Underground
>> using weewx.  I had no problem uploading the data using wuhu.  Below are
>> the messages I get about Certificate Error.
>>
>> What do I need to do to fix this problem?  The wunderground web pages
>> says my system is connected.
>>
>> Here are my logs:
>>
>> Nov  1 10:04:45 localhost weewx[2191] INFO weewx.restx: Wunderground:
>> Posting not enabled.
>> Nov  1 12:03:28 localhost weewx[19483] INFO weewx.restx: Wunderground-RF:
>> Data for station KOHMENTO21 will be posted
>> Nov  1 12:07:32 localhost weewx[19483] ERROR weewx.restx:
>> Wunderground-RF: Unexpected exception of type > 'exceptions.AttributeError'>
>> Nov  1 12:07:32 localhost weewx[19483] CRITICAL weewx.restx:
>> Wunderground-RF: Thread terminating. Reason: 'module' object has no
>> attribute 'CertificateError'
>> Nov  1 14:14:29 localhost weewx[5403] INFO weewx.restx: Wunderground-PWS:
>> Data for station KOHMENTO21 will be posted
>> Nov  1 14:15:30 localhost weewx[5403] ERROR weewx.restx:
>> Wunderground-PWS: Unexpected exception of type > 'exceptions.AttributeError'>
>> Nov  1 14:15:30 localhost weewx[5403] CRITICAL weewx.restx:
>> Wunderground-PWS: Thread terminating. Reason: 'module' object has no
>> attribute 'CertificateError'
>> Nov  1 17:14:54 localhost weewx[31561] INFO weewx.restx:
>> Wunderground-PWS: Data for station KOHMENTO21 will be posted
>> Nov  1 17:24:09 localhost weewx[332] INFO weewx.restx: Wunderground-RF:
>> Data for station KOHMENTO21 will be posted
>> Nov  1 17:42:14 localhost weewx[3190] INFO weewx.restx: Wunderground-RF:
>> Data for station KOHMENTO21 will be posted
>> Nov  1 17:58:43 localhost weewx[5611] INFO weewx.restx: Wunderground-RF:
>> Data for station KOHMENTO21 will be posted
>> Nov  1 18:00:48 localhost weewx[5611] ERROR weewx.restx: Wunderground-RF:
>> Unexpected exception of type 
>> Nov  1 18:00:48 localhost weewx[5611] CRITICAL weewx.restx:
>> Wunderground-RF: Thread terminating. Reason: 'module' object has no
>> attribute 'CertificateError'
>> Nov  1 18:38:56 localhost weewx[11313] INFO weewx.restx: Wunderground-RF:
>> Data for station KOHMENTO21 will be posted
>> Nov  1 18:40:58 localhost weewx[11313] ERROR weewx.restx:
>> Wunderground-RF: Unexpected exception of type > 'exceptions.AttributeError'>
>> Nov  1 18:40:58 localhost weewx[11313] CRITICAL weewx.restx:
>> Wunderground-RF: Thread terminating. Reason: 'module' object has no
>> attribute 'CertificateError'
>> Nov  2 05:28:42 localhost weewx[6039] INFO weewx.restx: Wunderground-RF:
>> Data for station KOHMENTO21 will be posted
>> Nov  2 05:40:46 localhost weewx[6039] ERROR weewx.restx: Wunderground-RF:
>> Unexpected exception of type 
>> Nov  2 05:40:46 localhost weewx[6039] CRITICAL weewx.restx:
>> Wunderground-RF: Thread terminating. Reason: 'module' object has no
>> attribute 'CertificateError'
>> Nov  2 05:56:17 localhost weewx[9951] INFO weewx.restx: Wunderground-RF:
>> Data for station KOHMENTO21 will be posted
>> Nov  2 05:57:19 localhost weewx[9951] ERROR weewx.restx: Wunderground-RF:
>> Unexpected exception of type 
>> Nov  2 05:57:19 localhost weewx[9951] CRITICAL 

Re: [weewx-user] Weewx Fails to Upload Data to Wunderground

2020-11-02 Thread weather992

I think the 8 instances of the weewx that you say are running are the skins 
being created.  I only stop one instance of the weewx to make changes to 
weewx.config file.  No other versions are running.  I check this all the time 
before editing the configuration file.I will try updating the 
python.Thanks.KirkSent from my Verizon, Samsung Galaxy smartphone
 Original message From: Tom Keffer  Date: 
11/2/20  5:16 PM  (GMT-05:00) To: weewx-user  
Subject: Re: [weewx-user] Weewx Fails to Upload Data to Wunderground Two 
things:1. You have at least 8 different instances of WeeWX running (that I can 
count). Kill them all, then start just one instance.2. While WeeWX does not use 
ssl.CertificateError, some other library function must be. Early versions of 
Python 2.7 did not include the class CertificateError. Fix problem #1 first. 
Then, if you still get the CertificateError, either upgrade your copy of Python 
2.7, or use Python 3.-tkOn Mon, Nov 2, 2020 at 11:11 AM Kirk 
 wrote:My set-up does not allow my data to upload to the 
Weather Underground using weewx.  I had no problem uploading the data using 
wuhu.  Below are the messages I get about Certificate Error.What do I need to 
do to fix this problem?  The wunderground web pages says my system is 
connected.Here are my logs:Nov  1 10:04:45 localhost weewx[2191] INFO 
weewx.restx: Wunderground: Posting not enabled.Nov  1 12:03:28 localhost 
weewx[19483] INFO weewx.restx: Wunderground-RF: Data for station KOHMENTO21 
will be postedNov  1 12:07:32 localhost weewx[19483] ERROR weewx.restx: 
Wunderground-RF: Unexpected exception of type Nov  1 12:07:32 localhost weewx[19483] CRITICAL 
weewx.restx: Wunderground-RF: Thread terminating. Reason: 'module' object has 
no attribute 'CertificateError'Nov  1 14:14:29 localhost weewx[5403] INFO 
weewx.restx: Wunderground-PWS: Data for station KOHMENTO21 will be postedNov  1 
14:15:30 localhost weewx[5403] ERROR weewx.restx: Wunderground-PWS: Unexpected 
exception of type Nov  1 14:15:30 localhost 
weewx[5403] CRITICAL weewx.restx: Wunderground-PWS: Thread terminating. Reason: 
'module' object has no attribute 'CertificateError'Nov  1 17:14:54 localhost 
weewx[31561] INFO weewx.restx: Wunderground-PWS: Data for station KOHMENTO21 
will be postedNov  1 17:24:09 localhost weewx[332] INFO weewx.restx: 
Wunderground-RF: Data for station KOHMENTO21 will be postedNov  1 17:42:14 
localhost weewx[3190] INFO weewx.restx: Wunderground-RF: Data for station 
KOHMENTO21 will be postedNov  1 17:58:43 localhost weewx[5611] INFO 
weewx.restx: Wunderground-RF: Data for station KOHMENTO21 will be postedNov  1 
18:00:48 localhost weewx[5611] ERROR weewx.restx: Wunderground-RF: Unexpected 
exception of type Nov  1 18:00:48 localhost 
weewx[5611] CRITICAL weewx.restx: Wunderground-RF: Thread terminating. Reason: 
'module' object has no attribute 'CertificateError'Nov  1 18:38:56 localhost 
weewx[11313] INFO weewx.restx: Wunderground-RF: Data for station KOHMENTO21 
will be postedNov  1 18:40:58 localhost weewx[11313] ERROR weewx.restx: 
Wunderground-RF: Unexpected exception of type Nov  1 18:40:58 localhost weewx[11313] CRITICAL 
weewx.restx: Wunderground-RF: Thread terminating. Reason: 'module' object has 
no attribute 'CertificateError'Nov  2 05:28:42 localhost weewx[6039] INFO 
weewx.restx: Wunderground-RF: Data for station KOHMENTO21 will be postedNov  2 
05:40:46 localhost weewx[6039] ERROR weewx.restx: Wunderground-RF: Unexpected 
exception of type Nov  2 05:40:46 localhost 
weewx[6039] CRITICAL weewx.restx: Wunderground-RF: Thread terminating. Reason: 
'module' object has no attribute 'CertificateError'Nov  2 05:56:17 localhost 
weewx[9951] INFO weewx.restx: Wunderground-RF: Data for station KOHMENTO21 will 
be postedNov  2 05:57:19 localhost weewx[9951] ERROR weewx.restx: 
Wunderground-RF: Unexpected exception of type Nov  2 05:57:19 localhost weewx[9951] CRITICAL 
weewx.restx: Wunderground-RF: Thread terminating. Reason: 'module' object has 
no attribute 'CertificateError'Nov  2 06:24:16 localhost weewx[13780] INFO 
weewx.restx: Wunderground-RF: Data for station KOHMENTO98 will be postedNov  2 
06:25:17 localhost weewx[13780] ERROR weewx.restx: Wunderground-RF: Unexpected 
exception of type Nov  2 06:25:17 localhost 
weewx[13780] CRITICAL weewx.restx: Wunderground-RF: Thread terminating. Reason: 
'module' object has no attribute 'CertificateError'Nov  2 06:39:05 localhost 
weewx[15816] INFO weewx.restx: Wunderground-RF: Data for station KOHMENTO21 
will be postedNov  2 06:40:07 localhost weewx[15816] ERROR weewx.restx: 
Wunderground-RF: Unexpected exception of type Nov  2 06:40:07 localhost weewx[15816] CRITICAL 
weewx.restx: Wunderground-RF: Thread terminating. Reason: 'module' object has 
no attribute 'CertificateError'Nov  2 07:45:52 localhost weewx[25096] INFO 
weewx.restx: Wunderground-RF: Data for station kohmento21 will be postedNov  2 
07:46:53 localhost weewx[25096] ERROR weewx.restx: Wunderground-RF: 

Re: [weewx-user] add wind sensor transmitter to vantage pro2?

2020-11-02 Thread kq5stom
Just the separate anemometer.  I believe most folks (me) want to remote mount 
the anemometer to get better wind readings so you buy the transmitter and then 
plug your existing anemometer to the transmitter and mount ti somewhere.   The 
transmitters are standard and can be used with many accessories hence the need 
to tell the envoy and your console what the transmitter is being used for.

Tom

> On Nov 2, 2020, at 5:51 PM, Tom Keffer  wrote:
> 
> Hmmm, the console's manual is pretty clear that you can have an anemometer 
> associated with the ISS, or a separate anemometer, but not both.
> 
> 
> 
> Tom, are you getting signals from both anemometers? Or, just the one on the 
> independent unit?
> 
> -tk
> 
> On Mon, Nov 2, 2020 at 2:53 PM mailto:kq5s...@gmail.com>> 
> wrote:
> I have the same setup.  I did not add anything to weewx.conf.  All I did was 
> tell the envoy what ID 2 was in the envoy setup.  Once I set ID 2 to 
> anemometer the wind data showed up.  My assumption is once the envoy knows 
> that ID2 is wind it sends the appropriate data via the logger.  Tom is right 
> you can only have one ISS but can have three other devices connected you just 
> have to identify what each device ID is.
> 
> Tom
> 
>> On Nov 2, 2020, at 4:04 PM, Tom Keffer > > wrote:
>> 
>> It is my understanding that a console (or Envoy) can have max one ISS, or 
>> one anemometer. That is a Davis hardware limitation. 
>> 
>> Give them a call to be sure.
>> 
>> On Mon, Nov 2, 2020 at 1:49 PM orangegecko > > wrote:
>> 
>> Hi, I am running weewx on a rpi and was wondering if there is a way to have 
>> my wind sensor data show up on the weewx weather page.  the anemometer is on 
>> its own wireless transmitter (id 2) and is currently showing 0 for all data.
>> 
>> the rpi is connected to a wireless weather envoy and usb data logger 
>> (davis)...  my console (in a different location) shows all the sensors data 
>> on its screen so i know its transmitting.
>> 
>> is there a way to just add the id to the weewx.conf?  or do i have to do 
>> something else?
>> 
>> Here is how its currently set in weewx.conf
>> 
>>  # The id of your ISS station (usually 1). If you use a wind meter connected
>> # to a anemometer transmitter kit, use its id
>> iss_id = 1
>> 
>> 
>> -- 
>> 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.google.com/d/msgid/weewx-user/93e64da0-b7e8-4657-b04e-cac791b26a9an%40googlegroups.com
>>  
>> .
>> 
>> -- 
>> 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.google.com/d/msgid/weewx-user/CAPq0zEDbh0_FMUP29%3DcX-vgB7aLKGSZ5W1FNZ%3DXnoghpyC_Rhg%40mail.gmail.com
>>  
>> .
> 
> 
> -- 
> 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.google.com/d/msgid/weewx-user/58ADF8C1-2860-4C6E-B769-6000B6F01B04%40gmail.com
>  
> .
> 
> -- 
> 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.google.com/d/msgid/weewx-user/CAPq0zEA2ZNip82A5U8nw-oOo52%2BqE19%3DrWKRfS5NTh4nV079aQ%40mail.gmail.com
>  
> .

-- 
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 

Re: [weewx-user] add wind sensor transmitter to vantage pro2?

2020-11-02 Thread Tom Keffer
Hmmm, the console's manual is pretty clear that you can have an anemometer
associated with the ISS, *or* a separate anemometer, but not both.

[image: image.png]

Tom, are you getting signals from both anemometers? Or, just the one on the
independent unit?

-tk

On Mon, Nov 2, 2020 at 2:53 PM  wrote:

> I have the same setup.  I did not add anything to weewx.conf.  All I did
> was tell the envoy what ID 2 was in the envoy setup.  Once I set ID 2 to
> anemometer the wind data showed up.  My assumption is once the envoy knows
> that ID2 is wind it sends the appropriate data via the logger.  Tom is
> right you can only have one ISS but can have three other devices connected
> you just have to identify what each device ID is.
>
> Tom
>
> On Nov 2, 2020, at 4:04 PM, Tom Keffer  wrote:
>
> It is my understanding that a console (or Envoy) can have max one ISS, or
> one anemometer. That is a Davis hardware limitation.
>
> Give them a call to be sure.
>
> On Mon, Nov 2, 2020 at 1:49 PM orangegecko  wrote:
>
>>
>> Hi, I am running weewx on a rpi and was wondering if there is a way to
>> have my wind sensor data show up on the weewx weather page.  the anemometer
>> is on its own wireless transmitter (id 2) and is currently showing 0 for
>> all data.
>>
>> the rpi is connected to a wireless weather envoy and usb data logger
>> (davis)...  my console (in a different location) shows all the sensors data
>> on its screen so i know its transmitting.
>>
>> is there a way to just add the id to the weewx.conf?  or do i have to do
>> something else?
>>
>> Here is how its currently set in weewx.conf
>>
>>  # The id of your ISS station (usually 1). If you use a wind meter
>> connected
>> # to a anemometer transmitter kit, use its id
>> iss_id = 1
>>
>>
>> --
>> 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.google.com/d/msgid/weewx-user/93e64da0-b7e8-4657-b04e-cac791b26a9an%40googlegroups.com
>> 
>> .
>>
>
> --
> 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.google.com/d/msgid/weewx-user/CAPq0zEDbh0_FMUP29%3DcX-vgB7aLKGSZ5W1FNZ%3DXnoghpyC_Rhg%40mail.gmail.com
> 
> .
>
>
> --
> 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.google.com/d/msgid/weewx-user/58ADF8C1-2860-4C6E-B769-6000B6F01B04%40gmail.com
> 
> .
>

-- 
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.google.com/d/msgid/weewx-user/CAPq0zEA2ZNip82A5U8nw-oOo52%2BqE19%3DrWKRfS5NTh4nV079aQ%40mail.gmail.com.


[weewx-user] Re: Basic weather station (temp/humidity) with a large display

2020-11-02 Thread Dan Bunyard
I could really do whatever for hardware - consider this a blank slate. The 
only real boxes I need to tick are outside temp/humidity and a large screen 
the wife can view from ~20ft away. However, if rolling something myself is 
going to be just as expensive as getting another AcuRite 02064 then I'll 
just do that and be done with it.

On Monday, November 2, 2020 at 2:18:16 PM UTC-5 Xant wrote:

> Hardware/OS not specified. But if RPi, have a look at Pat O'Brien kiosk 
> project:
>
> https://obrienlabs.net/setup-raspberry-pi-kiosk-chromium/
>
> On Sunday, November 1, 2020 at 5:13:40 PM UTC-5 danod...@gmail.com wrote:
>
>> I have what seems to be a dumb question but I keep coming up empty. I 
>> want a screen with a USB interface for WeeWX that simply needs 
>> indoor/outdoor temp and humidity. I don't need a full-blown weather station 
>> with all the bells and whistles, just temperature and humidity. Does anyone 
>> have a good suggestion? TIA!
>>
>

-- 
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.google.com/d/msgid/weewx-user/a82ba5d4-0bb6-46d4-b7b1-b1171a98efc3n%40googlegroups.com.


Re: [weewx-user] add wind sensor transmitter to vantage pro2?

2020-11-02 Thread kq5stom
I have the same setup.  I did not add anything to weewx.conf.  All I did was 
tell the envoy what ID 2 was in the envoy setup.  Once I set ID 2 to anemometer 
the wind data showed up.  My assumption is once the envoy knows that ID2 is 
wind it sends the appropriate data via the logger.  Tom is right you can only 
have one ISS but can have three other devices connected you just have to 
identify what each device ID is.

Tom

> On Nov 2, 2020, at 4:04 PM, Tom Keffer  wrote:
> 
> It is my understanding that a console (or Envoy) can have max one ISS, or one 
> anemometer. That is a Davis hardware limitation. 
> 
> Give them a call to be sure.
> 
> On Mon, Nov 2, 2020 at 1:49 PM orangegecko  > wrote:
> 
> Hi, I am running weewx on a rpi and was wondering if there is a way to have 
> my wind sensor data show up on the weewx weather page.  the anemometer is on 
> its own wireless transmitter (id 2) and is currently showing 0 for all data.
> 
> the rpi is connected to a wireless weather envoy and usb data logger 
> (davis)...  my console (in a different location) shows all the sensors data 
> on its screen so i know its transmitting.
> 
> is there a way to just add the id to the weewx.conf?  or do i have to do 
> something else?
> 
> Here is how its currently set in weewx.conf
> 
>  # The id of your ISS station (usually 1). If you use a wind meter connected
> # to a anemometer transmitter kit, use its id
> iss_id = 1
> 
> 
> -- 
> 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.google.com/d/msgid/weewx-user/93e64da0-b7e8-4657-b04e-cac791b26a9an%40googlegroups.com
>  
> .
> 
> -- 
> 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.google.com/d/msgid/weewx-user/CAPq0zEDbh0_FMUP29%3DcX-vgB7aLKGSZ5W1FNZ%3DXnoghpyC_Rhg%40mail.gmail.com
>  
> .

-- 
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.google.com/d/msgid/weewx-user/58ADF8C1-2860-4C6E-B769-6000B6F01B04%40gmail.com.


Re: [weewx-user] Weewx Fails to Upload Data to Wunderground

2020-11-02 Thread Tom Keffer
Two things:

1. You have at least 8 different instances of WeeWX running (that I can
count). Kill them all, then start just one instance.

2. While WeeWX does not use ssl.CertificateError, some other library
function must be. Early versions of Python 2.7 did not include the class
CertificateError.

Fix problem #1 first. Then, if you still get the CertificateError, either
upgrade your copy of Python 2.7, or use Python 3.

-tk

On Mon, Nov 2, 2020 at 11:11 AM Kirk  wrote:

> My set-up does not allow my data to upload to the Weather Underground
> using weewx.  I had no problem uploading the data using wuhu.  Below are
> the messages I get about Certificate Error.
>
> What do I need to do to fix this problem?  The wunderground web pages says
> my system is connected.
>
> Here are my logs:
>
> Nov  1 10:04:45 localhost weewx[2191] INFO weewx.restx: Wunderground:
> Posting not enabled.
> Nov  1 12:03:28 localhost weewx[19483] INFO weewx.restx: Wunderground-RF:
> Data for station KOHMENTO21 will be posted
> Nov  1 12:07:32 localhost weewx[19483] ERROR weewx.restx: Wunderground-RF:
> Unexpected exception of type 
> Nov  1 12:07:32 localhost weewx[19483] CRITICAL weewx.restx:
> Wunderground-RF: Thread terminating. Reason: 'module' object has no
> attribute 'CertificateError'
> Nov  1 14:14:29 localhost weewx[5403] INFO weewx.restx: Wunderground-PWS:
> Data for station KOHMENTO21 will be posted
> Nov  1 14:15:30 localhost weewx[5403] ERROR weewx.restx: Wunderground-PWS:
> Unexpected exception of type 
> Nov  1 14:15:30 localhost weewx[5403] CRITICAL weewx.restx:
> Wunderground-PWS: Thread terminating. Reason: 'module' object has no
> attribute 'CertificateError'
> Nov  1 17:14:54 localhost weewx[31561] INFO weewx.restx: Wunderground-PWS:
> Data for station KOHMENTO21 will be posted
> Nov  1 17:24:09 localhost weewx[332] INFO weewx.restx: Wunderground-RF:
> Data for station KOHMENTO21 will be posted
> Nov  1 17:42:14 localhost weewx[3190] INFO weewx.restx: Wunderground-RF:
> Data for station KOHMENTO21 will be posted
> Nov  1 17:58:43 localhost weewx[5611] INFO weewx.restx: Wunderground-RF:
> Data for station KOHMENTO21 will be posted
> Nov  1 18:00:48 localhost weewx[5611] ERROR weewx.restx: Wunderground-RF:
> Unexpected exception of type 
> Nov  1 18:00:48 localhost weewx[5611] CRITICAL weewx.restx:
> Wunderground-RF: Thread terminating. Reason: 'module' object has no
> attribute 'CertificateError'
> Nov  1 18:38:56 localhost weewx[11313] INFO weewx.restx: Wunderground-RF:
> Data for station KOHMENTO21 will be posted
> Nov  1 18:40:58 localhost weewx[11313] ERROR weewx.restx: Wunderground-RF:
> Unexpected exception of type 
> Nov  1 18:40:58 localhost weewx[11313] CRITICAL weewx.restx:
> Wunderground-RF: Thread terminating. Reason: 'module' object has no
> attribute 'CertificateError'
> Nov  2 05:28:42 localhost weewx[6039] INFO weewx.restx: Wunderground-RF:
> Data for station KOHMENTO21 will be posted
> Nov  2 05:40:46 localhost weewx[6039] ERROR weewx.restx: Wunderground-RF:
> Unexpected exception of type 
> Nov  2 05:40:46 localhost weewx[6039] CRITICAL weewx.restx:
> Wunderground-RF: Thread terminating. Reason: 'module' object has no
> attribute 'CertificateError'
> Nov  2 05:56:17 localhost weewx[9951] INFO weewx.restx: Wunderground-RF:
> Data for station KOHMENTO21 will be posted
> Nov  2 05:57:19 localhost weewx[9951] ERROR weewx.restx: Wunderground-RF:
> Unexpected exception of type 
> Nov  2 05:57:19 localhost weewx[9951] CRITICAL weewx.restx:
> Wunderground-RF: Thread terminating. Reason: 'module' object has no
> attribute 'CertificateError'
> Nov  2 06:24:16 localhost weewx[13780] INFO weewx.restx: Wunderground-RF:
> Data for station KOHMENTO98 will be posted
> Nov  2 06:25:17 localhost weewx[13780] ERROR weewx.restx: Wunderground-RF:
> Unexpected exception of type 
> Nov  2 06:25:17 localhost weewx[13780] CRITICAL weewx.restx:
> Wunderground-RF: Thread terminating. Reason: 'module' object has no
> attribute 'CertificateError'
> Nov  2 06:39:05 localhost weewx[15816] INFO weewx.restx: Wunderground-RF:
> Data for station KOHMENTO21 will be posted
> Nov  2 06:40:07 localhost weewx[15816] ERROR weewx.restx: Wunderground-RF:
> Unexpected exception of type 
> Nov  2 06:40:07 localhost weewx[15816] CRITICAL weewx.restx:
> Wunderground-RF: Thread terminating. Reason: 'module' object has no
> attribute 'CertificateError'
> Nov  2 07:45:52 localhost weewx[25096] INFO weewx.restx: Wunderground-RF:
> Data for station kohmento21 will be posted
> Nov  2 07:46:53 localhost weewx[25096] ERROR weewx.restx: Wunderground-RF:
> Unexpected exception of type 
> Nov  2 07:46:53 localhost weewx[25096] CRITICAL weewx.restx:
> Wunderground-RF: Thread terminating. Reason: 'module' object has no
> attribute 'CertificateError'
>
>
> Here is my config file from weewx.cfg:
>
> [[Wunderground]]
> # This section is for configuring posts to the Weather Underground.
>
> # If you wish to do this, set the option 

Re: [weewx-user] add wind sensor transmitter to vantage pro2?

2020-11-02 Thread Tom Keffer
It is my understanding that a console (or Envoy) can have max one ISS, or
one anemometer. That is a Davis hardware limitation.

Give them a call to be sure.

On Mon, Nov 2, 2020 at 1:49 PM orangegecko  wrote:

>
> Hi, I am running weewx on a rpi and was wondering if there is a way to
> have my wind sensor data show up on the weewx weather page.  the anemometer
> is on its own wireless transmitter (id 2) and is currently showing 0 for
> all data.
>
> the rpi is connected to a wireless weather envoy and usb data logger
> (davis)...  my console (in a different location) shows all the sensors data
> on its screen so i know its transmitting.
>
> is there a way to just add the id to the weewx.conf?  or do i have to do
> something else?
>
> Here is how its currently set in weewx.conf
>
>  # The id of your ISS station (usually 1). If you use a wind meter
> connected
> # to a anemometer transmitter kit, use its id
> iss_id = 1
>
> --
> 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.google.com/d/msgid/weewx-user/93e64da0-b7e8-4657-b04e-cac791b26a9an%40googlegroups.com
> 
> .
>

-- 
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.google.com/d/msgid/weewx-user/CAPq0zEDbh0_FMUP29%3DcX-vgB7aLKGSZ5W1FNZ%3DXnoghpyC_Rhg%40mail.gmail.com.


[weewx-user] add wind sensor transmitter to vantage pro2?

2020-11-02 Thread orangegecko

Hi, I am running weewx on a rpi and was wondering if there is a way to have 
my wind sensor data show up on the weewx weather page.  the anemometer is 
on its own wireless transmitter (id 2) and is currently showing 0 for all 
data.

the rpi is connected to a wireless weather envoy and usb data logger 
(davis)...  my console (in a different location) shows all the sensors data 
on its screen so i know its transmitting.

is there a way to just add the id to the weewx.conf?  or do i have to do 
something else?

Here is how its currently set in weewx.conf

 # The id of your ISS station (usually 1). If you use a wind meter connected
# to a anemometer transmitter kit, use its id
iss_id = 1

-- 
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.google.com/d/msgid/weewx-user/93e64da0-b7e8-4657-b04e-cac791b26a9an%40googlegroups.com.


[weewx-user] Forecast extension Cheetah Generator options

2020-11-02 Thread weather list
I note that the forecast extension has a template called 
tides-graphic.htmk.tmpl but I can find no indication of that template file. 
Anyone know what this is about?

[[[tidesgraphic]]]
#template = tides-graphic.html.tmpl

# configuration file for the forecast skin demonstration
# $Id: skin.conf 1780 2018-01-27 15:27:02Z mwall $

[Extras]
version = 3.4.0b10

[CheetahGenerator]
search_list_extensions = user.forecast.ForecastVariables
[[ToDate]]
[[[forecast]]]
template = index.html.tmpl
[[[table]]]
template = single-table.html.tmpl
[[[multitable]]]
template = multiple-tables.html.tmpl
[[[strip]]]
template = single-strip.html.tmpl
[[[stripvertical]]]
template = single-strip-vertical.html.tmpl
[[[multistrip]]]
template = multiple-strips.html.tmpl
[[[periods]]]
template = forecast-periods.html.tmpl
[[[zambretti]]]
template = zambretti.html.tmpl
[[[tides]]]
template = tides.html.tmpl
#[[[tidesgraphic]]]
#template = tides-graphic.html.tmpl
[[[iconic]]]
template = iconic.html.tmpl
[[[iconichorizontal]]]
template = iconic-horizontal.html.tmpl
[[[compact]]]
template = compact.html.tmpl

-- 
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.google.com/d/msgid/weewx-user/D07347B7-FB07-4C6D-937E-F8CB1344F938%40gmail.com.


[weewx-user] Re: Basic weather station (temp/humidity) with a large display

2020-11-02 Thread Xant
Hardware/OS not specified. But if RPi, have a look at Pat O'Brien kiosk 
project:

https://obrienlabs.net/setup-raspberry-pi-kiosk-chromium/

On Sunday, November 1, 2020 at 5:13:40 PM UTC-5 danod...@gmail.com wrote:

> I have what seems to be a dumb question but I keep coming up empty. I want 
> a screen with a USB interface for WeeWX that simply needs indoor/outdoor 
> temp and humidity. I don't need a full-blown weather station with all the 
> bells and whistles, just temperature and humidity. Does anyone have a good 
> suggestion? TIA!
>

-- 
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.google.com/d/msgid/weewx-user/bd0764d8-2d20-4700-84fd-6a3becb88b23n%40googlegroups.com.


[weewx-user] Weewx Fails to Upload Data to Wunderground

2020-11-02 Thread Kirk
My set-up does not allow my data to upload to the Weather Underground using 
weewx.  I had no problem uploading the data using wuhu.  Below are the 
messages I get about Certificate Error.

What do I need to do to fix this problem?  The wunderground web pages says 
my system is connected.

Here are my logs:

Nov  1 10:04:45 localhost weewx[2191] INFO weewx.restx: Wunderground: 
Posting not enabled.
Nov  1 12:03:28 localhost weewx[19483] INFO weewx.restx: Wunderground-RF: 
Data for station KOHMENTO21 will be posted
Nov  1 12:07:32 localhost weewx[19483] ERROR weewx.restx: Wunderground-RF: 
Unexpected exception of type 
Nov  1 12:07:32 localhost weewx[19483] CRITICAL weewx.restx: 
Wunderground-RF: Thread terminating. Reason: 'module' object has no 
attribute 'CertificateError'
Nov  1 14:14:29 localhost weewx[5403] INFO weewx.restx: Wunderground-PWS: 
Data for station KOHMENTO21 will be posted
Nov  1 14:15:30 localhost weewx[5403] ERROR weewx.restx: Wunderground-PWS: 
Unexpected exception of type 
Nov  1 14:15:30 localhost weewx[5403] CRITICAL weewx.restx: 
Wunderground-PWS: Thread terminating. Reason: 'module' object has no 
attribute 'CertificateError'
Nov  1 17:14:54 localhost weewx[31561] INFO weewx.restx: Wunderground-PWS: 
Data for station KOHMENTO21 will be posted
Nov  1 17:24:09 localhost weewx[332] INFO weewx.restx: Wunderground-RF: 
Data for station KOHMENTO21 will be posted
Nov  1 17:42:14 localhost weewx[3190] INFO weewx.restx: Wunderground-RF: 
Data for station KOHMENTO21 will be posted
Nov  1 17:58:43 localhost weewx[5611] INFO weewx.restx: Wunderground-RF: 
Data for station KOHMENTO21 will be posted
Nov  1 18:00:48 localhost weewx[5611] ERROR weewx.restx: Wunderground-RF: 
Unexpected exception of type 
Nov  1 18:00:48 localhost weewx[5611] CRITICAL weewx.restx: 
Wunderground-RF: Thread terminating. Reason: 'module' object has no 
attribute 'CertificateError'
Nov  1 18:38:56 localhost weewx[11313] INFO weewx.restx: Wunderground-RF: 
Data for station KOHMENTO21 will be posted
Nov  1 18:40:58 localhost weewx[11313] ERROR weewx.restx: Wunderground-RF: 
Unexpected exception of type 
Nov  1 18:40:58 localhost weewx[11313] CRITICAL weewx.restx: 
Wunderground-RF: Thread terminating. Reason: 'module' object has no 
attribute 'CertificateError'
Nov  2 05:28:42 localhost weewx[6039] INFO weewx.restx: Wunderground-RF: 
Data for station KOHMENTO21 will be posted
Nov  2 05:40:46 localhost weewx[6039] ERROR weewx.restx: Wunderground-RF: 
Unexpected exception of type 
Nov  2 05:40:46 localhost weewx[6039] CRITICAL weewx.restx: 
Wunderground-RF: Thread terminating. Reason: 'module' object has no 
attribute 'CertificateError'
Nov  2 05:56:17 localhost weewx[9951] INFO weewx.restx: Wunderground-RF: 
Data for station KOHMENTO21 will be posted
Nov  2 05:57:19 localhost weewx[9951] ERROR weewx.restx: Wunderground-RF: 
Unexpected exception of type 
Nov  2 05:57:19 localhost weewx[9951] CRITICAL weewx.restx: 
Wunderground-RF: Thread terminating. Reason: 'module' object has no 
attribute 'CertificateError'
Nov  2 06:24:16 localhost weewx[13780] INFO weewx.restx: Wunderground-RF: 
Data for station KOHMENTO98 will be posted
Nov  2 06:25:17 localhost weewx[13780] ERROR weewx.restx: Wunderground-RF: 
Unexpected exception of type 
Nov  2 06:25:17 localhost weewx[13780] CRITICAL weewx.restx: 
Wunderground-RF: Thread terminating. Reason: 'module' object has no 
attribute 'CertificateError'
Nov  2 06:39:05 localhost weewx[15816] INFO weewx.restx: Wunderground-RF: 
Data for station KOHMENTO21 will be posted
Nov  2 06:40:07 localhost weewx[15816] ERROR weewx.restx: Wunderground-RF: 
Unexpected exception of type 
Nov  2 06:40:07 localhost weewx[15816] CRITICAL weewx.restx: 
Wunderground-RF: Thread terminating. Reason: 'module' object has no 
attribute 'CertificateError'
Nov  2 07:45:52 localhost weewx[25096] INFO weewx.restx: Wunderground-RF: 
Data for station kohmento21 will be posted
Nov  2 07:46:53 localhost weewx[25096] ERROR weewx.restx: Wunderground-RF: 
Unexpected exception of type 
Nov  2 07:46:53 localhost weewx[25096] CRITICAL weewx.restx: 
Wunderground-RF: Thread terminating. Reason: 'module' object has no 
attribute 'CertificateError'


Here is my config file from weewx.cfg:

[[Wunderground]]
# This section is for configuring posts to the Weather Underground.

# If you wish to do this, set the option 'enable' to true,
# and specify a station (e.g., 'KORHOODR3') and password.
# To guard against parsing errors, put the password in quotes.
enable = true
station = kohmento21
password = "WXmen99$"

log_success = True
log_failure = True

# If you plan on using wunderfixer, set the following
# to your API key:
api_key = replace_me

# Set the following to True to have weewx use the WU "Rapidfire"
# protocol. Not all hardware can support it. See the User's Guide.
rapidfire = True


Re: [weewx-user] all-in-one raspi announcement

2020-11-02 Thread vince
On Monday, November 2, 2020 at 7:42:51 AM UTC-8, Tom Keffer wrote:
>
> Great idea. 
>
> I wonder what the keyboard feels like? It looks like a low-quality 
> "Chiclet" style board.
>
>
>
No idea.  I've had cheapo PCs with keyboards that look like that which were 
actually great.

Find a way to stick a RTL-SDR in there and you have a Wee-board computer.
Sorry.  Couldn't resist.

-- 
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.google.com/d/msgid/weewx-user/c7b32fbb-732c-4e83-a0c9-46ff2447ec83o%40googlegroups.com.


[weewx-user] Re: Units Belchertown skin

2020-11-02 Thread Arend
Hi Joacim,

Change forecast_units = "metric"  intoforecast_units = "si"  

* skin.conf option forecast_units. Options are si, ca, uk2 or us.

https://github.com/poblabs/weewx-belchertown/blob/master/changelog

Regards, Arend

Op maandag 2 november 2020 om 14:24:44 UTC+1 schreef Joacim Raiml:

> Installed Belchertown skin.
> All works perfect except that i cannot get forecast to show Celsius 
> instead of Farenheit.
> Tried to change in skin.conf as below but still same.
> # Forecast defaults
> forecast_enabled = 1
> forecast_provider = "aeris"
> forecast_api_id = "x"
> forecast_api_secret = "xxx"
> forecast_units = "metric"
> forecast_lang = "sv"
> forecast_stale = 3540
> forecast_aeris_use_metar = 1
> forecast_alert_enabled = 0
> forecast_alert_limit = 1
> forecast_show_daily_forecast_link = 0
> forecast_daily_forecast_link = ""
>
>
>
> //Joacim
>
>

-- 
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.google.com/d/msgid/weewx-user/e503a3e7-68c5-445b-a727-092d3a3911c6n%40googlegroups.com.


Re: [weewx-user] Davis WeatherLink Live: Which driver is best?

2020-11-02 Thread gary....@gmail.com
Take a look at this one, it's well documented and the author is quite 
responsive.
https://github.com/michael-slx/weewx-weatherlink-live

This one performs well too and also has a responsive author.
https://github.com/grebleem/weewx-weatherlinkliveudp

On Sunday, November 1, 2020 at 7:12:55 AM UTC-5 didier@gmail.com wrote:

> it's a fork of https://github.com/vinceskahan/weewx-weatherlinklive-json
>
> Le dim. 1 nov. 2020 à 12:21, Karen K  a écrit :
>
>> didier@gmail.com schrieb am Sonntag, 1. November 2020 um 11:36:36 
>> UTC+1:
>>
>>> I'm using this one : 
>>> https://github.com/Drealine/weatherlinklive-driver-weewx
>>>
>>
>> Oh, I think, this one is not listed at 
>> https://github.com/weewx/weewx/wiki .
>>
>> -- 
>> 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+...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/64cfc036-5576-46bf-8b31-9b4ce55da912n%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
> Quel temps fait-il à Auffargis  ?
>

-- 
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.google.com/d/msgid/weewx-user/ef7473db-2898-4226-9ee5-080499f63df7n%40googlegroups.com.


Re: [weewx-user] all-in-one raspi announcement

2020-11-02 Thread Tom Keffer
Great idea.

I wonder what the keyboard feels like? It looks like a low-quality
"Chiclet" style board.

On Mon, Nov 2, 2020 at 7:37 AM vince  wrote:

> This looks like a great idea as a weewx and IoT little dev system if they
> don't have thermal issues.
>
>
> https://www.raspberrypi.org/products/raspberry-pi-400-unit/?resellerType=home=raspberry-pi-400-us-unit
>
> --
> 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.google.com/d/msgid/weewx-user/f335b428-76c5-4738-8f3c-61aea1829898o%40googlegroups.com
> 
> .
>

-- 
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.google.com/d/msgid/weewx-user/CAPq0zEDnsnd25u7iSwhYyAL7Xt4YtvZUJrJnewsGWx6_d_6Www%40mail.gmail.com.


[weewx-user] all-in-one raspi announcement

2020-11-02 Thread vince
This looks like a great idea as a weewx and IoT little dev system if they 
don't have thermal issues. 

https://www.raspberrypi.org/products/raspberry-pi-400-unit/?resellerType=home=raspberry-pi-400-us-unit

-- 
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.google.com/d/msgid/weewx-user/f335b428-76c5-4738-8f3c-61aea1829898o%40googlegroups.com.


Re: [weewx-user] MQTT lagging

2020-11-02 Thread Greg Troxel

vince  writes:

> On Sunday, November 1, 2020 at 11:09:53 AM UTC-8, T Reid wrote:
>>
>> I am running weewx and Belchertown on an older rpi 3 model B version 1.2.  
>> Cheetah takes around 20 seconds to generate the Belchertown reports.  Time 
>> for new hardware?
>
> "*I'm good. My computer is too fast already*", said nobody ever...
>
> I'm running on far wimpier hardware than even a model-B pi, and it takes 42 
> seconds for me, but I do have my MQTT broker on a pi3 that has a wired.

If you are generating a skin once every 5m (T: you *are* set to 5m,
right?) and it takes 20s, that seems totally fine.

You should also check any upload timings.

> Still think you should do a quick test with Belchertown disabled to see if 
> that breaks looks your MQTT issue.  That would be a good data point to have.

Agreed that more data is needed.  Something is wrong but so far we don't
know what.  I expect it will be something odd, when found, but util then
it won't make sense.

-- 
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.google.com/d/msgid/weewx-user/rmituu7dgdo.fsf%40s1.lexort.com.


signature.asc
Description: PGP signature


[weewx-user] Re: Basic weather station (temp/humidity) with a large display

2020-11-02 Thread tarob...@gmail.com
If all you want is temperature/humidity then just get an outdoor 
temp/humidity sensor that is wireless (I have four acurite temp/humidity 
sensors) and use the SDR driver to capture the data. You'll also need to 
get an antenna to capture that data. Here are some good instructions 
(https://github.com/bdwilson/acurite) on everything needed.

On Sunday, November 1, 2020 at 5:13:40 PM UTC-5 danod...@gmail.com wrote:

> I have what seems to be a dumb question but I keep coming up empty. I want 
> a screen with a USB interface for WeeWX that simply needs indoor/outdoor 
> temp and humidity. I don't need a full-blown weather station with all the 
> bells and whistles, just temperature and humidity. Does anyone have a good 
> suggestion? TIA!
>

-- 
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.google.com/d/msgid/weewx-user/33300879-0c38-4248-8cb4-df507fd5628en%40googlegroups.com.


Re: [weewx-user] No PFM found for MEZ025

2020-11-02 Thread Michael Bruski
The URL you provided yields a number of duplicated LIDs each with different 
LAT/LONs and Elevations.  I see MEZ008, MEZ021, NHZ002, NHZ005, NHZ012 and 
NHZ015 listed twice.  NHZ011 is listed three times.  I didn't see any 
duplicates in the AFM from the same forecast office and MEZ025 is reported 
there.  If that is the location you want a forecast for, you may need to 
make a mod to your forecast.py in order to get that.  See my previous post 
about that mod.

On Monday, November 2, 2020 at 7:09:36 AM UTC-5 Michael Bruski wrote:

>
> MEZ024 is in that page twice with two different locations and elevations 
> posted?   Perhaps the forecast office made a mistake and one is a typo.  
> You can go to very bottom of the page and send an e-mail to the NWS 
> Internet Services Team to report that.
>
> On Monday, November 2, 2020 at 12:45:13 AM UTC-5 Greg from Oz wrote:
>
>>  lid = MEZ025
>>
>> should be 
>>
>>  lid = MEZ024
>>
>> as there is no MEZ025 just like the error messages says.just guessing.
>>
>>
>> On Monday, 2 November 2020 14:42:15 UTC+11, John Kline wrote:
>>
>>> NWS: no PFM found for MEZ025 in forecast from GYX
>>>
>>>
>>> Seems like a good error message to me.  MEZ025 is not where to be found 
>>> on the page.
>>>
>>> Did you mean MEZ024?
>>>
>>
>>> On Nov 1, 2020, at 7:15 PM, weather list  wrote:
>>>
>>> I have fthe forecast extension installed, with NWS set up as:
>>>
>>> [[NWS]]
>>> lid = MEZ025
>>> foid = GYX
>>>
>>> WeeWx log reports:
>>>
>>>
>>> Nov  1 22:04:27 raspberry-NUC62 weewx[27447] ERROR user.forecast: 
>>> NWSThread: NWS: no PFM found for MEZ025 in forecast from GYX
>>> Nov  1 22:05:18 raspberry-NUC62 weewx[27447] ERROR user.forecast: 
>>> NWSThread: NWS: no PFM found for MEZ025 in forecast from GYX
>>>
>>> And yet, this URL 
>>> 
>>>  seems 
>>> to return PFM data. Am I making an obvious (not to me) error here?
>>>
>>> Point Forecast Matrices 
>>> Issued by NWS Portland, ME
>>>
>>> Current Version | Previous Version | Text Only | Print | Product List | 
>>> Glossary On
>>> Versions: 1 2 3 4 5 6 7 8 9 10 11 12
>>> 000
>>> FOUS51 KGYX 020103
>>> PFMGYX
>>>
>>> Point Forecast Matrices
>>> National Weather Service Gray ME
>>> 802 PM EST Sun Nov 1 2020
>>>
>>> *MEZ024*-020900-
>>> Portland-Cumberland ME
>>> 43.65N  70.32W Elev. 75 ft
>>> 802 PM EST Sun Nov 1 2020
>>>
>>> Date   11/01/20  Mon 11/02/20Tue 11/03/20   
>>>  Wed
>>> EST 3hrly 16 19 22 01 04 07 10 13 16 19 22 01 04 07 10 13 16 19 22 
>>> 01 04 07
>>> UTC 3hrly 21 00 03 06 09 12 15 18 21 00 03 06 09 12 15 18 21 00 03 
>>> 06 09 12
>>>
>>> Min/Max  39  41  29  42 
>>>  26
>>> Temp50 48 42 39 40 40 35 32 31 31 30 30 37 41 39 33 31 
>>> 30 28 28
>>> Dewpt   47 45 39 34 29 25 21 18 20 21 22 23 21 18 18 18 18 
>>> 17 17 20
>>> RH  89 89 89 82 64 55 56 56 63 66 72 75 52 39 42 53 58 
>>> 58 63 71
>>> Wind dir S  W NW  W  W  W  W  W  W SW  W  W NW NW NW NW NW 
>>>  N NW  S
>>> Wind spd 8 10 10 12 20 27 26 19 12  9  6 10 14 14 12  6  5 
>>>  2  2  2
>>> Wind gust   35 40 44 32
>>> Clouds  OV OV B2 B1 B2 SC SC FW SC B2 B1 B1 SC SC FW FW FW 
>>> FW SC SC
>>> PoP 12hr 90  20  40  30 
>>>   5
>>> QPF 12hr   0.24   00.02   0 
>>>   0
>>> Snow 12hr 00-00   00-00   T
>>> Rain D  L
>>> Rain shwrs SS
>>> SnowshwrsS  C  C  C
>>> Wind chill   31 31 30 23 19 20 21 23 21 2831 27 25
>>> Min chill31301920212327   
>>>  2526
>>> Wind Y  Y  Y
>>>
>>>
>>> Date   11/04  Thu 11/05/20  Fri 11/06/20  Sat 11/07/20  Sun 
>>> 11/08/20
>>> EST 6hrly 13 19   01 07 13 19   01 07 13 19   01 07 13 19   01 07 13 
>>> 19
>>> UTC 6hrly 18 00   06 12 18 00   06 12 18 00   06 12 18 00   06 12 18 
>>> 00
>>>
>>> Max/Min  48  3960  4562  4461  44   
>>>  62
>>> Temp  46 43   41 41 58 52   48 46 60 52   48 45 60 52   48 45 60 
>>> 53
>>> Dewpt 27 34   36 38 44 45   44 44 46 46   44 42 45 45   43 43 46 
>>> 47
>>> PWind dir S  SWSW  SWSW   W W   W   
>>>  SW
>>> Wind charLT  LTGN  LTLT  LTLT  LT   
>>>  LT
>>> Avg cloudsSC FW   FW FW FW SC   B1 B2 B1 SC   SC SC SC FW   SC SC SC 
>>> SC
>>> PoP 12hr  0   0 0   0 0   0 0   0   
>>>   5
>>>
>>> $$
>>>
>>> -- 
>>> 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] how to define new optional formatting tag (like ordinal_compass for windDir)?

2020-11-02 Thread Tom Keffer
I can't think of any elegant way to do it, but an inelegant way is to
monkey patch ValueHelper.

import weewx.units

def category(vh):
  if vh.raw is None:
result = "N/A"
  elif vh.raw < 50:
result = "good"
  elif vh.raw < 100:
result = "moderate"
  else:
result = "bad"
  return result

weewx.units.ValueHelper.category = category


The ValueHelper class has been pretty stable for a long time, so you're
unlikely to break things in an upgrade. But, there's no guarantees!

-tk

On Mon, Nov 2, 2020 at 1:12 AM Graham Eddy  wrote:

> there is an existing optional formatting tag ‘ordinal_compass’ for
> data_type ‘windDir’
> eg. where $current.windDir.raw = 45, $current.windDir.ordinal_compass =
> “NE"
>
> i would like to create a new optional formatting tag ‘category’ for new
> xtype ‘aqi_pm2_51’ (air quality index derived PM2.5)
> e.g. where $current.aqi_pm2_51.raw = 75, $current.aqi_pm2_51.category =
> “Moderate”
>
> how do i create the new optional formatting tag?
> so far all i have found is to extend weewx.units.ValueHelper - i guess a
> function called “catgeory” would be picked up to do the formatting. but
> this would require changing rather than extending weewx codebase.
> have i missed something obvious?
>
> --
> 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.google.com/d/msgid/weewx-user/487EFABB-872F-449C-A685-8BB5FD83EF98%40gmail.com
> .
>

-- 
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.google.com/d/msgid/weewx-user/CAPq0zEA-biYRcrTk__y2-Avam%2BcW9U0-z0iDjxc%2BdW%3DH-dkq1g%40mail.gmail.com.


Re: [weewx-user] No PFM found for MEZ025

2020-11-02 Thread Michael Bruski

MEZ024 is in that page twice with two different locations and elevations 
posted?   Perhaps the forecast office made a mistake and one is a typo.  
You can go to very bottom of the page and send an e-mail to the NWS 
Internet Services Team to report that.

On Monday, November 2, 2020 at 12:45:13 AM UTC-5 Greg from Oz wrote:

>  lid = MEZ025
>
> should be 
>
>  lid = MEZ024
>
> as there is no MEZ025 just like the error messages says.just guessing.
>
>
> On Monday, 2 November 2020 14:42:15 UTC+11, John Kline wrote:
>
>> NWS: no PFM found for MEZ025 in forecast from GYX
>>
>>
>> Seems like a good error message to me.  MEZ025 is not where to be found 
>> on the page.
>>
>> Did you mean MEZ024?
>>
>
>> On Nov 1, 2020, at 7:15 PM, weather list  wrote:
>>
>> I have fthe forecast extension installed, with NWS set up as:
>>
>> [[NWS]]
>> lid = MEZ025
>> foid = GYX
>>
>> WeeWx log reports:
>>
>>
>> Nov  1 22:04:27 raspberry-NUC62 weewx[27447] ERROR user.forecast: 
>> NWSThread: NWS: no PFM found for MEZ025 in forecast from GYX
>> Nov  1 22:05:18 raspberry-NUC62 weewx[27447] ERROR user.forecast: 
>> NWSThread: NWS: no PFM found for MEZ025 in forecast from GYX
>>
>> And yet, this URL 
>>  
>> seems 
>> to return PFM data. Am I making an obvious (not to me) error here?
>>
>> Point Forecast Matrices 
>> Issued by NWS Portland, ME
>>
>> Current Version | Previous Version | Text Only | Print | Product List | 
>> Glossary On
>> Versions: 1 2 3 4 5 6 7 8 9 10 11 12
>> 000
>> FOUS51 KGYX 020103
>> PFMGYX
>>
>> Point Forecast Matrices
>> National Weather Service Gray ME
>> 802 PM EST Sun Nov 1 2020
>>
>> *MEZ024*-020900-
>> Portland-Cumberland ME
>> 43.65N  70.32W Elev. 75 ft
>> 802 PM EST Sun Nov 1 2020
>>
>> Date   11/01/20  Mon 11/02/20Tue 11/03/20 
>>Wed
>> EST 3hrly 16 19 22 01 04 07 10 13 16 19 22 01 04 07 10 13 16 19 22 01 
>> 04 07
>> UTC 3hrly 21 00 03 06 09 12 15 18 21 00 03 06 09 12 15 18 21 00 03 06 
>> 09 12
>>
>> Min/Max  39  41  29  42   
>>26
>> Temp50 48 42 39 40 40 35 32 31 31 30 30 37 41 39 33 31 30 
>> 28 28
>> Dewpt   47 45 39 34 29 25 21 18 20 21 22 23 21 18 18 18 18 17 
>> 17 20
>> RH  89 89 89 82 64 55 56 56 63 66 72 75 52 39 42 53 58 58 
>> 63 71
>> Wind dir S  W NW  W  W  W  W  W  W SW  W  W NW NW NW NW NW  N 
>> NW  S
>> Wind spd 8 10 10 12 20 27 26 19 12  9  6 10 14 14 12  6  5  2 
>>  2  2
>> Wind gust   35 40 44 32
>> Clouds  OV OV B2 B1 B2 SC SC FW SC B2 B1 B1 SC SC FW FW FW FW 
>> SC SC
>> PoP 12hr 90  20  40  30   
>> 5
>> QPF 12hr   0.24   00.02   0   
>> 0
>> Snow 12hr 00-00   00-00   T
>> Rain D  L
>> Rain shwrs SS
>> SnowshwrsS  C  C  C
>> Wind chill   31 31 30 23 19 20 21 23 21 2831 27 25
>> Min chill3130192021232725 
>>26
>> Wind Y  Y  Y
>>
>>
>> Date   11/04  Thu 11/05/20  Fri 11/06/20  Sat 11/07/20  Sun 
>> 11/08/20
>> EST 6hrly 13 19   01 07 13 19   01 07 13 19   01 07 13 19   01 07 13 
>> 19
>> UTC 6hrly 18 00   06 12 18 00   06 12 18 00   06 12 18 00   06 12 18 
>> 00
>>
>> Max/Min  48  3960  4562  4461  44   
>>  62
>> Temp  46 43   41 41 58 52   48 46 60 52   48 45 60 52   48 45 60 
>> 53
>> Dewpt 27 34   36 38 44 45   44 44 46 46   44 42 45 45   43 43 46 
>> 47
>> PWind dir S  SWSW  SWSW   W W   W   
>>  SW
>> Wind charLT  LTGN  LTLT  LTLT  LT   
>>  LT
>> Avg cloudsSC FW   FW FW FW SC   B1 B2 B1 SC   SC SC SC FW   SC SC SC 
>> SC
>> PoP 12hr  0   0 0   0 0   0 0   0 
>> 5
>>
>> $$
>>
>> -- 
>> 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...@googlegroups.com.
>>
>>
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/20D9FD93-D7F6-4A14-9BD9-4228FC98EEE2%40gmail.com
>>  
>> 
>> .
>>
>>

-- 
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 

[weewx-user] how to define new optional formatting tag (like ordinal_compass for windDir)?

2020-11-02 Thread Graham Eddy
there is an existing optional formatting tag ‘ordinal_compass’ for data_type 
‘windDir’
eg. where $current.windDir.raw = 45, $current.windDir.ordinal_compass = “NE"

i would like to create a new optional formatting tag ‘category’ for new xtype 
‘aqi_pm2_51’ (air quality index derived PM2.5)
e.g. where $current.aqi_pm2_51.raw = 75, $current.aqi_pm2_51.category = 
“Moderate”

how do i create the new optional formatting tag?
so far all i have found is to extend weewx.units.ValueHelper - i guess a 
function called “catgeory” would be picked up to do the formatting. but this 
would require changing rather than extending weewx codebase.
have i missed something obvious?

-- 
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.google.com/d/msgid/weewx-user/487EFABB-872F-449C-A685-8BB5FD83EF98%40gmail.com.