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

New weather station -cumulusutils fails

Discussion of the Cumulusutils tool and website generator.

Moderator: HansR

Post Reply
sutne
Posts: 382
Joined: Sun 14 Oct 2012 4:23 pm
Weather Station: HP2553 (WS80) and HP2564 (WS90)
Operating System: Raspbian Bullseye and Bookworm
Location: Rjoanddalen and Kronstad, Norway
Contact:

New weather station -cumulusutils fails

Post by sutne »

I have changed my weatherstation from Oregon WMR100 to Ecowitt HP2553. Updated CumulusMX to latest version and it is running fine with all old data present and uploads to my web-site.
I then updatedCumulusutils to latest version and ran .... website .
It had some error messages and did not upload the web-files.

Hans, do you have some ideas of what I could have done wrong?
2111131822cumulusutils.log
You do not have the required permissions to view the files attached to this post.
User avatar
HansR
Posts: 5967
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bookworm
Location: Wagenborgen (NL)
Contact:

Re: New weather station -cumulusutils fails

Post by HansR »

Hi Steinar,

Everything runs well from the point of view of CumulusUtils but there seeems to be an issue with your internet connection.
There are the following errors:

Code: Select all

2021-11-13 18:24:26.726 Error CheckPackageAndCopy: Upload of utils/index.html to index.html failed.
And further :

Code: Select all

Error GetUrlData : Exception - The SSL connection could not be established, see inner exception.
The inner exception then tells us:

Code: Select all

SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED
I see two possibilities:
  1. Most likely: you did not upgrade to OpenSSL 1.1.0 (see Release Notes for 6.6.0, especially the third link on the Windy issue has Mark point to a StackOverflow post which contains a fix for debian 8, that should also work for you)
  2. You did not copy all the files from the release;
I think you also need to pay attention to point 2 as well because the SFTP connections seems to fail as well (you can't upload your index.html).
Hope this solves your problem.

Let me know how you get on.

Regards,
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
sutne
Posts: 382
Joined: Sun 14 Oct 2012 4:23 pm
Weather Station: HP2553 (WS80) and HP2564 (WS90)
Operating System: Raspbian Bullseye and Bookworm
Location: Rjoanddalen and Kronstad, Norway
Contact:

Re: New weather station -cumulusutils fails

Post by sutne »

But nothing has changed with the SFTP and CumulusMX uploads all its file using SFTP.
I installed both CumulusMX and Cumulusutils as fresh installation and copied over /data /Reports and cumulusutils.ini and the language file from previous installation.

So why is cumuluutils failing and not CumulusMX?
sutne
Posts: 382
Joined: Sun 14 Oct 2012 4:23 pm
Weather Station: HP2553 (WS80) and HP2564 (WS90)
Operating System: Raspbian Bullseye and Bookworm
Location: Rjoanddalen and Kronstad, Norway
Contact:

Re: New weather station -cumulusutils fails

Post by sutne »

Ok, reverted to 6.1.0. It is running fine, uploads files using SFTP.

Did not like what I read in release note for 6.6.0
SFTP has been running fine for so long, that I do not want to mess with it.
User avatar
HansR
Posts: 5967
Joined: Sat 20 Oct 2012 6:53 am
Weather Station: GW1100 (WS80/WH40)
Operating System: Raspberry OS/Bookworm
Location: Wagenborgen (NL)
Contact:

Re: New weather station -cumulusutils fails

Post by HansR »

I don't know why it does not upload index.html but the actual fail on the download of the map is a simple html download from a https site. And that requires the OpenSSL fix. The SFTP is unrelated to the certificates i think.

And yes, there is also a library upgrade which must be followed.

Eventually you wil need to upgrade the certificates.
Hans

https://meteo-wagenborgen.nl
CMX build 4017+ ● RPi 3B+ ● Raspbian Linux 6.1.21-v7+ armv7l ● dotnet 8.0.3
Post Reply