Search found 7814 matches
- Mon Oct 13, 2025 11:20 am
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Pro2 Export Rain Fall Is Zero
- Replies: 1
- Views: 18
Re: Pro2 Export Rain Fall Is Zero
You need to have "store per-minute data" enabled on "Database - Admin" tab. Otherwise only hourly data is permanently stored. When you switch to export of hourly data it should be in sync what you see in the database.
- Sun Oct 12, 2025 12:34 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: MAC address changes after reboot on PRO2. **solved**
- Replies: 6
- Views: 130
Re: MAC address changes after reboot on PRO2. **solved**
It is just a very few and I do not have any pattern in regard to license or manufacturing date.
To test (without using newest SW update) you can direct your browser to and search for "random generated" in the resulting text.
To test (without using newest SW update) you can direct your browser to
Code: Select all
http://ip-of-your-meteobridge/cgi-bin/system.cgi?dmesg
- Sun Oct 12, 2025 12:11 pm
- Forum: Meteobridge Discussion
- Topic: Webcam Issue
- Replies: 4
- Views: 114
Re: Webcam Issue
when you enter this URL in your browser, what does it reply when you try to inspect the source code?
Can your browser store the image as a file on your computer?
Typical failure is, that the URL does not return a JPEG but
- a movie stream
- a HTML page where a picture is included
Regards,
Boris
Can your browser store the image as a file on your computer?
Typical failure is, that the URL does not return a JPEG but
- a movie stream
- a HTML page where a picture is included
Regards,
Boris
- Sun Oct 12, 2025 12:07 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: MAC address changes after reboot on PRO2. **solved**
- Replies: 6
- Views: 130
Re: MAC address changes after reboot on PRO2. **solved**
Impacted systems are showing a corresponding warning on "System Info" tab on newest SW release.
- Sun Oct 12, 2025 11:46 am
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: New disk image for RPI 4B rev 1.5 models
- Replies: 19
- Views: 25106
Re: New disk image for RPI 4B rev 1.5 models
It is just an estimate based on current usage.josecmorales wrote: Thu Sep 25, 2025 3:32 pm Hi, the MB for RPI says store for 10 years, this option is default or we need to configure it?
- Sun Oct 12, 2025 11:38 am
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Feature Request FTPS with Passive mode
- Replies: 22
- Views: 7728
Re: Feature Request FTPS with Passive mode
The option "Test Proxy-SFTP"
displays the message
Error: Proxy-SFTP test upload failed: Error: SFTP connect to sftp://ftp.meteovyronas.gr via port 2234 failed. [/color]
That is, meteobridge does not see port 2234?
It only sees ports 21 and 22?
Can the problem be resolved in the next upgrade ...
- Sun Oct 12, 2025 11:24 am
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: MAC address changes after reboot on PRO2. **solved**
- Replies: 6
- Views: 130
Re: MAC address changes after reboot on PRO2
Working remotely on Richards MBPRO2 we were able to understand and fix the issue.
The root case is located in the flash partitions prepared from my VOCORE SOC provider in China. There have been a very few instances where mtd2 partition where the MAC is stored was not setup correctly. When the OS ...
The root case is located in the flash partitions prepared from my VOCORE SOC provider in China. There have been a very few instances where mtd2 partition where the MAC is stored was not setup correctly. When the OS ...
- Fri Oct 10, 2025 2:49 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Pro2 Installation Netzteil etc.
- Replies: 3
- Views: 110
Re: Pro2 Installation Netzteil etc.
Die Antenneneingänge sind NICHT gegen statische Elektrizität gesichert, also bitte entsprechende Absicherung bei der Verwendung von Outdoor-Antennen vornehmen!
- Fri Oct 10, 2025 2:46 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Replace card with larger on Rpi
- Replies: 2
- Views: 95
Re: Replace card with larger on Rpi
I added the used maxdisk script to my posting. Having that you might be able to adapt it to your PRI situation.
Warning: No warranties given that it will not crash your card.
Warning: No warranties given that it will not crash your card.
- Fri Oct 10, 2025 2:44 pm
- Forum: FAQ
- Topic: NANO SD: How to migrate to a larger SD card (the pro way)
- Replies: 1
- Views: 6716
Re: NANO SD: How to migrate to a larger SD card (the pro way)
In case you want to adapt the "maxdisk" script to other Platforms, here is the source code:
#!/bin/sh
#
if [ ! -e "/dev/mmcblk0p1" ]
then
echo "Error: SD card not on the list of accepted cards for NANO"
exit 1
fi
#
if [ $(dd if=/dev/mmcblk0 skip=510 bs=1 count=2 2>/dev/null | hexdump -e '"%02x ...
#!/bin/sh
#
if [ ! -e "/dev/mmcblk0p1" ]
then
echo "Error: SD card not on the list of accepted cards for NANO"
exit 1
fi
#
if [ $(dd if=/dev/mmcblk0 skip=510 bs=1 count=2 2>/dev/null | hexdump -e '"%02x ...
- Fri Oct 10, 2025 2:37 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Feature Request FTPS with Passive mode
- Replies: 22
- Views: 7728
Re: Feature Request FTPS with Passive mode
You are still on FTP, not SFTP (as I can see from the error message naming ncftpput).
At least sharing the used host URL would be helpful.
At least sharing the used host URL would be helpful.
- Fri Oct 10, 2025 2:35 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: MAC address changes after reboot on PRO2. **solved**
- Replies: 6
- Views: 130
Re: MAC address changes after reboot on PRO2
Can you please give me remote access? Might be a HW issue. Please send credentials to "info(at)meteobridge.com".
- Fri Oct 10, 2025 2:34 pm
- Forum: Meteobridge Discussion
- Topic: Webcam Issue
- Replies: 4
- Views: 114
Re: Webcam Issue
What camera URL did you use in Meteobridge?
- Fri Oct 10, 2025 2:32 pm
- Forum: Meteobridge Discussion
- Topic: Einrichtung von GILL WindSonic mit MeteoBridge. **solved**
- Replies: 2
- Views: 64
Re: Einrichtung von GILL WindSonic mit MeteoBridge
Kann ich da mal einen externen remote-Zugriff (wie im FAQ erklärt) bekommen? Bitte credentials an "info(at)meteobridge.com" senden.
- Tue Sep 23, 2025 10:48 pm
- Forum: Meteobridge Discussion
- Topic: Meteobridge with WOW-BE reboot. **solved**
- Replies: 5
- Views: 249
Re: Meteobridge with WOW-BE reboot
Should be fixed with just released update.