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

Help..................

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

orion_jb2001
Posts: 46
Joined: Thu 11 Feb 2016 6:00 am
Weather Station: Davis VP2
Operating System: Windows 10
Location: Tamworth, NSW, 2340

Re: Help..................

Post by orion_jb2001 »

And that didn't work either with and without slashes:

# OpenPassiveDataStream(AutoPassive, "STOR public_html/cumulus/realtimegauges.txt", 0)
Command: EPSV
Response: 229 Extended Passive mode OK (|||58553|)
Status: Connecting to 103.18.109.182:58553
Command: STOR public_html/cumulus/realtimegauges.txt
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

# GetWorkingDirectory()
Command: PWD
Response: 257 "/" is your current location

2019-10-17 11:03:10.060 Uploading web\realtimegauges.txt to /public_html/cumulus/realtimegauges.txt

# OpenWrite("/public_html/cumulus/realtimegauges.txt", Binary)

# GetFileSize("/public_html/cumulus/realtimegauges.txt")
Command: SIZE /public_html/cumulus/realtimegauges.txt
Response: 550 Can't check for file existence

# OpenPassiveDataStream(AutoPassive, "STOR /public_html/cumulus/realtimegauges.txt", 0)
Command: EPSV
Response: 229 Extended Passive mode OK (|||58419|)
Status: Connecting to 103.18.109.182:58419
Command: STOR /public_html/cumulus/realtimegauges.txt
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()

# GetWorkingDirectory()
Command: PWD
Response: 257 "/" is your current location

2019-10-17 11:03:15.061 Uploading web\realtimegauges.txt to /public_html/cumulus/realtimegauges.txt

# OpenWrite("/public_html/cumulus/realtimegauges.txt", Binary)

# GetFileSize("/public_html/cumulus/realtimegauges.txt")
Command: SIZE /public_html/cumulus/realtimegauges.txt
Response: 550 Can't check for file existence

# OpenPassiveDataStream(AutoPassive, "STOR /public_html/cumulus/realtimegauges.txt", 0)
Command: EPSV
Response: 229 Extended Passive mode OK (|||64115|)
Status: Connecting to 103.18.109.182:64115
Command: STOR /public_html/cumulus/realtimegauges.txt
Response: 553 Can't open that file: No such file or directory
Status: Disposing FtpSocketStream...

# CloseDataStream()
freddie
Posts: 2433
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: Help..................

Post by freddie »

Looks like you've fixed it as I see current data on your index.htm page. How did you fix it?
Freddie
Image
Mapantz
Posts: 1774
Joined: Sat 17 Dec 2011 11:55 am
Weather Station: Davis Vantage Pro2
Operating System: Windows 11 x64
Location: Dorset - UK
Contact:

Re: Help..................

Post by Mapantz »

I'm not really sure, but I don't think it should be like that.
ie;

Code: Select all

2019-10-17 11:03:10.060 Uploading web\realtimegauges.txt to /public_html/cumulus/realtimegauges.txt
# OpenWrite("/public_html/cumulus/realtimegauges.txt", Binary)
It should look like:

Code: Select all

2019-10-17 11:03:10.060 Uploading realtimegauges.txt to cumulus/realtimegauges.txt
# OpenWrite("cumulus/realtimegauges.txt", Binary)
Image
orion_jb2001
Posts: 46
Joined: Thu 11 Feb 2016 6:00 am
Weather Station: Davis VP2
Operating System: Windows 10
Location: Tamworth, NSW, 2340

Re: Help..................

Post by orion_jb2001 »

lot of work with my web provider but eventually all was fixed, when installing as per the wiki, all json's and the index.htm created first boot ans as you see, up and running. Nothing I or cumulusmx could have done to fix it, it was a server problem at their end particular to my account. All good now. Which is good, I like the new MX version.
freddie
Posts: 2433
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: Help..................

Post by freddie »

I'm glad you managed to sort it. Have fun with MX :-)
Freddie
Image
Phil23
Posts: 884
Joined: Sat 16 Jul 2016 11:59 pm
Weather Station: Davis VP2+ & GW1000 (Standalone)
Operating System: Win10 Pro / rPi Buster
Location: Australia

Re: Help..................

Post by Phil23 »

Hi Jeff,

Just browsing thru old threads looking for stuff that is somewhat local.
I see your Public_html has Cumulus & Weather folders, with Cumulus being the one with your site.

Have you considered setting up a Sub-Domain?
If you have cPanel access, it would be simple to set one up that would make weather.yourdomain.com point directly to what you already have.

I've got a few setup here actually,
Weather & w point to my main Davis VP2

w2 & s7 point to 2 different Ecowitts.

Cheeers

Phil
:Now: :Today/Yesterday:

Image

Main Station Davis VP2+ Running Via Win10 Pro.
Secondary Stations, Ecowitt HP2551/GW1000 Via rPi 3 & 4 Running Buster GUI.
:Local Inverell Ecowitt Station: :Remote Ashford Ecowitt Station:
Post Reply