Hallo,
nach (oder während) Updating von Version 5.0m auf 5.0n hat sich der Raspi "abgemeldet".
Netzversorgung ab/an und SD Card rein/raus haben NICHTS gebracht.
Wie kann ich das System wieder zum Leben erwecken?
Search found 34 matches
- Mon Feb 01, 2016 12:02 am
- Forum: Raspberry PI
- Topic: Raspi bootet nicht mehr
- Replies: 1
- Views: 2844
- Fri Dec 25, 2015 11:34 am
- Forum: Meteohub Application
- Topic: Hochladen der Wettergrafiken und -daten per FTP
- Replies: 0
- Views: 2600
Hochladen der Wettergrafiken und -daten per FTP
Hallo und frohe Weihnacht,
wenn ich unter Grafiken Hochladen im Zeitplan z.B. alle 15 Minuten auswähle,
wird dann exakt um 9:00,9:15, 9:30,9:45 usw. hochgeladen
oder (per Zufall) um 9:02,9:17,9:32 usw.?
Hintergrund : Kann nur noch per ssh uploaden => rsync mit crontab
wenn ich unter Grafiken Hochladen im Zeitplan z.B. alle 15 Minuten auswähle,
wird dann exakt um 9:00,9:15, 9:30,9:45 usw. hochgeladen
oder (per Zufall) um 9:02,9:17,9:32 usw.?
Hintergrund : Kann nur noch per ssh uploaden => rsync mit crontab
- Wed Apr 15, 2015 8:27 pm
- Forum: Raspberry PI
- Topic: ssh login mit IdentityFile
- Replies: 4
- Views: 4455
Re: ssh login mit IdentityFile [solved]
The content of the public key ~/.ssh/id_dsa.pub of the Home-PC
I copied into the file of the meteohub server
/root/.ssh/authorized_keys
Now when I type in the Home-PC (konsole) "ssh mhub" I logged in without any PW.
further I change in the ~/.ssh/config file
IdentityFile ~/.ssh/id_rsa.pub in ...
I copied into the file of the meteohub server
/root/.ssh/authorized_keys
Now when I type in the Home-PC (konsole) "ssh mhub" I logged in without any PW.
further I change in the ~/.ssh/config file
IdentityFile ~/.ssh/id_rsa.pub in ...
- Wed Apr 15, 2015 5:52 pm
- Forum: Raspberry PI
- Topic: ssh login mit IdentityFile
- Replies: 4
- Views: 4455
Re: ssh login mit IdentityFile
Hi Ysbrand,
I have made your suggestions without succes. Here the output of ssh -v
OpenSSH_6.7p1 Debian-5, OpenSSL 1.0.1k 8 Jan 2015
debug1: Reading configuration data /home/pu/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options ...
I have made your suggestions without succes. Here the output of ssh -v
OpenSSH_6.7p1 Debian-5, OpenSSL 1.0.1k 8 Jan 2015
debug1: Reading configuration data /home/pu/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options ...
- Tue Apr 14, 2015 1:24 pm
- Forum: Raspberry PI
- Topic: ssh login mit IdentityFile
- Replies: 4
- Views: 4455
ssh login mit IdentityFile
Hi,
I have make a file ~/.ssh/config with the following content
Host mhub
Hostname 192.168.0.22
User root
IdentityFile ~/.ssh/id_rsa.pub
and copied all files of ~/.ssh to the Pi /root/.ssh and/or ~/.ssh
In anycase after ssh mhub I had to type the password.
What I have done wrong?
I have make a file ~/.ssh/config with the following content
Host mhub
Hostname 192.168.0.22
User root
IdentityFile ~/.ssh/id_rsa.pub
and copied all files of ~/.ssh to the Pi /root/.ssh and/or ~/.ssh
In anycase after ssh mhub I had to type the password.
What I have done wrong?
- Fri Jan 16, 2015 3:53 pm
- Forum: Raspberry PI
- Topic: Daten manuell Bearbeiten
- Replies: 0
- Views: 1948
Daten manuell Bearbeiten
Hallo,
die Datenerfassung stoppte plötzlich am 13.1. .Da die LED des MeteoSticks immer blinkte, war ich davon ausgegangen, dass das System arbeitet. Da lag ich daneben :( . Weder per ssh noch Webinterface konnte ich mich einloggen. Also Netzteil entfernt und dann neu gestartet. Nun läuft das System ...
die Datenerfassung stoppte plötzlich am 13.1. .Da die LED des MeteoSticks immer blinkte, war ich davon ausgegangen, dass das System arbeitet. Da lag ich daneben :( . Weder per ssh noch Webinterface konnte ich mich einloggen. Also Netzteil entfernt und dann neu gestartet. Nun läuft das System ...
- Tue Aug 19, 2014 10:35 am
- Forum: Raspberry PI
- Topic: Correction of Daily Rain
- Replies: 0
- Views: 1947
Correction of Daily Rain
Hi,
sometimes the 'rain balance' of the Davis Station is blocked by needles of the pine-tree and the measurement of rain is wrong.
How can I correct the value?
sometimes the 'rain balance' of the Davis Station is blocked by needles of the pine-tree and the measurement of rain is wrong.
How can I correct the value?
- Mon Aug 18, 2014 3:11 pm
- Forum: Raspberry PI
- Topic: Display of the 'time variable' ...gustspeedmin_time
- Replies: 8
- Views: 6364
Re: Display of the 'time variable' [solved php]
Yes it is. Now I have the time with phpwvdkuil wrote:Hopes this clarifies

I use the # , but now I understand 'php time' and this is usefull, when I make a new MH website.
- Mon Aug 18, 2014 1:57 pm
- Forum: Raspberry PI
- Topic: Display of the 'time variable' ...gustspeedmin_time
- Replies: 8
- Views: 6364
Re: Display of the 'time variable' ...gustspeedmin_time
Hi Wim,
many thanks for your explanation of the date function. I have tested it and it works, but i notice different times with php solution and the # operator :
Temperature 29.3 °C
um 20140818132809 - day1_th0_tempmax_time
um 13:28 - day1_th0_tempmax_time#IJ:........
um 00:33 - php ( 'H:i ...
many thanks for your explanation of the date function. I have tested it and it works, but i notice different times with php solution and the # operator :
Temperature 29.3 °C
um 20140818132809 - day1_th0_tempmax_time
um 13:28 - day1_th0_tempmax_time#IJ:........
um 00:33 - php ( 'H:i ...
- Sun Aug 17, 2014 10:40 pm
- Forum: Raspberry PI
- Topic: Display of the 'time variable' ...gustspeedmin_time
- Replies: 8
- Views: 6364
Re: Display of the 'time variable' ...gustspeedmin_time
are easy to process in php.
Bonsoir Wim,
I found a solution but I am also interested in a php solution. There is a HTML table in the MH Template
<table >
<tr>
<td class="links">Temp MAX heute<span class="klein_links">
um [day1_th0_tempmax_time#IJ]:[day1_th0_tempmax_time#KL]</span></td>
<td ...
Bonsoir Wim,
I found a solution but I am also interested in a php solution. There is a HTML table in the MH Template
<table >
<tr>
<td class="links">Temp MAX heute<span class="klein_links">
um [day1_th0_tempmax_time#IJ]:[day1_th0_tempmax_time#KL]</span></td>
<td ...
- Sun Aug 17, 2014 5:23 pm
- Forum: Raspberry PI
- Topic: Display of the 'time variable' ...gustspeedmin_time
- Replies: 8
- Views: 6364
Re: Display of the 'time variable' [solved]
there I found the solutionadmin wrote:Please have a closer look at the "#" operator.

code
um [day1_th0_tempmax_time#IJ]:[day1_th0_tempmax_time#KL]
result
um 14:35
- Sat Aug 16, 2014 5:05 pm
- Forum: Raspberry PI
- Topic: Display of the 'time variable' ...gustspeedmin_time
- Replies: 8
- Views: 6364
Display of the 'time variable' ...gustspeedmin_time
Hallo,
the time format is : 20140816003138
very bad (for reading)
Is there a better solution?
the time format is : 20140816003138
very bad (for reading)
Is there a better solution?
- Sat Aug 16, 2014 4:41 pm
- Forum: Raspberry PI
- Topic: Anwendungsdaten sichern - Problem... **solved**
- Replies: 5
- Views: 4439
Re: Anwendungsdaten sichern - Problem... **solved**
Eleganter wäre es, wenn es schon beim Anklicken von 'Suche Updates' angezeigt wird.peteroi wrote:einen Build "dazwischen" drin bemerkt man erst, wenn man das Update installiert hat und in SYSINFO reinschaut
- Tue Aug 12, 2014 10:40 pm
- Forum: Graph Definitions
- Topic: Scaling
- Replies: 2
- Views: 9061
Re: Scaling
Bonsoir Wim,
many thanks. I will try it.wvdkuil wrote:240 cb seems to be the maximum
- Tue Aug 12, 2014 6:50 pm
- Forum: Graph Definitions
- Topic: Scaling
- Replies: 2
- Views: 9061
Scaling
Hallo,
I am not happy with the soil-plot, line and border are identical. I have no fixed Min/Max values, because I don't know the max value.
I am not happy with the soil-plot, line and border are identical. I have no fixed Min/Max values, because I don't know the max value.