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 4017) - 17 March 2024

Legacy Cumulus 1 release v1.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

Lacrosse WS 2307 + Raspberry Pi 3 + usb/serial adapter

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
beppe
Posts: 6
Joined: Mon 03 Apr 2017 6:03 pm
Weather Station: Technoline WS 2307
Operating System: raspian

Lacrosse WS 2307 + Raspberry Pi 3 + usb/serial adapter

Post by beppe »

start by saying that I was not familiar with linux, however, I was able to install Cumulus MX and the script start / stop, the problem is that I do not know what number, or other, to enter for COM port (0, 1, ...?) in Station settings. The station uses serial/usb portable adapter, maybe I first have to mount this device because it is recognized by Linux or install specific drivers?
User avatar
philpugh
Posts: 381
Joined: Tue 24 May 2011 8:34 am
Weather Station: See Signature
Operating System: Debian 11 (RPi4)
Location: Antrobus, Cheshire, UK
Contact:

Re: Lacrosse WS 2307 + Raspberry Pi 3 + usb/serial adapter

Post by philpugh »

Make sure you have read the information in the first post of the download note and also https://cumulus.hosiene.co.uk/viewtopic.p ... 43#p101209

LINUX serial ports are not COMx: in format
Phil Pugh
GW1000 + WH65/WH57/WH31; HP2551 + WS68/WH40A; GW2001 WittBoy
cumulusutils generating website
http://goosegate.uk/
jank
Posts: 239
Joined: Sat 13 Jun 2015 5:57 pm
Weather Station: FineOffset WS3080
Operating System: Debian Buster - Raspbian - Raspb
Location: Germany - nearby Kassel

Re: Lacrosse WS 2307 + Raspberry Pi 3 + usb/serial adapter

Post by jank »

Hi
Notz sure if you already solved, but since I am also using a LaCrosse, maybe I can assist
You stated that you are using a Serial2USB adapater
Plug it in, and the device should be mounted automatically.

Normally it is /dev/ttyUSB0 (ls /dev/ttyUSB0)
So in the CumulusMX config - Station Settings - Serial port name insert: /dev/ttyUSB0
this should work with a LaCrosse
Do want a Managing Dashboard for CumulusMX on RaspberryPi? cumulusmx.sh
viewtopic.php?f=40&t=17907
Image
beppe
Posts: 6
Joined: Mon 03 Apr 2017 6:03 pm
Weather Station: Technoline WS 2307
Operating System: raspian

Re: Lacrosse WS 2307 + Raspberry Pi 3 + usb/serial adapter

Post by beppe »

I have found CumulusMX is not working at all, I first have to reinstall it
water01
Posts: 3215
Joined: Sat 13 Aug 2011 9:33 am
Weather Station: Ecowitt HP2551
Operating System: Windows 10 64bit
Location: Burnham-on-Sea
Contact:

Re: Lacrosse WS 2307 + Raspberry Pi 3 + usb/serial adapter

Post by water01 »

How do you know
CumulusMX is not working at all
as it is not like the old Cumulus with a windowed interface it is accessed via a browser. Also you state that you are not a Linux user so have you checked the running tasks by using

Code: Select all

ps axg | grep cumulusmx
David
Image
beppe
Posts: 6
Joined: Mon 03 Apr 2017 6:03 pm
Weather Station: Technoline WS 2307
Operating System: raspian

Re: Lacrosse WS 2307 + Raspberry Pi 3 + usb/serial adapter

Post by beppe »

Yes, /dev/ttyUSB0 works
I also insert

Code: Select all

cd /home/pi/CumulusMX
and then

Code: Select all

sudo mono CumulusMX.exe
and CumulusMX starts
Locked