Benötige Hilfe zu Bäckup und Neuinstallation Pi / Fhem

Begonnen von exot, 18 Oktober 2018, 10:57:11

Vorheriges Thema - Nächstes Thema

exot

Hallo,
mc habe ich installiert :)

ZitatInitalusbcheck ist aus? 
Ja
 

Internals:
   DEF        global:INITIALIZED usb create
   NAME       initialUsbCheck
   NOTIFYDEV  global
   NR         13
   NTFY_ORDER 50-initialUsbCheck
   REGEXP     global:INITIALIZED
   STATE      disabled
   TYPE       notify
   READINGS:
     2018-10-26 18:34:18   state           disabled
Attributes:
   disable    1


ZitatUnd es gibt auch kein port-forwarding? (Da waren diese seltsamen Meldungen von allowed im Fhem-log!)
Ist mir nicht bekannt das ich das eingestellt habe.
Wie kann ich das prüfen?
Das wird doch in der Fritzbox eingestellt?
Habe ich nicht eingerichtet!

Zitatdu solltest die Funktionalität ggf. auf Basis des manuell gestarteten Dienste mal mit Mosquitto und dann auch FHEM testen, damit du ein Gefühl dafür bekommst. Dazu am besten auch mit mosquitto_sub mal auf einer weiteren Konsole mithören.
   
Damit kann ich nichts anfangen, :'(
Könntest Du das bitte etwas genauer erklären, oder wo kann ich etwas darüber nachschlagen.
Gruß Michael


exot

Hallo,
Ich glaube jetzt sollte es funktionieren.
    6 21:35:50 2018 from 192.168.178.22
pi@raspberrypi:~ $ mc

pi@raspberrypi:~ $ sudo chown -R pi:pi /opt/zigbee2mqtt
pi@raspberrypi:~ $ cd /opt/zigbee2mqtt
pi@raspberrypi:/opt/zigbee2mqtt $ npm install
up to date in 16.838s
pi@raspberrypi:/opt/zigbee2mqtt $ nano /opt/zigbee2mqtt/data/configuration.yaml
pi@raspberrypi:/opt/zigbee2mqtt $ cd /opt/zigbee2mqtt
pi@raspberrypi:/opt/zigbee2mqtt $ npm start

> zigbee2mqtt@0.1.8 start /opt/zigbee2mqtt
> node index.js

  zigbee2mqtt:info 2018-10-26 21:58:14 Logging to directory: '/opt/zigbee2mqtt/data/log/2018-10-26.21-58-14'
  zigbee2mqtt:info 2018-10-26 21:58:15 Starting zigbee2mqtt version 0.1.8 (commit #97cc56b)
  zigbee2mqtt:info 2018-10-26 21:58:15 Starting zigbee-shepherd
  zigbee2mqtt:info 2018-10-26 21:58:15 zigbee-shepherd started
  zigbee2mqtt:info 2018-10-26 21:58:15 Coordinator firmware version: '20180815'
  zigbee2mqtt:info 2018-10-26 21:58:15 Currently 0 devices are joined:
  zigbee2mqtt:warn 2018-10-26 21:58:15 `permit_join` set to  `true` in configuration.yaml.
  zigbee2mqtt:warn 2018-10-26 21:58:15 Allowing new devices to join.
  zigbee2mqtt:warn 2018-10-26 21:58:15 Set `permit_join` to `false` once you joined all devices.
  zigbee2mqtt:info 2018-10-26 21:58:15 Zigbee: allowing new devices to join.
  zigbee2mqtt:info 2018-10-26 21:58:15 Connecting to MQTT server at mqtt://localhost
  zigbee2mqtt:info 2018-10-26 21:58:16 zigbee-shepherd ready
  zigbee2mqtt:info 2018-10-26 21:58:16 Connected to MQTT server
  zigbee2mqtt:info 2018-10-26 21:58:16 MQTT publish, topic: 'zigbee2mqtt/bridge/state', payload: 'online'
^C  zigbee2mqtt:info 2018-10-26 21:59:33 MQTT publish, topic: 'zigbee2mqtt/bridge/state', payload: 'offline'
  zigbee2mqtt:info 2018-10-26 21:59:33 Disconnecting from MQTT server
  zigbee2mqtt:info 2018-10-26 21:59:33 zigbee-shepherd stopped
pi@raspberrypi:/opt/zigbee2mqtt $ sudo nano /etc/systemd/system/zigbee2mqtt.service
pi@raspberrypi:/opt/zigbee2mqtt $ sudo systemctl start zigbee2mqtt
pi@raspberrypi:/opt/zigbee2mqtt $ systemctl status zigbee2mqtt.service
● zigbee2mqtt.service - zigbee2mqtt
   Loaded: loaded (/etc/systemd/system/zigbee2mqtt.service; enabled; vendor preset: enabled)
   Active: active (running) since Fri 2018-10-26 22:02:05 CEST; 20s ago
Main PID: 7742 (npm)
   CGroup: /system.slice/zigbee2mqtt.service
           ├─7742 npm
           ├─7755 sh -c node index.js
           └─7756 node index.js

Okt 26 22:02:09 raspberrypi npm[7742]:   zigbee2mqtt:info 2018-10-26 22:02:09 Coordinator firmware version: '20180815'
Okt 26 22:02:09 raspberrypi npm[7742]:   zigbee2mqtt:info 2018-10-26 22:02:09 Currently 0 devices are joined:
Okt 26 22:02:09 raspberrypi npm[7742]:   zigbee2mqtt:warn 2018-10-26 22:02:09 `permit_join` set to  `true` in configuration.yaml.
Okt 26 22:02:09 raspberrypi npm[7742]:   zigbee2mqtt:warn 2018-10-26 22:02:09 Allowing new devices to join.
Okt 26 22:02:09 raspberrypi npm[7742]:   zigbee2mqtt:warn 2018-10-26 22:02:09 Set `permit_join` to `false` once you joined all devices.
Okt 26 22:02:09 raspberrypi npm[7742]:   zigbee2mqtt:info 2018-10-26 22:02:09 Zigbee: allowing new devices to join.
Okt 26 22:02:09 raspberrypi npm[7742]:   zigbee2mqtt:info 2018-10-26 22:02:09 Connecting to MQTT server at mqtt://localhost
Okt 26 22:02:09 raspberrypi npm[7742]:   zigbee2mqtt:info 2018-10-26 22:02:09 zigbee-shepherd ready
Okt 26 22:02:09 raspberrypi npm[7742]:   zigbee2mqtt:info 2018-10-26 22:02:09 Connected to MQTT server
Okt 26 22:02:09 raspberrypi npm[7742]:   zigbee2mqtt:info 2018-10-26 22:02:09 MQTT publish, topic: 'zigbee2mqtt/bridge/state', payload: 'online'
pi@raspberrypi:/opt/zigbee2mqtt $ sudo systemctl enable zigbee2mqtt.service
pi@raspberrypi:/opt/zigbee2mqtt $
 

Jetzt sollte zigbee2mqtt automatisch starten,
wie kann ich das überprüfen.

Was mich noch verwundert ist, das im Fhem Logfile nichts angezeigt wird.
Gute Nacht
Gruß Michael

Beta-User

Prüfen: reboot...

Da ich den Rest schon fertig hatte:

Zu Port-forwarding: ja, müsste in der Fritte eingestellt sein. Dein fhem-log enthielt einige Meldungen von allowee, die sehr danach aussahen.  Warum, kannst nur du prüfen. Du solltest jedenfalls nochmal in das log sehen, ob das immer noch der Fall ist.

Was mosquitto angeht:
1. prüfe, ob du den brauchst, oder ob du nicht besser mqtt2_Server vier enden willst. Wenn du keine andere.Hausautmatisierung planst, und nur fhem eingesetzt wire, ist mqtt2 für sich am Ende einfacher (meine Meinung)
2. zum testen würde ich daher empfehlen, mal zigbee auf port 1884 umzustellen und ein mqtt2_Server Gerät mit diesem Port zu erstellen und auf autocreate zu stellen - den Rest findest du im wiki.

3. Die Kommunikation zwischen dem Server/Broker und den Clients lernt man am besten kennen, wenn man die anhört. Ich verwende dazu.mosquitto_sub, das kann auch mit mqtt2_server. Bitte nutze die manpage dazu, ich will die hier nicht neu erfinden...
Server: HP-elitedesk@Debian 12, aktuelles FHEM@ConfigDB | CUL_HM (VCCU) | MQTT2: ZigBee2mqtt, MiLight@ESP-GW, BT@OpenMQTTGw | ZWave | SIGNALduino | MapleCUN | RHASSPY
svn: u.a Weekday-&RandomTimer, Twilight,  div. attrTemplate-files, MySensors

exot

Hallo Beta-User,
Guten Morgen,
Habe eben nochmal
sudo journalctl -u zigbee2mqtt.service -f
aufgerufen.
Das Teil läuft seit gestern Abend.
Wie schon gesagt in der Fhem Oberfläche/ logfile


jump to the end

2018.10.25 22:06:12 1: Including fhem.cfg
2018.10.25 22:06:13 3: WEB: port 8083 opened
2018.10.25 22:06:13 2: eventTypes: loaded 0 events from ./log/eventTypes.txt
2018.10.25 22:06:13 1: usb create starting
2018.10.25 22:06:14 3: Probing CUL device /dev/ttyAMA0
2018.10.25 22:06:14 1: CUL: Can't open /dev/ttyAMA0: Permission denied
2018.10.25 22:06:14 1: usb create end
2018.10.25 22:06:14 0: Featurelevel: 5.9
2018.10.25 22:06:14 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:2369)
2018.10.25 22:08:50 3: telnetForBlockingFn_1540498130: port 37065 opened
2018.10.25 22:08:52 1: MKDIR restoreDir/update/2018-10-25
2018.10.25 22:08:53 1: UPD ./CHANGED
2018.10.25 22:08:53 1: saving fhem.cfg
2018.10.25 22:08:53 1:
2018.10.25 22:08:53 1: New entries in the CHANGED file:
2018.10.25 22:08:53 1:   - feature: 98_Verkehrsinfo.pm: add attribut disable
2018.10.25 22:08:53 1:   - feature: allowed: multi-allowed changes (Forum #92423)
2018.10.25 22:08:53 1:   - feature: 93_DbRep: V8.4.0, reduceLog from DbLog integrated into DbRep,
2018.10.25 22:08:53 1:                        sqlCmd/dbValue with textField-long as default, both
2018.10.25 22:08:53 1:                        attributes timeOlderThan / timeDiffToNow can be set,
2018.10.25 22:08:53 1:                        get versionNotes changed to support en/de, new attribute
2018.10.25 22:08:53 1:                        "countEntriesDetail", countEntries separate count of 
2018.10.25 22:08:53 1:                        every reading if attribute "countEntriesDetail" is set
2018.10.25 22:08:53 1:   - change:  49_SSCam: COMPATIBILITY changed to 8.2.1
2018.10.25 22:08:53 1:   - bugfix:  74_XiaomiBTLESens : fix warning Illegal hexadecimal digit
2018.10.25 22:08:53 1:                                  ignored
2018.10.25 22:08:53 1:   - bugfix:  93_DbLog: timer not deleted if reopen after reopen xxx executed
2018.10.25 22:08:53 1:              (forum.fhem.de/index.php/topic,91869.msg848433.html#msg848433)
2018.10.25 22:08:53 1:   - feature: 70_ZoneMinder: added attribute loginInterval and setter for login
2018.10.25 22:08:53 1:   - bugfix:  38_netatmo: changed connection check mechanism
2018.10.25 22:08:53 1:   - new:     98_SmarterCoffee: new modul for SmarterCoffee devices
2018.10.25 22:08:53 1:   - bugfix:  74_XiaomiBTLESens: fix humidity bug
2018.10.25 22:08:53 1:   - feature: 49_SSCam: direct help for attributes, new get versionNotes command
2018.10.25 22:08:53 1:   - change:  ROOMMATE, GUEST: Support for updated GEOFANCY version
2018.10.25 22:08:53 1:   - feature: 98_GEOFANCY: add new reading LocTravDist; add support for
2018.10.25 22:08:53 1:                 Geofency.app webhook attributes radius, currentLatitude,
2018.10.25 22:08:53 1:                 currentLongitude, motion, wifiSSID and wifiBSSID.
2018.10.25 22:08:53 1:                 New readings: PosBSSID, PosLat, PosDistHome, PosDistLoc,
2018.10.25 22:08:53 1:                 PosLong, PosMotion, PosSSID, PosTravDist
2018.10.25 22:08:53 1:   - bugfix:  98_GEOFANCY: fixed last* readings
2018.10.25 22:08:53 1:   - feature: 89_FULLY: New commands for sound playback and photo.
2018.10.25 22:08:53 1: ... rest of lines skipped.
2018.10.25 22:08:53 1:
2018.10.25 22:08:53 1: update finished, "shutdown restart" is needed to activate the changes.
2018.10.25 22:08:53 1:
2018.10.25 22:08:53 1: Please consider using the global attribute sendStatistics
2018.10.25 22:15:51 0: Server shutdown
2018.10.25 22:15:52 1: Including fhem.cfg
2018.10.25 22:15:53 3: WEB: port 8083 opened
2018.10.25 22:15:53 2: eventTypes: loaded 0 events from ./log/eventTypes.txt
2018.10.25 22:15:53 1: Including ./log/fhem.save
2018.10.25 22:15:53 1: usb create starting
2018.10.25 22:15:54 3: Probing CUL device /dev/ttyAMA0
2018.10.25 22:15:54 1: CUL: Can't open /dev/ttyAMA0: Permission denied
2018.10.25 22:15:54 1: usb create end
2018.10.25 22:15:54 0: Featurelevel: 5.9
2018.10.25 22:15:54 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:2420)
2018.10.25 22:27:58 0: Server shutdown
2018.10.25 22:28:08 1: Including fhem.cfg
2018.10.25 22:28:09 3: WEB: port 8083 opened
2018.10.25 22:28:09 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.25 22:28:09 1: Including ./log/fhem.save
2018.10.25 22:28:09 0: Featurelevel: 5.9
2018.10.25 22:28:09 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:471)
2018.10.25 22:30:36 0: Server shutdown
2018.10.25 22:30:46 1: Including fhem.cfg
2018.10.25 22:30:47 3: WEB: port 8083 opened
2018.10.25 22:30:47 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.25 22:30:47 1: Including ./log/fhem.save
2018.10.25 22:30:47 0: Featurelevel: 5.9
2018.10.25 22:30:47 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:458)
2018.10.26 07:25:20 1: Connection refused from the non-local address 93.227.22.201:43670, as there is no working allowed instance defined for it
2018.10.26 07:25:20 1: Connection refused from the non-local address 93.227.22.201:43671, as there is no working allowed instance defined for it
2018.10.26 07:25:20 1: Connection refused from the non-local address 93.227.22.201:43672, as there is no working allowed instance defined for it
2018.10.26 07:25:20 1: Connection refused from the non-local address 93.227.22.201:43673, as there is no working allowed instance defined for it
2018.10.26 07:25:20 1: Connection refused from the non-local address 93.227.22.201:43674, as there is no working allowed instance defined for it
2018.10.26 07:25:20 1: Connection refused from the non-local address 93.227.22.201:43675, as there is no working allowed instance defined for it
2018.10.26 07:25:21 1: Connection refused from the non-local address 93.227.22.201:43677, as there is no working allowed instance defined for it
2018.10.26 07:25:21 1: Connection refused from the non-local address 93.227.22.201:43678, as there is no working allowed instance defined for it
2018.10.26 07:25:27 1: Connection refused from the non-local address 93.227.22.201:43680, as there is no working allowed instance defined for it
2018.10.26 07:25:35 1: Connection refused from the non-local address 93.227.22.201:43692, as there is no working allowed instance defined for it
2018.10.26 07:25:35 1: Connection refused from the non-local address 93.227.22.201:43693, as there is no working allowed instance defined for it
2018.10.26 07:25:35 1: Connection refused from the non-local address 93.227.22.201:43694, as there is no working allowed instance defined for it
2018.10.26 07:25:35 1: Connection refused from the non-local address 93.227.22.201:43695, as there is no working allowed instance defined for it
2018.10.26 07:25:35 1: Connection refused from the non-local address 93.227.22.201:43696, as there is no working allowed instance defined for it
2018.10.26 07:25:35 1: Connection refused from the non-local address 93.227.22.201:43697, as there is no working allowed instance defined for it
2018.10.26 07:25:36 1: Connection refused from the non-local address 93.227.22.201:43699, as there is no working allowed instance defined for it
2018.10.26 07:25:38 1: Connection refused from the non-local address 93.227.22.201:43700, as there is no working allowed instance defined for it
2018.10.26 07:25:39 1: Connection refused from the non-local address 93.227.22.201:43701, as there is no working allowed instance defined for it
2018.10.26 07:25:39 1: Connection refused from the non-local address 93.227.22.201:43702, as there is no working allowed instance defined for it
2018.10.26 07:25:40 1: Connection refused from the non-local address 93.227.22.201:43703, as there is no working allowed instance defined for it
2018.10.26 07:25:40 1: Connection refused from the non-local address 93.227.22.201:43704, as there is no working allowed instance defined for it
2018.10.26 07:25:40 1: Connection refused from the non-local address 93.227.22.201:43705, as there is no working allowed instance defined for it
2018.10.26 07:25:40 1: Connection refused from the non-local address 93.227.22.201:43706, as there is no working allowed instance defined for it
2018.10.26 07:25:40 1: Connection refused from the non-local address 93.227.22.201:43707, as there is no working allowed instance defined for it
2018.10.26 07:25:40 1: Connection refused from the non-local address 93.227.22.201:43708, as there is no working allowed instance defined for it
2018.10.26 08:28:36 0: Server shutdown
2018.10.26 08:28:37 1: Including fhem.cfg
2018.10.26 08:28:37 3: WEB: port 8083 opened
2018.10.26 08:28:37 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.26 08:28:37 1: Including ./log/fhem.save
2018.10.26 08:28:37 0: Featurelevel: 5.9
2018.10.26 08:28:37 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:5940)
2018.10.26 08:30:53 0: Server shutdown
2018.10.26 08:31:02 1: Including fhem.cfg
2018.10.26 08:31:03 3: WEB: port 8083 opened
2018.10.26 08:31:03 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.26 08:31:03 1: Including ./log/fhem.save
2018.10.26 08:31:03 0: Featurelevel: 5.9
2018.10.26 08:31:03 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:477)
2018.10.26 09:18:09 1: Including fhem.cfg
2018.10.26 09:18:10 3: WEB: port 8083 opened
2018.10.26 09:18:10 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.26 09:18:10 1: Including ./log/fhem.save
2018.10.26 09:18:10 0: Featurelevel: 5.9
2018.10.26 09:18:10 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:544)
2018.10.26 09:47:49 0: Server shutdown
2018.10.26 09:47:50 1: Including fhem.cfg
2018.10.26 09:47:50 3: WEB: port 8083 opened
2018.10.26 09:47:50 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.26 09:47:50 1: Including ./log/fhem.save
2018.10.26 09:47:50 0: Featurelevel: 5.9
2018.10.26 09:47:50 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:3851)
2018.10.26 09:48:01 0: Server shutdown
2018.10.26 09:48:01 1: Including fhem.cfg
2018.10.26 09:48:02 3: WEB: port 8083 opened
2018.10.26 09:48:02 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.26 09:48:02 1: Including ./log/fhem.save
2018.10.26 09:48:02 0: Featurelevel: 5.9
2018.10.26 09:48:02 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:3857)
2018.10.26 09:48:02 3: FHEMWEB WEB CSRF error: csrf_788936751486947 ne csrf_302408020113163 for client WEB_192.168.178.22_63979 / command shutdown restart. For details see the csrfToken FHEMWEB attribute.
2018.10.26 09:48:02 0: Server shutdown
2018.10.26 09:48:02 1: Including fhem.cfg
2018.10.26 09:48:03 3: WEB: port 8083 opened
2018.10.26 09:48:03 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.26 09:48:03 1: Including ./log/fhem.save
2018.10.26 09:48:03 0: Featurelevel: 5.9
2018.10.26 09:48:03 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:3863)
2018.10.26 10:25:38 0: Server shutdown
2018.10.26 10:25:38 1: Including fhem.cfg
2018.10.26 10:25:39 3: WEB: port 8083 opened
2018.10.26 10:25:39 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.26 10:25:39 1: Including ./log/fhem.save
2018.10.26 10:25:39 0: Featurelevel: 5.9
2018.10.26 10:25:39 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:4308)
2018.10.26 10:17:08 1: Including fhem.cfg
2018.10.26 10:17:08 3: WEB: port 8083 opened
2018.10.26 10:17:08 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.26 10:17:08 1: Including ./log/fhem.save
2018.10.26 10:17:08 0: Featurelevel: 5.9
2018.10.26 10:17:08 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:544) 

Sind das die aktuellen Daten.
Hier kann etwas nicht stimmen.
Wie kann ich diese Situation lösen.
Erst wenn das richtig läuft möchte ich weiter machen.
Wer kann hierzu bitte Hilfestellung geben.
Gruß Michael

Beta-User

Hmmmm, ich kann nicht so richtig nachvollziehen, wo ein Problem sein soll. Was noch fehlt, ist die Verbindung vom zigbee2mqtt-Dienst zu FHEM. Dafür gibt es entweder
mosquitto+MQTT-Modul+Anleitung u. Modul v. Neumann

oder

schlicht MQTT2_Server+..._Device via autcreate wie im wiki dargestellt.
Scheinbar willst du es nicht mit den MQTT2-Modulen versuchen, daher kann ich nicht wirklich weiterhelfen.
Server: HP-elitedesk@Debian 12, aktuelles FHEM@ConfigDB | CUL_HM (VCCU) | MQTT2: ZigBee2mqtt, MiLight@ESP-GW, BT@OpenMQTTGw | ZWave | SIGNALduino | MapleCUN | RHASSPY
svn: u.a Weekday-&RandomTimer, Twilight,  div. attrTemplate-files, MySensors

exot

Hallo Beta-User,
Danke für Deine Nachricht.
Die Testkarte läuft seit gestern mit dem esten China Devise.
Bin sehr zufrieden. Nun versuche ich die selbe Installation auf dem Hauptsystem zu realisieren.
ich bedanke mich für die Unterstützung.
Gruß Michael

Beta-User

Schön zu hören, dass es vorangeht.
Wenn du im fhem-log siehst, dass ein Perl-Modul fehlt: mit dh-make-perl (?) kann man feststellen, ob bzw. in welchem debian-Package das zu finden ist. Dann besser apt-get statt cpan verwenden.

Viel Erfolg weiterhin.
Server: HP-elitedesk@Debian 12, aktuelles FHEM@ConfigDB | CUL_HM (VCCU) | MQTT2: ZigBee2mqtt, MiLight@ESP-GW, BT@OpenMQTTGw | ZWave | SIGNALduino | MapleCUN | RHASSPY
svn: u.a Weekday-&RandomTimer, Twilight,  div. attrTemplate-files, MySensors

exot

Hallo,
Habe eben versucht das Backup des Haupsystems auf die Testkarte
zu schieben.
Aus dem Sicherungsverzeichnis nach /home/pi.
Anschließend mit
sudo tar -xvzf /home/pi/FHEM-20181031_152014.tar.gz -C /opt/fhem/

gestartet.
Danach war das Testsystem verschwunden und das Hauptsystem installiert.
was ich erreichen wollte hat nicht funktioniert.
Habe dann durch das Test. Backup die Installation wieder hergestellt.

Gruß Michael

Wernieman

Du hast bestimmt vergessen, die Berechtigungen anzupassen?
chown -R fhem: /opf/fhem
- Bitte um Input für Output
- When there is a Shell, there is a Way
- Wann war Dein letztes Backup?

Wie man Fragen stellt: https://tty1.net/smart-questions_de.html

Beta-User

Zitat von: exot am 31 Oktober 2018, 16:38:50
Danach war das Testsystem verschwunden und das Hauptsystem installiert.
was ich erreichen wollte hat nicht funktioniert.

Das klingt doch eigentlich nicht schlecht. Da dann noch die neuen Devices dazu (raw-Imporr) und das sollte es gewesen sein...

Dass die eine cfg die andere überschreibt, ist doch keine Überraschung, oder?
Server: HP-elitedesk@Debian 12, aktuelles FHEM@ConfigDB | CUL_HM (VCCU) | MQTT2: ZigBee2mqtt, MiLight@ESP-GW, BT@OpenMQTTGw | ZWave | SIGNALduino | MapleCUN | RHASSPY
svn: u.a Weekday-&RandomTimer, Twilight,  div. attrTemplate-files, MySensors

Otto123

Zitat von: Wernieman am 31 Oktober 2018, 17:05:04
Du hast bestimmt vergessen, die Berechtigungen anzupassen?
chown -R fhem: /opf/fhem
Eigentlich braucht man das beim richtigen restore nicht - mit dem Befehl wie es exot gemacht hat werden die Rechte wiederhergestellt.

ZitatDanach war das Testsystem verschwunden und das Hauptsystem installiert.
Genau das hätte ich auch erwartet, was wolltest Du denn stattdessen erreichen?

Gruß Otto
Viele Grüße aus Leipzig  ⇉  nächster Stammtisch an der Lindennaundorfer Mühle
RaspberryPi B B+ B2 B3 B3+ ZeroW,HMLAN,HMUART,Homematic,Fritz!Box 7590,WRT3200ACS-OpenWrt,Sonos,VU+,Arduino nano,ESP8266,MQTT,Zigbee,deconz

Beta-User

Nachtrag noch:
Bitte prüfe,.ob das fhemlog nach dem restore und neustart irgendwelche Hinweise auf nicht geladene Module usw. enthält. Das muss zuerst bereinigt werden, sonst kann was beim Speichern verloren gehen!

dh-make-perl hatte ich als Hilfsmittel ja bereits erwähnt  ;) .
Server: HP-elitedesk@Debian 12, aktuelles FHEM@ConfigDB | CUL_HM (VCCU) | MQTT2: ZigBee2mqtt, MiLight@ESP-GW, BT@OpenMQTTGw | ZWave | SIGNALduino | MapleCUN | RHASSPY
svn: u.a Weekday-&RandomTimer, Twilight,  div. attrTemplate-files, MySensors

mark79

Mach das ganze noch mal und wenn Fhem nicht startet, lade mal das Fhem Log in /opt/fhem/log/fhem-2018-11.log hier hoch.
Dort sollte drin stehen, was fehlt und wieso Fhem nicht startet.
Rock64 4GB mit Debian Strech, FHEM im LXC, Sonoff Switches/Touch, HM Thermostate, HMUART/Zigbee2MQTT@MapleCUN, ESP RGBWW Wifi Controller, ESP8266 Door Sensor/Briefkastenwächter, BT CSL Stick, BT iTags, Alexa, FireTV, RPi2 mit Kodi, Xiaomi Vacuum v1/Smarthome Komponenten

exot

Hallo,
Habe es eben noch einmal probiert
Hier kam aber schon diese Meldung:
  pi@raspberrypi:~ $ sudo chown -R fhem: /opf/fhem
chown: Zugriff auf '/opf/fhem' nicht möglich: Datei oder Verzeichnis nicht gefunden
 

Das ist der Log Auszug
[code]2018.10.25 22:06:12 1: Including fhem.cfg
2018.10.25 22:06:13 3: WEB: port 8083 opened
2018.10.25 22:06:13 2: eventTypes: loaded 0 events from ./log/eventTypes.txt
2018.10.25 22:06:13 1: usb create starting
2018.10.25 22:06:14 3: Probing CUL device /dev/ttyAMA0
2018.10.25 22:06:14 1: CUL: Can't open /dev/ttyAMA0: Permission denied
2018.10.25 22:06:14 1: usb create end
2018.10.25 22:06:14 0: Featurelevel: 5.9
2018.10.25 22:06:14 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:2369)
2018.10.25 22:08:50 3: telnetForBlockingFn_1540498130: port 37065 opened
2018.10.25 22:08:52 1: MKDIR restoreDir/update/2018-10-25
2018.10.25 22:08:53 1: UPD ./CHANGED
2018.10.25 22:08:53 1: saving fhem.cfg
2018.10.25 22:08:53 1:
2018.10.25 22:08:53 1: New entries in the CHANGED file:
2018.10.25 22:08:53 1:   - feature: 98_Verkehrsinfo.pm: add attribut disable
2018.10.25 22:08:53 1:   - feature: allowed: multi-allowed changes (Forum #92423)
2018.10.25 22:08:53 1:   - feature: 93_DbRep: V8.4.0, reduceLog from DbLog integrated into DbRep,
2018.10.25 22:08:53 1:                        sqlCmd/dbValue with textField-long as default, both
2018.10.25 22:08:53 1:                        attributes timeOlderThan / timeDiffToNow can be set,
2018.10.25 22:08:53 1:                        get versionNotes changed to support en/de, new attribute
2018.10.25 22:08:53 1:                        "countEntriesDetail", countEntries separate count of 
2018.10.25 22:08:53 1:                        every reading if attribute "countEntriesDetail" is set
2018.10.25 22:08:53 1:   - change:  49_SSCam: COMPATIBILITY changed to 8.2.1
2018.10.25 22:08:53 1:   - bugfix:  74_XiaomiBTLESens : fix warning Illegal hexadecimal digit
2018.10.25 22:08:53 1:                                  ignored
2018.10.25 22:08:53 1:   - bugfix:  93_DbLog: timer not deleted if reopen after reopen xxx executed
2018.10.25 22:08:53 1:              (forum.fhem.de/index.php/topic,91869.msg848433.html#msg848433)
2018.10.25 22:08:53 1:   - feature: 70_ZoneMinder: added attribute loginInterval and setter for login
2018.10.25 22:08:53 1:   - bugfix:  38_netatmo: changed connection check mechanism
2018.10.25 22:08:53 1:   - new:     98_SmarterCoffee: new modul for SmarterCoffee devices
2018.10.25 22:08:53 1:   - bugfix:  74_XiaomiBTLESens: fix humidity bug
2018.10.25 22:08:53 1:   - feature: 49_SSCam: direct help for attributes, new get versionNotes command
2018.10.25 22:08:53 1:   - change:  ROOMMATE, GUEST: Support for updated GEOFANCY version
2018.10.25 22:08:53 1:   - feature: 98_GEOFANCY: add new reading LocTravDist; add support for
2018.10.25 22:08:53 1:                 Geofency.app webhook attributes radius, currentLatitude,
2018.10.25 22:08:53 1:                 currentLongitude, motion, wifiSSID and wifiBSSID.
2018.10.25 22:08:53 1:                 New readings: PosBSSID, PosLat, PosDistHome, PosDistLoc,
2018.10.25 22:08:53 1:                 PosLong, PosMotion, PosSSID, PosTravDist
2018.10.25 22:08:53 1:   - bugfix:  98_GEOFANCY: fixed last* readings
2018.10.25 22:08:53 1:   - feature: 89_FULLY: New commands for sound playback and photo.
2018.10.25 22:08:53 1: ... rest of lines skipped.
2018.10.25 22:08:53 1:
2018.10.25 22:08:53 1: update finished, "shutdown restart" is needed to activate the changes.
2018.10.25 22:08:53 1:
2018.10.25 22:08:53 1: Please consider using the global attribute sendStatistics
2018.10.25 22:15:51 0: Server shutdown
2018.10.25 22:15:52 1: Including fhem.cfg
2018.10.25 22:15:53 3: WEB: port 8083 opened
2018.10.25 22:15:53 2: eventTypes: loaded 0 events from ./log/eventTypes.txt
2018.10.25 22:15:53 1: Including ./log/fhem.save
2018.10.25 22:15:53 1: usb create starting
2018.10.25 22:15:54 3: Probing CUL device /dev/ttyAMA0
2018.10.25 22:15:54 1: CUL: Can't open /dev/ttyAMA0: Permission denied
2018.10.25 22:15:54 1: usb create end
2018.10.25 22:15:54 0: Featurelevel: 5.9
2018.10.25 22:15:54 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:2420)
2018.10.25 22:27:58 0: Server shutdown
2018.10.25 22:28:08 1: Including fhem.cfg
2018.10.25 22:28:09 3: WEB: port 8083 opened
2018.10.25 22:28:09 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.25 22:28:09 1: Including ./log/fhem.save
2018.10.25 22:28:09 0: Featurelevel: 5.9
2018.10.25 22:28:09 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:471)
2018.10.25 22:30:36 0: Server shutdown
2018.10.25 22:30:46 1: Including fhem.cfg
2018.10.25 22:30:47 3: WEB: port 8083 opened
2018.10.25 22:30:47 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.25 22:30:47 1: Including ./log/fhem.save
2018.10.25 22:30:47 0: Featurelevel: 5.9
2018.10.25 22:30:47 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:458)
2018.10.26 07:25:20 1: Connection refused from the non-local address 93.227.22.201:43670, as there is no working allowed instance defined for it
2018.10.26 07:25:20 1: Connection refused from the non-local address 93.227.22.201:43671, as there is no working allowed instance defined for it
2018.10.26 07:25:20 1: Connection refused from the non-local address 93.227.22.201:43672, as there is no working allowed instance defined for it
2018.10.26 07:25:20 1: Connection refused from the non-local address 93.227.22.201:43673, as there is no working allowed instance defined for it
2018.10.26 07:25:20 1: Connection refused from the non-local address 93.227.22.201:43674, as there is no working allowed instance defined for it
2018.10.26 07:25:20 1: Connection refused from the non-local address 93.227.22.201:43675, as there is no working allowed instance defined for it
2018.10.26 07:25:21 1: Connection refused from the non-local address 93.227.22.201:43677, as there is no working allowed instance defined for it
2018.10.26 07:25:21 1: Connection refused from the non-local address 93.227.22.201:43678, as there is no working allowed instance defined for it
2018.10.26 07:25:27 1: Connection refused from the non-local address 93.227.22.201:43680, as there is no working allowed instance defined for it
2018.10.26 07:25:35 1: Connection refused from the non-local address 93.227.22.201:43692, as there is no working allowed instance defined for it
2018.10.26 07:25:35 1: Connection refused from the non-local address 93.227.22.201:43693, as there is no working allowed instance defined for it
2018.10.26 07:25:35 1: Connection refused from the non-local address 93.227.22.201:43694, as there is no working allowed instance defined for it
2018.10.26 07:25:35 1: Connection refused from the non-local address 93.227.22.201:43695, as there is no working allowed instance defined for it
2018.10.26 07:25:35 1: Connection refused from the non-local address 93.227.22.201:43696, as there is no working allowed instance defined for it
2018.10.26 07:25:35 1: Connection refused from the non-local address 93.227.22.201:43697, as there is no working allowed instance defined for it
2018.10.26 07:25:36 1: Connection refused from the non-local address 93.227.22.201:43699, as there is no working allowed instance defined for it
2018.10.26 07:25:38 1: Connection refused from the non-local address 93.227.22.201:43700, as there is no working allowed instance defined for it
2018.10.26 07:25:39 1: Connection refused from the non-local address 93.227.22.201:43701, as there is no working allowed instance defined for it
2018.10.26 07:25:39 1: Connection refused from the non-local address 93.227.22.201:43702, as there is no working allowed instance defined for it
2018.10.26 07:25:40 1: Connection refused from the non-local address 93.227.22.201:43703, as there is no working allowed instance defined for it
2018.10.26 07:25:40 1: Connection refused from the non-local address 93.227.22.201:43704, as there is no working allowed instance defined for it
2018.10.26 07:25:40 1: Connection refused from the non-local address 93.227.22.201:43705, as there is no working allowed instance defined for it
2018.10.26 07:25:40 1: Connection refused from the non-local address 93.227.22.201:43706, as there is no working allowed instance defined for it
2018.10.26 07:25:40 1: Connection refused from the non-local address 93.227.22.201:43707, as there is no working allowed instance defined for it
2018.10.26 07:25:40 1: Connection refused from the non-local address 93.227.22.201:43708, as there is no working allowed instance defined for it
2018.10.26 08:28:36 0: Server shutdown
2018.10.26 08:28:37 1: Including fhem.cfg
2018.10.26 08:28:37 3: WEB: port 8083 opened
2018.10.26 08:28:37 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.26 08:28:37 1: Including ./log/fhem.save
2018.10.26 08:28:37 0: Featurelevel: 5.9
2018.10.26 08:28:37 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:5940)
2018.10.26 08:30:53 0: Server shutdown
2018.10.26 08:31:02 1: Including fhem.cfg
2018.10.26 08:31:03 3: WEB: port 8083 opened
2018.10.26 08:31:03 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.26 08:31:03 1: Including ./log/fhem.save
2018.10.26 08:31:03 0: Featurelevel: 5.9
2018.10.26 08:31:03 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:477)
2018.10.26 09:18:09 1: Including fhem.cfg
2018.10.26 09:18:10 3: WEB: port 8083 opened
2018.10.26 09:18:10 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.26 09:18:10 1: Including ./log/fhem.save
2018.10.26 09:18:10 0: Featurelevel: 5.9
2018.10.26 09:18:10 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:544)
2018.10.26 09:47:49 0: Server shutdown
2018.10.26 09:47:50 1: Including fhem.cfg
2018.10.26 09:47:50 3: WEB: port 8083 opened
2018.10.26 09:47:50 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.26 09:47:50 1: Including ./log/fhem.save
2018.10.26 09:47:50 0: Featurelevel: 5.9
2018.10.26 09:47:50 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:3851)
2018.10.26 09:48:01 0: Server shutdown
2018.10.26 09:48:01 1: Including fhem.cfg
2018.10.26 09:48:02 3: WEB: port 8083 opened
2018.10.26 09:48:02 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.26 09:48:02 1: Including ./log/fhem.save
2018.10.26 09:48:02 0: Featurelevel: 5.9
2018.10.26 09:48:02 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:3857)
2018.10.26 09:48:02 3: FHEMWEB WEB CSRF error: csrf_788936751486947 ne csrf_302408020113163 for client WEB_192.168.178.22_63979 / command shutdown restart. For details see the csrfToken FHEMWEB attribute.
2018.10.26 09:48:02 0: Server shutdown
2018.10.26 09:48:02 1: Including fhem.cfg
2018.10.26 09:48:03 3: WEB: port 8083 opened
2018.10.26 09:48:03 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.26 09:48:03 1: Including ./log/fhem.save
2018.10.26 09:48:03 0: Featurelevel: 5.9
2018.10.26 09:48:03 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:3863)
2018.10.26 10:25:38 0: Server shutdown
2018.10.26 10:25:38 1: Including fhem.cfg
2018.10.26 10:25:39 3: WEB: port 8083 opened
2018.10.26 10:25:39 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.26 10:25:39 1: Including ./log/fhem.save
2018.10.26 10:25:39 0: Featurelevel: 5.9
2018.10.26 10:25:39 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:4308)
2018.10.26 10:17:08 1: Including fhem.cfg
2018.10.26 10:17:08 3: WEB: port 8083 opened
2018.10.26 10:17:08 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.26 10:17:08 1: Including ./log/fhem.save
2018.10.26 10:17:08 0: Featurelevel: 5.9
2018.10.26 10:17:08 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:544)
2018.10.27 11:41:16 0: Server shutdown
2018.10.27 11:41:17 1: Including fhem.cfg
2018.10.27 11:41:18 3: WEB: port 8083 opened
2018.10.27 11:41:18 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.27 11:41:18 1: Including ./log/fhem.save
2018.10.27 11:41:18 0: Featurelevel: 5.9
2018.10.27 11:41:18 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:12536)
2018.10.27 14:17:04 3: telnetForBlockingFn_1540642624: port 43687 opened
2018.10.27 14:17:06 1: UPD ./CHANGED
2018.10.27 14:17:06 1: UPD FHEM/01_FHEMWEB.pm
2018.10.27 14:17:07 1: UPD FHEM/70_PIONEERAVR.pm
2018.10.27 14:17:07 1: UPD FHEM/74_XiaomiBTLESens.pm
2018.10.27 14:17:07 1: saving fhem.cfg
2018.10.27 14:17:07 1: saving ./log/fhem.save
2018.10.27 14:17:07 1:
2018.10.27 14:17:07 1: New entries in the CHANGED file:
2018.10.27 14:17:07 1:   - bugfix:  74_XiaomiBTLESens : fix humidity code
2018.10.27 14:17:07 1: Calling /usr/bin/perl ./contrib/commandref_join.pl -noWarnings, this may take a while
2018.10.27 14:18:01 1:
2018.10.27 14:18:01 1: update finished, "shutdown restart" is needed to activate the changes.
2018.10.27 14:18:01 1:
2018.10.27 14:18:01 1: Please consider using the global attribute sendStatistics
2018.10.27 14:20:06 0: Server shutdown
2018.10.27 14:20:07 1: Including fhem.cfg
2018.10.27 14:20:07 3: WEB: port 8083 opened
2018.10.27 14:20:07 2: eventTypes: loaded 1 events from ./log/eventTypes.txt
2018.10.27 14:20:07 1: Including ./log/fhem.save
2018.10.27 14:20:07 0: Featurelevel: 5.9
2018.10.27 14:20:07 0: Server started with 6 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:13782)
2018.10.27 14:22:17 2: Backup with command: tar -cf - "./CHANGED" "./configDB.pm" "./contrib" "./demolog" "./docs" "./FHEM" "./fhem.cfg" "./fhem.cfg.demo" "./fhem.pl" "./log" "./MAINTAINER.txt" "./README_DEMO.txt" "./restoreDir" "./unused" "./www" |gzip > ./backup/FHEM-20181027_142217.tar.gz
2018.10.27 14:22:17 3: telnetForBlockingFn_1540642937: port 34605 opened
Backup done
2018.10.27 18:30:08 3: Opening MQTT device localhost:1883
2018.10.27 18:30:08 3: MQTT device opened
2018.10.27 22:29:30 1: UPD FHEM/72_XiaomiMQTTDevice.pm
2018.10.27 22:29:30 1: saving fhem.cfg
2018.10.27 22:29:30 1: saving ./log/fhem.save
2018.10.27 22:29:30 1:
2018.10.27 22:29:30 1: New entries in the CHANGED file:
2018.10.27 22:29:30 1: 404: Not Found
2018.10.27 22:29:30 1: Calling /usr/bin/perl ./contrib/commandref_join.pl -noWarnings, this may take a while
2018.10.27 22:30:23 1: *** EN FHEM/72_XiaomiMQTTDevice.pm: No document text found
2018.10.27 22:30:23 1:
2018.10.27 22:30:23 1: update finished, "shutdown restart" is needed to activate the changes.
2018.10.27 22:30:23 1:
2018.10.27 22:30:23 1: Please consider using the global attribute sendStatistics
2018.10.28 10:25:38 0: Server shutdown
2018.10.28 10:25:38 1: Shutdown executed
2018.10.28 10:25:39 1: Including fhem.cfg
2018.10.28 10:25:39 3: WEB: port 8083 opened
2018.10.28 10:25:39 2: eventTypes: loaded 5 events from ./log/eventTypes.txt
2018.10.28 10:25:39 1: Including ./log/fhem.save
2018.10.28 10:25:39 3: Opening MQTT device localhost:1883
2018.10.28 10:25:39 3: MQTT device opened
2018.10.28 10:25:39 0: Featurelevel: 5.9
2018.10.28 10:25:39 0: Server started with 7 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:21069)
2018.10.28 10:57:48 3: telnetForBlockingFn_1540720668: port 39533 opened
2018.10.28 10:57:50 1: nothing to do...
2018.10.28 11:14:02 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/72_XiaomiMQTTDevice.pm line 259.
2018.10.28 11:14:02 1: PERL WARNING: Use of uninitialized value in regexp compilation at ./FHEM/10_MQTT_DEVICE.pm line 251.
2018.10.28 11:14:02 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 252.
2018.10.28 11:14:02 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 253.
2018.10.28 11:14:02 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 11:14:04 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 11:14:04 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 11:14:54 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 11:19:54 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 11:51:25 0: Server shutdown
2018.10.28 11:51:25 1: Shutdown executed
2018.10.28 11:51:34 1: Including fhem.cfg
2018.10.28 11:51:34 3: WEB: port 8083 opened
2018.10.28 11:51:34 2: eventTypes: loaded 11 events from ./log/eventTypes.txt
2018.10.28 11:51:37 1: Including ./log/fhem.save
2018.10.28 11:51:37 3: Opening MQTT device localhost:1883
2018.10.28 11:51:37 3: MQTT device opened
2018.10.28 11:51:37 0: Featurelevel: 5.9
2018.10.28 11:51:37 0: Server started with 8 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:542)
2018.10.28 11:51:37 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/72_XiaomiMQTTDevice.pm line 259.
2018.10.28 11:51:37 1: PERL WARNING: Use of uninitialized value in regexp compilation at ./FHEM/10_MQTT_DEVICE.pm line 251.
2018.10.28 11:51:37 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 252.
2018.10.28 11:51:37 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 253.
2018.10.28 11:51:37 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 11:51:37 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 11:52:51 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 11:58:28 2: Backup with command: tar -cf - "./CHANGED" "./configDB.pm" "./contrib" "./demolog" "./docs" "./FHEM" "./fhem.cfg" "./fhem.cfg.demo" "./fhem.pl" "./log" "./MAINTAINER.txt" "./README_DEMO.txt" "./restoreDir" "./unused" "./www" |gzip > ./backup/FHEM-20181028_115828.tar.gz
2018.10.28 11:58:29 3: telnetForBlockingFn_1540724308: port 40145 opened
Backup done
2018.10.28 11:59:54 0: Server shutdown
2018.10.28 11:59:54 1: Shutdown executed
2018.10.28 11:59:55 1: Including fhem.cfg
2018.10.28 11:59:55 3: WEB: port 8083 opened
2018.10.28 11:59:55 2: eventTypes: loaded 12 events from ./log/eventTypes.txt
2018.10.28 11:59:57 1: Including ./log/fhem.save
2018.10.28 11:59:57 3: Opening MQTT device localhost:1883
2018.10.28 11:59:57 3: MQTT device opened
2018.10.28 11:59:57 0: Featurelevel: 5.9
2018.10.28 11:59:57 0: Server started with 8 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:779)
2018.10.28 11:59:57 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/72_XiaomiMQTTDevice.pm line 259.
2018.10.28 11:59:57 1: PERL WARNING: Use of uninitialized value in regexp compilation at ./FHEM/10_MQTT_DEVICE.pm line 251.
2018.10.28 11:59:57 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 252.
2018.10.28 11:59:57 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 253.
2018.10.28 11:59:57 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 11:59:57 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 15:25:30 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 15:29:03 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 15:44:40 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 15:44:42 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 15:44:42 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 15:44:42 1: PERL WARNING: Use of uninitialized value $it in concatenation (.) or string at ./FHEM/98_autocreate.pm line 135.
2018.10.28 15:44:42 2: autocreate: define 0x00158d0002329079 XiaomiMQTTDevice unknown 0x00158d0002329079
2018.10.28 15:44:42 2: autocreate: define FileLog_0x00158d0002329079 FileLog ./log/0x00158d0002329079-%Y.log 0x00158d0002329079
2018.10.28 15:44:42 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 15:45:10 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.28 15:49:40 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.29 18:17:08 1: Including fhem.cfg
2018.10.29 18:17:08 3: WEB: port 8083 opened
2018.10.29 18:17:08 2: eventTypes: loaded 12 events from ./log/eventTypes.txt
2018.10.29 18:17:11 1: Including ./log/fhem.save
2018.10.29 18:17:11 3: Opening MQTT device localhost:1883
2018.10.29 18:17:11 3: MQTT device opened
2018.10.29 18:17:11 0: Featurelevel: 5.9
2018.10.29 18:17:11 0: Server started with 10 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:547)
2018.10.29 18:17:11 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/72_XiaomiMQTTDevice.pm line 259.
2018.10.29 18:17:11 1: PERL WARNING: Use of uninitialized value in regexp compilation at ./FHEM/10_MQTT_DEVICE.pm line 251.
2018.10.29 18:17:11 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 252.
2018.10.29 18:17:11 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 253.
2018.10.29 18:17:11 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.29 18:17:11 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.29 18:49:49 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.29 18:49:43 1: Including fhem.cfg
2018.10.29 18:49:43 3: WEB: port 8083 opened
2018.10.29 18:49:43 2: eventTypes: loaded 12 events from ./log/eventTypes.txt
2018.10.29 18:49:46 1: Including ./log/fhem.save
2018.10.29 18:49:46 3: Opening MQTT device localhost:1883
2018.10.29 18:49:46 3: MQTT device opened
2018.10.29 18:49:46 0: Featurelevel: 5.9
2018.10.29 18:49:46 0: Server started with 10 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:550)
2018.10.29 18:49:46 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/72_XiaomiMQTTDevice.pm line 259.
2018.10.29 18:49:46 1: PERL WARNING: Use of uninitialized value in regexp compilation at ./FHEM/10_MQTT_DEVICE.pm line 251.
2018.10.29 18:49:46 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 252.
2018.10.29 18:49:46 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 253.
2018.10.29 18:49:46 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.29 18:49:46 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.29 22:46:54 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.30 15:55:21 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.30 15:55:56 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.30 15:56:47 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.30 15:57:11 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.30 15:58:22 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.30 15:58:39 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.30 15:59:17 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.30 16:02:13 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.30 16:02:22 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.30 16:02:22 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.30 16:02:22 1: PERL WARNING: Use of uninitialized value $it in concatenation (.) or string at ./FHEM/98_autocreate.pm line 135.
2018.10.30 16:02:22 2: autocreate: define 0x00158d00023213f6 XiaomiMQTTDevice unknown 0x00158d00023213f6
2018.10.30 16:02:22 2: autocreate: define FileLog_0x00158d00023213f6 FileLog ./log/0x00158d00023213f6-%Y.log 0x00158d00023213f6
2018.10.30 16:02:22 1: RMDIR: ./restoreDir/save/2018-10-25
2018.10.30 16:02:22 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.30 16:02:48 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.30 16:07:13 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.30 17:32:15 1: Including fhem.cfg
2018.10.30 17:32:16 3: WEB: port 8083 opened
2018.10.30 17:32:16 2: eventTypes: loaded 12 events from ./log/eventTypes.txt
2018.10.30 17:32:18 1: Including ./log/fhem.save
2018.10.30 17:32:18 3: Opening MQTT device localhost:1883
2018.10.30 17:32:18 3: MQTT device opened
2018.10.30 17:32:18 0: Featurelevel: 5.9
2018.10.30 17:32:18 0: Server started with 12 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:549)
2018.10.30 17:32:18 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/72_XiaomiMQTTDevice.pm line 259.
2018.10.30 17:32:18 1: PERL WARNING: Use of uninitialized value in regexp compilation at ./FHEM/10_MQTT_DEVICE.pm line 251.
2018.10.30 17:32:18 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 252.
2018.10.30 17:32:18 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 253.
2018.10.30 17:32:18 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.30 17:32:18 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.30 18:04:37 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.31 07:42:48 1: Including fhem.cfg
2018.10.31 07:42:49 3: WEB: port 8083 opened
2018.10.31 07:42:49 2: eventTypes: loaded 12 events from ./log/eventTypes.txt
2018.10.31 07:42:51 1: Including ./log/fhem.save
2018.10.31 07:42:51 3: Opening MQTT device localhost:1883
2018.10.31 07:42:51 3: MQTT device opened
2018.10.31 07:42:51 0: Featurelevel: 5.9
2018.10.31 07:42:51 0: Server started with 12 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:651)
2018.10.31 07:42:51 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/72_XiaomiMQTTDevice.pm line 259.
2018.10.31 07:42:51 1: PERL WARNING: Use of uninitialized value in regexp compilation at ./FHEM/10_MQTT_DEVICE.pm line 251.
2018.10.31 07:42:51 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 252.
2018.10.31 07:42:51 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 253.
2018.10.31 07:42:51 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.31 07:42:51 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.31 09:22:59 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.31 14:29:02 1: Including fhem.cfg
2018.10.31 14:29:03 3: WEB: port 8083 opened
2018.10.31 14:29:03 2: eventTypes: loaded 12 events from ./log/eventTypes.txt
2018.10.31 14:29:05 1: Including ./log/fhem.save
2018.10.31 14:29:05 3: Opening MQTT device localhost:1883
2018.10.31 14:29:05 3: MQTT device opened
2018.10.31 14:29:05 0: Featurelevel: 5.9
2018.10.31 14:29:05 0: Server started with 12 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:605)
2018.10.31 14:29:05 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/72_XiaomiMQTTDevice.pm line 259.
2018.10.31 14:29:05 1: PERL WARNING: Use of uninitialized value in regexp compilation at ./FHEM/10_MQTT_DEVICE.pm line 251.
2018.10.31 14:29:05 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 252.
2018.10.31 14:29:05 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 253.
2018.10.31 14:29:05 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.31 14:29:05 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.31 14:50:01 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.31 15:17:11 3: telnetForBlockingFn_1540995431: port 36689 opened
2018.10.31 15:17:13 1:
2018.10.31 15:17:13 1: fhem
2018.10.31 15:17:13 1: RMDIR: ./restoreDir/update/2018-10-25
2018.10.31 15:17:14 1: UPD ./CHANGED
2018.10.31 15:17:14 1: UPD FHEM/01_FHEMWEB.pm
2018.10.31 15:17:14 1: UPD FHEM/42_AptToDate.pm
2018.10.31 15:17:14 1: UPD FHEM/70_ZoneMinder.pm
2018.10.31 15:17:14 1: UPD FHEM/73_AMADCommBridge.pm
2018.10.31 15:17:14 1: UPD FHEM/74_AMADDevice.pm
2018.10.31 15:17:14 1: UPD FHEM/77_UWZ.pm
2018.10.31 15:17:14 1: UPD FHEM/88_HMCCU.pm
2018.10.31 15:17:14 1: UPD FHEM/88_HMCCUDEV.pm
2018.10.31 15:17:14 1: UPD FHEM/89_FULLY.pm
2018.10.31 15:17:14 1: UPD FHEM/93_DbRep.pm
2018.10.31 15:17:15 1: UPD FHEM/93_Log2Syslog.pm
2018.10.31 15:17:15 1: UPD FHEM/98_SmarterCoffee.pm
2018.10.31 15:17:15 1: UPD FHEM/lib/74_AMADautomagicFlowset_4.2.4.xml
2018.10.31 15:17:15 1: UPD FHEM/lib/74_AMADtaskerset_4.2.4.prj.xml
2018.10.31 15:17:15 1: UPD www/pgm2/fhemweb.js
2018.10.31 15:17:15 1: saving fhem.cfg
2018.10.31 15:17:15 1: saving ./log/fhem.save
2018.10.31 15:17:15 1:
2018.10.31 15:17:15 1: New entries in the CHANGED file:
2018.10.31 15:17:15 1:   - feature: 77_UWZ: new language support, french and hollandisch
2018.10.31 15:17:15 1:   - change:  93_DbRep: V8.6.0, devices and readings can be excluded by
2018.10.31 15:17:15 1:                        EXCLUDE-option in attributes "reading/device",
2018.10.31 15:17:15 1:                        reduceLog use attributes "device/reading" - see
2018.10.31 15:17:15 1:                        commandref for further information
2018.10.31 15:17:15 1:   - change:  73_AMADCommBridge 74_AMADDevice: change commandref, change version
2018.10.31 15:17:15 1:   - feature: 70_ZoneMinder: introduced Attribute usePublicUrlForZmWeb
2018.10.31 15:17:15 1:   - bugfix   98_SmarterCoffee: fix fhem crash bug
2018.10.31 15:17:15 1:   - feature: 88_HMCCU: client device update optimized
2018.10.31 15:17:15 1:   - bugfix:  89_FULLY: fixed version check bug
2018.10.31 15:17:15 1:   - feature: 74_AMADtaskerset: import with share link
2018.10.31 15:17:15 1:   - change:  42_AptToDate: change to package methode
2018.10.31 15:17:15 1:   - bugfix:  74_XiaomiBTLESens: fix humidity code
2018.10.31 15:17:15 1:   - feature: 98_Verkehrsinfo.pm: add attribut disable
2018.10.31 15:17:15 1:   - feature: allowed: multi-allowed changes (Forum #92423)
2018.10.31 15:17:15 1:   - feature: 93_DbRep: V8.4.0, reduceLog from DbLog integrated into DbRep,
2018.10.31 15:17:15 1:                        sqlCmd/dbValue with textField-long as default, both
2018.10.31 15:17:15 1:                        attributes timeOlderThan / timeDiffToNow can be set,
2018.10.31 15:17:15 1:                        get versionNotes changed to support en/de, new attribute
2018.10.31 15:17:15 1:                        "countEntriesDetail", countEntries separate count of 
2018.10.31 15:17:15 1:                        every reading if attribute "countEntriesDetail" is set
2018.10.31 15:17:15 1:   - change:  49_SSCam: COMPATIBILITY changed to 8.2.1
2018.10.31 15:17:15 1:   - bugfix:  74_XiaomiBTLESens : fix warning Illegal hexadecimal digit
2018.10.31 15:17:15 1:                                  ignored
2018.10.31 15:17:15 1:   - bugfix:  93_DbLog: timer not deleted if reopen after reopen xxx executed
2018.10.31 15:17:15 1:              (forum.fhem.de/index.php/topic,91869.msg848433.html#msg848433)
2018.10.31 15:17:15 1: ... rest of lines skipped.
2018.10.31 15:17:15 1:
2018.10.31 15:17:15 1:
2018.10.31 15:17:15 1: xiaomi-zb2mqtt
2018.10.31 15:17:17 1: nothing to do...
2018.10.31 15:17:17 1: Calling /usr/bin/perl ./contrib/commandref_join.pl -noWarnings, this may take a while
2018.10.31 15:18:08 1: *** EN FHEM/72_XiaomiMQTTDevice.pm: No document text found
2018.10.31 15:18:08 1:
2018.10.31 15:18:08 1: update finished, "shutdown restart" is needed to activate the changes.
2018.10.31 15:18:08 1:
2018.10.31 15:18:08 1: Please consider using the global attribute sendStatistics
2018.10.31 15:19:09 0: Server shutdown
2018.10.31 15:19:09 1: Shutdown executed
2018.10.31 15:19:10 1: Including fhem.cfg
2018.10.31 15:19:10 3: WEB: port 8083 opened
2018.10.31 15:19:10 2: eventTypes: loaded 32 events from ./log/eventTypes.txt
2018.10.31 15:19:13 1: Including ./log/fhem.save
2018.10.31 15:19:13 3: Opening MQTT device localhost:1883
2018.10.31 15:19:13 3: MQTT device opened
2018.10.31 15:19:13 0: Featurelevel: 5.9
2018.10.31 15:19:13 0: Server started with 12 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:831)
2018.10.31 15:19:13 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/72_XiaomiMQTTDevice.pm line 259.
2018.10.31 15:19:13 1: PERL WARNING: Use of uninitialized value in regexp compilation at ./FHEM/10_MQTT_DEVICE.pm line 251.
2018.10.31 15:19:13 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 252.
2018.10.31 15:19:13 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 253.
2018.10.31 15:19:13 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.31 15:19:13 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.31 15:20:14 2: Backup with command: tar -cf - "./CHANGED" "./configDB.pm" "./contrib" "./demolog" "./docs" "./FHEM" "./fhem.cfg" "./fhem.cfg.demo" "./fhem.pl" "./log" "./MAINTAINER.txt" "./README_DEMO.txt" "./restoreDir" "./unused" "./www" |gzip > ./backup/FHEM-20181031_152014.tar.gz
2018.10.31 15:20:14 3: telnetForBlockingFn_1540995614: port 43325 opened
2018.10.31 16:10:26 3: [UtilsHourCounter] Init Done with Version 1.0.1.0 - 10.12.2014 (john)
2018.10.31 16:10:26 1: reload: Error:Modul 99_myUtils deactivated:

2018.10.31 16:10:26 1: Including fhem.cfg
2018.10.31 16:10:26 3: WEB: port 8083 opened
2018.10.31 16:10:26 2: eventTypes: loaded 32 events from ./log/eventTypes.txt
2018.10.31 16:10:32 1: Including ./log/fhem.save
2018.10.31 16:10:32 3: Opening MQTT device localhost:1883
2018.10.31 16:10:32 3: MQTT device opened
2018.10.31 16:10:32 0: Featurelevel: 5.9
2018.10.31 16:10:32 0: Server started with 12 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:1447)
2018.10.31 16:10:32 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/72_XiaomiMQTTDevice.pm line 259.
2018.10.31 16:10:32 1: PERL WARNING: Use of uninitialized value in regexp compilation at ./FHEM/10_MQTT_DEVICE.pm line 251.
2018.10.31 16:10:32 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 252.
2018.10.31 16:10:32 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 253.
2018.10.31 16:10:32 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.31 16:10:32 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.31 16:21:50 0: Server shutdown
2018.10.31 16:21:50 1: Shutdown executed
2018.10.31 16:22:00 3: [UtilsHourCounter] Init Done with Version 1.0.1.0 - 10.12.2014 (john)
2018.10.31 16:22:00 1: reload: Error:Modul 99_myUtils deactivated:

2018.10.31 16:22:00 1: Including fhem.cfg
2018.10.31 16:22:01 3: WEB: port 8083 opened
2018.10.31 16:22:01 2: eventTypes: loaded 32 events from ./log/eventTypes.txt
2018.10.31 16:22:03 1: Including ./log/fhem.save
2018.10.31 16:22:03 3: Opening MQTT device localhost:1883
2018.10.31 16:22:03 3: MQTT device opened
2018.10.31 16:22:03 0: Featurelevel: 5.9
2018.10.31 16:22:03 0: Server started with 12 defined entities (fhem.pl:17613/2018-10-24 perl:5.024001 os:linux user:fhem pid:500)
2018.10.31 16:22:03 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/72_XiaomiMQTTDevice.pm line 259.
2018.10.31 16:22:03 1: PERL WARNING: Use of uninitialized value in regexp compilation at ./FHEM/10_MQTT_DEVICE.pm line 251.
2018.10.31 16:22:03 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 252.
2018.10.31 16:22:03 1: PERL WARNING: Use of uninitialized value $1 in concatenation (.) or string at ./FHEM/10_MQTT_DEVICE.pm line 253.
2018.10.31 16:22:03 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.31 16:22:03 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.31 16:23:18 3: xBridge: unknown attribute subscribeReading_. Type 'attr xBridge ?' for a detailed list.
2018.10.31 20:07:13 0: Server shutdown
2018.10.31 20:07:13 1: Shutdown executed
2018.10.31 20:19:54 3: [UtilsHourCounter] Init Done with Version 1.0.1.0 - 10.12.2014 (john)
2018.10.31 20:19:54 1: reload: Error:Modul 99_myUtils deactivated:

2018.10.31 20:19:55 1: Including fhem.cfg
2018.10.31 20:19:55 3: telnetPort: port 7072 opened
2018.10.31 20:19:55 3: WEB: port 8083 opened
2018.10.31 20:19:55 3: WEBphone: port 8084 opened
2018.10.31 20:19:55 3: WEBtablet: port 8085 opened
2018.10.31 20:19:55 2: eventTypes: loaded 1744 events from ./log/eventTypes.txt
2018.10.31 20:19:56 1: reload: Error:Modul 01_fronthem deactivated:
Can't locate Net/WebSocket/Server/Connection.pm in @INC (you may need to install the Net::WebSocket::Server::Connection module) (@INC contains: . /etc/perl /usr/local/lib/arm-linux-gnueabihf/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/arm-linux-gnueabihf/perl5/5.24 /usr/share/perl5 /usr/lib/arm-linux-gnueabihf/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/arm-linux-gnueabihf/perl-base ./FHEM) at FHEM/fhwebsocket.pm line 27, <$fh> line 51.
BEGIN failed--compilation aborted at FHEM/fhwebsocket.pm line 27, <$fh> line 51.
Compilation failed in require at ./FHEM/01_fronthem.pm line 30, <$fh> line 51.
BEGIN failed--compilation aborted at ./FHEM/01_fronthem.pm line 30, <$fh> line 51.

2018.10.31 20:19:56 0: Can't locate Net/WebSocket/Server/Connection.pm in @INC (you may need to install the Net::WebSocket::Server::Connection module) (@INC contains: . /etc/perl /usr/local/lib/arm-linux-gnueabihf/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/arm-linux-gnueabihf/perl5/5.24 /usr/share/perl5 /usr/lib/arm-linux-gnueabihf/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/arm-linux-gnueabihf/perl-base ./FHEM) at FHEM/fhwebsocket.pm line 27, <$fh> line 51.
BEGIN failed--compilation aborted at FHEM/fhwebsocket.pm line 27, <$fh> line 51.
Compilation failed in require at ./FHEM/01_fronthem.pm line 30, <$fh> line 51.
BEGIN failed--compilation aborted at ./FHEM/01_fronthem.pm line 30, <$fh> line 51.

2018.10.31 20:19:56 1: PERL WARNING: readline() on closed filehandle DATA at ./FHEM/58_GPIO4.pm line 132.
2018.10.31 20:19:56 1: PERL WARNING: Use of uninitialized value in pattern match (m//) at ./FHEM/58_GPIO4.pm line 132.
2018.10.31 20:19:56 1: HMLAN_Parse: HMLAN1 new condition disconnected
2018.10.31 20:19:56 3: Opening HMLAN1 device 192.168.178.32:1000
2018.10.31 20:19:56 1: HMLAN_Parse: HMLAN1 new condition init
2018.10.31 20:19:56 3: HMLAN1 device opened
2018.10.31 20:19:57 3: HM485: HM485: Loading available device files
2018.10.31 20:19:57 3: HM485: =====================================
2018.10.31 20:19:57 3: HM485: Loading device file: ./FHEM/lib/HM485/Devices/hmw_central.pm
2018.10.31 20:19:57 3: HM485: Loading device file: ./FHEM/lib/HM485/Devices/hmw_generic.pm
2018.10.31 20:19:57 3: HM485: Loading device file: ./FHEM/lib/HM485/Devices/hmw_io12_sw14_dr.pm
2018.10.31 20:19:57 3: HM485: Loading device file: ./FHEM/lib/HM485/Devices/hmw_io12_sw7_dr.pm
2018.10.31 20:19:57 3: HM485: Loading device file: ./FHEM/lib/HM485/Devices/hmw_io12_sw7_dr_V3_02.pm
2018.10.31 20:19:57 3: HM485: Loading device file: ./FHEM/lib/HM485/Devices/hmw_io_12_fm.pm
2018.10.31 20:19:57 3: HM485: Loading device file: ./FHEM/lib/HM485/Devices/hmw_io_4_fm.pm
2018.10.31 20:19:57 3: HM485: Loading device file: ./FHEM/lib/HM485/Devices/hmw_io_4_fm_V3_02.pm
2018.10.31 20:19:57 3: HM485: Loading device file: ./FHEM/lib/HM485/Devices/hmw_io_sr_fm.pm
2018.10.31 20:19:57 3: HM485: Loading device file: ./FHEM/lib/HM485/Devices/hmw_lc_bl1_dr.pm
2018.10.31 20:19:57 3: HM485: Loading device file: ./FHEM/lib/HM485/Devices/hmw_lc_bl1_dr_V3_02.pm
2018.10.31 20:19:57 3: HM485: Loading device file: ./FHEM/lib/HM485/Devices/hmw_lc_dim1l_dr.pm
2018.10.31 20:19:57 3: HM485: Loading device file: ./FHEM/lib/HM485/Devices/hmw_lc_sw2_dr.pm
2018.10.31 20:19:57 3: HM485: Loading device file: ./FHEM/lib/HM485/Devices/hmw_lc_sw2_dr_V3_02.pm
2018.10.31 20:19:57 3: HM485: Loading device file: ./FHEM/lib/HM485/Devices/hmw_sen_sc_12_dr.pm
2018.10.31 20:19:57 3: HM485: Loading device file: ./FHEM/lib/HM485/Devices/hmw_virtual.pm
2018.10.31 20:19:57 2: hm485: Assigned 0001129C as HMW_IO_12_Sw7_DR_LEQ1286311
2018.10.31 20:19:57 3: Opening FlammTronik device /dev/ttyUSB1
2018.10.31 20:19:57 3: Can't open /dev/ttyUSB1: No such file or directory
2018.10.31 20:19:57 1: PERL WARNING: Can't exec "export": Datei oder Verzeichnis nicht gefunden at ./FHEM/51_RPI_GPIO.pm line 647, <$fh> line 489.
2018.10.31 20:19:57 1: PERL WARNING: Use of uninitialized value $exp_result in pattern match (m//) at ./FHEM/51_RPI_GPIO.pm line 649, <$fh> line 489.
2018.10.31 20:19:57 1: PERL WARNING: Use of uninitialized value $exp_result in concatenation (.) or string at ./FHEM/51_RPI_GPIO.pm line 659, <$fh> line 489.
2018.10.31 20:20:02 1: PERL WARNING: Can't exec "export": Datei oder Verzeichnis nicht gefunden at ./FHEM/51_RPI_GPIO.pm line 647, <$fh> line 489.
2018.10.31 20:20:02 1: Can't open file: GPIOBrennstoffzaehler, active_low
2018.10.31 20:20:02 1: PERL WARNING: Can't exec "export": Datei oder Verzeichnis nicht gefunden at ./FHEM/51_RPI_GPIO.pm line 647, <$fh> line 492.
2018.10.31 20:20:02 1: PERL WARNING: Use of uninitialized value $exp_result in pattern match (m//) at ./FHEM/51_RPI_GPIO.pm line 649, <$fh> line 492.
2018.10.31 20:20:02 1: PERL WARNING: Use of uninitialized value $exp_result in concatenation (.) or string at ./FHEM/51_RPI_GPIO.pm line 659, <$fh> line 492.
2018.10.31 20:20:02 1: Can't open file: GPIOBrennstoffzaehler, edge
2018.10.31 20:20:02 1: PERL WARNING: Can't exec "-g": Datei oder Verzeichnis nicht gefunden at ./FHEM/51_RPI_GPIO.pm line 647, <$fh> line 494.
2018.10.31 20:20:02 1: PERL WARNING: Use of uninitialized value $exp_result in pattern match (m//) at ./FHEM/51_RPI_GPIO.pm line 649, <$fh> line 494.
2018.10.31 20:20:02 1: PERL WARNING: Use of uninitialized value $exp_result in concatenation (.) or string at ./FHEM/51_RPI_GPIO.pm line 659, <$fh> line 494.
2018.10.31 20:20:02 1: PERL WARNING: Useless use of a constant ("Verbrauch") in void context at (eval 33) line 1, <$fh> line 501.
2018.10.31 20:20:02 1: PERL WARNING: Useless use of a constant ("%.2f Kg") in void context at (eval 33) line 1, <$fh> line 501.
2018.10.31 20:20:02 1: PERL WARNING: Useless use of a constant ("Woche") in void context at (eval 33) line 1, <$fh> line 501.
2018.10.31 20:20:02 1: PERL WARNING: Useless use of a constant ("Monat") in void context at (eval 33) line 1, <$fh> line 501.
2018.10.31 20:20:02 1: PERL WARNING: Useless use of a constant ("Jahr") in void context at (eval 33) line 1, <$fh> line 501.
2018.10.31 20:20:02 3: HourCounter HourCounter Initialize.220 Init Done with Version 1.0.1.2 - 24.12.2014
2018.10.31 20:20:02 0: HourCounter CN.BrennstoffverbrauchDay Define.228 parameters: CN.BrennstoffverbrauchDay HourCounter GPIOBrennstoffzaehler:on GPIOBrennstoffzaehler:off
2018.10.31 20:20:02 0: HourCounter CN.BrennstoffverbrauchWeek Define.228 parameters: CN.BrennstoffverbrauchWeek HourCounter GPIOBrennstoffzaehler:on GPIOBrennstoffzaehler:off
2018.10.31 20:20:02 0: HourCounter CN.BrennstoffverbrauchMonth Define.228 parameters: CN.BrennstoffverbrauchMonth HourCounter GPIOBrennstoffzaehler:on GPIOBrennstoffzaehler:off
2018.10.31 20:20:02 0: HourCounter CN.BrennstoffverbrauchYear Define.228 parameters: CN.BrennstoffverbrauchYear HourCounter GPIOBrennstoffzaehler:on GPIOBrennstoffzaehler:off
2018.10.31 20:20:02 1: PERL WARNING: Useless use of a constant ("Kosten") in void context at (eval 34) line 1, <$fh> line 538.
2018.10.31 20:20:02 1: PERL WARNING: Useless use of a constant ("%.2f \x{20ac}") in void context at (eval 34) line 1, <$fh> line 538.
2018.10.31 20:20:02 1: PERL WARNING: Useless use of a constant ("Woche") in void context at (eval 34) line 1, <$fh> line 538.
2018.10.31 20:20:02 1: PERL WARNING: Useless use of a constant ("Monat") in void context at (eval 34) line 1, <$fh> line 538.
2018.10.31 20:20:02 1: PERL WARNING: Useless use of a constant ("Jahr") in void context at (eval 34) line 1, <$fh> line 538.
2018.10.31 20:20:02 0: HourCounter CN.BrennstoffkostenDay Define.228 parameters: CN.BrennstoffkostenDay HourCounter GPIOBrennstoffzaehler:on GPIOBrennstoffzaehler:off
2018.10.31 20:20:02 0: HourCounter CN.BrennstoffkostenWeek Define.228 parameters: CN.BrennstoffkostenWeek HourCounter GPIOBrennstoffzaehler:on GPIOBrennstoffzaehler:off
2018.10.31 20:20:02 0: HourCounter CN.BrennstoffkostenMonth Define.228 parameters: CN.BrennstoffkostenMonth HourCounter GPIOBrennstoffzaehler:on GPIOBrennstoffzaehler:off
2018.10.31 20:20:02 0: HourCounter CN.BrennstoffkostenYear Define.228 parameters: CN.BrennstoffkostenYear HourCounter GPIOBrennstoffzaehler:on GPIOBrennstoffzaehler:off
2018.10.31 20:20:02 1: PERL WARNING: Can't exec "export": Datei oder Verzeichnis nicht gefunden at ./FHEM/51_RPI_GPIO.pm line 647, <$fh> line 572.
2018.10.31 20:20:02 1: PERL WARNING: Use of uninitialized value $exp_result in pattern match (m//) at ./FHEM/51_RPI_GPIO.pm line 649, <$fh> line 572.
2018.10.31 20:20:02 1: PERL WARNING: Use of uninitialized value $exp_result in concatenation (.) or string at ./FHEM/51_RPI_GPIO.pm line 659, <$fh> line 572.
2018.10.31 20:20:07 1: PERL WARNING: Can't exec "export": Datei oder Verzeichnis nicht gefunden at ./FHEM/51_RPI_GPIO.pm line 647, <$fh> line 572.
2018.10.31 20:20:07 1: Can't open file: GPIOWasserstand, active_low
2018.10.31 20:20:07 1: PERL WARNING: Can't exec "export": Datei oder Verzeichnis nicht gefunden at ./FHEM/51_RPI_GPIO.pm line 647, <$fh> line 575.
2018.10.31 20:20:07 1: PERL WARNING: Use of uninitialized value $exp_result in pattern match (m//) at ./FHEM/51_RPI_GPIO.pm line 649, <$fh> line 575.
2018.10.31 20:20:07 1: PERL WARNING: Use of uninitialized value $exp_result in concatenation (.) or string at ./FHEM/51_RPI_GPIO.pm line 659, <$fh> line 575.
2018.10.31 20:20:07 1: Can't open file: GPIOWasserstand, edge
2018.10.31 20:20:07 1: PERL WARNING: Can't exec "-g": Datei oder Verzeichnis nicht gefunden at ./FHEM/51_RPI_GPIO.pm line 647, <$fh> line 577.
2018.10.31 20:20:07 1: PERL WARNING: Use of uninitialized value $exp_result in pattern match (m//) at ./FHEM/51_RPI_GPIO.pm line 649, <$fh> line 577.
2018.10.31 20:20:07 1: PERL WARNING: Use of uninitialized value $exp_result in concatenation (.) or string at ./FHEM/51_RPI_GPIO.pm line 659, <$fh> line 577.
2018.10.31 20:20:08 1: Including ./log/fhem.save
2018.10.31 20:20:08 1: configfile: Cannot load module fronthem
./log/fhem.save: Please define fronthem first
Please define fronthem first

2018.10.31 20:20:08 3: Device HM_32AED8 added to ActionDetector with 000:10 time
2018.10.31 20:20:08 3: Device HM_454323 added to ActionDetector with 000:10 time
2018.10.31 20:20:08 3: Device HM_4EC118 added to ActionDetector with 012:00 time
2018.10.31 20:20:08 3: Device HM_4EC127 added to ActionDetector with 012:00 time
2018.10.31 20:20:08 3: Device Rauchmelder_Dachboden added to ActionDetector with 099:00 time
2018.10.31 20:20:08 3: Device Rauchmelder_Flur added to ActionDetector with 099:00 time
2018.10.31 20:20:08 3: Device Rauchmelder_Schlafzimmer added to ActionDetector with 099:00 time
2018.10.31 20:20:08 1: in INITIALIZED
2018.10.31 20:20:08 1: in INITIALIZED
2018.10.31 20:20:08 1: PERL WARNING: readline() on closed filehandle SLAVES at ./FHEM/58_GPIO4.pm line 85.
2018.10.31 20:20:08 1: in INITIALIZED
2018.10.31 20:20:08 1: usb create starting
2018.10.31 20:20:08 3: Probing CUL device /dev/ttyACM0
2018.10.31 20:20:09 3: Probing TCM_ESP3 device /dev/ttyACM0
2018.10.31 20:20:09 3: Probing ZWDongle device /dev/ttyACM0
2018.10.31 20:20:09 3: Probing FRM device /dev/ttyACM0
2018.10.31 20:20:14 3: Probing CUL device /dev/ttyAMA0
2018.10.31 20:20:14 3: Can't open /dev/ttyAMA0: Permission denied
2018.10.31 20:20:14 3: Probing CUL device /dev/ttyS0
2018.10.31 20:20:14 1: PERL WARNING: can't getattr: Input/output error at FHEM/DevIo.pm line 394.
2018.10.31 20:20:14 3: Can't open /dev/ttyS0: Input/output error
2018.10.31 20:20:14 1: usb create end
2018.10.31 20:20:14 0: Featurelevel: 5.8
2018.10.31 20:20:14 0: Server started with 162 defined entities (fhem.pl:16312/2018-03-02 perl:5.024001 os:linux user:fhem pid:2145)
2018.10.31 20:20:14 3: hm485: Start HM485d with command line: ./FHEM/lib/HM485/HM485d/HM485d.pl --serialNumber SGW0123456 --device /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A504DLYK-if00-port0 --localPort 2000
2018.10.31 20:20:14 3: hm485: HM485d was started with PID:  2165
2018.10.31 20:20:14 3: hm485: Connect to HM485d delayed for 5 seconds
2018.10.31 20:20:14 3: hm485: Warte auf Initialisierung Gateway
2018.10.31 20:20:14 3: CUL_HM set SteckdosePflanzenLEDKeller statusRequest
2018.10.31 20:20:15 3: HMLAN1: Unknown code A164C86534BE1540000000041003D42003943000444FFFC::-88:HMLAN1, help me!
2018.10.31 20:20:15 3: HMLAN1: Unknown code A164D86534BE1540000000041003B42003943000244FFFE::-82:HMLAN1, help me!
2018.10.31 20:20:15 3: HMLAN1: Unknown code A164E86534BE1540000000041003D42003943000444FFFC::-83:HMLAN1, help me!
2018.10.31 20:20:15 3: HMLAN1: Unknown code A164F86534BE1540000000041003E42003B43000344FFFD::-83:HMLAN1, help me!
2018.10.31 20:20:15 3: HMLAN1: Unknown code A165086534BE1540000000041003E42003B43000344FFFD::-82:HMLAN1, help me!
2018.10.31 20:20:15 3: HMLAN1: Unknown code A165186534BE1540000000041003E42003B43000344FFFD::-82:HMLAN1, help me!
2018.10.31 20:20:15 3: HMLAN1: Unknown code A165286534BE1540000000041003E42003B43000344FFFD::-82:HMLAN1, help me!
2018.10.31 20:20:15 3: HMLAN1: Unknown code A165386534BE1540000000041003E42003B43000344FFFD::-82:HMLAN1, help me!
2018.10.31 20:20:15 1: HMLAN_Parse: HMLAN1 new condition ok
2018.10.31 20:20:15 3: CUL_HM set SteckdosePflanzenLEDGarage statusRequest
2018.10.31 20:20:17 0: HourCounter CN.BrennstoffverbrauchDay Run.598 first run done countsOverall:19518
2018.10.31 20:20:17 0: HourCounter CN.BrennstoffverbrauchWeek Run.598 first run done countsOverall:19517
2018.10.31 20:20:17 0: HourCounter CN.BrennstoffverbrauchMonth Run.598 first run done countsOverall:19517
2018.10.31 20:20:17 0: HourCounter CN.BrennstoffverbrauchYear Run.598 first run done countsOverall:22606
2018.10.31 20:20:17 0: HourCounter CN.BrennstoffkostenDay Run.598 first run done countsOverall:19518
2018.10.31 20:20:17 0: HourCounter CN.BrennstoffkostenWeek Run.598 first run done countsOverall:19518
2018.10.31 20:20:17 0: HourCounter CN.BrennstoffkostenMonth Run.598 first run done countsOverall:19518
2018.10.31 20:20:17 0: HourCounter CN.BrennstoffkostenYear Run.598 first run done countsOverall:22606
2018.10.31 20:20:17 3: CUL_HM set Rauchmelder_Dachboden statusRequest
2018.10.31 20:20:18 3: CUL_HM set Rauchmelder_Flur statusRequest
2018.10.31 20:20:19 3: CUL_HM set Rauchmelder_Schlafzimmer statusRequest
2018.10.31 20:20:19 3: hm485: Warte auf Initialisierung Gateway
2018.10.31 20:20:20 3: Opening hm485 device localhost:2000
2018.10.31 20:20:20 3: hm485: connected to device localhost:2000
2018.10.31 20:20:20 3: hm485 device opened
2018.10.31 20:20:20 3: hm485: Lan Device Information
2018.10.31 20:20:20 3: hm485: Protocol-Version: 01
2018.10.31 20:20:20 3: hm485: Interface-Type: HMW-SOFT-GW
2018.10.31 20:20:20 3: hm485: Firmware-Version: 0.2.2
2018.10.31 20:20:20 3: hm485: Serial-Number: SGW0123456
2018.10.31 20:20:20 3: hm485: Initialize the interface
2018.10.31 20:20:20 3: CUL_HM set Rollo_WC statusRequest
2018.10.31 20:20:21 3: CUL_HM set Rollo_WZ_Garten statusRequest
2018.10.31 20:20:22 3: CUL_HM set Rollo_WZ_Terrasse statusRequest
2018.10.31 20:20:23 1: PERL WARNING: Use of uninitialized value $data{"min3"} in concatenation (.) or string at (eval 171) line 1.
2018.10.31 20:20:23 3: eval: { "XXX Min $data{min3}, Max $data{max3}, Last $data{currval3}, Sauerstoff min $data{min1} Max $data{max1} Last $data{currval1}" }
2018.10.31 20:20:23 1: PERL WARNING: Use of uninitialized value in concatenation (.) or string at (eval 171) line 1.
2018.10.31 20:20:23 3: eval: { "XXX Min $data{min3}, Max $data{max3}, Last $data{currval3}, Sauerstoff min $data{min1} Max $data{max1} Last $data{currval1}" }
2018.10.31 20:20:23 3: CUL_HM set Rollo_WZ_Tuer statusRequest
2018.10.31 20:20:24 3: hm485: Initialisierung von Modul 0001129C
2018.10.31 20:20:25 3: hm485: HM485_QueueStepFailed Call step
2018.10.31 20:20:25 3: HMW_IO_12_Sw7_DR_LEQ1286311: RESPONSE TIMEOUT for 0001129C
2018.10.31 20:20:30 3: hm485: Initialisierung von Modul 0001129C
2018.10.31 20:20:31 3: hm485: HM485_QueueStepFailed Call step
2018.10.31 20:20:31 3: HMW_IO_12_Sw7_DR_LEQ1286311: RESPONSE TIMEOUT for 0001129C
2018.10.31 20:20:36 3: hm485: Initialisierung von Modul 0001129C
2018.10.31 20:20:36 3: hm485: HM485_QueueStepFailed Call step
2018.10.31 20:20:36 3: HMW_IO_12_Sw7_DR_LEQ1286311: RESPONSE TIMEOUT for 0001129C
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Kosten") in void context at (eval 215) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("%.2f \x{20ac}") in void context at (eval 215) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Woche") in void context at (eval 215) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Monat") in void context at (eval 215) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Jahr") in void context at (eval 215) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Kosten") in void context at (eval 217) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("%.2f \x{20ac}") in void context at (eval 217) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Woche") in void context at (eval 217) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Monat") in void context at (eval 217) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Jahr") in void context at (eval 217) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Kosten") in void context at (eval 219) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("%.2f \x{20ac}") in void context at (eval 219) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Woche") in void context at (eval 219) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Monat") in void context at (eval 219) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Jahr") in void context at (eval 219) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Kosten") in void context at (eval 221) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("%.2f \x{20ac}") in void context at (eval 221) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Woche") in void context at (eval 221) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Monat") in void context at (eval 221) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Jahr") in void context at (eval 221) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Verbrauch") in void context at (eval 223) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("%.2f Kg") in void context at (eval 223) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Woche") in void context at (eval 223) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Monat") in void context at (eval 223) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Jahr") in void context at (eval 223) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Verbrauch") in void context at (eval 225) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("%.2f Kg") in void context at (eval 225) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Woche") in void context at (eval 225) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Monat") in void context at (eval 225) line 1.
2018.10.31 20:20:39 1: PERL WARNING: Useless use of a constant ("Jahr") in void context at (eval 225

Wernieman

#104
Bezüglich:
chown -R fhem: /opf/fhem
Fehler: "To many Fingers on Keyboard" .... habe mich vertippt (sorry). Natürlich:
chown -R fhem: /opt/fhem

f<>t

Bitte versuche bei allen Tipps immer mitzudenken.....

Un .... was denkst Du, will Dir diese Fehlermeldung sagen?
2018.10.31 20:19:57 3: Opening FlammTronik device /dev/ttyUSB1
2018.10.31 20:19:57 3: Can't open /dev/ttyUSB1: No such file or directory


Btw: Bitte arbeite nicht mit den generischen Namen (hier ttyUSB1), sondern lieber durch /dev/by-id/......
- Bitte um Input für Output
- When there is a Shell, there is a Way
- Wann war Dein letztes Backup?

Wie man Fragen stellt: https://tty1.net/smart-questions_de.html