Search found 11 matches

by LudwigD
Fri Apr 24, 2026 12:05 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: meteocam to weathercloud
Replies: 20
Views: 603

Re: meteocam to weathercloud

At the moment I 'm having an upload succes rate of 98 %.
The few one's who didn't came through were at 00, 15 (2x) and 40 minutes.
My station is a simple CCL Electronics W100 system, which I want to upgrade in the future with a Davis Vue ISS system.

For the moment, I will leave everything as it is ...
by LudwigD
Thu Apr 23, 2026 10:01 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: meteocam to weathercloud
Replies: 20
Views: 603

Re: meteocam to weathercloud

To be correct, I just received this mail:

Thank you very much for using Weathercloud and for upgrading to the Premium plan.

Following our investigation, we have confirmed that the issue originates on our side.
We have implemented corrective changes to resolve the problem.
If the issue persists ...
by LudwigD
Thu Apr 23, 2026 8:54 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: meteocam to weathercloud
Replies: 20
Views: 603

Re: meteocam to weathercloud

At the moment I have a success rate of 94% (40 % before), with an upload time of five minutes.
I haven't changed anything in my script! This makes the images of the timelapse much smoother.
In the meantime, no response from Weathercloud on my ticket (a week old)...


Greetings,
LD
by LudwigD
Thu Apr 16, 2026 9:55 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: meteocam to weathercloud
Replies: 20
Views: 603

Re: meteocam to weathercloud

Thanks,

I’ ll also open a ticket on weathercloud about this.
Hopefully they will believe there is something wrong on their side ….

LD
by LudwigD
Fri Apr 10, 2026 6:09 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: meteocam to weathercloud
Replies: 20
Views: 603

Re: meteocam to weathercloud

Very strange, in the '10 minutes interval schedule: only this ad 10 and 20 minutes are successful....

Hereby my webcam.sh script:

#!/bin/bash
export PATH="/usr/bin:/bin:/usr/sbin:/sbin"
# ==== CONFIGURATIE ====
# Camera gegevens
CAM_IP="192.X.X.X"
USER="a"
PASS="b"
# FTP gegevens (Weathercloud ...
by LudwigD
Fri Apr 10, 2026 11:47 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: meteocam to weathercloud
Replies: 20
Views: 603

Re: meteocam to weathercloud

Thanks!
For the moment, I looked somewhat better at my own uploads (Raspberry Pi script and normally every 4 minutes). But I find a bit of a strange behavior... Every upload at 8 - 12 - 16 - 20 and 24 minutes is successful. And then it fails, till the next hour. Hence my success rate around 33 ...
by LudwigD
Wed Apr 08, 2026 6:00 pm
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: meteocam to weathercloud
Replies: 20
Views: 603

Re: meteocam to weathercloud

Thanks, I'm still having some problems implementing the script:

2026-04-08 17:52:09 - Snapshot Download Succes: /tmp/webcam.jpg
2026-04-08 17:52:09 - Start upload passive mode
Server hungup immediately after connect.
ncftpput: cannot open 5.175.47.188: could not connect to remote host, but can try ...
by LudwigD
Wed Apr 08, 2026 10:41 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: meteocam to weathercloud
Replies: 20
Views: 603

Re: meteocam to weathercloud

Looks very interesting !
I now have a webcam.sh script running on a Raspberry Pi. It works, but only with a successful rate between 35 - 40 %

I'm not a Meteobridge expert, so can jou please say how and where I have tot put the upload_wc.sh file on the Meteobridge (running the last firmware ...
by LudwigD
Mon Apr 06, 2026 9:37 am
Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
Topic: meteocam to weathercloud
Replies: 20
Views: 603

Re: meteocam to weathercloud

In MB i have a cam installed as device (), but to be able to send the pics to weathercloud I need to ftp to theire server with a user id, and password.

I'm in the same situation, but it was told to me that ftp on the MB can only be used to transfer data, no jpg 's.
So I also look forward for a ...
by LudwigD
Fri Dec 12, 2025 6:18 pm
Forum: Meteobridge Discussion
Topic: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Replies: 164
Views: 72936

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

i think it is better to create a secondary smaller API or output to a file example MBrealtimeupload2.txt and stagger its update output to every 5 pr 10 minutes in the additional API .this reduces the load on the meteobridge device to correlate data at reasonable intervals .it would be useful for ...
by LudwigD
Thu Dec 11, 2025 1:19 pm
Forum: Meteobridge Discussion
Topic: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Replies: 164
Views: 72936

Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud

Very nice, and many thanks!

But I don't succeed coupling the right value to the hardware temperature. I have an external I2C sensor (SHT31 ext) which gives me the right indoor temperature (th0!9temp thb0temp indoor temperature in the mapping of my Meteobridge Pro 2) this gives the correct indoor ...