[weewx-user] Re: wee_import PWS station not found.

2019-08-30 Thread gjr80
Hi,

The wee_import WU module has not yet been updated to use the new WU API. 
Give me a few days and I should have the new API incorporated and it should 
work then.

Gary

On Saturday, 31 August 2019 04:30:37 UTC+10, Clint Parrish wrote:
>
> I got a different error.  Here is the output.  Not sure what changed.
>
> wee_import --import-config=/var/tmp/wu.conf --from=2019-08-29 
> --to=2019-08-30 --dry-run
> Starting wee_import...
> Observation history for Weather Underground station 'KILSULLI1' will be 
> imported.
> Using database binding 'wx_binding', which is bound to database 'weewx.sdb'
> Destination table 'archive' unit system is '0x01' (US).
> Missing derived observations will be calculated.
> Observations timestamped after 2019-08-29 00:00:00 CDT (1567054800) and up 
> to and
> including 2019-08-31 00:00:00 CDT (1567227600) will be imported.
> This is a dry run, imported data will not be saved to archive.
> Unable to open Weather Underground station KILSULLI1
> HTTP Error 403: Forbidden
>  Unable to load config file.
>  HTTP Error 403: Forbidden
>  Nothing done, exiting.
>

-- 
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/f1f36167-5a40-4f2c-a554-06e2d576d842%40googlegroups.com.


[weewx-user] Re: Looking for sample weewx.conf file that includes two sensor sources for Vantage Pro

2019-08-30 Thread Bob Borzelleri
Thanks...

It looks like your configuration specifies station #2 as an exception which 
might mean that Weewx can see the #1 Station by default.  

I will give it a try.

On Friday, August 30, 2019 at 9:27:40 AM UTC-7, paul bennett wrote:
>
> I have exactly that setup - a VP2 with a separate wireless staion on the 
> roof for the anemometer.  The VP2 base station is configured to receive 
> from Station 2.  Here's the [Vantage] section from my weewx.conf:
>
>
> ##
>
> [Vantage]
> # This section is for the Davis Vantage series of weather stations.
>
> # Connection type: serial or ethernet
> #  serial (the classic VantagePro)
> #  ethernet (the WeatherLinkIP or Serial-Ethernet bridge)
> type = serial
>
> # If the connection type is serial, a port must be specified:
> #   Debian, Ubuntu, Redhat, Fedora, and SuSE:
> # /dev/ttyUSB0 is a common USB port name
> # /dev/ttyS0   is a common serial port name
> #   BSD:
> # /dev/cuaU0   is a common serial port name
> port = /dev/ttyUSB0
>
> # If the connection type is ethernet, an IP Address/hostname is 
> required:
> #-# host = 1.2.3.4
>
> ##
> # The rest of this section rarely needs any attention.
> # You can safely leave it "as is."
> ##
>
> # Serial baud rate (usually 19200)
> baudrate = 19200
>
> # TCP port (when using the WeatherLinkIP)
> tcp_port = 2
>
> # TCP send delay (when using the WeatherLinkIP):
> tcp_send_delay = 0.5
>
> # 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 = 2
>
> # How long to wait for a response from the station before giving up (in
> # seconds; must be greater than 2)
> timeout = 4
>
> # How long to wait before trying again (in seconds)
> wait_before_retry = 1.2
>
> # How many times to try before giving up:
> max_tries = 4
>
> # Vantage model Type: 1 = Vantage Pro; 2 = Vantage Pro2
> model_type = 2
>
> # The driver to use:
> driver = weewx.drivers.vantage
>
>
> ##
>
> Hope that helps...
>
>
> On Friday, August 30, 2019 at 8:49:04 AM UTC-6, Bob Borzelleri wrote:
>>
>> I am switching to a Raspberry Pi 4 with Weewx from a PC running 
>> Weatherlink for the past 15 years.  Previously, I ran the anemometer hard 
>> wired into the ISS which would work fine, I assume, with Weewx seeing all 
>> sensor inputs (rain, temp/humidity/ solar radiation and wind) from ISS = 1.
>>
>> Now that I am 15 years older than when I started this weather stuff, I no 
>> longer wish to hang off the roof in order to maintain the ISS so I am 
>> relocating it to a spot in the yard that does not require a crane in order 
>> to get to.  I have switched the anemometer from hard wire in the ISS to 
>> plugging into a Davis wireless sensor transmitter.
>>
>> The Weewx configuration file seems to be happy   seeing the ISS as 
>> Station 1 ( ISS = 1), but adding Station 2 on the next line (Anemometer = 
>> 2)  doesn't seem to be the hot setup.
>>
>> If anyone has two Davis Vantage Pro stations feeding into Weewx, I'd 
>> appreciate seeing how they included the 2nd one in the configuration file.
>>
>> BTW, the Davis Console is set up to see the 2nd station and reports its 
>> activity.  I also have an Envoy that I set up through Weathlink to see the 
>> 2nd station (menu driven Q & A) and have it plugged into the RPi.  I 
>> reports all data from the ISS, but not the anemometer and lists N/A 
>> alongside the Current Conditions for wind.
>>
>> Now that I have just called up the page, I see that the Barometer shows 
>> the current reading but also shows (N/A) after the reading.
>>
>> Any help would be greatly appreciated.
>>
>> ...Bob
>>
>>  
>>
>

-- 
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/27164987-fd7b-4905-948d-9328a96953ff%40googlegroups.com.


Re: [weewx-user] Looking for sample weewx.conf file that includes two sensor sources for Vantage Pro

2019-08-30 Thread Bob Borzelleri
Thanks.  The data logger in the Envoy is collecting wind data from the 
separate station, it's just not showing up in Weewx.  It does show up in 
WeatherLink 6.0.3.  

Next step is to hook up the Console with the RPi.  While I do not want to 
locate the Console in the same room as the RPi, it will at least clear up 
if the issue is solely with the Envoy.

Thanks again   

On Friday, August 30, 2019 at 10:05:16 AM UTC-7, ln77 wrote:
>
> I have my anemometer connected to a separate sensor transmitter, with the 
> ISS as station 4 and the anemometer as station 3 -- I have a neighbor with 
> an ISS on station 1.  weewx is connected to the console by an ethernet data 
> logger.  I never touched the iss_id in weewx.conf -- it's still the default 
> value of 1.  weewx is just picking up whatever sensors/IDs the console is 
> configured to use.  wee_device --info reports wind on channel 3 and iss on 
> channel 4, as expected.  But I don't have any experience with the Envoy or 
> how to configure it.
>
>   -Les
>
> On 8/30/19 7:49, Bob Borzelleri wrote:
>
> I am switching to a Raspberry Pi 4 with Weewx from a PC running 
> Weatherlink for the past 15 years.  Previously, I ran the anemometer hard 
> wired into the ISS which would work fine, I assume, with Weewx seeing all 
> sensor inputs (rain, temp/humidity/ solar radiation and wind) from ISS = 1. 
>
> Now that I am 15 years older than when I started this weather stuff, I no 
> longer wish to hang off the roof in order to maintain the ISS so I am 
> relocating it to a spot in the yard that does not require a crane in order 
> to get to.  I have switched the anemometer from hard wire in the ISS to 
> plugging into a Davis wireless sensor transmitter.
>
> The Weewx configuration file seems to be happy   seeing the ISS as Station 
> 1 ( ISS = 1), but adding Station 2 on the next line (Anemometer = 2)  
> doesn't seem to be the hot setup.
>
> If anyone has two Davis Vantage Pro stations feeding into Weewx, I'd 
> appreciate seeing how they included the 2nd one in the configuration file.
>
> BTW, the Davis Console is set up to see the 2nd station and reports its 
> activity.  I also have an Envoy that I set up through Weathlink to see the 
> 2nd station (menu driven Q & A) and have it plugged into the RPi.  I 
> reports all data from the ISS, but not the anemometer and lists N/A 
> alongside the Current Conditions for wind.
>
> Now that I have just called up the page, I see that the Barometer shows 
> the current reading but also shows (N/A) after the reading.
>
> Any help would be greatly appreciated.
>
> ...Bob
>
>  
> -- 
> 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/fba19644-296a-4f6a-8c2a-4b76c304d42d%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/4a5db758-76a4-4768-91d9-fd84025e53cf%40googlegroups.com.


[weewx-user] Re: WeatherFlow - any feedback regarding WeeWX

2019-08-30 Thread vince
On Friday, August 30, 2019 at 9:40:42 AM UTC-7, Xant wrote:
>
> So, if no other major feedback or concerns regarding the 2 units (or other 
> systems advice), I might give WeatherFlow a try.
>
>
Check out their forums for many more details than I could ever remember off 
the top of my head.

I bought mine pre-launch was the UDP interface and the lack of moving parts.

   - I'm aware of those threads.  I was the last commenter a year ago in 
   the third thread.  Some are a bit dated by now.
   - I believe the WF UDP driver's author is the second link.  I could 
   provide a similar comparison on my site as well but never got around to it.
   - The wxforum link has a lot of comments from some of the more... 
   typically a bit cranky (shall we say, to be polite)... folks with those 
   units.   You'll recognize the writing style and usernames eventually.
   
My personal comparison of the WF vs. the VP2:

   - temperature and humidity - fine
   - wind - fine
   - rain - WF not good, not gonna get good in realtime in my opinion.  ok 
   a day later after they adjust, but then why bother measuring bad raw rain 
   data ?
  - (for 'me', living near Seattle, I really wanted accurate rain, so 
  if I knew then what I know 'now' then I would not have bought a WF)
   

   - lightning - not great but uncertain if it's a limitation in the sensor 
   from what I read.
   - solar/uv/brightness - reportedly so-so, but it's hard to say.  I don't 
   have anything to compare it to here.
   - fit+finish - not 'quite' as good as the Davis but close.  Very solidly 
   put together.
   - will it last - some WF manufacturing quality problems in initial 
   batch, but customer support is fabulous replacing bad or failing units
   - customer support - excellent.   Just as good as Davis so far.  Very 
   nice folks.
   - hands-off operation - you need batteries for the Air (reportedly 
   2-year life) otherwise ok
   - flexibility in mounting - the WF is 'very' sensitive to other than 
   rock-solid mounting poles for the Sky and generates false rain.  VERY 
   sensitive.
   - wifi -  hub connects with only 2.4 GHz wifi, no 5GHz wifi and no wired 
   ethernet.
   - range - fine for residential, some folks claim insanely good range in 
   long-range tests
   - programming interface - Davis really has none, WF has UDP (realtime) 
   and Websockets and REST.  All work great.
   - console - Davis has their 1964-style one.  WF has none.
   - interface with computer - Davis makes you buy the logger (ugh) but 
   that 'does' keep a week+ of data if you lose the computer.
   - phone/mobile apps - WF has them, but if you upload weewx to anywhere 
   you can get the same effect for Davis
   - moving parts - WF has none, Davis has the anemometer and tipper 
   (although they last for 10+ years)
   - size: WF has two similarly sized sensors (Air = must be in shade, not 
   weatherproof, and Sky = for solar/wind/rain), Vue has a bigger integrated 
   sensor suite.

That said, the WF sure is pretty looking and easy to set up.  Basically if 
you can mount it 'very' solidly and you're ok with uncertain realtime rain 
accuracy, it's certainly a nice unit for that price point.


-- 
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/2fec1f17-d14b-4578-a542-bc4124d7ffd1%40googlegroups.com.


[weewx-user] wee_import PWS station not found.

2019-08-30 Thread Clint Parrish
I got a different error.  Here is the output.  Not sure what changed.

wee_import --import-config=/var/tmp/wu.conf --from=2019-08-29 --to=2019-08-30 
--dry-run
Starting wee_import...
Observation history for Weather Underground station 'KILSULLI1' will be 
imported.
Using database binding 'wx_binding', which is bound to database 'weewx.sdb'
Destination table 'archive' unit system is '0x01' (US).
Missing derived observations will be calculated.
Observations timestamped after 2019-08-29 00:00:00 CDT (1567054800) and up to 
and
including 2019-08-31 00:00:00 CDT (1567227600) will be imported.
This is a dry run, imported data will not be saved to archive.
Unable to open Weather Underground station KILSULLI1
    HTTP Error 403: Forbidden
 Unable to load config file.
 HTTP Error 403: Forbidden
 Nothing done, exiting.

-- 
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/5026f529-7ad2-483e-9922-264d6b798529%40googlegroups.com.


[weewx-user] Re: Live Update don't work anymore

2019-08-30 Thread Stefan
Hallo Manfred.

Ja. Es scheint einen blöden Fehler gegeben zu haben. Aktuell läuft der 
Broker auf dem Raspberry, auf dem auch weewx läuft. Klappt gut. Mal sehen, 
ob ich die anderen Stationen auch so herkriege ;-). Habe noch 35 :-D

Am Freitag, 30. August 2019 16:46:53 UTC+2 schrieb Manfred Maier:
>
> Gratuliere! Ich sehe Live-Daten auf Deiner Website :)
>
>
> Am Freitag, 30. August 2019 10:47:35 UTC+2 schrieb Manfred Maier:
>>
>> Guten Morgen,
>> wie gesagt, ich habe meinen Broker auf dem externen vServer installiert. 
>>
>> Ich habe nur ganz exakt die Schritte befolgt, die in der gestern 
>> geposteten Anleitung standen. Alles natürlich auf dem vServer ausgeführt. 
>> Und die beiden Teile der weewx.conf so angepasst, wie auch gepostet. Auf 
>> dem Raspi habe ich keine Veränderungen vorgenommen oder irgendwas 
>> installiert.
>>  
>>
>> Am Freitag, 30. August 2019 07:18:31 UTC+2 schrieb Stefan:
>>>
>>> Guten Morgen.
>>>
>>> Danke für die Info. Kannst du mir mal bitte sagen, wie man nun von 
>>> anfang an das machen muss? Ich hatte den MQTT Broker auf dem Raspi 
>>> installiert und seither versucht, die Daten zu holen, was aber nicht klappt.
>>> Wie genau muss ich wo was installieren?
>>>
>>>
>>>

-- 
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/949111cc-cffe-403b-98be-1fe3fe5ab684%40googlegroups.com.


Re: [weewx-user] Looking for sample weewx.conf file that includes two sensor sources for Vantage Pro

2019-08-30 Thread Les Niles
I have my anemometer connected to a separate sensor transmitter, with 
the ISS as station 4 and the anemometer as station 3 -- I have a 
neighbor with an ISS on station 1.  weewx is connected to the console by 
an ethernet data logger.  I never touched the iss_id in weewx.conf -- 
it's still the default value of 1.  weewx is just picking up whatever 
sensors/IDs the console is configured to use.  wee_device --info reports 
wind on channel 3 and iss on channel 4, as expected.  But I don't have 
any experience with the Envoy or how to configure it.


  -Les

On 8/30/19 7:49, Bob Borzelleri wrote:
I am switching to a Raspberry Pi 4 with Weewx from a PC running 
Weatherlink for the past 15 years.  Previously, I ran the anemometer 
hard wired into the ISS which would work fine, I assume, with Weewx 
seeing all sensor inputs (rain, temp/humidity/ solar radiation and 
wind) from ISS = 1.


Now that I am 15 years older than when I started this weather stuff, I 
no longer wish to hang off the roof in order to maintain the ISS so I 
am relocating it to a spot in the yard that does not require a crane 
in order to get to.  I have switched the anemometer from hard wire in 
the ISS to plugging into a Davis wireless sensor transmitter.


The Weewx configuration file seems to be happy   seeing the ISS as 
Station 1 ( ISS = 1), but adding Station 2 on the next line 
(Anemometer = 2)  doesn't seem to be the hot setup.


If anyone has two Davis Vantage Pro stations feeding into Weewx, I'd 
appreciate seeing how they included the 2nd one in the configuration file.


BTW, the Davis Console is set up to see the 2nd station and reports 
its activity.  I also have an Envoy that I set up through Weathlink to 
see the 2nd station (menu driven Q & A) and have it plugged into the 
RPi.  I reports all data from the ISS, but not the anemometer and 
lists N/A alongside the Current Conditions for wind.


Now that I have just called up the page, I see that the Barometer 
shows the current reading but also shows (N/A) after the reading.


Any help would be greatly appreciated.

...Bob

--
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/fba19644-296a-4f6a-8c2a-4b76c304d42d%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/2d37435d-f2e4-58eb-e8ad-b6f4132b60ac%402pi.org.


[weewx-user] Re: WeatherFlow - any feedback regarding WeeWX

2019-08-30 Thread Xant
Thanks for notes Vince

1) WeatherFlow

things I like (or intrigue):

   - no moving parts
   - sensors: brightness, UV index, solar irradiance, temp, humidity, 
   pressure, lightning 
   - UDP API
   - rain not a major issue
   
cons:

   - 60sec loop

cost:

   - seems Ok for a no-moving parts system (specially when compared to 
   Davis)


2) Davis

Sure, I always see Davis as the "Cadillac" of PWSs, but at a price...

But still get confused by some things that are not clear to me (Vue or Pro):

   - although not needed, display seems way dated
   - which indeed in need, is computer connectivity, which seems low tech 
   an extra cost
   - solar radiation and UV sensor only in the high price models (above 
   $1,000)
   

Measured comparison of the 2 systems seems consistent:

https://www.wxforum.net/index.php?topic=35368.0
http://ae3.homelinux.net:845/weewx/compare.html
https://community.weatherflow.com/t/davis-vp2-vs-weatherflow-comparison/2293


So, if no other major feedback or concerns regarding the 2 units (or other 
systems advice), I might give WeatherFlow a try.

Thanks,
Xant

-- 
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/9191de3b-80d9-4e04-b7a8-e2033375f1d3%40googlegroups.com.


[weewx-user] Re: Can't edit weewx.conf file

2019-08-30 Thread vince
On Friday, August 30, 2019 at 7:19:23 AM UTC-7, Bob Borzelleri wrote:
>
> OK, I got it.  It took a "SUDO nano" opener to allow me to save the 
> modified file.  Thanks for directing me back to basics.
>

I think we need a FAQ along the lines of:
  - Q. I'm a new linux user and I'm getting permission denied...
  - A. did you forget to preface your command with sudo ?

If this is really your first Linux adventure, it would be worth your time 
to get yourself a little training before you get too frustrated.  There are 
a lot of good free self-paced things out there that you might think about 
nibbling away at.  I usually point folks at the edx.org Linux course from 
the Linux Foundation, but there are lots of 'free' courses out there to 
help you get your feet wet.   Well worth a little time if you can spare it.

-- 
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/269457a7-8520-4e02-ae38-91801724598e%40googlegroups.com.


[weewx-user] Re: Looking for sample weewx.conf file that includes two sensor sources for Vantage Pro

2019-08-30 Thread vince
On Friday, August 30, 2019 at 7:49:04 AM UTC-7, Bob Borzelleri wrote:

> If anyone has two Davis Vantage Pro stations feeding into Weewx, I'd 
> appreciate seeing how they included the 2nd one in the configuration file.
>
>
I don't think you can have multiple 'stations' in one instance of weewx, 
but you can run multiple instances of weewx on one computer, each talking 
to one station.   The only way I can think of combining the two into some 
kind of aggregate would be to have both instances publish to MQTT and then 
have a third aggregator weewx instance subscribe to the topics from the two 
hosts.

If you don't need weewx as your all-data-from-both display, then I'd 
suggest using influxdb+grafana as your db+dashboard, and using something 
like telegraf to subscribe to the topics and feed influxdb with data.  
That's how I have data from one WeatherFlow station overlaid with data from 
a variety of pi and arduino sprinked around the house.  Works greatbut 
it's not a weewx-based solution to get you to have two stations of data on 
weewx-generated pages.

Maybe have the stations publish into influxdb and have weewx 'consume' the 
influxdb data to generate graphs ?  I dunno.

Matthew probably has it solved anyway :-)

-- 
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/e4b2df90-5ef8-4204-9990-d1755ad8ac8f%40googlegroups.com.


[weewx-user] Re: Looking for sample weewx.conf file that includes two sensor sources for Vantage Pro

2019-08-30 Thread paul bennett
I have exactly that setup - a VP2 with a separate wireless staion on the 
roof for the anemometer.  The VP2 base station is configured to receive 
from Station 2.  Here's the [Vantage] section from my weewx.conf:

##

[Vantage]
# This section is for the Davis Vantage series of weather stations.

# Connection type: serial or ethernet
#  serial (the classic VantagePro)
#  ethernet (the WeatherLinkIP or Serial-Ethernet bridge)
type = serial

# If the connection type is serial, a port must be specified:
#   Debian, Ubuntu, Redhat, Fedora, and SuSE:
# /dev/ttyUSB0 is a common USB port name
# /dev/ttyS0   is a common serial port name
#   BSD:
# /dev/cuaU0   is a common serial port name
port = /dev/ttyUSB0

# If the connection type is ethernet, an IP Address/hostname is 
required:
#-# host = 1.2.3.4

##
# The rest of this section rarely needs any attention.
# You can safely leave it "as is."
##

# Serial baud rate (usually 19200)
baudrate = 19200

# TCP port (when using the WeatherLinkIP)
tcp_port = 2

# TCP send delay (when using the WeatherLinkIP):
tcp_send_delay = 0.5

# 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 = 2

# How long to wait for a response from the station before giving up (in
# seconds; must be greater than 2)
timeout = 4

# How long to wait before trying again (in seconds)
wait_before_retry = 1.2

# How many times to try before giving up:
max_tries = 4

# Vantage model Type: 1 = Vantage Pro; 2 = Vantage Pro2
model_type = 2

# The driver to use:
driver = weewx.drivers.vantage

##

Hope that helps...


On Friday, August 30, 2019 at 8:49:04 AM UTC-6, Bob Borzelleri wrote:
>
> I am switching to a Raspberry Pi 4 with Weewx from a PC running 
> Weatherlink for the past 15 years.  Previously, I ran the anemometer hard 
> wired into the ISS which would work fine, I assume, with Weewx seeing all 
> sensor inputs (rain, temp/humidity/ solar radiation and wind) from ISS = 1.
>
> Now that I am 15 years older than when I started this weather stuff, I no 
> longer wish to hang off the roof in order to maintain the ISS so I am 
> relocating it to a spot in the yard that does not require a crane in order 
> to get to.  I have switched the anemometer from hard wire in the ISS to 
> plugging into a Davis wireless sensor transmitter.
>
> The Weewx configuration file seems to be happy   seeing the ISS as Station 
> 1 ( ISS = 1), but adding Station 2 on the next line (Anemometer = 2)  
> doesn't seem to be the hot setup.
>
> If anyone has two Davis Vantage Pro stations feeding into Weewx, I'd 
> appreciate seeing how they included the 2nd one in the configuration file.
>
> BTW, the Davis Console is set up to see the 2nd station and reports its 
> activity.  I also have an Envoy that I set up through Weathlink to see the 
> 2nd station (menu driven Q & A) and have it plugged into the RPi.  I 
> reports all data from the ISS, but not the anemometer and lists N/A 
> alongside the Current Conditions for wind.
>
> Now that I have just called up the page, I see that the Barometer shows 
> the current reading but also shows (N/A) after the reading.
>
> Any help would be greatly appreciated.
>
> ...Bob
>
>  
>

-- 
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/060a05f2-f5a4-45c6-b6ef-0f41b42e2dad%40googlegroups.com.


[weewx-user] wee_import PWS station not found.

2019-08-30 Thread Clint Parrish
I’m having a problem importing records from WU.  I have over 11 years of 
records that I want to combine into my weewx.sdb.

I have entered my nine digit PWS ID into my config file and get the following 
when I run wee_import:

wee_import --config=/etc/weewx/weewx.conf --import-config=/var/tmp/wu.conf 
--from=2019-08-29 --to=2019-08-30 --dry-run
Starting wee_import...
Observation history for Weather Underground station 'KILSULLI1' will be 
imported.
Using database binding 'wx_binding', which is bound to database 'weewx.sdb'
Destination table 'archive' unit system is '0x01' (US).
Missing derived observations will be calculated.
Observations timestamped after 2019-08-29 00:00:00 CDT (1567054800) and up to 
and
including 2019-08-31 00:00:00 CDT (1567227600) will be imported.
This is a dry run, imported data will not be saved to archive.
Unable to open Weather Underground station KILSULLI1
    
 Unable to load config file.
 
 Nothing done, exiting.

Could somebody please help?  Thanks!

Clint

-- 
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/4afdb390-bbb8-4fa8-a875-4d5e962aef38%40googlegroups.com.


[weewx-user] Looking for sample weewx.conf file that includes two sensor sources for Vantage Pro

2019-08-30 Thread Bob Borzelleri
I am switching to a Raspberry Pi 4 with Weewx from a PC running Weatherlink 
for the past 15 years.  Previously, I ran the anemometer hard wired into 
the ISS which would work fine, I assume, with Weewx seeing all sensor 
inputs (rain, temp/humidity/ solar radiation and wind) from ISS = 1.

Now that I am 15 years older than when I started this weather stuff, I no 
longer wish to hang off the roof in order to maintain the ISS so I am 
relocating it to a spot in the yard that does not require a crane in order 
to get to.  I have switched the anemometer from hard wire in the ISS to 
plugging into a Davis wireless sensor transmitter.

The Weewx configuration file seems to be happy   seeing the ISS as Station 
1 ( ISS = 1), but adding Station 2 on the next line (Anemometer = 2)  
doesn't seem to be the hot setup.

If anyone has two Davis Vantage Pro stations feeding into Weewx, I'd 
appreciate seeing how they included the 2nd one in the configuration file.

BTW, the Davis Console is set up to see the 2nd station and reports its 
activity.  I also have an Envoy that I set up through Weathlink to see the 
2nd station (menu driven Q & A) and have it plugged into the RPi.  I 
reports all data from the ISS, but not the anemometer and lists N/A 
alongside the Current Conditions for wind.

Now that I have just called up the page, I see that the Barometer shows the 
current reading but also shows (N/A) after the reading.

Any help would be greatly appreciated.

...Bob

 

-- 
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/fba19644-296a-4f6a-8c2a-4b76c304d42d%40googlegroups.com.


[weewx-user] Re: Live Update don't work anymore

2019-08-30 Thread Manfred Maier
Gratuliere! Ich sehe Live-Daten auf Deiner Website :)


Am Freitag, 30. August 2019 10:47:35 UTC+2 schrieb Manfred Maier:
>
> Guten Morgen,
> wie gesagt, ich habe meinen Broker auf dem externen vServer installiert. 
>
> Ich habe nur ganz exakt die Schritte befolgt, die in der gestern 
> geposteten Anleitung standen. Alles natürlich auf dem vServer ausgeführt. 
> Und die beiden Teile der weewx.conf so angepasst, wie auch gepostet. Auf 
> dem Raspi habe ich keine Veränderungen vorgenommen oder irgendwas 
> installiert.
>  
>
> Am Freitag, 30. August 2019 07:18:31 UTC+2 schrieb Stefan:
>>
>> Guten Morgen.
>>
>> Danke für die Info. Kannst du mir mal bitte sagen, wie man nun von anfang 
>> an das machen muss? Ich hatte den MQTT Broker auf dem Raspi installiert und 
>> seither versucht, die Daten zu holen, was aber nicht klappt.
>> Wie genau muss ich wo was installieren?
>>
>>
>>

-- 
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/26e2839f-1a57-45d6-aae3-110f11c163de%40googlegroups.com.


[weewx-user] Re: Can't edit weewx.conf file

2019-08-30 Thread Bob Borzelleri
OK, I got it.  It took a "SUDO nano" opener to allow me to save the 
modified file.  Thanks for directing me back to basics.

 

On Thursday, August 29, 2019 at 8:27:17 PM UTC-7, Bob Borzelleri wrote:
>
> I am thinking that the setup.py install I did locked me out of permission 
> to edit the file.
>
> When I open the file in the folder, I have tried to edit and get the 
> cannot open file for saving error.
>
> Similar limitation on the command line.
>
> If I try to change permissions, it gives me an error that it cannot save 
> to edit.
>
> This is all on a Raspberry Pi 4, Davis Vantage Pro Plus with both a 
> Console and an Envoy which is hooked up to the Pi.  Everything works if I 
> run the ISS for all inputs, but I need to relocate my wind setup and run it 
> through a wireless transmitter as Station 2 and, so far, the Config file 
> only lists the ISS as Station 1 and nothing for Station 2; hence my need to 
> edit the Config file.
>
> Any advice would be appreciated.
>
> First time with any Linux stuff.  
>
>   
>

-- 
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/c4d2c0e9-3c48-45f7-884c-26d6bf17c4cf%40googlegroups.com.


[weewx-user] Re: Live Update don't work anymore

2019-08-30 Thread Manfred Maier
Guten Morgen,
wie gesagt, ich habe meinen Broker auf dem externen vServer installiert. 

Ich habe nur ganz exakt die Schritte befolgt, die in der gestern geposteten 
Anleitung standen. Alles natürlich auf dem vServer ausgeführt. Und die 
beiden Teile der weewx.conf so angepasst, wie auch gepostet. Auf dem Raspi 
habe ich keine Veränderungen vorgenommen oder irgendwas installiert.
 

Am Freitag, 30. August 2019 07:18:31 UTC+2 schrieb Stefan:
>
> Guten Morgen.
>
> Danke für die Info. Kannst du mir mal bitte sagen, wie man nun von anfang 
> an das machen muss? Ich hatte den MQTT Broker auf dem Raspi installiert und 
> seither versucht, die Daten zu holen, was aber nicht klappt.
> Wie genau muss ich wo was installieren?
>
>
>

-- 
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/682fc757-49bf-491a-9ba8-aeabaa2b788d%40googlegroups.com.