Search found 30 matches
- Sat Mar 25, 2023 12:55 am
- Forum: Raspberry PI
- Topic: Migrate Meteohub to Meteobridge -- RPi
- Replies: 4
- Views: 9970
Re: Migrate Meteohub to Meteobridge -- RPi
you have to read the 2nd post closely 8)
It says if you want to install Meteobridge on the same RPi you are running Meteohub now, you will lose the historical data (of your Meteohub installation), because there is only either MB or MH on that RPi.
If you have saved, backed up your data beforehand ...
- Sat Jun 11, 2022 12:37 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Help - Problems with Barometric Pressure
- Replies: 1
- Views: 784
Re: Help - Problems with Barometric Pressure
Attached a graph of what CWOP gets.. My uploaded data is in blue. When this starts, Meteobridge will continue just sending the same value to CWOP for pressure -- even when the live data is showing new values.
- Thu Jun 09, 2022 12:49 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Help - Problems with Barometric Pressure
- Replies: 1
- Views: 784
Help - Problems with Barometric Pressure
Hi.. I am having problems with Meteobridge where randomly, my barometric pressure stops updating on my CWOP uploads. When this happens, my Meteobridge graphs also show no updates for pressure and my 5-minute data also shows no changes. What is strange is that my live sensor data still continues to ...
- Sat May 28, 2022 1:03 am
- Forum: Meteobridge Discussion
- Topic: Pass-through question with Davis station
- Replies: 0
- Views: 29032
Pass-through question with Davis station
Hi all.. This week, I've been migrating off of my old Meteohub setup to Meteobridge running on an RPI. My weather station is a Davis Vantage Pro along with a Davis WLIP logger.. Previously with Weather Display, I was using it configured to connect to the Meteohub utilizing the MH's HTTP Data Logging ...
- Mon May 23, 2022 3:53 pm
- Forum: Raspberry PI
- Topic: Recomputation and availability of live data
- Replies: 0
- Views: 29454
Recomputation and availability of live data
Can someone tell me if web access of live data is unavailable at http://ip-of-meteohub/cgi-bin/livedataxml.cgi while recomputation is underway? Something happened to my Meteohub last night and it stopped providing data to Weather Display, which appears to access that file for live data.. But the ...
- Mon May 23, 2022 3:46 pm
- Forum: Raspberry PI
- Topic: Migrate Meteohub to Meteobridge -- RPi
- Replies: 4
- Views: 9970
Migrate Meteohub to Meteobridge -- RPi
I am thinking of migrating Meteohub to Meteobridge on my RPi.. Can someone please clarify something? I was under the impression that historical data can be imported into Meteobridge on the RPi with the instructions here - https://forum.meteohub.de/viewtopic.php?f=57&t=15453 (which states can be done ...
- Sun Jul 30, 2017 1:43 am
- Forum: Raspberry PI
- Topic: Any plans to update image to jessie?
- Replies: 0
- Views: 3508
Any plans to update image to jessie?
Doubtful question -- but are there any plans to update the Meteohub image for the RPI to jessie? If not, has anyone successfully upgraded their MH installation to jessie on the RPI?
- Sun Jul 30, 2017 1:41 am
- Forum: Raspberry PI
- Topic: wswincut and wdcut errors in system log
- Replies: 1
- Views: 3304
Re: wswincut and wdcut errors in system log
Searched and found solution to this..
- Fri Jul 28, 2017 2:34 pm
- Forum: Raspberry PI
- Topic: wswincut and wdcut errors in system log
- Replies: 1
- Views: 3304
wswincut and wdcut errors in system log
Recently moved my system over from a Sheevaplug to RPI3.. Everything seemed to move over ok, but I am getting the following two errors in the system log on a regular basis:
wswincut (28.07.2017 07:47:01): Error file open /data/export/EXP01_00.csv: No such file or directory
wdcut (28.07.2017 07:47 ...
wswincut (28.07.2017 07:47:01): Error file open /data/export/EXP01_00.csv: No such file or directory
wdcut (28.07.2017 07:47 ...
- Thu Jul 27, 2017 2:17 am
- Forum: Raspberry PI
- Topic: Raspberry Pi with RTC installed
- Replies: 10
- Views: 9558
Re: Raspberry Pi with RTC installed
OK... Now, I have it working right... This is on RPI 3.. This is what I ended up doing.. Ended up having to start from scratch from a new image.
1) Login as root via SSH and run apt-get update && apt-get upgrade
2) At some point, a screen will apear regarding smbd.conf -- I chose to keep existing ...
1) Login as root via SSH and run apt-get update && apt-get upgrade
2) At some point, a screen will apear regarding smbd.conf -- I chose to keep existing ...
- Wed Jul 26, 2017 4:54 pm
- Forum: Raspberry PI
- Topic: Raspberry Pi with RTC installed
- Replies: 10
- Views: 9558
Re: Raspberry Pi with RTC installed
I toyed around some more with this.. Eventually got the dist-upgrade to work (after doing an update and upgrade, followed by reboot)
Curious about the need for sudo -- youre logging in as root, why do you need sudo?
I did discover that on boot, the RTC is reporting an invalid date and not ...
Curious about the need for sudo -- youre logging in as root, why do you need sudo?
I did discover that on boot, the RTC is reporting an invalid date and not ...
- Wed Jul 26, 2017 3:15 am
- Forum: Raspberry PI
- Topic: Raspberry Pi with RTC installed
- Replies: 10
- Views: 9558
Re: Raspberry Pi with RTC installed
OK... I have it working.. There were only two things I had to do.. I have a DS3231... This is what I did:
1) SSH in to Pi.. root/meteohub
2) nano /boot/config.txt
3) Added dtoverlay=i2c-rtc,ds3231 to end of file, CTRL-X - Yes to save
4) nano /etc/adjtime
5) There is a Debian bug here where there is ...
1) SSH in to Pi.. root/meteohub
2) nano /boot/config.txt
3) Added dtoverlay=i2c-rtc,ds3231 to end of file, CTRL-X - Yes to save
4) nano /etc/adjtime
5) There is a Debian bug here where there is ...
- Wed Jul 26, 2017 12:36 am
- Forum: Raspberry PI
- Topic: Raspberry Pi with RTC installed
- Replies: 10
- Views: 9558
Re: Raspberry Pi with RTC installed
( I've also installed it on an RPI 3B with Meteohub loaded and it also works fine
I had zero luck with this with the RPI 3B I received today along with a DS3231 RTC module.. With a fresh Meteohub install from image and then updated to 5.0v..
The first thing that failed was apt-get install dist ...
I had zero luck with this with the RPI 3B I received today along with a DS3231 RTC module.. With a fresh Meteohub install from image and then updated to 5.0v..
The first thing that failed was apt-get install dist ...
- Mon Jul 24, 2017 3:37 pm
- Forum: Raspberry PI
- Topic: Raspberry Pi with RTC installed
- Replies: 10
- Views: 9558
Re: Raspberry Pi with RTC installed
I successfully installed an RTC on my Raspberry PI 2 with Meteohub loaded ( I've also installed it on an RPI 3B with Meteohub loaded and it also works fine ) by doing the following. As usual YMMV so backup every thing before trying.
Out of curiosity -- does this survive Meteohub updates, or ...
- Tue Jun 28, 2016 5:25 pm
- Forum: Meteohub Application
- Topic: Network issue - 5.0q
- Replies: 0
- Views: 2907
Network issue - 5.0q
Using Meteohub 5.0q on a Sheevaplug... Running into two issues:
1) Setting networking to DHCP causes MH not to set DHCP-assigned DNS server -- it leaves it blank, and then MH does not have access to Internet. If I set IP static and manually enter DNS1 value properly, it works. Not sure if it ...
1) Setting networking to DHCP causes MH not to set DHCP-assigned DNS server -- it leaves it blank, and then MH does not have access to Internet. If I set IP static and manually enter DNS1 value properly, it works. Not sure if it ...