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

Secondary rain gauge - how to access the data

From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).

Moderator: mcrossley

Post Reply
freddie
Posts: 2484
Joined: Wed 08 Jun 2011 11:19 am
Weather Station: Davis Vantage Pro 2 + Ecowitt
Operating System: GNU/Linux Ubuntu 22.04 LXC
Location: Alcaston, Shropshire, UK
Contact:

Secondary rain gauge - how to access the data

Post by freddie »

I have installed a secondary rain gauge - an Ecowitt WH40 - in addition to my main Davis gauge. This is so I can run some comparisons.

How do I access the data from the WH40? I can see it appearing in the incoming data from my GW1100.

Is it the case that MX doesn't handle a second rain gauge, and I will have to "intercept" the incoming rain data and rewrite it to one of the spare "extra data" fields?
Freddie
Image
User avatar
philpugh
Posts: 389
Joined: Tue 24 May 2011 8:34 am
Weather Station: See Signature
Operating System: Debian 11 (RPi4)
Location: Antrobus, Cheshire, UK
Contact:

Re: Secondary rain gauge - how to access the data

Post by philpugh »

Are you collecting data from the GW1100 with another instance of CMX? If so you should be able to 'export' the data either using the Extra Webfiles facility or if you are logging data to a database then extract the data from there for further processing.
Phil Pugh
GW1000 + WH65/WH57/WH31; HP2551 + WS68/WH40A; GW2001 WittBoy
CumulusMX V4 / CUtils V7
Raspberry Pi 5 64bit
http://goosegate.uk/
freddie
Posts: 2484
Joined: Wed 08 Jun 2011 11:19 am
Weather Station: Davis Vantage Pro 2 + Ecowitt
Operating System: GNU/Linux Ubuntu 22.04 LXC
Location: Alcaston, Shropshire, UK
Contact:

Re: Secondary rain gauge - how to access the data

Post by freddie »

No it's just the single instance collecting from the Davis, and receiving from the GW1100. I do have a database but need to get the data in it first :)
Freddie
Image
User avatar
grwkak
Posts: 173
Joined: Fri 28 Jun 2013 12:32 am
Weather Station: Davis Vantage Vue
Operating System: Windows 10
Location: Hambden, Ohio US
Contact:

Re: Secondary rain gauge - how to access the data

Post by grwkak »

I have a similar set-up with MX using an Ecowitt and http for extra sensors. As far as I can tell the data is not available - unless I am missing something.

Guy
User avatar
rogerthn
Posts: 518
Joined: Thu 11 Apr 2013 6:31 pm
Weather Station: Ecowitt GW1000/GW1003
Operating System: Raspberry Pi OS bullseye aarch64
Location: Trollhättan Sweden
Contact:

Re: Secondary rain gauge - how to access the data

Post by rogerthn »

freddie wrote: Sat 13 Apr 2024 1:24 pm No it's just the single instance collecting from the Davis, and receiving from the GW1100. I do have a database but need to get the data in it first :)
I've a GW1000 and trying https://github.com/bmrzycki/gw1000-http

Code: Select all

curl -s http://localhost:9000
information
  api : 1
  timestamp : 2024-04-13 18:23:00
  poll_interval : 180 seconds

channel_1
  humidity : 78%
  temperature : 11.5 C

indoor
  humidity : 40%
  pressure_absolute : 1003.9 hPa
  pressure_relative : 1009.8 hPa
  temperature : 23.7 C

outdoor
  humidity : 82%
  temperature : 11.4 C
BUT :groan:
README wrote:The GW1000 supports a large number of external devices but this server currently only supports the outdoor sensor (WH32) and the multi-channel sensor (WH31)
Shouldn't be impossible to get rain data?
Image
freddie
Posts: 2484
Joined: Wed 08 Jun 2011 11:19 am
Weather Station: Davis Vantage Pro 2 + Ecowitt
Operating System: GNU/Linux Ubuntu 22.04 LXC
Location: Alcaston, Shropshire, UK
Contact:

Re: Secondary rain gauge - how to access the data

Post by freddie »

It's not impossible.

That solution would work if CMX was pulling data from the GW1100, but mine pushes the data to CMX.

I have put together my own server this afternoon. The GW1100 pushes its data to this, and I just reassign the rainfall to some other variables that CMX stores, then it pushes the data to CMX.
Freddie
Image
User avatar
rogerthn
Posts: 518
Joined: Thu 11 Apr 2013 6:31 pm
Weather Station: Ecowitt GW1000/GW1003
Operating System: Raspberry Pi OS bullseye aarch64
Location: Trollhättan Sweden
Contact:

Re: Secondary rain gauge - how to access the data

Post by rogerthn »

OK
My GW1000 pushes data to Home Assistant but I could still pull data from it.

Good luck
Roger
Image
Post Reply