Hallo zusammen,
ich hatte noch einen raspi zu liegen und habe den jetzt angeschlossen.
Auf dem ist fhem auch gestartet:
root@raspberrypi:~# service fhem status
● fhem.service - FHEM Home Automation
Loaded: loaded (/etc/systemd/system/fhem.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2021-08-31 14:03:40 CEST; 1min 16s ago
Process: 447 ExecStart=/usr/bin/perl fhem.pl fhem.cfg (code=exited, status=0/SUCCESS)
Main PID: 737 (perl)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/fhem.service
└─737 /usr/bin/perl fhem.pl fhem.cfgt
Ich kann FHEM aber nicht über http://192.168.115.152:8083/ erreichen :-(
per SSH kann ich mich aber über 192.168.115.152 einloggen.
Ich weiss nicht was ich damals anders gemacht habe.
Gruß
Micha
└─737 /usr/bin/perl fhem.pl fhem.cfgt
Was macht denn dieses t da hinter .cfg?
@marvin78 sorry muss beim copy paste reingerutsch sein.
root@raspberrypi:~# service fhem status
● fhem.service - FHEM Home Automation
Loaded: loaded (/etc/systemd/system/fhem.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2021-08-31 14:03:40 CEST; 29min ago
Process: 447 ExecStart=/usr/bin/perl fhem.pl fhem.cfg (code=exited, status=0/SUCCESS)
Main PID: 737 (perl)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/fhem.service
└─737 /usr/bin/perl fhem.pl fhem.cfg
Aug 31 14:03:31 raspberrypi systemd[1]: Starting FHEM Home Automation...
Aug 31 14:03:40 raspberrypi systemd[1]: Started FHEM Home Automation.
Ausgabe von top
Ausgabe von ss -lntu
Ansonsten hier noch ein paar Tipps https://wiki.fhem.de/wiki/Hilfe!_Mein_FHEM_funktioniert_nicht!#L.C3.A4uft_FHEM_bereits.2Fnoch
top:
top - 15:05:29 up 9 min, 3 users, load average: 1,66, 1,69, 0,98
Tasks: 150 total, 1 running, 94 sleeping, 0 stopped, 1 zombie
%Cpu(s): 0,7 us, 2,0 sy, 0,0 ni, 91,1 id, 6,2 wa, 0,0 hi, 0,0 si, 0,0 st
KiB Mem : 948300 total, 507348 free, 131184 used, 309768 buff/cache
KiB Swap: 102396 total, 102396 free, 0 used. 749328 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2778 fhem 20 0 46460 40500 5536 S 2,3 4,3 0:02.66 perl
32 root 20 0 0 0 0 D 1,3 0,0 0:04.32 kworker/1:1+eve
2779 root 20 0 8204 3196 2660 R 1,3 0,3 0:00.20 top
461 root 20 0 36600 1864 1688 D 0,7 0,2 0:03.54 fbcp
574 root 20 0 0 0 0 I 0,7 0,0 0:00.55 kworker/u8:3-br
10 root 20 0 0 0 0 I 0,3 0,0 0:00.29 rcu_sched
63 root 1 -19 0 0 0 S 0,3 0,0 0:01.33 vchiq-slot/0
69 root -51 0 0 0 0 S 0,3 0,0 0:00.59 irq/86-mmc1
581 root 20 0 136388 33804 24996 S 0,3 3,6 0:01.38 Xorg
736 fhem 20 0 43676 38892 6728 S 0,3 4,1 0:05.21 perl
1 root 20 0 28036 5968 4820 S 0,0 0,6 0:02.14 systemd
2 root 20 0 0 0 0 S 0,0 0,0 0:00.01 kthreadd
3 root 0 -20 0 0 0 I 0,0 0,0 0:00.00 rcu_gp
4 root 0 -20 0 0 0 I 0,0 0,0 0:00.00 rcu_par_gp
6 root 0 -20 0 0 0 I 0,0 0,0 0:00.00 kworker/0:0H-mm
8 root 0 -20 0 0 0 I 0,0 0,0 0:00.00 mm_percpu_wq
9 root 20 0 0 0 0 S 0,0 0,0 0:00.03 ksoftirqd/0
11 root 20 0 0 0 0 I 0,0 0,0 0:00.00 rcu_bh
12 root rt 0 0 0 0 S 0,0 0,0 0:00.05 migration/0
13 root 20 0 0 0 0 S 0,0 0,0 0:00.00 cpuhp/0
14 root 20 0 0 0 0 S 0,0 0,0 0:00.00 cpuhp/1
15 root rt 0 0 0 0 S 0,0 0,0 0:00.05 migration/1
16 root 20 0 0 0 0 S 0,0 0,0 0:00.01 ksoftirqd/1
ss -lntu
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port
tcp LISTEN 0 5 *:5900 *:*
tcp LISTEN 0 32 *:8083 *:*
tcp LISTEN 0 128 *:22 *:*
tcp LISTEN 0 32 *:8088 *:*
tcp LISTEN 0 32 127.0.0.1:44731 *:*
tcp LISTEN 0 5 :::5900 :::*
tcp LISTEN 0 128 :::22 :::*
Ich habe jetzt mal neu gestartet und nach einer Weile komme ich auch drauf, erhalte dann aber:
Connection lost, trying a reconnect every 5 seconds
Das sieht erstmal nicht schelcht aus perl läuft ruhig und er lauscht am richtigen Port.
Aber was mir nicht gefällt ist die PID - da werden offenbar ständig neue Prozesse gestartet?
ZitatProcess: 447 ExecStart=/usr/bin/perl fhem.pl fhem.cfg (code=exited, status=0/SUCCESS)
Main PID: 737 (perl)
Normal wäre da nach dem Start ein Unterschied von 1 oder 2 - aber nach eine halben Stunde schon fast 300 :-\
Schau mal ins log, da kommst Du auch von der Konsole drauf:
tail -200 /opt/fhem/log/fhem-2016-04.log | less
und schon habe ich Angst.
tail -200 /opt/fhem/log/fhem-2021-08.log | less
2021.08.31 15:16:50 1: Including fhem.cfg
2021.08.31 15:16:51 3: WEB: port 8083 opened
2021.08.31 15:16:51 2: eventTypes: loaded 755 lines from ./log/eventTypes.txt
2021.08.31 15:16:51 3: Pollenflug: Defined with URL http://www.donnerwetter.de/pollenflug/berlin/DE14356.html and interval 86400 featurelevel 6
2021.08.31 15:16:52 3: WEBhook: port 8088 opened
2021.08.31 15:16:52 2: Registering GEOFANCY geofancy for URL /geo...
2021.08.31 15:16:53 1: [Daemmerung] Note: Twilight formerly used weather info from yahoo, but source is offline. Using a guessed Weather type device instead if available!
2021.08.31 15:16:53 1: Including ./log/fhem.save
2021.08.31 15:16:53 3: Pollenflug: bad reading name 'Gräser' (allowed chars: A-Za-z/\d_\.-)
2021.08.31 15:16:53 3: Pollenflug: bad reading name 'Löwenzahn' (allowed chars: A-Za-z/\d_\.-)
2021.08.31 15:16:53 1: Messages collected while initializing FHEM:configfile: attr global latitude: attribute value is missing
attr global longitude: attribute value is missing
Autosave deactivated
2021.08.31 15:16:53 0: Featurelevel: 6
2021.08.31 15:16:53 0: Server started with 35 defined entities (fhem.pl:24810/2021-07-29 perl:5.024001 os:linux user:fhem pid:1237)
2021.08.31 15:16:53 1: PERL WARNING: Use of uninitialized value $weather in concatenation (.) or string at ./FHEM/59_Twilight.pm line 204.
2021.08.31 15:16:53 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.08.31 15:16:54 1: PERL WARNING: Use of uninitialized value $d in hash element at fhem.pl line 4605.
2021.08.31 15:17:03 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.08.31 15:17:09 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.08.31 15:17:15 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.08.31 15:17:20 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.08.31 15:17:26 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.08.31 15:17:31 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.08.31 15:17:36 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.08.31 15:17:41 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.08.31 15:17:46 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.08.31 15:17:51 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
Meine Vermutung: Deine Maschine 192.168.115.62 beackert das Gerät mit SSL Zugriffen, die leider nicht erfolgreich sind.
Aber Du hast die letzten Einträge ausgelassen. Tipp: less ermöglicht für Dich lesemodus, kannst Du auch weglassen und schauen ob am Schluss irgendwas "hängt".
hier mal alles was ich habe.
192.168.115.90 ist mein macboc von dem ich per ssh den fhem dienst gestartet habe und per browser zugreife.
Ich finde halt nichts schlimmes :-( oder übersehe ich da wesentliche ?
tail -200 /opt/fhem/log/fhem-2021-09.log
2021.09.06 15:16:27 1: Including ./log/fhem.save
2021.09.06 15:16:27 3: Pollenflug: bad reading name 'Gräser' (allowed chars: A-Za-z/\d_\.-)
2021.09.06 15:16:27 3: Pollenflug: bad reading name 'Löwenzahn' (allowed chars: A-Za-z/\d_\.-)
2021.09.06 15:16:27 1: Messages collected while initializing FHEM:configfile: attr global latitude: attribute value is missing
attr global longitude: attribute value is missing
Autosave deactivated
2021.09.06 15:16:27 0: Featurelevel: 6
2021.09.06 15:16:27 0: Server started with 35 defined entities (fhem.pl:24810/2021-07-29 perl:5.024001 os:linux user:fhem pid:747)
2021.09.06 15:16:27 1: PERL WARNING: Use of uninitialized value $weather in concatenation (.) or string at ./FHEM/59_Twilight.pm line 204.
2021.09.06 15:16:27 1: PERL WARNING: Use of uninitialized value $d in hash element at fhem.pl line 4605.
2021.09.06 15:16:32 3: Pollenflug: Read callback: Error: read from https://www.donnerwetter.de:443 timed out
2021.09.06 22:13:34 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.06 22:13:35 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.06 22:13:35 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.06 22:13:35 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.06 22:13:40 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.06 22:14:19 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.06 22:14:19 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.06 22:14:19 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.06 22:14:19 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.06 22:14:19 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.06 22:25:07 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.06 22:25:08 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.06 22:25:08 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.06 22:25:08 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.06 22:25:13 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.06 22:26:45 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.06 22:26:46 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.06 22:26:46 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.06 22:26:46 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.06 22:26:51 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.06 22:45:05 0: Server shutdown
2021.09.06 22:45:34 1: Including fhem.cfg
2021.09.06 22:45:39 3: WEB: port 8083 opened
2021.09.06 22:45:39 2: eventTypes: loaded 755 lines from ./log/eventTypes.txt
2021.09.06 22:45:40 3: Pollenflug: Defined with URL http://www.donnerwetter.de/pollenflug/berlin/DE14356.html and interval 86400 featurelevel 6
2021.09.06 22:45:41 3: WEBhook: port 8088 opened
2021.09.06 22:45:42 2: Registering GEOFANCY geofancy for URL /geo...
2021.09.08 07:00:07 1: [Daemmerung] Note: Twilight formerly used weather info from yahoo, but source is offline. Using a guessed Weather type device instead if available!
2021.09.08 07:00:08 1: Including ./log/fhem.save
2021.09.08 07:00:08 3: Pollenflug: bad reading name 'Gräser' (allowed chars: A-Za-z/\d_\.-)
2021.09.08 07:00:08 3: Pollenflug: bad reading name 'Löwenzahn' (allowed chars: A-Za-z/\d_\.-)
2021.09.08 07:00:08 1: Messages collected while initializing FHEM:configfile: attr global latitude: attribute value is missing
attr global longitude: attribute value is missing
Autosave deactivated
2021.09.08 07:00:08 0: Featurelevel: 6
2021.09.08 07:00:08 0: Server started with 35 defined entities (fhem.pl:24810/2021-07-29 perl:5.024001 os:linux user:fhem pid:920)
2021.09.08 07:00:08 1: PERL WARNING: Use of uninitialized value $weather in concatenation (.) or string at ./FHEM/59_Twilight.pm line 204.
2021.09.08 07:00:08 1: PERL WARNING: Use of uninitialized value $d in hash element at fhem.pl line 4605.
2021.09.08 21:56:30 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 21:56:31 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 21:56:31 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 21:56:31 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 21:56:36 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 21:58:01 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 21:58:02 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 21:58:02 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 21:58:02 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 21:58:06 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 21:59:04 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 21:59:04 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 21:59:04 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 21:59:04 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:00:45 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:00:50 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:00:51 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:00:51 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:00:51 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:00:58 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:00:58 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:01:03 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:01:08 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:01:14 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:01:19 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:01:24 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:01:29 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:01:33 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:01:38 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:01:44 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:01:50 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:01:56 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:02:03 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:02:10 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:02:19 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:02:25 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:02:30 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:02:41 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:02:58 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:03:08 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:03:17 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:03:25 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:03:32 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:03:42 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:03:50 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:03:58 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:04:06 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:04:14 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:04:25 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:04:33 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:04:38 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:04:39 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:04:39 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
2021.09.08 22:04:39 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.90)
naja mir erscheint es so zumindest so, als musst Du in FHEMWEB SSL reparieren.
Otto, was genau muss ich den da tun ?
Vielleicht erstmal abschalten?: im FHEMWEB device das Attribut HTTPS löschen?
Hallo Otto vielen Dank.
Scheint geholfen zu haben:
...
2021.09.10 13:40:01 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.10 13:40:01 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.10 13:40:06 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.10 13:40:11 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.10 13:40:16 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.10 13:40:21 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.10 13:40:22 1: FHEMWEB SSL/HTTPS error: SSL accept attempt failed error:1408F09C:SSL routines:ssl3_get_record:http request (peer: 192.168.115.62)
2021.09.10 13:40:24 0: Server shutdown
2021.09.10 13:40:25 1: Including fhem.cfg
2021.09.10 13:40:26 3: WEB: port 8083 opened
2021.09.10 13:40:26 2: eventTypes: loaded 755 lines from ./log/eventTypes.txt
2021.09.10 13:40:26 3: Pollenflug: Defined with URL http://www.donnerwetter.de/pollenflug/berlin/DE14356.html and interval 86400 featurelevel 6
2021.09.10 13:40:27 3: WEBhook: port 8088 opened
2021.09.10 13:40:27 2: Registering GEOFANCY geofancy for URL /geo...
2021.09.10 13:40:28 1: Including ./log/fhem.save
2021.09.10 13:40:28 3: Pollenflug: bad reading name 'Gräser' (allowed chars: A-Za-z/\d_\.-)
2021.09.10 13:40:28 3: Pollenflug: bad reading name 'Löwenzahn' (allowed chars: A-Za-z/\d_\.-)
2021.09.10 13:40:28 0: Featurelevel: 6
2021.09.10 13:40:28 0: Server started with 35 defined entities (fhem.pl:24810/2021-07-29 perl:5.024001 os:linux user:fhem pid:2333)
2021.09.10 13:41:13 0: Server shutdown
2021.09.10 13:41:35 1: Including fhem.cfg
2021.09.10 13:41:41 3: WEB: port 8083 opened
2021.09.10 13:41:42 2: eventTypes: loaded 755 lines from ./log/eventTypes.txt
2021.09.10 13:41:43 3: Pollenflug: Defined with URL http://www.donnerwetter.de/pollenflug/berlin/DE14356.html and interval 86400 featurelevel 6
2021.09.10 13:41:43 3: WEBhook: port 8088 opened
2021.09.10 13:41:45 2: Registering GEOFANCY geofancy for URL /geo...
2021.09.10 13:41:47 1: Including ./log/fhem.save
2021.09.10 13:41:47 3: Pollenflug: bad reading name 'Gräser' (allowed chars: A-Za-z/\d_\.-)
2021.09.10 13:41:47 3: Pollenflug: bad reading name 'Löwenzahn' (allowed chars: A-Za-z/\d_\.-)
2021.09.10 13:41:47 0: Featurelevel: 6
2021.09.10 13:41:47 0: Server started with 35 defined entities (fhem.pl:24810/2021-07-29 perl:5.024001 os:linux user:fhem pid:763)
das war jetzt das attribute das ermöglicht fhem per https aufzurufen, wenn ein zertifikat installiert ist ?
Gruß
Micha
Hallo Micha,
ja, scheinbar ist mit der SSL Einrichtung etwas nicht in Ordnung. Musst Du mal schrittweise überprüfen. Ich habe das nicht mit https laufen, deshalb kann ich erstmal da nicht im Detail helfen.
Aber Du musst aufpassen, das Du da nicht irgendwas im Internet frei gegeben has, was Du jetzt icht wirklich "im Griff" hast!?
Zitat2021.09.10 13:41:43 3: WEBhook: port 8088 opened
Gruß Otto