FHEM Forum

FHEM => Anfängerfragen => Thema gestartet von: Bronze am 13 April 2020, 08:02:11

Titel: GELÖST - Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 08:02:11
Guten Morgen,
im laufenden Betrieb war FHEM von jetzt auf gleich nicht mehr ansprechbar.
Beim Versuch des Neustarts mittels
perl fhem.pl fhem.cfg

erscheint can't open  ./log/fhem-2020-04.log: Permission denied at fhem.pl line 2775

Was ist bitte zu tun (für Linux-Anfänger)?
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 08:05:02
Erstmal schauen was da quer ist

ls -ll /opt/fhem/log/fhem-2020-04.log
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 08:17:59
-rw--r--r-- 1 fhem dialout 1540845008 Apr 13 /opt/fhem/log/fhem-2020-04.log
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Icinger am 13 April 2020, 08:19:46
1.5 GB Logfile, und das schon am 13ten? o_O

Ich vermute mal, deine SD ist voll ;D
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 08:24:05
Ich brauche das Log file nicht - wie kann man die bitte Löschen?

del /opt/fhem/log/fhem-2020-04.log ?
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 08:24:35
Du solltest erstmal das Logfile platt machen

> /opt/fhem/log/fhem-2020-04.log

Und dann schauste mal was FHEM da rein spamt.

tail -f /opt/fhem/log/fhem-2020-04.log
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 08:34:31
kein Berechtigung, auch nicht mit sudo > /opt/fhem/log/fhem/2020-04.log
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 08:57:58
Hat mit chmod 777 geklappt.
tail liefert auch Ausgabe.

Aber die Weboberfläche über Port 8083 ist nicht mehr erreichbar.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: ChristianH am 13 April 2020, 09:01:08
sudo rm...

Kann aber sein, dass dein fs schon auf read only gegangen ist.

Ausserdem würde ich eher: echo "" > /opt/...

machen

Gesendet von meinem HD1903 mit Tapatalk

Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 09:10:49
Zitat von: Bronze am 13 April 2020, 08:57:58
Hat mit chmod 777 geklappt.
tail liefert auch Ausgabe.

Aber die Weboberfläche über Port 8083 ist nicht mehr erreichbar.

Das ist das falscheste was man machen kann. So hat jeder Vollzugriff.

Es sollte ein 644 ausreichend sein für die Datei.
Im welchen Kontext läuft fhem bei Dir?

ps ax | grep perl
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 09:27:53
ps ax | grep perl

führt zu

2211 pts/0 S+ 0:00 grep --color=auto perl

Konnte die Log-Datei nicht löschen, habe Fhem mit sudo systemctl stop fhem angehalten, dann die Log-Datei gelöscht, danach mit systemctl start fhem wieder gestartet.
Jetzt bringt tail aber keine Ausgabe mehr und die Weboberfläche läuft auch nicht.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 09:29:10
Dein FHEM scheint auch Tot zu sein.
Schau mal in

/var/log/syslog

nach wieso FHEM nicht mehr startet.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Icinger am 13 April 2020, 09:52:45
Zitatsudo systemctl stop fhem
Zitatsystemctl start fhem

Finde den Unterschied (es sei denn, es sei nur ein Copy&Paste-Fehler)
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 10:01:16
Nach sudo systemctl start fhem kommt:
sudo systemctl start fhem
[sudo] Passwort für thomas:         
Job for fhem.service failed because the control process exited with error code.
See "systemctl status fhem.service" and "journalctl -xe" for details.



Heute Morgen bevor ich mich mit dem Anhalten von FHEM und Löschen der Log-Datei versuchte, wurde protokolliert:

Started FHEM Home Automation.
Apr 13 07:04:37 thomas-HP-Laptop-15-db0xxx systemd-resolved[699]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP.
Apr 13 07:04:41 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Main process exited, code=exited, status=5/NOTINSTALLED
Apr 13 07:04:41 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Failed with result 'exit-code'.
Apr 13 07:04:41 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Service hold-off time over, scheduling restart.
Apr 13 07:04:41 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Scheduled restart job, restart counter is at 5514.
Apr 13 07:04:41 thomas-HP-Laptop-15-db0xxx systemd[1]: Stopped FHEM Home Automation.
Apr 13 07:04:42 thomas-HP-Laptop-15-db0xxx systemd[1]: Starting FHEM Home Automation...


Der letzte Eintrag zu FHEM lautet:
fhem.service: Service hold-off time over, scheduling restart.
Apr 13 09:16:04 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Scheduled restart job, restart counter is at 5.
Apr 13 09:16:04 thomas-HP-Laptop-15-db0xxx systemd[1]: Stopped FHEM Home Automation.
Apr 13 09:16:04 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Start request repeated too quickly.
Apr 13 09:16:04 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Failed with result 'exit-code'.
Apr 13 09:16:04 thomas-HP-Laptop-15-db0xxx systemd[1]: Failed to start FHEM Home Automation.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 10:02:41
Zeige Mal bitte die letzten 30 Zeilen
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 10:09:18
systemctl status fhem.service bringt:

thomas@thomas-HP-Laptop-15-db0xxx:~$ systemctl status fhem.service
● fhem.service - FHEM Home Automation
   Loaded: loaded (/etc/systemd/system/fhem.service; enabled; vendor preset: ena
   Active: failed (Result: exit-code) since Mon 2020-04-13 09:59:06 CEST; 5min a
  Process: 4199 ExecStart=/usr/bin/perl fhem.pl fhem.cfg (code=exited, status=13

Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: Failed to start FHEM Home
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Service hol
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Scheduled r
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: Stopped FHEM Home Automat
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Start reque
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Failed with
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: Failed to start FHEM Home
lines 1-12/12 (END)


Die letzten Zeilen davor sind:

Apr 13 09:58:40 thomas-HP-Laptop-15-db0xxx nm-dispatcher: req:1 'dhcp4-change' [enp2s0]: start running ordered scripts...
Apr 13 09:58:40 thomas-HP-Laptop-15-db0xxx dhclient[1172]: bound to 192.168.178.202 -- renewal in 13 seconds.
Apr 13 09:58:53 thomas-HP-Laptop-15-db0xxx dhclient[1172]: DHCPREQUEST of 192.168.178.202 on enp2s0 to 192.168.178.40 port 67 (xid=0x6300f53b)
Apr 13 09:58:53 thomas-HP-Laptop-15-db0xxx dhclient[1172]: DHCPACK of 192.168.178.202 from 192.168.178.40
Apr 13 09:58:53 thomas-HP-Laptop-15-db0xxx NetworkManager[677]: <info>  [1586764733.2507] dhcp4 (enp2s0):   address 192.168.178.202
Apr 13 09:58:53 thomas-HP-Laptop-15-db0xxx NetworkManager[677]: <info>  [1586764733.2513] dhcp4 (enp2s0):   plen 24 (255.255.255.0)
Apr 13 09:58:53 thomas-HP-Laptop-15-db0xxx NetworkManager[677]: <info>  [1586764733.2513] dhcp4 (enp2s0):   gateway 192.168.178.40
Apr 13 09:58:53 thomas-HP-Laptop-15-db0xxx NetworkManager[677]: <info>  [1586764733.2513] dhcp4 (enp2s0):   lease time 30
Apr 13 09:58:53 thomas-HP-Laptop-15-db0xxx NetworkManager[677]: <info>  [1586764733.2514] dhcp4 (enp2s0):   nameserver '192.168.178.40'
Apr 13 09:58:53 thomas-HP-Laptop-15-db0xxx NetworkManager[677]: <info>  [1586764733.2514] dhcp4 (enp2s0): state changed bound -> bound
Apr 13 09:58:53 thomas-HP-Laptop-15-db0xxx dbus-daemon[664]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.7' (uid=0 pid=677 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
Apr 13 09:58:53 thomas-HP-Laptop-15-db0xxx systemd[1]: Starting Network Manager Script Dispatcher Service...
Apr 13 09:58:53 thomas-HP-Laptop-15-db0xxx dhclient[1172]: bound to 192.168.178.202 -- renewal in 15 seconds.
Apr 13 09:58:53 thomas-HP-Laptop-15-db0xxx dbus-daemon[664]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Apr 13 09:58:53 thomas-HP-Laptop-15-db0xxx systemd[1]: Started Network Manager Script Dispatcher Service.
Apr 13 09:58:53 thomas-HP-Laptop-15-db0xxx nm-dispatcher: req:1 'dhcp4-change' [enp2s0]: new request (1 scripts)
Apr 13 09:58:53 thomas-HP-Laptop-15-db0xxx nm-dispatcher: req:1 'dhcp4-change' [enp2s0]: start running ordered scripts...
Apr 13 09:59:05 thomas-HP-Laptop-15-db0xxx systemd[1]: Starting FHEM Home Automation...
Apr 13 09:59:05 thomas-HP-Laptop-15-db0xxx perl[4195]: Can't open ./log/fhem-2020-04.log: Permission denied at fhem.pl line 2775.
Apr 13 09:59:05 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Control process exited, code=exited status=13
Apr 13 09:59:05 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Failed with result 'exit-code'.
Apr 13 09:59:05 thomas-HP-Laptop-15-db0xxx systemd[1]: Failed to start FHEM Home Automation.
Apr 13 09:59:05 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Service hold-off time over, scheduling restart.
Apr 13 09:59:05 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Scheduled restart job, restart counter is at 1.
Apr 13 09:59:05 thomas-HP-Laptop-15-db0xxx systemd[1]: Stopped FHEM Home Automation.
Apr 13 09:59:05 thomas-HP-Laptop-15-db0xxx systemd[1]: Starting FHEM Home Automation...
Apr 13 09:59:05 thomas-HP-Laptop-15-db0xxx perl[4196]: Can't open ./log/fhem-2020-04.log: Permission denied at fhem.pl line 2775.
Apr 13 09:59:05 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Control process exited, code=exited status=13
Apr 13 09:59:05 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Failed with result 'exit-code'.
Apr 13 09:59:05 thomas-HP-Laptop-15-db0xxx systemd[1]: Failed to start FHEM Home Automation.
Apr 13 09:59:05 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Service hold-off time over, scheduling restart.
Apr 13 09:59:05 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Scheduled restart job, restart counter is at 2.
Apr 13 09:59:05 thomas-HP-Laptop-15-db0xxx systemd[1]: Stopped FHEM Home Automation.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: Starting FHEM Home Automation...
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx perl[4197]: Can't open ./log/fhem-2020-04.log: Permission denied at fhem.pl line 2775.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Control process exited, code=exited status=13
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Failed with result 'exit-code'.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: Failed to start FHEM Home Automation.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Service hold-off time over, scheduling restart.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Scheduled restart job, restart counter is at 3.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: Stopped FHEM Home Automation.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: Starting FHEM Home Automation...
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx perl[4198]: Can't open ./log/fhem-2020-04.log: Permission denied at fhem.pl line 2775.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Control process exited, code=exited status=13
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Failed with result 'exit-code'.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: Failed to start FHEM Home Automation.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Service hold-off time over, scheduling restart.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Scheduled restart job, restart counter is at 4.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: Stopped FHEM Home Automation.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: Starting FHEM Home Automation...
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx perl[4199]: Can't open ./log/fhem-2020-04.log: Permission denied at fhem.pl line 2775.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Control process exited, code=exited status=13
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Failed with result 'exit-code'.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: Failed to start FHEM Home Automation.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Service hold-off time over, scheduling restart.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Scheduled restart job, restart counter is at 5.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: Stopped FHEM Home Automation.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Start request repeated too quickly.
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service:
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 10:11:41
Er meckert immer noch
Can't open ./log/fhem-2020-04.log: Permission denied at fhem.pl line 2775.


Mach bitte

ls -ll /opt
ls -ll /opt/fhem
ls -ll /opt/fhem/log/



Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Wernieman am 13 April 2020, 10:12:04
Apr 13 09:59:06 thomas-HP-Laptop-15-db0xxx perl[4199]: Can't open ./log/fhem-2020-04.log: Permission denied at fhem.pl line 2775.
Etwas stimmt mit den berichtigungen nicht, gebe uns bitte mal:
ls -lha /opt/fhem
df -h


CoolTux war schneller, habe nur meinen Beitrag nicht löschen wollen ...
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 10:18:22

Vielen Dank für Eure Unterstützung!

r/log$ ls -ll /opt
insgesamt 8
drwxr-xr-x  7 root root    4096 Aug  3  2019 epson-printer-utility
drwxr-xr-x 11 fhem dialout 4096 Apr 12 21:55 fhem


thomas@thomas-HP-Laptop-15-db0xxx:/var/log$ ls -ll /opt/fhem
insgesamt 4368092
-rw-rw-r--  1 fhem dialout       9413 Dez 29 08:56 calendar
-rw-r--r--  1 fhem dialout     335271 Apr  8 20:43 CHANGED
-rw-r--r--  1 fhem dialout      39553 Apr  8 20:43 configDB.pm
drwxr-xr-x 44 fhem dialout      16384 Aug  1  2019 contrib
-rw-r--r--  1 fhem dialout         92 Aug  4  2019 db.conf
drwxr-xr-x  3 fhem dialout       4096 Aug  1  2019 demolog
drwxr-xr-x  4 fhem dialout      12288 Aug  1  2019 docs
drwxr-xr-x  7 fhem dialout      69632 Apr  8 20:43 FHEM
-rw-r--r--  1 fhem dialout     180481 Apr 12 21:51 fhem.cfg
-rw-r--r--  1 fhem dialout      25544 Aug  1  2019 fhem.cfg.demo
-rw-r--r--  1 fhem dialout 4466302976 Apr 12 21:55 fhem.db
-rwxr-xr-x  1 fhem dialout     161126 Apr  8 20:43 fhem.pl
drwxr-xr-x 14 fhem dialout       4096 Jul 29  2019 knxd
-rw-r--r--  1 fhem dialout      14652 Jul 29  2019 knxd_0.14.29-5_amd64.buildinfo
-rw-r--r--  1 fhem dialout       2217 Jul 29  2019 knxd_0.14.29-5_amd64.changes
-rw-r--r--  1 fhem dialout     315572 Jul 29  2019 knxd_0.14.29-5_amd64.deb
-rw-r--r--  1 fhem dialout    5103024 Jul 29  2019 knxd-dbgsym_0.14.29-5_amd64.ddeb
-rw-r--r--  1 fhem dialout      60708 Jul 29  2019 knxd-dev_0.14.29-5_amd64.deb
-rw-r--r--  1 fhem dialout      48176 Jul 29  2019 knxd-tools_0.14.29-5_amd64.deb
-rw-r--r--  1 fhem dialout      82376 Jul 29  2019 knxd-tools-dbgsym_0.14.29-5_amd64.ddeb
drwxrwxrwx  2 fhem dialout      32768 Apr 13 09:20 log
-rw-r--r--  1 fhem dialout      42671 Mär 29 12:09 MAINTAINER.txt
-rw-r--r--  1 fhem dialout        935 Okt  7  2018 README_DEMO.txt
drwxr-xr-x  4 fhem dialout       4096 Aug  1  2019 restoreDir
drwxr-xr-x  2 fhem dialout       4096 Aug  1  2019 unused
drwxr-xr-x  9 fhem dialout       4096 Aug 10  2019 www


-db0xxx:/var/log$ ls -ll /opt/fhem/log
insgesamt 11405944
-rwxrwxrwx 1 fhem   dialout     131515 Apr  8 20:44 eventTypes.txt
-rw-r--r-- 1 thomas thomas           1 Apr 13 09:05 fhem-2019-07.log
-rwxrwxrwx 1 fhem   dialout 1553065631 Aug 31  2019 fhem-2019-08.log
-rwxrwxrwx 1 fhem   dialout 1827451217 Sep 30  2019 fhem-2019-09.log
-rwxrwxrwx 1 fhem   dialout 1901717538 Okt 31 23:59 fhem-2019-10.log
-rwxrwxrwx 1 fhem   dialout 1756752566 Nov 30 23:59 fhem-2019-11.log
-rwxrwxrwx 1 fhem   dialout 1567363481 Dez 31 23:59 fhem-2019-12.log
-rwxrwxrwx 1 fhem   dialout 2114552698 Jan 31 23:59 fhem-2020-01.log
-rw-r--r-- 1 thomas thomas        8282 Apr 13 09:14 fhem-2020-04.log
-rwxrwxrwx 1 fhem   dialout     203988 Apr 12 21:51 fhem.save
-rwxrwxrwx 1 fhem   dialout          0 Dez  7 12:07 KNX_0000000-2019.log
-rwxrwxrwx 1 fhem   dialout          0 Aug  9  2019 KNX_0000001-2019.log
-rwxrwxrwx 1 fhem   dialout          0 Jan  1 00:00 KNX_0000001-2020.log
-rwxrwxrwx 1 fhem   dialout          0 Sep 10  2019 KNX_0000002-2019.log
-rwxrwxrwx 1 fhem   dialout          0 Jan 13 16:59 KNX_0000002-2020.log
-rwxrwxrwx 1 fhem   dialout          0 Aug  9  2019 KNX_0000003-2019.log
-rwxrwxrwx 1 fhem   dialout          0 Jan  1 00:00 KNX_0000003-2020.log
-rwxrwxrwx 1 fhem   dialout          0 Aug 11  2019 KNX_0000004-2019.log
-rwxrwxrwx 1 fhem   dialout          0 Jan  1 00:00 KNX_0000004-2020.log


thomas@thomas-HP-Laptop-15-db0xxx:/var/log$ ls -lha /opt/fhem
insgesamt 4,2G
drwxr-xr-x 11 fhem dialout 4,0K Apr 12 21:55 .
drwxr-xr-x  4 root root    4,0K Aug  3  2019 ..
-rw-rw-r--  1 fhem dialout 9,2K Dez 29 08:56 calendar
-rw-r--r--  1 fhem dialout 328K Apr  8 20:43 CHANGED
-rw-r--r--  1 fhem dialout  39K Apr  8 20:43 configDB.pm
drwxr-xr-x 44 fhem dialout  16K Aug  1  2019 contrib
-rw-r--r--  1 fhem dialout   92 Aug  4  2019 db.conf
drwxr-xr-x  3 fhem dialout 4,0K Aug  1  2019 demolog
drwxr-xr-x  4 fhem dialout  12K Aug  1  2019 docs
drwxr-xr-x  7 fhem dialout  68K Apr  8 20:43 FHEM
-rw-r--r--  1 fhem dialout 177K Apr 12 21:51 fhem.cfg
-rw-r--r--  1 fhem dialout  25K Aug  1  2019 fhem.cfg.demo
-rw-r--r--  1 fhem dialout 4,2G Apr 12 21:55 fhem.db
-rwxr-xr-x  1 fhem dialout 158K Apr  8 20:43 fhem.pl
drwxr-xr-x 14 fhem dialout 4,0K Jul 29  2019 knxd
-rw-r--r--  1 fhem dialout  15K Jul 29  2019 knxd_0.14.29-5_amd64.buildinfo
-rw-r--r--  1 fhem dialout 2,2K Jul 29  2019 knxd_0.14.29-5_amd64.changes
-rw-r--r--  1 fhem dialout 309K Jul 29  2019 knxd_0.14.29-5_amd64.deb
-rw-r--r--  1 fhem dialout 4,9M Jul 29  2019 knxd-dbgsym_0.14.29-5_amd64.ddeb
-rw-r--r--  1 fhem dialout  60K Jul 29  2019 knxd-dev_0.14.29-5_amd64.deb
-rw-r--r--  1 fhem dialout  48K Jul 29  2019 knxd-tools_0.14.29-5_amd64.deb
-rw-r--r--  1 fhem dialout  81K Jul 29  2019 knxd-tools-dbgsym_0.14.29-5_amd64.ddeb
drwxrwxrwx  2 fhem dialout  32K Apr 13 09:20 log
-rw-r--r--  1 fhem dialout  42K Mär 29 12:09 MAINTAINER.txt
-rw-r--r--  1 fhem dialout  935 Okt  7  2018 README_DEMO.txt
drwxr-xr-x  4 fhem dialout 4,0K Aug  1  2019 restoreDir
drwxr-xr-x  2 fhem dialout 4,0K Aug  1  2019 unused
drwxr-xr-x  9 fhem dialout 4,0K Aug 10  2019 www


thomas@thomas-HP-Laptop-15-db0xxx:/var/log$ df -h
Dateisystem    Größe Benutzt Verf. Verw% Eingehängt auf
udev            1,9G       0  1,9G    0% /dev
tmpfs           390M    1,4M  389M    1% /run
/dev/sda3       110G     76G   29G   73% /
tmpfs           2,0G     53M  1,9G    3% /dev/shm
tmpfs           5,0M    4,0K  5,0M    1% /run/lock
tmpfs           2,0G       0  2,0G    0% /sys/fs/cgroup
tmpfs           390M     28K  390M    1% /run/user/1000
/dev/sda2       3,9G    277M  3,7G    7% /media/thomas/40F8-25E5


Vielen Dank für Eure Unterstützung!
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: SCMP77 am 13 April 2020, 10:24:30
-rw-r--r-- 1 thomas thomas        8282 Apr 13 09:14 fhem-2020-04.log

Die Log-Datei hat nun als User und Group Deine eigene Kennung. Daher kann FHEM diese Datei nicht mehr beschreiben.

Das einfachste wäre nun von Deiner Kennung aus die Log-Datei zu löschen. Beim Start legt FHEM die neu an.

Zum Löschen folgenden Befehl verwenden:

rm /opt/fhem/log/fhem-2020-04.log

Du solltest aber nachsehen, warum die Datei so groß geworden war. Vermutlich werden in kurzen Abständen irgendwelche Meldungen reingeschrieben. Nach ein paar Tagen hast Du wieder eine so große Datei.

Viele Grüße
   Stefan
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 10:29:02
Zitat von: SCMP77 am 13 April 2020, 10:24:30
-rw-r--r-- 1 thomas thomas        8282 Apr 13 09:14 fhem-2020-04.log

Die Log-datei hat nun als User und Group Deine eigene Kennung. Daher kann FHEM diese Datei nicht mehr beschreiben.

Das einfachste wäre nun von Deiner Kennung aus die Log-Datei zu löschen. Beim Start legt FHEM die neu an.

Zum Löschen folgenden Befehl verwenden:

rm /opt/fhem/log/fhem-2020-04.log

Du solltest aber nachsehen, warum die Datei so groß geworden war. Vermutlich werden in kurzen Abständen irgendwelche Meldungen reingeschrieben. Nach ein paar Tagen hast Du wieder eine so große Datei.

Viele Grüße
   Stefan

Bei Dir wird wohl
sudo rm /opt/fhem/log/fhem-2020-04.log
besser gehen

Und Dein Speicher ist mega voll für einen FEHM Server. Was ist das alles? Mal ab von den riesen Logfiles

Mach mal
ls -llh /opt/fhem/log

dann siehst Du es.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 10:29:40
Ich habe
rm /opt/fhem/log/fhem-2020-04.log
und
sudo systemctl start fhem
gemacht, letzteres ohne Fehlermeldung.
Die April-Logdatei ist wieder da und füllt sich.
Allerdings bleibt die Weboberfläche auf Port 8083 verschwunden (Seite wurde nicht gefunden).
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 10:31:30
Was sagt

top

beim perl Prozess an CPU Last

was sagt das FHEM Log
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Wernieman am 13 April 2020, 10:33:09
Mach mal, wie von CoolTux erbeten, ein
ls -lha /opt/fhem/log

was steht denn im FHEM-Logfile beim starten?
war vorher/nachher der FHEM-Port da?
sudo netstat -lntp

Edit:
Immer ist CoolTux schneller *schnüff*
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Icinger am 13 April 2020, 10:51:30
Zitat
-rwxrwxrwx 1 fhem   dialout 1553065631 Aug 31  2019 fhem-2019-08.log
-rwxrwxrwx 1 fhem   dialout 1827451217 Sep 30  2019 fhem-2019-09.log
-rwxrwxrwx 1 fhem   dialout 1901717538 Okt 31 23:59 fhem-2019-10.log
-rwxrwxrwx 1 fhem   dialout 1756752566 Nov 30 23:59 fhem-2019-11.log
-rwxrwxrwx 1 fhem   dialout 1567363481 Dez 31 23:59 fhem-2019-12.log

Und lösch mal die riesen Logfiles vom vergangenen halben Jahr.

rm /opt/fhem/log/fhem-2019-*

Edit:
sudo rm /opt/fhem/log/fhem-2019-*
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 10:57:38
b0xxx:/var/log$ sudo netstat -lntp
[sudo] Passwort für thomas:         
Aktive Internetverbindungen (Nur Server)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   
tcp        0      0 0.0.0.0:35587           0.0.0.0:*               LISTEN      701/ecbd           
tcp        0      0 0.0.0.0:8083            0.0.0.0:*               LISTEN      12928/perl         
tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      629/systemd-resolve
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      715/cupsd           
tcp6       0      0 :::6720                 :::*                    LISTEN      1/init             
tcp6       0      0 ::1:631                 :::*                    LISTEN      715/cupsd           


Hinsichtlich FHEM-Log: Es wir alle ca. 6 Sekunden Folgendes protokolliert:
020.04.13 10:38:34 3: WEB: port 8083 opened
2020.04.13 10:38:34 2: eventTypes: loaded 3193 events from ./log/eventTypes.txt
2020.04.13 10:38:34 3: Wechselrichter - Set interval to 300
2020.04.13 10:38:34 3: TelegramBot_Define WEB_Telegram: called
2020.04.13 10:38:35 3: [OUT_Sonnenstand] got no weather info from yahoo. Error code: http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid=0%20and%20u=%27c%27&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys: Can't connect(1) to http://query.yahooapis.com:80: IO::Socket::INET: Bad hostname 'query.yahooapis.com:80'
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 11:01:58
Wie aktuell ist eigentlich Dein FHEM

Seit übe einen Jahr gibt es den Yahoo Weather Support schon nicht mehr
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 11:30:06
Das stimmt, den kann ich ja löschen.
Das Loggen ins Log-File kann man vielleicht auch einschränken.
Das FHEM ist aktuell, max. 1 Woche nicht aktualisiert.

CPU-Last von perl schwankt zwischen 25%-50%, Tendenz deutlich steigend.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 11:35:57
Und das FHEMWEB ist immer noch nicht erreichbar auf 8083?
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 11:43:08
Nein, "Seite wurde nicht gefunden."
Neu gestartet habe ich auch schon.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 12:12:38
Nach
chmod -c -R 644 /opt/fhem/log
geht FHEMWEB über 8083 wieder.

Vielen Dank für Unterstützung!
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 12:16:49
Gebe ich nun im ASC
set ScanforShutters
ein, stürzt die Weboberfläche ab.

Vielleicht wäre es angebracht, statt langer Fehlersuche FHEM neu zu installieren - die fhem.cfg habe ich gesichert.

Was meint Ihr, bitte?
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 12:51:26
Logfileausgabe
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Wernieman am 13 April 2020, 12:53:18
Eine Neuinstallation wird Dir nichts bringen ... Du solltest den Fehler finden und nicht an den Symptomen rumdocktern ...

Könntest Du Dein FHEM etwas bereinigen? z.B. den Yahoo-Support löschen?
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 13:01:13
[code]2020.04.13 12:10:13 3: Opening vbus device 192.168.178.41:7053
2020.04.13 12:10:13 3: vbus device opened
2020.04.13 12:10:13 3: TUL opening KNX device eibd:localhost
2020.04.13 12:10:13 3: TUL device opened
2020.04.13 12:10:16 3: OUT_Abfahrt: URL is none, periodic updates will be limited to explicit GetXXPoll attribues (if defined)
2020.04.13 12:10:16 3: OUT_Abfahrt: interval is 0, no periodic updates will done.
2020.04.13 12:10:16 3: OUT_Abfahrt: Defined without URL featurelevel 6
2020.04.13 12:10:16 3: GardenaSmartBridge (Gardena_Bridge) - defined GardenaSmartBridge
2020.04.13 12:10:16 3: GardenaSmartDevice (SILENO) - I/O device is Gardena_Bridge
2020.04.13 12:10:16 3: GardenaSmartDevice (SILENO) - defined GardenaSmartDevice with DEVICEID: e0c76016-bca8-41a8-8e70-4b8121391dfe
2020.04.13 12:10:16 3: HUEDevice1: I/O device is HUEbridge
2020.04.13 12:10:16 3: HUEDevice2: I/O device is HUEbridge
2020.04.13 12:10:16 3: HUEDevice3: I/O device is HUEbridge
2020.04.13 12:10:16 3: HUEGroup1: I/O device is HUEbridge
2020.04.13 12:10:16 3: HUEGroup2: I/O device is HUEbridge
2020.04.13 12:10:16 3: HUEGroup0: I/O device is HUEbridge
2020.04.13 12:10:16 3: Opening Anrufliste device 192.168.178.1:1012
2020.04.13 12:10:16 3: FB_CALLMONITOR (Anrufliste) - loading cache file /opt/fhem/log/reverse_search.txt
2020.04.13 12:10:16 2: FB_CALLMONITOR (Anrufliste) - read 22 contacts from Cache
2020.04.13 12:10:16 3: AutoShuttersControl (Autoroll) - defined
2020.04.13 12:10:16 1: Including ./log/fhem.save
2020.04.13 12:10:17 3: GardenaSmartBridge (Gardena_Bridge) - send credentials to fetch Token and locationId
2020.04.13 12:10:17 2: HUEBridge_OpenDev: error reading description: http://192.168.178.202/description.xml: Can't connect(1) to http://192.168.178.202:80: IO::Socket::INET: connect: Connection refused
2020.04.13 12:10:17 1: HUEBridge_HTTP_Request http://192.168.178.202/api/dKPEKAlHjtOD7W-M5XvXIrhv6ij1AqIWV4j2fkei/config: Can't connect to http://192.168.178.202:80
2020.04.13 12:10:17 3: HUEBridge_Call: failed, retrying
2020.04.13 12:10:17 1: HUEBridge_HTTP_Request http://192.168.178.202/api/dKPEKAlHjtOD7W-M5XvXIrhv6ij1AqIWV4j2fkei/config: Can't connect to http://192.168.178.202:80
2020.04.13 12:10:17 3: HUEBridge_Call: failed, retrying
2020.04.13 12:10:17 3: HUEBridge_Call: failed
2020.04.13 12:10:17 2: HUEBridge_OpenDev: got empty config
2020.04.13 12:10:17 3: telnetForBlockingFn_1586772617: port 34749 opened
2020.04.13 12:10:17 1: usb create starting
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS0
2020.04.13 12:10:17 1: PERL WARNING: can't getattr: Input/output error at FHEM/DevIo.pm line 426.
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS0: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS1
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS1: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS10
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS10: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS11
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS11: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS12
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS12: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS13
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS13: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS14
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS14: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS15
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS15: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS16
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS16: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS17
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS17: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS18
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS18: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS19
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS19: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS2
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS2: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS20
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS20: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS21
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS21: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS22
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS22: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS23
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS23: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS24
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS24: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS25
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS25: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS26
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS26: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS27
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS27: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS28
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS28: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS29
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS29: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS3
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS3: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS30
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS30: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS31
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS31: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS4
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS4: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS5
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS5: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS6
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS6: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS7
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS7: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS8
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS8: Input/output error
2020.04.13 12:10:17 3: Probing CUL device /dev/ttyS9
2020.04.13 12:10:17 1: CUL: Can't open /dev/ttyS9: Input/output error
2020.04.13 12:10:17 1: usb create end
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/ { <-- HERE  / at fhem.pl line 4155.
2020.04.13 12:10:17 3: UWZ OUT_Unwetter: UWZ.1733 Done fetching data
2020.04.13 12:10:17 1: Including fhem.cfg
2020.04.13 12:10:17 3: WEB: port 8083 opened
2020.04.13 12:10:18 2: eventTypes: loaded 3193 events from ./log/eventTypes.txt
2020.04.13 12:10:18 3: Wechselrichter - Set interval to 300
2020.04.13 12:10:18 3: TelegramBot_Define WEB_Telegram: called
2020.04.13 12:10:18 3: [OUT_Sonnenstand] got no weather info from yahoo. Error code: http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid=0%20and%20u=%27c%27&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys: Can't connect(1) to http://query.yahooapis.com:80: IO::Socket::INET: Bad hostname 'query.yahooapis.com:80'
2020.04.13 12:10:18 3: OUT_TankstelleBFTHerdecke: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=f982351f-2def-42af-87ca-4b6c9298e967&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:18 3: OUT_TankstelleAralHerdecke: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=cca562d2-f662-403a-b8e3-2bab324cedb4&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:19 3: OUT_TankstelleJETHagen: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=51d4b45f-a095-1aa0-e100-80009459e03a&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:19 3: OUT_TankstelleWestfalenHagen: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=87e6a275-d9fd-4ec7-9179-2d5e490b4b88&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:19 3: Opening vbus device 192.168.178.41:7053
2020.04.13 12:10:19 3: vbus device opened
2020.04.13 12:10:19 3: TUL opening KNX device eibd:localhost
2020.04.13 12:10:19 3: TUL device opened
2020.04.13 12:10:22 3: OUT_Abfahrt: URL is none, periodic updates will be limited to explicit GetXXPoll attribues (if defined)
2020.04.13 12:10:22 3: OUT_Abfahrt: interval is 0, no periodic updates will done.
2020.04.13 12:10:22 3: OUT_Abfahrt: Defined without URL featurelevel 6
2020.04.13 12:10:22 3: GardenaSmartBridge (Gardena_Bridge) - defined GardenaSmartBridge
2020.04.13 12:10:22 3: GardenaSmartDevice (SILENO) - I/O device is Gardena_Bridge
2020.04.13 12:10:22 3: GardenaSmartDevice (SILENO) - defined GardenaSmartDevice with DEVICEID: e0c76016-bca8-41a8-8e70-4b8121391dfe
2020.04.13 12:10:22 3: HUEDevice1: I/O device is HUEbridge
2020.04.13 12:10:22 3: HUEDevice2: I/O device is HUEbridge
2020.04.13 12:10:22 3: HUEDevice3: I/O device is HUEbridge
2020.04.13 12:10:22 3: HUEGroup1: I/O device is HUEbridge
2020.04.13 12:10:22 3: HUEGroup2: I/O device is HUEbridge
2020.04.13 12:10:22 3: HUEGroup0: I/O device is HUEbridge
2020.04.13 12:10:22 3: Opening Anrufliste device 192.168.178.1:1012
2020.04.13 12:10:22 3: FB_CALLMONITOR (Anrufliste) - loading cache file /opt/fhem/log/reverse_search.txt
2020.04.13 12:10:22 2: FB_CALLMONITOR (Anrufliste) - read 22 contacts from Cache
2020.04.13 12:10:22 3: AutoShuttersControl (Autoroll) - defined
2020.04.13 12:10:22 1: Including ./log/fhem.save
2020.04.13 12:10:23 3: GardenaSmartBridge (Gardena_Bridge) - send credentials to fetch Token and locationId
2020.04.13 12:10:23 2: HUEBridge_OpenDev: error reading description: http://192.168.178.202/description.xml: Can't connect(1) to http://192.168.178.202:80: IO::Socket::INET: connect: Connection refused
2020.04.13 12:10:23 1: HUEBridge_HTTP_Request http://192.168.178.202/api/dKPEKAlHjtOD7W-M5XvXIrhv6ij1AqIWV4j2fkei/config: Can't connect to http://192.168.178.202:80
2020.04.13 12:10:23 3: HUEBridge_Call: failed, retrying
2020.04.13 12:10:23 1: HUEBridge_HTTP_Request http://192.168.178.202/api/dKPEKAlHjtOD7W-M5XvXIrhv6ij1AqIWV4j2fkei/config: Can't connect to http://192.168.178.202:80
2020.04.13 12:10:23 3: HUEBridge_Call: failed, retrying
2020.04.13 12:10:23 3: HUEBridge_Call: failed
2020.04.13 12:10:23 2: HUEBridge_OpenDev: got empty config
2020.04.13 12:10:23 3: telnetForBlockingFn_1586772623: port 40565 opened
2020.04.13 12:10:23 1: usb create starting
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS0
2020.04.13 12:10:23 1: PERL WARNING: can't getattr: Input/output error at FHEM/DevIo.pm line 426.
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS0: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS1
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS1: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS10
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS10: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS11
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS11: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS12
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS12: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS13
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS13: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS14
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS14: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS15
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS15: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS16
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS16: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS17
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS17: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS18
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS18: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS19
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS19: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS2
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS2: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS20
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS20: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS21
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS21: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS22
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS22: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS23
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS23: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS24
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS24: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS25
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS25: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS26
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS26: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS27
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS27: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS28
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS28: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS29
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS29: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS3
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS3: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS30
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS30: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS31
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS31: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS4
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS4: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS5
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS5: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS6
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS6: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS7
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS7: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS8
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS8: Input/output error
2020.04.13 12:10:23 3: Probing CUL device /dev/ttyS9
2020.04.13 12:10:23 1: CUL: Can't open /dev/ttyS9: Input/output error
2020.04.13 12:10:23 1: usb create end
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/ { <-- HERE  / at fhem.pl line 4155.
2020.04.13 12:10:23 1: UWZ OUT_Unwetter: UWZ.861 Error: Can't get http://feed.alertspro.meteogroup.com/AlertsPro/AlertsProPollService.php?method=getWarning&language=de&areaID=UWZDE44229 -- http://feed.alertspro.meteogroup.com/AlertsPro/AlertsProPollService.php?method=getWarning&language=de&areaID=UWZDE44229: Can't connect(1) to http://feed.alertspro.meteogroup.com:80: IO::Socket::INET: connect: timeout
malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "Error|Error http://f...") at ./FHEM/77_UWZ.pm line 1102.
2020.04.13 12:10:23 1: Including fhem.cfg
2020.04.13 12:10:23 3: WEB: port 8083 opened
2020.04.13 12:10:24 2: eventTypes: loaded 3193 events from ./log/eventTypes.txt
2020.04.13 12:10:24 3: Wechselrichter - Set interval to 300
2020.04.13 12:10:24 3: TelegramBot_Define WEB_Telegram: called
2020.04.13 12:10:24 3: [OUT_Sonnenstand] got no weather info from yahoo. Error code: http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid=0%20and%20u=%27c%27&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys: Can't connect(1) to http://query.yahooapis.com:80: IO::Socket::INET: Bad hostname 'query.yahooapis.com:80'
2020.04.13 12:10:24 3: OUT_TankstelleBFTHerdecke: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=f982351f-2def-42af-87ca-4b6c9298e967&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:24 3: OUT_TankstelleAralHerdecke: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=cca562d2-f662-403a-b8e3-2bab324cedb4&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:24 3: OUT_TankstelleJETHagen: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=51d4b45f-a095-1aa0-e100-80009459e03a&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:24 3: OUT_TankstelleWestfalenHagen: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=87e6a275-d9fd-4ec7-9179-2d5e490b4b88&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:25 3: Opening vbus device 192.168.178.41:7053
2020.04.13 12:10:25 3: vbus device opened
2020.04.13 12:10:25 3: TUL opening KNX device eibd:localhost
2020.04.13 12:10:25 3: TUL device opened
2020.04.13 12:10:28 3: OUT_Abfahrt: URL is none, periodic updates will be limited to explicit GetXXPoll attribues (if defined)
2020.04.13 12:10:28 3: OUT_Abfahrt: interval is 0, no periodic updates will done.
2020.04.13 12:10:28 3: OUT_Abfahrt: Defined without URL featurelevel 6
2020.04.13 12:10:28 3: GardenaSmartBridge (Gardena_Bridge) - defined GardenaSmartBridge
2020.04.13 12:10:28 3: GardenaSmartDevice (SILENO) - I/O device is Gardena_Bridge
2020.04.13 12:10:28 3: GardenaSmartDevice (SILENO) - defined GardenaSmartDevice with DEVICEID: e0c76016-bca8-41a8-8e70-4b8121391dfe
2020.04.13 12:10:28 3: HUEDevice1: I/O device is HUEbridge
2020.04.13 12:10:28 3: HUEDevice2: I/O device is HUEbridge
2020.04.13 12:10:28 3: HUEDevice3: I/O device is HUEbridge
2020.04.13 12:10:28 3: HUEGroup1: I/O device is HUEbridge
2020.04.13 12:10:28 3: HUEGroup2: I/O device is HUEbridge
2020.04.13 12:10:28 3: HUEGroup0: I/O device is HUEbridge
2020.04.13 12:10:28 3: Opening Anrufliste device 192.168.178.1:1012
2020.04.13 12:10:28 3: FB_CALLMONITOR (Anrufliste) - loading cache file /opt/fhem/log/reverse_search.txt
2020.04.13 12:10:28 2: FB_CALLMONITOR (Anrufliste) - read 22 contacts from Cache
2020.04.13 12:10:28 3: AutoShuttersControl (Autoroll) - defined
2020.04.13 12:10:28 1: Including ./log/fhem.save
2020.04.13 12:10:28 3: GardenaSmartBridge (Gardena_Bridge) - send credentials to fetch Token and locationId
2020.04.13 12:10:28 2: HUEBridge_OpenDev: error reading description: http://192.168.178.202/description.xml: Can't connect(1) to http://192.168.178.202:80: IO::Socket::INET: connect: Connection refused
2020.04.13 12:10:28 1: HUEBridge_HTTP_Request http://192.168.178.202/api/dKPEKAlHjtOD7W-M5XvXIrhv6ij1AqIWV4j2fkei/config: Can't connect to http://192.168.178.202:80
2020.04.13 12:10:28 3: HUEBridge_Call: failed, retrying
2020.04.13 12:10:28 1: HUEBridge_HTTP_Request http://192.168.178.202/api/dKPEKAlHjtOD7W-M5XvXIrhv6ij1AqIWV4j2fkei/config: Can't connect to http://192.168.178.202:80
2020.04.13 12:10:28 3: HUEBridge_Call: failed, retrying
2020.04.13 12:10:28 3: HUEBridge_Call: failed
2020.04.13 12:10:28 2: HUEBridge_OpenDev: got empty config
2020.04.13 12:10:29 3: telnetForBlockingFn_1586772629: port 35321 opened
2020.04.13 12:10:29 1: usb create starting
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS0
2020.04.13 12:10:29 1: PERL WARNING: can't getattr: Input/output error at FHEM/DevIo.pm line 426.
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS0: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS1
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS1: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS10
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS10: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS11
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS11: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS12
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS12: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS13
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS13: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS14
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS14: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS15
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS15: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS16
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS16: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS17
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS17: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS18
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS18: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS19
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS19: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS2
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS2: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS20
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS20: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS21
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS21: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS22
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS22: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS23
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS23: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS24
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS24: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS25
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS25: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS26
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS26: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS27
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS27: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS28
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS28: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS29
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS29: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS3
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS3: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS30
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS30: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS31
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS31: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS4
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS4: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS5
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS5: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS6
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS6: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS7
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS7: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS8
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS8: Input/output error
2020.04.13 12:10:29 3: Probing CUL device /dev/ttyS9
2020.04.13 12:10:29 1: CUL: Can't open /dev/ttyS9: Input/output error
2020.04.13 12:10:29 1: usb create end
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/ { <-- HERE  / at fhem.pl line 4155.
2020.04.13 12:10:29 1: UWZ OUT_Unwetter: UWZ.861 Error: Can't get http://feed.alertspro.meteogroup.com/AlertsPro/AlertsProPollService.php?method=getWarning&language=de&areaID=UWZDE44229 -- http://feed.alertspro.meteogroup.com/AlertsPro/AlertsProPollService.php?method=getWarning&language=de&areaID=UWZDE44229: Select timeout/error: Interrupted system call
malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "Error|Error http://f...") at ./FHEM/77_UWZ.pm line 1102.
2020.04.13 12:10:29 1: Including fhem.cfg
2020.04.13 12:10:29 3: WEB: port 8083 opened
2020.04.13 12:10:30 2: eventTypes: loaded 3193 events from ./log/eventTypes.txt
2020.04.13 12:10:30 3: Wechselrichter - Set interval to 300
2020.04.13 12:10:30 3: TelegramBot_Define WEB_Telegram: called
2020.04.13 12:10:30 3: [OUT_Sonnenstand] got no weather info from yahoo. Error code: http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid=0%20and%20u=%27c%27&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys: Can't connect(1) to http://query.yahooapis.com:80: IO::Socket::INET: Bad hostname 'query.yahooapis.com:80'
2020.04.13 12:10:30 3: OUT_TankstelleBFTHerdecke: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=f982351f-2def-42af-87ca-4b6c9298e967&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:30 3: OUT_TankstelleAralHerdecke: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=cca562d2-f662-403a-b8e3-2bab324cedb4&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:30 3: OUT_TankstelleJETHagen: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=51d4b45f-a095-1aa0-e100-80009459e03a&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:30 3: OUT_TankstelleWestfalenHagen: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=87e6a275-d9fd-4ec7-9179-2d5e490b4b88&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:31 3: Opening vbus device 192.168.178.41:7053
2020.04.13 12:10:31 3: vbus device opened
2020.04.13 12:10:31 3: TUL opening KNX device eibd:localhost
2020.04.13 12:10:31 3: TUL device opened
2020.04.13 12:10:34 3: OUT_Abfahrt: URL is none, periodic updates will be limited to explicit GetXXPoll attribues (if defined)
2020.04.13 12:10:34 3: OUT_Abfahrt: interval is 0, no periodic updates will done.
2020.04.13 12:10:34 3: OUT_Abfahrt: Defined without URL featurelevel 6
2020.04.13 12:10:34 3: GardenaSmartBridge (Gardena_Bridge) - defined GardenaSmartBridge
2020.04.13 12:10:34 3: GardenaSmartDevice (SILENO) - I/O device is Gardena_Bridge
2020.04.13 12:10:34 3: GardenaSmartDevice (SILENO) - defined GardenaSmartDevice with DEVICEID: e0c76016-bca8-41a8-8e70-4b8121391dfe
2020.04.13 12:10:34 3: HUEDevice1: I/O device is HUEbridge
2020.04.13 12:10:34 3: HUEDevice2: I/O device is HUEbridge
2020.04.13 12:10:34 3: HUEDevice3: I/O device is HUEbridge
2020.04.13 12:10:34 3: HUEGroup1: I/O device is HUEbridge
2020.04.13 12:10:34 3: HUEGroup2: I/O device is HUEbridge
2020.04.13 12:10:34 3: HUEGroup0: I/O device is HUEbridge
2020.04.13 12:10:34 3: Opening Anrufliste device 192.168.178.1:1012
2020.04.13 12:10:34 3: FB_CALLMONITOR (Anrufliste) - loading cache file /opt/fhem/log/reverse_search.txt
2020.04.13 12:10:34 2: FB_CALLMONITOR (Anrufliste) - read 22 contacts from Cache
2020.04.13 12:10:34 3: AutoShuttersControl (Autoroll) - defined
2020.04.13 12:10:34 1: Including ./log/fhem.save
2020.04.13 12:10:34 3: GardenaSmartBridge (Gardena_Bridge) - send credentials to fetch Token and locationId
2020.04.13 12:10:34 2: HUEBridge_OpenDev: error reading description: http://192.168.178.202/description.xml: Can't connect(1) to http://192.168.178.202:80: IO::Socket::INET: connect: Connection refused
2020.04.13 12:10:34 1: HUEBridge_HTTP_Request http://192.168.178.202/api/dKPEKAlHjtOD7W-M5XvXIrhv6ij1AqIWV4j2fkei/config: Can't connect to http://192.168.178.202:80
2020.04.13 12:10:34 3: HUEBridge_Call: failed, retrying
2020.04.13 12:10:34 1: HUEBridge_HTTP_Request http://192.168.178.202/api/dKPEKAlHjtOD7W-M5XvXIrhv6ij1AqIWV4j2fkei/config: Can't connect to http://192.168.178.202:80
2020.04.13 12:10:34 3: HUEBridge_Call: failed, retrying
2020.04.13 12:10:34 3: HUEBridge_Call: failed
2020.04.13 12:10:34 2: HUEBridge_OpenDev: got empty config
2020.04.13 12:10:35 3: telnetForBlockingFn_1586772635: port 33647 opened
2020.04.13 12:10:35 1: usb create starting
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS0
2020.04.13 12:10:35 1: PERL WARNING: can't getattr: Input/output error at FHEM/DevIo.pm line 426.
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS0: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS1
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS1: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS10
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS10: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS11
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS11: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS12
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS12: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS13
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS13: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS14
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS14: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS15
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS15: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS16
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS16: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS17
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS17: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS18
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS18: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS19
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS19: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS2
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS2: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS20
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS20: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS21
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS21: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS22
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS22: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS23
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS23: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS24
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS24: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS25
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS25: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS26
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS26: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS27
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS27: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS28
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS28: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS29
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS29: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS3
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS3: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS30
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS30: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS31
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS31: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS4
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS4: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS5
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS5: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS6
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS6: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS7
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS7: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS8
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS8: Input/output error
2020.04.13 12:10:35 3: Probing CUL device /dev/ttyS9
2020.04.13 12:10:35 1: CUL: Can't open /dev/ttyS9: Input/output error
2020.04.13 12:10:35 1: usb create end
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/ { <-- HERE  / at fhem.pl line 4155.
2020.04.13 12:10:35 1: UWZ OUT_Unwetter: UWZ.861 Error: Can't get http://feed.alertspro.meteogroup.com/AlertsPro/AlertsProPollService.php?method=getWarning&language=de&areaID=UWZDE44229 -- http://feed.alertspro.meteogroup.com/AlertsPro/AlertsProPollService.php?method=getWarning&language=de&areaID=UWZDE44229: Select timeout/error: Interrupted system call
malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "Error|Error http://f...") at ./FHEM/77_UWZ.pm line 1102.
2020.04.13 12:10:35 1: Including fhem.cfg
2020.04.13 12:10:35 3: WEB: port 8083 opened
2020.04.13 12:10:36 2: eventTypes: loaded 3193 events from ./log/eventTypes.txt
2020.04.13 12:10:36 3: Wechselrichter - Set interval to 300
2020.04.13 12:10:36 3: TelegramBot_Define WEB_Telegram: called
2020.04.13 12:10:36 3: [OUT_Sonnenstand] got no weather info from yahoo. Error code: http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid=0%20and%20u=%27c%27&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys: Can't connect(1) to http://query.yahooapis.com:80: IO::Socket::INET: Bad hostname 'query.yahooapis.com:80'
2020.04.13 12:10:36 3: OUT_TankstelleBFTHerdecke: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=f982351f-2def-42af-87ca-4b6c9298e967&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:36 3: OUT_TankstelleAralHerdecke: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=cca562d2-f662-403a-b8e3-2bab324cedb4&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:36 3: OUT_TankstelleJETHagen: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=51d4b45f-a095-1aa0-e100-80009459e03a&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:36 3: OUT_TankstelleWestfalenHagen: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=87e6a275-d9fd-4ec7-9179-2d5e490b4b88&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:37 3: Opening vbus device 192.168.178.41:7053
2020.04.13 12:10:37 3: vbus device opened
2020.04.13 12:10:37 3: TUL opening KNX device eibd:localhost
2020.04.13 12:10:37 3: TUL device opened
2020.04.13 12:10:40 3: OUT_Abfahrt: URL is none, periodic updates will be limited to explicit GetXXPoll attribues (if defined)
2020.04.13 12:10:40 3: OUT_Abfahrt: interval is 0, no periodic updates will done.
2020.04.13 12:10:40 3: OUT_Abfahrt: Defined without URL featurelevel 6
2020.04.13 12:10:40 3: GardenaSmartBridge (Gardena_Bridge) - defined GardenaSmartBridge
2020.04.13 12:10:40 3: GardenaSmartDevice (SILENO) - I/O device is Gardena_Bridge
2020.04.13 12:10:40 3: GardenaSmartDevice (SILENO) - defined GardenaSmartDevice with DEVICEID: e0c76016-bca8-41a8-8e70-4b8121391dfe
2020.04.13 12:10:40 3: HUEDevice1: I/O device is HUEbridge
2020.04.13 12:10:40 3: HUEDevice2: I/O device is HUEbridge
2020.04.13 12:10:40 3: HUEDevice3: I/O device is HUEbridge
2020.04.13 12:10:40 3: HUEGroup1: I/O device is HUEbridge
2020.04.13 12:10:40 3: HUEGroup2: I/O device is HUEbridge
2020.04.13 12:10:40 3: HUEGroup0: I/O device is HUEbridge
2020.04.13 12:10:40 3: Opening Anrufliste device 192.168.178.1:1012
2020.04.13 12:10:40 3: FB_CALLMONITOR (Anrufliste) - loading cache file /opt/fhem/log/reverse_search.txt
2020.04.13 12:10:40 2: FB_CALLMONITOR (Anrufliste) - read 22 contacts from Cache
2020.04.13 12:10:40 3: AutoShuttersControl (Autoroll) - defined
2020.04.13 12:10:40 1: Including ./log/fhem.save
2020.04.13 12:10:40 3: GardenaSmartBridge (Gardena_Bridge) - send credentials to fetch Token and locationId
2020.04.13 12:10:40 2: HUEBridge_OpenDev: error reading description: http://192.168.178.202/description.xml: Can't connect(1) to http://192.168.178.202:80: IO::Socket::INET: connect: Connection refused
2020.04.13 12:10:40 1: HUEBridge_HTTP_Request http://192.168.178.202/api/dKPEKAlHjtOD7W-M5XvXIrhv6ij1AqIWV4j2fkei/config: Can't connect to http://192.168.178.202:80
2020.04.13 12:10:40 3: HUEBridge_Call: failed, retrying
2020.04.13 12:10:40 1: HUEBridge_HTTP_Request http://192.168.178.202/api/dKPEKAlHjtOD7W-M5XvXIrhv6ij1AqIWV4j2fkei/config: Can't connect to http://192.168.178.202:80
2020.04.13 12:10:40 3: HUEBridge_Call: failed, retrying
2020.04.13 12:10:40 3: HUEBridge_Call: failed
2020.04.13 12:10:40 2: HUEBridge_OpenDev: got empty config
2020.04.13 12:10:40 3: telnetForBlockingFn_1586772640: port 41439 opened
2020.04.13 12:10:40 1: usb create starting
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS0
2020.04.13 12:10:41 1: PERL WARNING: can't getattr: Input/output error at FHEM/DevIo.pm line 426.
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS0: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS1
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS1: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS10
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS10: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS11
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS11: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS12
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS12: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS13
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS13: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS14
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS14: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS15
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS15: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS16
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS16: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS17
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS17: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS18
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS18: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS19
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS19: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS2
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS2: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS20
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS20: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS21
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS21: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS22
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS22: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS23
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS23: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS24
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS24: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS25
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS25: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS26
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS26: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS27
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS27: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS28
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS28: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS29
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS29: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS3
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS3: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS30
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS30: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS31
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS31: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS4
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS4: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS5
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS5: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS6
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS6: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS7
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS7: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS8
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS8: Input/output error
2020.04.13 12:10:41 3: Probing CUL device /dev/ttyS9
2020.04.13 12:10:41 1: CUL: Can't open /dev/ttyS9: Input/output error
2020.04.13 12:10:41 1: usb create end
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/ { <-- HERE  / at fhem.pl line 4155.
2020.04.13 12:10:41 1: UWZ OUT_Unwetter: UWZ.861 Error: Can't get http://feed.alertspro.meteogroup.com/AlertsPro/AlertsProPollService.php?method=getWarning&language=de&areaID=UWZDE44229 -- http://feed.alertspro.meteogroup.com/AlertsPro/AlertsProPollService.php?method=getWarning&language=de&areaID=UWZDE44229: Can't connect(1) to http://feed.alertspro.meteogroup.com:80: IO::Socket::INET: connect: timeout
malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "Error|Error http://f...") at ./FHEM/77_UWZ.pm line 1102.
2020.04.13 12:10:41 1: Including fhem.cfg
2020.04.13 12:10:41 3: WEB: port 8083 opened
2020.04.13 12:10:42 2: eventTypes: loaded 3193 events from ./log/eventTypes.txt
2020.04.13 12:10:42 3: Wechselrichter - Set interval to 300
2020.04.13 12:10:42 3: TelegramBot_Define WEB_Telegram: called
2020.04.13 12:10:42 3: [OUT_Sonnenstand] got no weather info from yahoo. Error code: http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid=0%20and%20u=%27c%27&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys: Can't connect(1) to http://query.yahooapis.com:80: IO::Socket::INET: Bad hostname 'query.yahooapis.com:80'
2020.04.13 12:10:42 3: OUT_TankstelleBFTHerdecke: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=f982351f-2def-42af-87ca-4b6c9298e967&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:42 3: OUT_TankstelleAralHerdecke: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=cca562d2-f662-403a-b8e3-2bab324cedb4&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:42 3: OUT_TankstelleJETHagen: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=51d4b45f-a095-1aa0-e100-80009459e03a&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:42 3: OUT_TankstelleWestfalenHagen: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=87e6a275-d9fd-4ec7-9179-2d5e490b4b88&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:43 3: Opening vbus device 192.168.178.41:7053
2020.04.13 12:10:43 3: vbus device opened
2020.04.13 12:10:43 3: TUL opening KNX device eibd:localhost
2020.04.13 12:10:43 3: TUL device opened
2020.04.13 12:10:46 3: OUT_Abfahrt: URL is none, periodic updates will be limited to explicit GetXXPoll attribues (if defined)
2020.04.13 12:10:46 3: OUT_Abfahrt: interval is 0, no periodic updates will done.
2020.04.13 12:10:46 3: OUT_Abfahrt: Defined without URL featurelevel 6
2020.04.13 12:10:46 3: GardenaSmartBridge (Gardena_Bridge) - defined GardenaSmartBridge
2020.04.13 12:10:46 3: GardenaSmartDevice (SILENO) - I/O device is Gardena_Bridge
2020.04.13 12:10:46 3: GardenaSmartDevice (SILENO) - defined GardenaSmartDevice with DEVICEID: e0c76016-bca8-41a8-8e70-4b8121391dfe
2020.04.13 12:10:46 3: HUEDevice1: I/O device is HUEbridge
2020.04.13 12:10:46 3: HUEDevice2: I/O device is HUEbridge
2020.04.13 12:10:46 3: HUEDevice3: I/O device is HUEbridge
2020.04.13 12:10:46 3: HUEGroup1: I/O device is HUEbridge
2020.04.13 12:10:46 3: HUEGroup2: I/O device is HUEbridge
2020.04.13 12:10:46 3: HUEGroup0: I/O device is HUEbridge
2020.04.13 12:10:46 3: Opening Anrufliste device 192.168.178.1:1012
2020.04.13 12:10:46 3: FB_CALLMONITOR (Anrufliste) - loading cache file /opt/fhem/log/reverse_search.txt
2020.04.13 12:10:46 2: FB_CALLMONITOR (Anrufliste) - read 22 contacts from Cache
2020.04.13 12:10:46 3: AutoShuttersControl (Autoroll) - defined
2020.04.13 12:10:46 1: Including ./log/fhem.save
2020.04.13 12:10:46 3: GardenaSmartBridge (Gardena_Bridge) - send credentials to fetch Token and locationId
2020.04.13 12:10:46 2: HUEBridge_OpenDev: error reading description: http://192.168.178.202/description.xml: Can't connect(1) to http://192.168.178.202:80: IO::Socket::INET: connect: Connection refused
2020.04.13 12:10:46 1: HUEBridge_HTTP_Request http://192.168.178.202/api/dKPEKAlHjtOD7W-M5XvXIrhv6ij1AqIWV4j2fkei/config: Can't connect to http://192.168.178.202:80
2020.04.13 12:10:46 3: HUEBridge_Call: failed, retrying
2020.04.13 12:10:46 1: HUEBridge_HTTP_Request http://192.168.178.202/api/dKPEKAlHjtOD7W-M5XvXIrhv6ij1AqIWV4j2fkei/config: Can't connect to http://192.168.178.202:80
2020.04.13 12:10:46 3: HUEBridge_Call: failed, retrying
2020.04.13 12:10:46 3: HUEBridge_Call: failed
2020.04.13 12:10:46 2: HUEBridge_OpenDev: got empty config
2020.04.13 12:10:47 3: telnetForBlockingFn_1586772647: port 46257 opened
2020.04.13 12:10:47 1: usb create starting
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS0
2020.04.13 12:10:47 1: PERL WARNING: can't getattr: Input/output error at FHEM/DevIo.pm line 426.
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS0: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS1
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS1: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS10
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS10: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS11
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS11: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS12
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS12: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS13
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS13: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS14
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS14: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS15
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS15: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS16
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS16: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS17
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS17: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS18
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS18: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS19
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS19: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS2
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS2: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS20
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS20: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS21
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS21: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS22
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS22: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS23
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS23: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS24
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS24: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS25
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS25: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS26
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS26: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS27
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS27: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS28
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS28: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS29
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS29: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS3
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS3: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS30
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS30: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS31
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS31: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS4
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS4: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS5
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS5: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS6
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS6: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS7
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS7: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS8
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS8: Input/output error
2020.04.13 12:10:47 3: Probing CUL device /dev/ttyS9
2020.04.13 12:10:47 1: CUL: Can't open /dev/ttyS9: Input/output error
2020.04.13 12:10:47 1: usb create end
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/ { <-- HERE  / at fhem.pl line 4155.
2020.04.13 12:10:47 1: UWZ OUT_Unwetter: UWZ.861 Error: Can't get http://feed.alertspro.meteogroup.com/AlertsPro/AlertsProPollService.php?method=getWarning&language=de&areaID=UWZDE44229 -- http://feed.alertspro.meteogroup.com/AlertsPro/AlertsProPollService.php?method=getWarning&language=de&areaID=UWZDE44229: Select timeout/error: Interrupted system call
malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "Error|Error http://f...") at ./FHEM/77_UWZ.pm line 1102.
2020.04.13 12:10:47 1: Including fhem.cfg
2020.04.13 12:10:47 3: WEB: port 8083 opened
2020.04.13 12:10:48 2: eventTypes: loaded 3193 events from ./log/eventTypes.txt
2020.04.13 12:10:48 3: Wechselrichter - Set interval to 300
2020.04.13 12:10:48 3: TelegramBot_Define WEB_Telegram: called
2020.04.13 12:10:48 3: [OUT_Sonnenstand] got no weather info from yahoo. Error code: http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid=0%20and%20u=%27c%27&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys: Can't connect(1) to http://query.yahooapis.com:80: IO::Socket::INET: Bad hostname 'query.yahooapis.com:80'
2020.04.13 12:10:48 3: OUT_TankstelleBFTHerdecke: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=f982351f-2def-42af-87ca-4b6c9298e967&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:48 3: OUT_TankstelleAralHerdecke: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=cca562d2-f662-403a-b8e3-2bab324cedb4&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:48 3: OUT_TankstelleJETHagen: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=51d4b45f-a095-1aa0-e100-80009459e03a&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:48 3: OUT_TankstelleWestfalenHagen: Defined with URL https://creativecommons.tankerkoenig.de/json/prices.php?ids=87e6a275-d9fd-4ec7-9179-2d5e490b4b88&apikey=c0b2e7ff-0835-0032-4f13-1448b4164cd4 and interval 1800 featurelevel 6
2020.04.13 12:10:49 3: Opening vbus device 192.168.178.41:7053
2020.04.13 12:10:49 3: vbus device opened
2020.04.13 12:10:49 3: TUL opening KNX device eibd:localhost
2020.04.13 12:10:49 3: TUL device opened
2020.04.13 12:10:52 3: OUT_Abfahrt: URL is none, periodic updates will be limited to explicit GetXXPoll attribues (if defined)
2020.04.13 12:10:52 3: OUT_Abfahrt: interval is 0, no periodic updates will done.
2020.04.13 12:10:52 3: OUT_Abfahrt: Defined without URL featurelevel 6
2020.04.13 12:10:52 3: GardenaSmartBridge (Gardena_Bridge) - defined GardenaSmartBridge
2020.04.13 12:10:52 3: GardenaSmartDevice (SILENO) - I/O device is Gardena_Bridge
2020.04.13 12:10:52 3: GardenaSmartDevice (SILENO) - defined GardenaSmartDevice with DEVICEID: e0c76016-bca8-41a8-8e70-4b8121391dfe
2020.04.13 12:10:52 3: HUEDevice1: I/O device is HUEbridge
2020.04.13 12:10:52 3: HUEDevice2: I/O device is HUEbridge
2020.04.13 12:10:52 3: HUEDevice3: I/O device is HUEbridge
2020.04.13 12:10:52 3: HUEGroup1: I/O device is HUEbridge
2020.04.13 12:10:52 3: HUEGroup2: I/O device is HUEbridge
2020.04.13 12:10:52 3: HUEGroup0: I/O device is HUEbridge
2020.04.13 12:10:52 3: Opening Anrufliste device 192.168.178.1:1012
2020.04.13 12:10:52 3: FB_CALLMONITOR (Anrufliste) - loading cache file /opt/fhem/log/reverse_search.txt
2020.04.13 12:10:52 2: FB_CALLMONITOR (Anrufliste) - read 22 contacts from Cache
2020.04.13 12:10:52 3: AutoShuttersControl (Autoroll) - defined
2020.04.13 12:10:52 1: Including ./log/fhem.save
2020.04.13 12:10:52 3: GardenaSmartBridge (Gardena_Bridge) - send credentials to fetch Token and locationId
2020.04.13 12:10:52 2: HUEBridge_OpenDev: error reading description: http://192.168.178.202/description.xml: Can't connect(1) to http://192.168.178.202:80: IO::Socket::INET: connect: Connection refused
2020.04.13 12:10:52 1: HUEBridge_HTTP_Request http://192.168.178.202/api/dKPEKAlHjtOD7W-M5XvXIrhv6ij1AqIWV4j2fkei/config: Can't connect to http://192.168.178.202:80
2020.04.13 12:10:52 3: HUEBridge_Call: failed, retrying
2020.04.13 12:10:52 1: HUEBridge_HTTP_Request http://192.168.178.202/api/dKPEKAlHjtOD7W-M5XvXIrhv6ij1AqIWV4j2fkei/config: Can't connect to http://192.168.178.202:80
2020.04.13 12:10:52 3: HUEBridge_Call: failed, retrying
2020.04.13 12:10:52 3: HUEBridge_Call: failed
2020.04.13 12:10:52 2: HUEBridge_OpenDev: got empty config
2020.04.13 12:10:53 3: telnetForBlockingFn_1586772653: port 35361 opened
2020.04.13 12:10:53 1: usb create starting
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS0
2020.04.13 12:10:53 1: PERL WARNING: can't getattr: Input/output error at FHEM/DevIo.pm line 426.
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS0: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS1
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS1: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS10
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS10: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS11
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS11: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS12
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS12: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS13
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS13: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS14
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS14: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS15
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS15: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS16
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS16: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS17
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS17: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS18
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS18: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS19
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS19: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS2
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS2: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS20
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS20: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS21
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS21: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS22
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS22: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS23
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS23: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS24
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS24: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS25
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS25: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS26
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS26: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS27
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS27: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS28
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS28: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS29
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS29: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS3
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS3: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS30
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS30: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS31
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS31: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS4
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS4: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS5
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS5: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS6
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS6: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS7
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS7: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS8
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS8: Input/output error
2020.04.13 12:10:53 3: Probing CUL device /dev/ttyS9
2020.04.13 12:10:53 1: CUL: Can't open /dev/ttyS9: Input/output error
2020.04.13 12:10:53 1: usb create end
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/ { <-- HERE  / at fhem.pl line 4155.
2020.04.13 12:10:53 1: UWZ OUT_Unwetter: UWZ.861 Error: Can't get http://feed.alertspro.meteogroup.com/AlertsPro/AlertsProPollService.php?method=getWarning&language=de&areaID=UWZDE44229 -- http://feed.alertspro.meteogroup.com/AlertsPro/AlertsProPollService.php?method=getWarning&language=de&areaID=UWZDE44229: Can't connect(1) to http://feed.alertspro.meteogroup.com:80: IO::Socket::INET: connect: timeout
malformed JSON string, neither tag,
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Wernieman am 13 April 2020, 13:06:55
Setze beim nächsten mal bitte Logdaten im Forum in Code-Tags (das # im Forumeditor)

Schalte man den USB-Scan beim Hochfahren von FHEM ab. Stichwort initialUsbCheck
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 13:08:22
Und wie geht das, bitte?
Komme nicht mehr auf die Web-Oberfläche.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 13:58:50
Sieht nach USB Scan aus. Deaktiviere mal das Notify für usb scan. Mir fällt gerade nicht ein wie genau das heißt


Doch noch gefunden

initialUsbCheck

Das bitte deaktivieren
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 14:14:18
In der Kommandozeile im schwarzen Fenster?
Web-Oberfläche geht nicht mehr.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 14:20:33
wohl oder übel in der fhem.cfg wenn Du es Dir mit nano zu traust
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Otto123 am 13 April 2020, 14:44:32
oder so "im schwarzen Fenster"
sudo -su fhem sed -i -e '/initialUsbCheck/s/define/# define/' /opt/fhem/fhem.cfg 
Würde auch die Berechtigung bewahren :)

Gruß Otto
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 14:46:24
Jetzt verstehe ich erst was mit schwarzen Fenster gemeint ist. Das Terminalfenster.  :)
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Wernieman am 13 April 2020, 15:07:32
Darüber bin ich eben auch gestolpert ...
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 16:27:27
Tja, ich mache es Euch nicht leicht...  ;D

Also, im Terminalfenster habe ich Ottos Befehl eingegeben.
Die fhem-2020-04.log ruht, sprich der tail-Befehl bringt keine Ausgabe mehr.

Bevor ich jetzt wieder irgendetwas eingebe mit meinem nicht vorhandenen Halbwissen, warte ich auf Eure Anweisungen.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Otto123 am 13 April 2020, 16:36:36
Du solltest nochmal neu starten, am Besten komplett :)
Ich denke die Idee von Cooltux war: Er hängt sich beim intialUsbCheck auf. Wobei das log nicht so aus sah.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 16:47:56
Rechner neu gestartet und Fhem auch, FHEM läuft nicht, letzter Eintrag im FHEM-log um 12:14:

thomas@thomas-HP-Laptop-15-db0xxx:~$ sudo systemctl start fhem
[sudo] Passwort für thomas:         
Job for fhem.service failed because the control process exited with error code.
See "systemctl status fhem.service" and "journalctl -xe" for details.
thomas@thomas-HP-Laptop-15-db0xxx:~$ sudo systemctl status fhem.service
● fhem.service - FHEM Home Automation
   Loaded: loaded (/etc/systemd/system/fhem.service; enabled; vendor preset: ena
   Active: failed (Result: exit-code) since Mon 2020-04-13 16:42:39 CEST; 35s ag
  Process: 1824 ExecStart=/usr/bin/perl fhem.pl fhem.cfg (code=exited, status=13

Apr 13 16:42:39 thomas-HP-Laptop-15-db0xxx systemd[1]: Failed to start FHEM Home
Apr 13 16:42:39 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Service hol
Apr 13 16:42:39 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Scheduled r
Apr 13 16:42:39 thomas-HP-Laptop-15-db0xxx systemd[1]: Stopped FHEM Home Automat
Apr 13 16:42:39 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Start reque
Apr 13 16:42:39 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Failed with
Apr 13 16:42:39 thomas-HP-Laptop-15-db0xxx systemd[1]: Failed to start FHEM Home

thomas@thomas-HP-Laptop-15-db0xxx:~$ sudo journalctl -xe
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit knxd.service has finished shutting down.
Apr 13 16:43:47 thomas-HP-Laptop-15-db0xxx systemd[1]: Starting KNX Daemon...
-- Subject: Unit knxd.service has begun start-up
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit knxd.service has begun starting up.
Apr 13 16:43:47 thomas-HP-Laptop-15-db0xxx knxd[1844]: F00000105: [13:B.ipt] Lin
Apr 13 16:43:47 thomas-HP-Laptop-15-db0xxx systemd[1]: Started KNX Daemon.
-- Subject: Unit knxd.service has finished start-up
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit knxd.service has finished starting up.
--
-- The start-up result is RESULT.
Apr 13 16:43:47 thomas-HP-Laptop-15-db0xxx systemd[1]: knxd.service: Main proces
Apr 13 16:43:47 thomas-HP-Laptop-15-db0xxx systemd[1]: knxd.service: Failed with
Apr 13 16:43:54 thomas-HP-Laptop-15-db0xxx sudo[1846]:   thomas : TTY=pts/0 ; PW
Apr 13 16:43:54 thomas-HP-Laptop-15-db0xxx sudo[1846]: pam_unix(sudo:session): s
lines 2698-2720/2720 (END)


~$ sudo tail -f /opt/fhem/log/fhem-2020-04.log
2020.04.13 12:14:25 4: VBUSDEV_7113: VBUSDEV_ParsePayload4: code: 7113 : Temperatur_M2_S3 = 999.9 °C
2020.04.13 12:14:25 4: VBUSDEV_7113: VBUSDEV_ParsePayload3: code: 7113 : Temperatur_M2_S4 = 270f
2020.04.13 12:14:25 4: VBUSDEV_7113: VBUSDEV_ParsePayload4: code: 7113 : Temperatur_M2_S4 = 999.9 °C
2020.04.13 12:14:25 4: VBUSDEV_7113: VBUSDEV_ParsePayload3: code: 7113 : Temperatur_M2_S5 = 270f
2020.04.13 12:14:25 4: VBUSDEV_7113: VBUSDEV_ParsePayload4: code: 7113 : Temperatur_M2_S5 = 999.9 °C
2020.04.13 12:14:25 4: VBUSDEV_7113: VBUSDEV_ParsePayload3: code: 7113 : Temperatur_M2_S6 = 270f
2020.04.13 12:14:25 4: VBUSDEV_7113: VBUSDEV_ParsePayload4: code: 7113 : Temperatur_M2_S6 = 999.9 °C
2020.04.13 12:14:25 4: VBUSDEV_7113 VBUSDEV_ParsePayload5: VBUSDEV_7113 (7113) HASH(0x561253efdb18)
2020.04.13 12:14:25 4: VBUSDEV_7113 VBUSDEV_ParsePayload7: VBUSDEV_7113 (7113) HASH(0x561253efdb18))
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/ { <-- HERE  / at fhem.pl line 4155.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Wernieman am 13 April 2020, 19:31:09
Mach mal Dein "Fenster" größer und Tippe nochmals die Befehle ein. Er schneidet leider die Interessanten Sachen ab.

Zusätzlich: hast Du mal am Controllfile von FHEM geschraubt?
cat /etc/systemd/system/fhem.service
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Beta-User am 13 April 2020, 19:38:48
Ist das 5.30-Perl?Dann wäre das der erste hier gemeldete Absturz WG. nicht escapter Klammer.
Wenn es ein Attribut oder was selber gestrickt es ist, mal nach expandJSON suchen, sonst kann das nur der Maintainer lösen o. ein Perl-Downgrade.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 19:39:38
thomas@thomas-HP-Laptop-15-db0xxx:~$ sudo systemctl status fhem.service
[sudo] Passwort für thomas:         
● fhem.service - FHEM Home Automation
   Loaded: loaded (/etc/systemd/system/fhem.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Mon 2020-04-13 16:42:39 CEST; 2h 52min ago
  Process: 1824 ExecStart=/usr/bin/perl fhem.pl fhem.cfg (code=exited, status=13)

Apr 13 16:42:39 thomas-HP-Laptop-15-db0xxx systemd[1]: Failed to start FHEM Home Automation.
Apr 13 16:42:39 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Service hold-off time over, scheduling restart.
Apr 13 16:42:39 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Scheduled restart job, restart counter is at 5.
Apr 13 16:42:39 thomas-HP-Laptop-15-db0xxx systemd[1]: Stopped FHEM Home Automation.
Apr 13 16:42:39 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Start request repeated too quickly.
Apr 13 16:42:39 thomas-HP-Laptop-15-db0xxx systemd[1]: fhem.service: Failed with result 'exit-code'.
Apr 13 16:42:39 thomas-HP-Laptop-15-db0xxx systemd[1]: Failed to start FHEM Home Automation.
thomas@thomas-HP-Laptop-15-db0xxx:~$ sudo journalctl -xe
-- Unit NetworkManager-dispatcher.service has finished starting up.
--
-- The start-up result is RESULT.
Apr 13 19:35:04 thomas-HP-Laptop-15-db0xxx nm-dispatcher[9273]: req:1 'dhcp4-change' [enp2s0]: new request (1 scripts)
Apr 13 19:35:04 thomas-HP-Laptop-15-db0xxx nm-dispatcher[9273]: req:1 'dhcp4-change' [enp2s0]: start running ordered scripts...
Apr 13 19:35:04 thomas-HP-Laptop-15-db0xxx dhclient[1849]: bound to 192.168.178.202 -- renewal in 16 seconds.
Apr 13 19:35:14 thomas-HP-Laptop-15-db0xxx sudo[9277]:   thomas : TTY=pts/0 ; PWD=/home/thomas ; USER=root ; COMMAND=/bin/systemctl status fhem.service
Apr 13 19:35:14 thomas-HP-Laptop-15-db0xxx sudo[9277]: pam_unix(sudo:session): session opened for user root by (uid=0)
Apr 13 19:35:14 thomas-HP-Laptop-15-db0xxx sudo[9277]: pam_unix(sudo:session): session closed for user root
Apr 13 19:35:20 thomas-HP-Laptop-15-db0xxx dhclient[1849]: DHCPREQUEST of 192.168.178.202 on enp2s0 to 192.168.178.40 port 67 (xid=0x75b0a80a)
Apr 13 19:35:20 thomas-HP-Laptop-15-db0xxx dhclient[1849]: DHCPACK of 192.168.178.202 from 192.168.178.40
Apr 13 19:35:20 thomas-HP-Laptop-15-db0xxx NetworkManager[731]: <info>  [1586799320.6546] dhcp4 (enp2s0):   address 192.168.178.202
Apr 13 19:35:20 thomas-HP-Laptop-15-db0xxx NetworkManager[731]: <info>  [1586799320.6547] dhcp4 (enp2s0):   plen 24 (255.255.255.0)
Apr 13 19:35:20 thomas-HP-Laptop-15-db0xxx NetworkManager[731]: <info>  [1586799320.6547] dhcp4 (enp2s0):   gateway 192.168.178.40
Apr 13 19:35:20 thomas-HP-Laptop-15-db0xxx NetworkManager[731]: <info>  [1586799320.6547] dhcp4 (enp2s0):   lease time 30
Apr 13 19:35:20 thomas-HP-Laptop-15-db0xxx NetworkManager[731]: <info>  [1586799320.6548] dhcp4 (enp2s0):   nameserver '192.168.178.40'
Apr 13 19:35:20 thomas-HP-Laptop-15-db0xxx NetworkManager[731]: <info>  [1586799320.6548] dhcp4 (enp2s0): state changed bound -> bound
Apr 13 19:35:20 thomas-HP-Laptop-15-db0xxx dbus-daemon[725]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-
Apr 13 19:35:20 thomas-HP-Laptop-15-db0xxx systemd[1]: Starting Network Manager Script Dispatcher Service...
-- Subject: Unit NetworkManager-dispatcher.service has begun start-up
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit NetworkManager-dispatcher.service has begun starting up.
Apr 13 19:35:20 thomas-HP-Laptop-15-db0xxx dhclient[1849]: bound to 192.168.178.202 -- renewal in 14 seconds.
Apr 13 19:35:20 thomas-HP-Laptop-15-db0xxx dbus-daemon[725]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Apr 13 19:35:20 thomas-HP-Laptop-15-db0xxx systemd[1]: Started Network Manager Script Dispatcher Service.
-- Subject: Unit NetworkManager-dispatcher.service has finished start-up
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit NetworkManager-dispatcher.service has finished starting up.
--
-- The start-up result is RESULT.
Apr 13 19:35:20 thomas-HP-Laptop-15-db0xxx nm-dispatcher[9284]: req:1 'dhcp4-change' [enp2s0]: new request (1 scripts)
Apr 13 19:35:20 thomas-HP-Laptop-15-db0xxx nm-dispatcher[9284]: req:1 'dhcp4-change' [enp2s0]: start running ordered scripts...
Apr 13 19:35:24 thomas-HP-Laptop-15-db0xxx sudo[9289]:   thomas : TTY=pts/0 ; PWD=/home/thomas ; USER=root ; COMMAND=/bin/journalctl -xe
Apr 13 19:35:24 thomas-HP-Laptop-15-db0xxx sudo[9289]: pam_unix(sudo:session): session opened for user root by (uid=0)
lines 1763-1800/1800 (END)


thomas@thomas-HP-Laptop-15-db0xxx:~$ sudo tail -f /opt/fhem/log/fhem-2020-04.log
2020.04.13 12:14:25 4: VBUSDEV_7113: VBUSDEV_ParsePayload4: code: 7113 : Temperatur_M2_S3 = 999.9 °C
2020.04.13 12:14:25 4: VBUSDEV_7113: VBUSDEV_ParsePayload3: code: 7113 : Temperatur_M2_S4 = 270f
2020.04.13 12:14:25 4: VBUSDEV_7113: VBUSDEV_ParsePayload4: code: 7113 : Temperatur_M2_S4 = 999.9 °C
2020.04.13 12:14:25 4: VBUSDEV_7113: VBUSDEV_ParsePayload3: code: 7113 : Temperatur_M2_S5 = 270f
2020.04.13 12:14:25 4: VBUSDEV_7113: VBUSDEV_ParsePayload4: code: 7113 : Temperatur_M2_S5 = 999.9 °C
2020.04.13 12:14:25 4: VBUSDEV_7113: VBUSDEV_ParsePayload3: code: 7113 : Temperatur_M2_S6 = 270f
2020.04.13 12:14:25 4: VBUSDEV_7113: VBUSDEV_ParsePayload4: code: 7113 : Temperatur_M2_S6 = 999.9 °C
2020.04.13 12:14:25 4: VBUSDEV_7113 VBUSDEV_ParsePayload5: VBUSDEV_7113 (7113) HASH(0x561253efdb18)
2020.04.13 12:14:25 4: VBUSDEV_7113 VBUSDEV_ParsePayload7: VBUSDEV_7113 (7113) HASH(0x561253efdb18))
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/ { <-- HERE  / at fhem.pl line 4155.



Controlfile? Was ist das? fhem.cfg? Nein, bin Anwender, bewege mich auf der Weboberfläche, sonst nichts. Außer den zu groß gewordenen Log-Files kann ich nur von Einrichtungsschwierigkeiten mit dem ASC berichten, sonst nichts AUffälliges. Bisher lagen alle Probleme mit FHEM bei mir.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 19:43:23
thomas@thomas-HP-Laptop-15-db0xxx:~$ cat /etc/systemd/system/fhem.service
# $Id: fhem.service 16001 2018-01-26 11:54:41Z betateilchen $

[Unit]
Description=FHEM Home Automation
Wants=network.target
After=network.target

[Service]
Type=forking
User=fhem
Group=dialout
WorkingDirectory=/opt/fhem
ExecStart=/usr/bin/perl fhem.pl fhem.cfg
#ExecStart=/usr/bin/perl fhem.pl configDB
Restart=always

[Install]
WantedBy=multi-user.target


Habe nur Userreadings in den Rollläden für position in ASC angelegt, das war die letzte Änderung gestern.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 19:50:17
Hast Du Teamviewer?
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 19:50:34
ZitatIst das 5.30-Perl?Dann wäre das der erste hier gemeldete Absturz WG. nicht escapter Klammer.
Wenn es ein Attribut oder was selber gestrickt es ist, mal nach expandJSON suchen, sonst kann das nur der Maintainer lösen o. ein Perl-Downgrade.

Weiß nicht, habe FHEM mit Perl letzten Juli aufgesetzt, wenn Du mir sagst, wie ich die Perl-Version rauskriege, mache ich das.
Wenn mit Attribut oder Selber Gestricktes erstellte Userreadings für die Rollläden gemeint sein könnte, dann habe ich so was gestern als Letztes gemacht.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 19:54:59
ZitatHast Du Teamviewer?

Kann ich eben einrichten.
Für Linux Mint nimmt man die Ubuntu-Version, nehme ich an.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 19:55:29
ja würde ich so machen.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 19:58:26
Ist installiert.
Schreibst du mir eine private Nachricht?
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 19:58:58
Zitat von: Bronze am 13 April 2020, 19:58:26
Ist installiert.
Schreibst du mir eine private Nachricht?

schon erledigt
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 20:54:16
Thomas stellst Du bitte noch auf gelöst.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Otto123 am 13 April 2020, 20:58:02
Und gebt den Mitlesern bitte noch ein Idee davon was war :)
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 21:05:47
Perlcode sollte in userreadings und ist in userattr gelandet. Mit { } würde es als RegEx erkannt und es kam eine Fehlermeldung wegen nicht excapter linker Klammer.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Otto123 am 13 April 2020, 21:25:38
Da verstehe ich dann nicht, das es mitten im Betrieb passiert ist. Wenn ich über die Oberfläche userReadings setze und einen Fehler mache und es kein save gibt - reicht doch ein Neustart  ::) oder gab es eine größeren Zeitraum zwischen Änderung und Absturz?

BTW: Ich hatte mal das hier (https://wiki.fhem.de/wiki/FHEM_startet_nicht_-_Tipps_zur_Fehlersuche#Die_config_Datei_ist_das_Problem.3F) im Wiki ergänzt.
Wäre hier ev. auch eine Hilfe gewesen: 
- Ich habe einen Fehler gemacht,
- dummerweise save gedrückt und
- FHEM startet nicht mehr.
--> last known good restore :)
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: CoolTux am 13 April 2020, 21:29:13
Der genaue Vorgang ist mir nicht bekannt. War auch nicht einfach den Fehler zu finden.
Titel: Antw:Problem im Linux-Betrieb mit der log-Datei
Beitrag von: Bronze am 13 April 2020, 22:26:39
Ich danke allen Helfern, speziell CoolTux, vielmals.

Mir war bei der Verwechslung von userattr und userReading nicht hinreichend klar, was das für Auswirkungen haben kann.
Vor allem nicht, dass das zum Totalabsturz von FHEM führen kann.
Werde die Datensicherung in Zukunft mehr berücksichtigen.