Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Accessing Vantage Pro2 directly from LInux (Rasberry)

Topics about the Beta trials up to Build 3043, the last build by Cumulus's founder Steve Loft. It was by this time way out of Beta but Steve wanted to keep it that way until he made a decision on his and Cumulus's future.

Moderator: mcrossley

Locked
cirdan52
Posts: 14
Joined: Mon 02 Feb 2015 7:42 pm
Weather Station: Vantage Pro2
Operating System: Raspbian (jessie)
Location: Ohio
Contact:

Accessing Vantage Pro2 directly from LInux (Rasberry)

Post by cirdan52 »

This may be a dumb question but for those using CumulusMX on a linux machine/Rasberry Pi is there a way for example to set the barometer without unhooking the logger and hooking it up to a Windows machine and running Weatherlink?
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Accessing Vantage Pro2 directly from LInux (Rasberry)

Post by steve »

I've never had to set the barometer on mine, so I don't know what it involves. Perhaps it can be done from the console?

Edit: is it this?

Calibrating Barometric Pressure
Before calibrating the barometric pressure, be sure the station is set to the correct elevation.
See “Screen 10: Elevation” on page 14 for more information.
1. Press BAR to select barometric pressure.
2. Press and release 2ND, then press and hold SET.
The pressure variable blinks.
3. Continue holding the key until the ticker reads “set barometer . . . ”.
4. Press the < and > keys to select digits in the variable.
5. Press + and - keys to add to or subtract from the digit’s value.
6. Press DONE to exit calibration.
Steve
cirdan52
Posts: 14
Joined: Mon 02 Feb 2015 7:42 pm
Weather Station: Vantage Pro2
Operating System: Raspbian (jessie)
Location: Ohio
Contact:

Re: Accessing Vantage Pro2 directly from LInux (Rasberry)

Post by cirdan52 »

steve wrote:I've never had to set the barometer on mine, so I don't know what it involves. Perhaps it can be done from the console?

Edit: is it this?

Calibrating Barometric Pressure
Before calibrating the barometric pressure, be sure the station is set to the correct elevation.
See “Screen 10: Elevation” on page 14 for more information.
1. Press BAR to select barometric pressure.
2. Press and release 2ND, then press and hold SET.
The pressure variable blinks.
3. Continue holding the key until the ticker reads “set barometer . . . ”.
4. Press the < and > keys to select digits in the variable.
5. Press + and - keys to add to or subtract from the digit’s value.
6. Press DONE to exit calibration.
That's true if you are using the console but not an option if your just using the Envoy. The jist of my question is barometer drift and resetting my barometer to a ASOS/metar station to keep it in line for the area
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Accessing Vantage Pro2 directly from LInux (Rasberry)

Post by steve »

You could use a terminal program and send the command, it's not complicated. From the serial spec:

"BAR=<bar value to display (in Hg * 1000)-decimal> <elevation (ft)-decimal>"

If accepted, the console will respond with an "OK", otherwise it will respond with a Not Acknowledged (0x21 = "!") character.

Example (No local Barometer value, elevation 132 ft):
>"BAR=0 132"<LF>
<<LF><CR>"OK"<LF><CR>

Example (Barometer value = 29.491 in Hg, elevation 0 ft):
>"BAR=29491 0"<LF>
<<LF><CR>"OK"<LF><CR>
Steve
acatalano
Posts: 92
Joined: Tue 16 Jun 2015 2:07 pm
Weather Station: Davis VP2
Operating System: Raspian, Win7 Pro
Location: Boulder, CO
Contact:

Re: Accessing Vantage Pro2 directly from LInux (Rasberry)

Post by acatalano »

Steve

I'm coming over to this post which you suggested, from the other regarding correcting the Barometric pressure in the Envoy. I'm having trouble understanding your suggestion to correct the Envoy. Is a terminal program used to send the correction factor to the Envoy which will then use it to process the Barometric pressure data, storing the correction factor in non-volatile RAM? I've looked thru the Envoy manual and don't see anything there.
Best Regards,
Anthony Catalano
Boulder, Colorado, USA
Webcam & Weather at:
http://www.boulderwx.com, http://www.apcat.org, http://www.boulderweather.org
Blitzortung Lightning Detector Station 1965
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Accessing Vantage Pro2 directly from LInux (Rasberry)

Post by steve »

Yes - just as with a VP2 display console, you need to give the Envoy your altitude so that it can calculate sea-level pressure correctly. Cumulus cannot currently do this (set the altitude). If I were to write the code to do this at some point, it is likely that it would be in a separate utility - I have already started on a utility to set the logger interval. I don't know when I will find the time to continue with the utility.
Steve
acatalano
Posts: 92
Joined: Tue 16 Jun 2015 2:07 pm
Weather Station: Davis VP2
Operating System: Raspian, Win7 Pro
Location: Boulder, CO
Contact:

Re: Accessing Vantage Pro2 directly from LInux (Rasberry)

Post by acatalano »

Steve
I have looked thru the Davis Weather Envoy manual and I do not see any instructions to programming altitude. Is there any documentation you could refer to me that gives an explanation? Setting the altitude is probably one of several settings that can be set in the Envoy so in general it would be useful to have this documentation. I'll call Davis today to see if they can provide this.

I have the Weatherlink software. Can they Envoy be programmed from there?
Best Regards,
Anthony Catalano
Boulder, Colorado, USA
Webcam & Weather at:
http://www.boulderwx.com, http://www.apcat.org, http://www.boulderweather.org
Blitzortung Lightning Detector Station 1965
cirdan52
Posts: 14
Joined: Mon 02 Feb 2015 7:42 pm
Weather Station: Vantage Pro2
Operating System: Raspbian (jessie)
Location: Ohio
Contact:

Re: Accessing Vantage Pro2 directly from LInux (Rasberry)

Post by cirdan52 »

[quote="acatalano"]Steve
I have looked thru the Davis Weather Envoy manual and I do not see any instructions to programming altitude. Is there any documentation you could refer to me that gives an explanation? Setting the altitude is probably one of several settings that can be set in the Envoy so in general it would be useful to have this documentation. I'll call Davis today to see if they can provide this.

I have the Weatherlink software. Can they Envoy be programmed from there?[/quote

If you are using Weatherlink, you can set all the Envoy parameters in the program. My initial question to Steve was not using Weatherlink how would one set the Envoy which he explained using a terminal program. This gets around using Windows
Locked