Neues Plugin Zigbee2Mqtt

Einklappen
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • Christian Fenzl
    Lebende Foren Legende
    • 31.08.2015
    • 11200

    #16
    Hallo deepinpowder
    Kannst du bitte, wenn du LB restarted, und das Plugin nochmal installiert hast (und es nicht geht), bitte das Logfile herunterladen (nicht Copy/Paste) und hier anhängen.
    Das was wir in deinem Output sehen, ist keine Loop, sondern es sind zweimal die selben Daten (Timestamp!).
    Entweder du hast zweimal das gleiche eingefügt, oder der Logviewer hat zweimal das gleiche angezeigt (oder du hast eine Zeitmaschine ). Irgendwas stimmt da jedenfalls nicht mit dem Log.

    lg, Christian
    Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine

    Kommentar

    • deepinpowder
      LoxBus Spammer
      • 07.03.2016
      • 412

      #17
      Klicke auf die Grafik für eine vergrößerte Ansicht

Name: Bildschirmfoto 2020-10-29 um 09.28.03.png
Ansichten: 1583
Größe: 421,5 KB
ID: 272344
      Zitat von Christian Fenzl
      Hallo deepinpowder
      Kannst du bitte, wenn du LB restarted, und das Plugin nochmal installiert hast (und es nicht geht), bitte das Logfile herunterladen (nicht Copy/Paste) und hier anhängen.
      Das was wir in deinem Output sehen, ist keine Loop, sondern es sind zweimal die selben Daten (Timestamp!).
      Entweder du hast zweimal das gleiche eingefügt, oder der Logviewer hat zweimal das gleiche angezeigt (oder du hast eine Zeitmaschine ). Irgendwas stimmt da jedenfalls nicht mit dem Log.

      lg, Christian
      Eine Zeitmaschine :-)

      Hier das Log als Datei:

      Zitat von romanlum
      Kannst du mal per ssh schauen was im log steht?
      Code:
      ssh loxberry@loxberry-ip
      sudo systemctl status zigbee2mqtt
      loxberry@loxberry:~ $ sudo systemctl status zigbee2mqtt

      ● zigbee2mqtt.service - zigbee2mqtt

      Loaded: loaded (/opt/loxberry/config/plugins/zigbee2mqtt/zigbee2mqtt.service;

      Active: inactive (dead)
      Zuletzt geändert von deepinpowder; 29.10.2020, 09:28.

      Kommentar

      • romanlum
        Smart Home'r
        • 29.03.2020
        • 65

        #18
        Hallo,

        kannst du bitte mal probieren, ob du den service manuell starten kannst um eventuell den Fehler zu sehen.

        Code:
        ssh loxberry@loxberry-ip
        cd /opt/zigbee2mqtt
        
        npm run start

        Kommentar

        • rspaltenstein
          Azubi
          • 26.06.2017
          • 1

          #19
          Hallo Roman,
          vielen Dank für die neue Version! Schlussentlich funktioniert alles wieder ...

          Das Update hat problemlos funktioniert und die Services waren wieder gestartet - aber in den Plugin Settings waren die MQTT Gateway Einstellungen weg.
          Alle Devices waren zwar in der Devices Liste aufgeführt, aber von keinem einzigen Device wurden Signale erkannt.
          Ich musste alle Devices nochmals neu anlernen, damit sie wieder funktionierten. Ich habe im Moment 15 Devices am laufen - einzelne untern dem Tisch oder hoch auf einem Schrank ...

          Was mir auch noch aufgefallen ist, dass zum Teil Rückmeldungen von Schaltern anders angezeigt werden. Bei einem Xiaomi Aqara Schalter kommt nicht einfach der Wert "left" sondern neu "single_left" und bei Knöpfen (zB. Ikea Tradfri On/Off Switch) wird nur noch als Input "_action anstelle von "_click" übermittelt. (zB. alt zigbee2mqtt_audio001_click - ist jetzt zigbee2mqtt_audio002_action). Das heisst logischerweise in der Loxone Config anpassen.

          Funktioniert hat auch das Update von Devices.
          http://loxberry:PW@IP_Adresse/admin/...e=steckdose001
          Es dauerte etwa 20 Minuten bis das Device upgedated war.

          Inzwischen läsuft das Gateway schon "Halb-Produktiv" und funktioniert zusammen mit dem Loxone Server sehr gut.
          Robert

          Kommentar

          • romanlum
            Smart Home'r
            • 29.03.2020
            • 65

            #20
            Danke für die Info.
            Ich schau mir das mit den Gateway Einstellungen bzw. den Verlust der Geräte nochmal genauer an...

            Die Änderung der Bezeichnungen wird ws. am Update auf 1.15.0 von zigbee2mqtt liegen, das hab ich leider nicht mitbekommen.

            Kommentar

            • deepinpowder
              LoxBus Spammer
              • 07.03.2016
              • 412

              #21
              Zitat von romanlum
              Hallo,

              kannst du bitte mal probieren, ob du den service manuell starten kannst um eventuell den Fehler zu sehen.

              Code:
              ssh loxberry@loxberry-ip
              cd /opt/zigbee2mqtt
              
              npm run start
              Hallo,

              habe ich versucht, anbei die Infos:

              Code:
              loxberry@loxberry:~ $ cd /opt/zigbee2mqtt
              
              loxberry@loxberry:/opt/zigbee2mqtt $ npm run start
              
              
              
              
              > zigbee2mqtt@1.15.0 start /opt/zigbee2mqtt
              
              > node index.js
              
              
              
              
              Zigbee2MQTT:info  2020-10-29 12:09:29: Logging to console and directory: 'log' filename: zigbee2mqtt.log
              
              Zigbee2MQTT:info  2020-10-29 12:09:31: Starting Zigbee2MQTT version 1.15.0 (commit #1bccc5d)
              
              Zigbee2MQTT:info  2020-10-29 12:09:31: Starting zigbee-herdsman...
              
              Zigbee2MQTT:error 2020-10-29 12:09:31: Error while starting zigbee-herdsman
              
              Zigbee2MQTT:error 2020-10-29 12:09:31: Failed to start zigbee
              
              Zigbee2MQTT:error 2020-10-29 12:09:31: Exiting...
              
              Zigbee2MQTT:error 2020-10-29 12:09:31: Error: No path provided and failed to auto detect path
              
                  at Function.<anonymous> (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/adapter/adapter.js:81:27)
              
                  at Generator.next (<anonymous>)
              
                  at fulfilled (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/adapter/adapter.js:24:58)
              
                  at processTicksAndRejections (internal/process/task_queues.js:97:5)
              
              npm ERR! code ELIFECYCLE
              
              npm ERR! errno 1
              
              npm ERR! zigbee2mqtt@1.15.0 start: `node index.js`
              
              npm ERR! Exit status 1
              
              npm ERR! 
              
              npm ERR! Failed at the zigbee2mqtt@1.15.0 start script.
              
              npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
              
              
              
              
              npm ERR! A complete log of this run can be found in:
              
              npm ERR!     /opt/loxberry/.npm/_logs/2020-10-29T11_09_32_002Z-debug.log
              
              loxberry@loxberry:/opt/zigbee2mqtt $

              Kommentar

              • romanlum
                Smart Home'r
                • 29.03.2020
                • 65

                #22
                Danke für den Log.
                Es schaut so aus als ob du keine Adapter eingetragen hast und er ihn automatisch nicht findet.

                hattest du in der alten Version einen Adapter eingetragen?

                Kommentar

                • deepinpowder
                  LoxBus Spammer
                  • 07.03.2016
                  • 412

                  #23
                  Hallo,

                  der Loxberry steht leider im Ausland und ich hatte den Poolpfleger gesagt er soll mal den Stecker ziehen zum Neustart. Evtl. hat er da auch am Stick etwas gemacht. Leider kann ich das gerade nicht prüfen. Ich melde mich aber dann.

                  romanlum Danke für Deine Unterstützung. Es ist ein CC2531


                  Gruß

                  Kommentar

                  • stan2449
                    Smart Home'r
                    • 14.01.2017
                    • 66

                    #24
                    Hallo,

                    vielen Dank für die neue Version!

                    ich habe den Zigbee2Mqtt auf Pre-Release 0.5.0 aktualisiert.
                    Die Ansicht zeigt aber noch 0.4.0. sonst schein alles zu funktionieren.




                    Klicke auf die Grafik für eine vergrößerte Ansicht

Name: Zigbee2Mqtt.JPG
Ansichten: 2250
Größe: 47,1 KB
ID: 272859


                    HTML-Code:
                    <INFO> Downloading https://github.com/romanlum/LoxBerry-Plugin-Zigbee2Mqtt/archive/0.5.0.zip ...
                    We are in CGI mode.
                    29.10.2020 19:41:31 <INFO> Statusfile: /tmp/Oig5SpNF8m.status
                    29.10.2020 19:41:31 <INFO> Temp Folder: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m
                    29.10.2020 19:41:31 <INFO> Logfile: /tmp/Oig5SpNF8m.log
                    29.10.2020 19:41:31 <INFO> Locking plugininstall - delaying up to 10 minutes...
                    29.10.2020 19:41:31 <OK> Lock successfully set.
                    29.10.2020 19:41:31 <INFO> Starting Plugin installation.
                    29.10.2020 19:41:31 <INFO> Extracting plugin archive
                    29.10.2020 19:41:31 <INFO> Command: /usr/bin/sudo -n -u loxberry /usr/bin/unzip -d /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m.zip
                    Archive: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m.zip
                    c5761889cace47a991722f03f8702b0331c45657
                    creating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/LICENSE
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/README.md
                    creating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/defines.php
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/formHelper.php
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/setup-encryption.php
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/update-config.php
                    creating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/mqtt.json
                    extracting: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/mqtt_subscriptions.cfg
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/pluginconfig.cfg
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/service.json
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/zigbee2mqtt.service
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/zigbee2mqttNode10.service
                    creating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/dpkg/
                    extracting: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/dpkg/apt
                    creating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/README.txt
                    extracting: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/icon_128.png
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/icon_256.png
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/icon_512.png
                    extracting: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/icon_64.png
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/plugin.cfg
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/postinstall.sh
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/postroot.sh
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/prerelease.cfg
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/preroot.sh
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/preupgrade.sh
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/release.cfg
                    creating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/sudoers/
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/sudoers/sudoers
                    creating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/devices.html
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/index.html
                    creating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/lang/
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/lang/language_de.ini
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/lang/language_en.ini
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/log.html
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/ui.html
                    creating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/uninstall/
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/uninstall/uninstall
                    creating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/
                    creating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/ajax.php
                    creating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/css/
                    extracting: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/css/ui.css
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/devices.php
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/forward.html
                    creating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/include/
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/include/plugin.php
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/index.php
                    creating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/devices.js
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/index.js
                    creating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/vendor/
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/vendor/ace.js
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/vendor/mode-yaml.js
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/vendor/theme-chrome.js
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/log.php
                    creating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/model/
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/model/MqttConfig.php
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/model/ServiceConfig.php
                    inflating: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/ui.php
                    29.10.2020 19:41:31 <OK> Plugin archive extracted successfully.
                    29.10.2020 19:41:31 <INFO> Author: Roman Lumetsberger
                    29.10.2020 19:41:31 <INFO> Email: loxberry@lumetsnet.at
                    29.10.2020 19:41:31 <INFO> Version: 0.4.0
                    29.10.2020 19:41:31 <INFO> Name: zigbee2mqtt
                    29.10.2020 19:41:31 <INFO> Folder: zigbee2mqtt
                    29.10.2020 19:41:31 <INFO> Title: Zigbee2Mqtt
                    29.10.2020 19:41:31 <INFO> Autoupdate: True
                    29.10.2020 19:41:31 <INFO> Release: https://raw.githubusercontent.com/romanlum/LoxBerry-Plugin-Zigbee2Mqtt/master/release.cfg
                    29.10.2020 19:41:31 <INFO> Prerelease: https://raw.githubusercontent.com/romanlum/LoxBerry-Plugin-Zigbee2Mqtt/master/prerelease.cfg
                    29.10.2020 19:41:31 <INFO> Reboot: True
                    29.10.2020 19:41:31 <INFO> Min LB Vers: 2.0
                    29.10.2020 19:41:31 <INFO> Max LB Vers: 2.99
                    29.10.2020 19:41:31 <INFO> Architecture: False
                    29.10.2020 19:41:31 <INFO> Custom Log: False
                    29.10.2020 19:41:31 <INFO> Interface: 2.0
                    29.10.2020 19:41:31 <OK> All mandatory configuration parameters found.
                    29.10.2020 19:41:31 <INFO> Current LoxBerry version: v2.2.0.2
                    29.10.2020 19:41:31 <INFO> Installation limited from: v2.0
                    29.10.2020 19:41:31 <OK> Current LoxBerry version is greater than minimal required LoxBerry version.
                    29.10.2020 19:41:31 <INFO> Installation limited to: v2.99
                    29.10.2020 19:41:31 <OK> Maximal allowed LoxBerry version is greater than current LoxBerry version.
                    29.10.2020 19:41:31 <INFO> Using plugin name: zigbee2mqtt
                    29.10.2020 19:41:31 <INFO> Using installation folder: zigbee2mqtt
                    29.10.2020 19:41:31 <INFO> Creating shadow version of plugindatabase.
                    '/opt/loxberry/data/system/plugindatabase.json' -> '/opt/loxberry/data/system/plugindatabase.json-'
                    29.10.2020 19:41:31 <INFO> Setting file permissions: /bin/chmod -v 644 /opt/loxberry/data/system/plugindatabase.json-
                    mode of '/opt/loxberry/data/system/plugindatabase.json-' retained as 0644 (rw-r--r--)
                    29.10.2020 19:41:31 <OK> File permissions set successfully.
                    29.10.2020 19:41:31 <INFO> Setting file ownership: /bin/chown -v root.root /opt/loxberry/data/system/plugindatabase.json-
                    ownership of '/opt/loxberry/data/system/plugindatabase.json-' retained as root:root
                    29.10.2020 19:41:31 <OK> File ownership set successfully.
                    '/opt/loxberry/data/system/plugindatabase.json' -> '/opt/loxberry/data/system/plugindatabase.json.bkp'
                    29.10.2020 19:41:31 <INFO> Setting file permissions: /bin/chmod -v 644 /opt/loxberry/data/system/plugindatabase.json.bkp
                    mode of '/opt/loxberry/data/system/plugindatabase.json.bkp' retained as 0644 (rw-r--r--)
                    29.10.2020 19:41:31 <OK> File permissions set successfully.
                    29.10.2020 19:41:31 <INFO> Setting file ownership: /bin/chown -v loxberry.loxberry /opt/loxberry/data/system/plugindatabase.json.bkp
                    ownership of '/opt/loxberry/data/system/plugindatabase.json.bkp' retained as loxberry:loxberry
                    29.10.2020 19:41:31 <OK> File ownership set successfully.
                    29.10.2020 19:41:31 <INFO> Getting file list from /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0
                    29.10.2020 19:41:31 <INFO> Found 47 files
                    29.10.2020 19:41:31 <INFO> Filtering out binary files
                    29.10.2020 19:41:32 <INFO> 20 found out of 20 ...
                    29.10.2020 19:41:33 <INFO> 36 found out of 40 ...
                    29.10.2020 19:41:33 <OK> Found 40 files to be text files
                    29.10.2020 19:41:33 <INFO> Checking for hardcoded paths to /opt/loxberry
                    29.10.2020 19:41:33 <OK> No hardcoded paths to /opt/loxberry found
                    29.10.2020 19:41:33 <INFO> Replacing environment strings.
                    29.10.2020 19:41:33 <INFO> Running replacement for 40 files
                    29.10.2020 19:41:35 <INFO> 20 of 40 finished ...
                    29.10.2020 19:41:36 <INFO> 40 of 40 finished ...
                    29.10.2020 19:41:36 <OK> Replace of 40 files finished
                    29.10.2020 19:41:36 <INFO> Converting all plugin files (ASCII) to Unix fileformat.
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/preroot.sh to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/README.md to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/postinstall.sh to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/plugin.cfg to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/prerelease.cfg to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/LICENSE to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/postroot.sh to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/release.cfg to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/preupgrade.sh to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/setup-encryption.php to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/formHelper.php to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/update-config.php to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/defines.php to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/sudoers/sudoers to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/uninstall/uninstall to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/log.html to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/index.html to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/ui.html to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/devices.html to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/lang/language_en.ini to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/lang/language_de.ini to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/dpkg/apt to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/README.txt to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/devices.php to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/log.php to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/ajax.php to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/ui.php to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/forward.html to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/index.php to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/include/plugin.php to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/model/ServiceConfig.php to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/model/MqttConfig.php to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/css/ui.css to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/devices.js to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/index.js to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/vendor/ace.js to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/vendor/theme-chrome.js to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/vendor/mode-yaml.js to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/pluginconfig.cfg to Unix format...
                    dos2unix: converting file /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/zigbee2mqttNode10.service to Unix format...
                    29.10.2020 19:41:36 <INFO> Starting script PREROOT.
                    29.10.2020 19:41:36 <INFO> Command: cd "/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0" && "/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/preroot.sh" "Oig5SpNF8m" "zigbee2mqtt" "zigbee2mqtt" "0.4.0" "/opt/loxberry" "/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0"
                    mode of '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/preroot.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
                    <INFO> Stopping service if already running
                    29.10.2020 19:41:37 <OK> Script executed successfully.
                    29.10.2020 19:41:37 <INFO> Installing configuration files.
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/mqtt.json' -> '/opt/loxberry/config/plugins/zigbee2mqtt/mqtt.json'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/mqtt_subscriptions.cfg' -> '/opt/loxberry/config/plugins/zigbee2mqtt/mqtt_subscriptions.cfg'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/pluginconfig.cfg' -> '/opt/loxberry/config/plugins/zigbee2mqtt/pluginconfig.cfg'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/service.json' -> '/opt/loxberry/config/plugins/zigbee2mqtt/service.json'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/zigbee2mqtt.service' -> '/opt/loxberry/config/plugins/zigbee2mqtt/zigbee2mqtt.service'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/zigbee2mqttNode10.service' -> '/opt/loxberry/config/plugins/zigbee2mqtt/zigbee2mqttNode10.service'
                    29.10.2020 19:41:37 <OK> All file(s) were installed successfully.
                    29.10.2020 19:41:37 <INFO> Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/config/plugins/zigbee2mqtt
                    ownership of '/opt/loxberry/config/plugins/zigbee2mqtt/pluginconfig.cfg' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/config/plugins/zigbee2mqtt/zigbee2mqttNode10.service' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/config/plugins/zigbee2mqtt/mqtt.json' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/config/plugins/zigbee2mqtt/mqtt_subscriptions.cfg' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/config/plugins/zigbee2mqtt/service.json' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/config/plugins/zigbee2mqtt/zigbee2mqtt.service' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/config/plugins/zigbee2mqtt' retained as loxberry:loxberry
                    29.10.2020 19:41:37 <OK> File ownership set successfully.
                    29.10.2020 19:41:37 <INFO> Installing bin files.
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/defines.php' -> '/opt/loxberry/bin/plugins/zigbee2mqtt/defines.php'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/formHelper.php' -> '/opt/loxberry/bin/plugins/zigbee2mqtt/formHelper.php'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/setup-encryption.php' -> '/opt/loxberry/bin/plugins/zigbee2mqtt/setup-encryption.php'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/update-config.php' -> '/opt/loxberry/bin/plugins/zigbee2mqtt/update-config.php'
                    29.10.2020 19:41:37 <OK> All file(s) were installed successfully.
                    29.10.2020 19:41:37 <INFO> Setting file permissions: /bin/chmod -Rv 755 /opt/loxberry/bin/plugins/zigbee2mqtt
                    mode of '/opt/loxberry/bin/plugins/zigbee2mqtt' retained as 0755 (rwxr-xr-x)
                    mode of '/opt/loxberry/bin/plugins/zigbee2mqtt/setup-encryption.php' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
                    mode of '/opt/loxberry/bin/plugins/zigbee2mqtt/formHelper.php' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
                    mode of '/opt/loxberry/bin/plugins/zigbee2mqtt/update-config.php' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
                    mode of '/opt/loxberry/bin/plugins/zigbee2mqtt/defines.php' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
                    29.10.2020 19:41:37 <OK> File permissions set successfully.
                    29.10.2020 19:41:37 <INFO> Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/bin/plugins/zigbee2mqtt
                    ownership of '/opt/loxberry/bin/plugins/zigbee2mqtt/setup-encryption.php' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/bin/plugins/zigbee2mqtt/formHelper.php' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/bin/plugins/zigbee2mqtt/update-config.php' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/bin/plugins/zigbee2mqtt/defines.php' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/bin/plugins/zigbee2mqtt' retained as loxberry:loxberry
                    29.10.2020 19:41:37 <OK> File ownership set successfully.
                    29.10.2020 19:41:37 <INFO> Installing template files.
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/devices.html' -> '/opt/loxberry/templates/plugins/zigbee2mqtt/devices.html'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/index.html' -> '/opt/loxberry/templates/plugins/zigbee2mqtt/index.html'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/lang' -> '/opt/loxberry/templates/plugins/zigbee2mqtt/lang'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/lang/language_de.ini' -> '/opt/loxberry/templates/plugins/zigbee2mqtt/lang/language_de.ini'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/lang/language_en.ini' -> '/opt/loxberry/templates/plugins/zigbee2mqtt/lang/language_en.ini'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/log.html' -> '/opt/loxberry/templates/plugins/zigbee2mqtt/log.html'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/ui.html' -> '/opt/loxberry/templates/plugins/zigbee2mqtt/ui.html'
                    29.10.2020 19:41:37 <OK> All file(s) were installed successfully.
                    29.10.2020 19:41:37 <INFO> Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/templates/plugins/zigbee2mqtt
                    ownership of '/opt/loxberry/templates/plugins/zigbee2mqtt/lang/language_en.ini' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/templates/plugins/zigbee2mqtt/lang/language_de.ini' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/templates/plugins/zigbee2mqtt/lang' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/templates/plugins/zigbee2mqtt/log.html' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/templates/plugins/zigbee2mqtt/index.html' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/templates/plugins/zigbee2mqtt/ui.html' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/templates/plugins/zigbee2mqtt/devices.html' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/templates/plugins/zigbee2mqtt' retained as loxberry:loxberry
                    29.10.2020 19:41:37 <OK> File ownership set successfully.
                    29.10.2020 19:41:37 <INFO> Installing htmlauth files.
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/ajax.php' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/ajax.php'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/css' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/css'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/css/ui.css' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/css/ui.css'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/devices.php' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/devices.php'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/forward.html' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/forward.html'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/include' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/include'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/include/plugin.php' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/include/plugin.php'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/index.php' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/index.php'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/js'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/index.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/js/index.js'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/vendor' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/js/vendor'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/vendor/ace.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/js/vendor/ace.js'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/vendor/theme-chrome.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/js/vendor/theme-chrome.js'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/vendor/mode-yaml.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/js/vendor/mode-yaml.js'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/devices.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/js/devices.js'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/log.php' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/log.php'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/model' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/model'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/model/MqttConfig.php' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/model/MqttConfig.php'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/model/ServiceConfig.php' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/model/ServiceConfig.php'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/ui.php' -> '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/ui.php'
                    29.10.2020 19:41:37 <OK> All file(s) were installed successfully.
                    29.10.2020 19:41:37 <INFO> Setting file permissions: /usr/bin/find /opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt -iregex '.*\.cgi\|.*\.pl\|.*\.sh' -exec /bin/chmod -v 755 {} \;
                    29.10.2020 19:41:37 <OK> File permissions set successfully.
                    29.10.2020 19:41:37 <INFO> Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/include/plugin.php' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/include' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/devices.php' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/log.php' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/ajax.php' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/model/ServiceConfig.php' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/model/MqttConfig.php' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/model' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/ui.php' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/forward.html' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/index.php' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/css/ui.css' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/css' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/js/devices.js' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/js/vendor/ace.js' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/js/vendor/theme-chrome.js' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/js/vendor/mode-yaml.js' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/js/vendor' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/js/index.js' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt/js' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/htmlauth/plugins/zigbee2mqtt' retained as loxberry:loxberry
                    29.10.2020 19:41:37 <OK> File ownership set successfully.
                    29.10.2020 19:41:37 <INFO> Installing icon files.
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/README.txt' -> '/opt/loxberry/webfrontend/html/system/images/icons/zigbee2mqtt/README.txt'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/icon_128.png' -> '/opt/loxberry/webfrontend/html/system/images/icons/zigbee2mqtt/icon_128.png'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/icon_256.png' -> '/opt/loxberry/webfrontend/html/system/images/icons/zigbee2mqtt/icon_256.png'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/icon_512.png' -> '/opt/loxberry/webfrontend/html/system/images/icons/zigbee2mqtt/icon_512.png'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/icon_64.png' -> '/opt/loxberry/webfrontend/html/system/images/icons/zigbee2mqtt/icon_64.png'
                    29.10.2020 19:41:37 <OK> Icons installed successfully.
                    29.10.2020 19:41:37 <INFO> Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/webfrontend/html/system/images/icons/zigbee2mqtt
                    ownership of '/opt/loxberry/webfrontend/html/system/images/icons/zigbee2mqtt/icon_64.png' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/html/system/images/icons/zigbee2mqtt/README.txt' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/html/system/images/icons/zigbee2mqtt/icon_256.png' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/html/system/images/icons/zigbee2mqtt/icon_128.png' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/html/system/images/icons/zigbee2mqtt/icon_512.png' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/webfrontend/html/system/images/icons/zigbee2mqtt' retained as loxberry:loxberry
                    29.10.2020 19:41:37 <OK> File ownership set successfully.
                    29.10.2020 19:41:37 <INFO> Installing uninstall script.
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/uninstall/uninstall' -> '/opt/loxberry/data/system/uninstall/zigbee2mqtt'
                    29.10.2020 19:41:37 <OK> All file(s) were installed successfully.
                    29.10.2020 19:41:37 <INFO> Setting file permissions: /bin/chmod -v 755 /opt/loxberry/data/system/uninstall/zigbee2mqtt
                    mode of '/opt/loxberry/data/system/uninstall/zigbee2mqtt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
                    29.10.2020 19:41:37 <OK> File permissions set successfully.
                    29.10.2020 19:41:37 <INFO> Setting file ownership: /bin/chown -v root.root /opt/loxberry/data/system/uninstall/zigbee2mqtt
                    ownership of '/opt/loxberry/data/system/uninstall/zigbee2mqtt' retained as root:root
                    29.10.2020 19:41:37 <OK> File ownership set successfully.
                    29.10.2020 19:41:37 <INFO> Installing sudoers file.
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/sudoers/sudoers' -> '/opt/loxberry/system/sudoers/zigbee2mqtt'
                    29.10.2020 19:41:37 <OK> All file(s) were installed successfully.
                    29.10.2020 19:41:37 <INFO> Setting file permissions: /bin/chmod -v 644 /opt/loxberry/system/sudoers/zigbee2mqtt
                    mode of '/opt/loxberry/system/sudoers/zigbee2mqtt' retained as 0644 (rw-r--r--)
                    29.10.2020 19:41:37 <OK> File permissions set successfully.
                    29.10.2020 19:41:37 <INFO> Setting file ownership: /bin/chown -v root.root /opt/loxberry/system/sudoers/zigbee2mqtt
                    ownership of '/opt/loxberry/system/sudoers/zigbee2mqtt' retained as root:root
                    29.10.2020 19:41:37 <OK> File ownership set successfully.
                    29.10.2020 19:41:37 <INFO> Refreshing APT database.
                    29.10.2020 19:41:37 <INFO> Command: /usr/bin/dpkg --configure -a
                    29.10.2020 19:41:37 <INFO> Command: APT_LISTCHANGES_FRONTEND=none DEBIAN_FRONTEND=noninteractive /usr/bin/apt-get -y -q --allow-unauthenticated --fix-broken --reinstall --allow-downgrades --allow-remove-essential --allow-change-held-packages --purge autoremove
                    Reading package lists...
                    Building dependency tree...
                    Reading state information...
                    0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
                    29.10.2020 19:41:46 <INFO> Command: APT_LISTCHANGES_FRONTEND=none DEBIAN_FRONTEND=noninteractive /usr/bin/apt-get -q -y --allow-unauthenticated --allow-downgrades --allow-remove-essential --allow-change-held-packages update
                    Get:1 http://ftp.halifax.rwth-aachen.de/raspbian/raspbian buster InRelease [15.0 kB]
                    Get:2 http://ftp.agdsn.de/pub/mirrors/raspbian/raspbian buster InRelease [15.0 kB]
                    Get:3 http://ftp.gwdg.de/pub/linux/debian/raspbian/raspbian buster InRelease [15.0 kB]
                    Hit:4 https://deb.nodesource.com/node_12.x buster InRelease
                    Hit:5 https://dl.yarnpkg.com/debian stable InRelease
                    Fetched 44.9 kB in 2s (22.4 kB/s)
                    Reading package lists...
                    29.10.2020 19:41:59 <OK> APT database refreshed successfully.
                    29.10.2020 19:41:59 <INFO> Installing additional software packages.
                    29.10.2020 19:41:59 <INFO> Command: /usr/bin/dpkg --configure -a
                    29.10.2020 19:41:59 <INFO> Command: APT_LISTCHANGES_FRONTEND=none DEBIAN_FRONTEND=noninteractive /usr/bin/apt-get -y -q --allow-unauthenticated --fix-broken --reinstall --allow-downgrades --allow-remove-essential --allow-change-held-packages --purge autoremove
                    Reading package lists...
                    Building dependency tree...
                    Reading state information...
                    0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
                    29.10.2020 19:42:09 <INFO> Command: APT_LISTCHANGES_FRONTEND=none DEBIAN_FRONTEND=noninteractive /usr/bin/apt-get --no-install-recommends -q -y --allow-unauthenticated --fix-broken --reinstall --allow-downgrades --allow-remove-essential --allow-change-held-packages install php-yaml php-twig
                    Reading package lists...
                    Building dependency tree...
                    Reading state information...
                    0 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 11 not upgraded.
                    Need to get 0 B/119 kB of archives.
                    After this operation, 0 B of additional disk space will be used.
                    (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 83306 files and directories currently installed.)
                    Preparing to unpack .../php-twig_2.6.2-2_all.deb ...
                    Unpacking php-twig (2.6.2-2) over (2.6.2-2) ...
                    Preparing to unpack .../php-yaml_2.0.2+1.3.1-4+b1_armhf.deb ...
                    Unpacking php-yaml (2.0.2+1.3.1-4+b1) over (2.0.2+1.3.1-4+b1) ...
                    Setting up php-yaml (2.0.2+1.3.1-4+b1) ...
                    Setting up php-twig (2.6.2-2) ...
                    29.10.2020 19:42:18 <OK> Package installed successfully.
                    29.10.2020 19:42:18 <INFO> Updating skels for Logfiles in tmpfs.
                    29.10.2020 19:42:19 <OK> Script executed successfully.
                    29.10.2020 19:42:19 <INFO> Starting script POSTINSTALL.
                    29.10.2020 19:42:19 <INFO> Command: cd "/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0" && /usr/bin/sudo -n -u loxberry "/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/postinstall.sh" "Oig5SpNF8m" "zigbee2mqtt" "zigbee2mqtt" "0.4.0" "/opt/loxberry" "/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0"
                    mode of '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/postinstall.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
                    <INFO> Command is: /opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/postinstall.sh
                    <INFO> Temporary folder is:
                    <INFO> (Short) Name is: zigbee2mqtt
                    <INFO> Installation folder is:
                    <INFO> Plugin version is:
                    <INFO> Plugin CGI folder is: /zigbee2mqtt
                    <INFO> Plugin HTML folder is: /opt/loxberry/webfrontend/html/plugins/zigbee2mqtt
                    <INFO> Plugin Template folder is: /opt/loxberry/templates/plugins/zigbee2mqtt
                    <INFO> Plugin Data folder is: /opt/loxberry/data/plugins/zigbee2mqtt
                    <INFO> Plugin Log folder (on RAMDISK!) is: /opt/loxberry/log/plugins/zigbee2mqtt
                    <INFO> Plugin CONFIG folder is: /opt/loxberry/config/plugins/zigbee2mqtt
                    <INFO> Plugin SBIN folder is: /zigbee2mqtt
                    <INFO> Plugin BIN folder is: /opt/loxberry/bin/plugins/zigbee2mqtt
                    29.10.2020 19:42:19 <OK> Script executed successfully.
                    29.10.2020 19:42:19 <INFO> Starting script POSTROOT.
                    29.10.2020 19:42:19 <INFO> Command: cd "/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0" && "/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/postroot.sh" "Oig5SpNF8m" "zigbee2mqtt" "zigbee2mqtt" "0.4.0" "/opt/loxberry" "/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0"
                    mode of '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/postroot.sh' retained as 0755 (rwxr-xr-x)
                    <INFO> Copy back existing config files
                    cp: cannot stat '/tmp/Oig5SpNF8m_upgrade/config/zigbee2mqtt/*': No such file or directory
                    cp: cannot stat '/tmp/Oig5SpNF8m_upgrade/data/zigbee2mqtt/*': No such file or directory
                    Cloning into '/opt/zigbee2mqtt'...
                    Note: checking out '1bccc5d9f17be93c1f680f8ed2d37cbbc0aef0fd'.
                    
                    You are in 'detached HEAD' state. You can look around, make experimental
                    changes and commit them, and you can discard any commits you make in this
                    state without impacting any branches by performing another checkout.
                    
                    If you want to create a new branch to retain commits you create, you may
                    do so (now or later) by using -b with the checkout command again. Example:
                    
                    git checkout -b <new-branch-name>
                    
                    
                    > @serialport/bindings@9.0.1 install /opt/zigbee2mqtt/node_modules/zigbee-herdsman/node_modules/@serialport/bindings
                    > prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild
                    
                    prebuild-install WARN install No prebuilt binaries found (target=12.19.0 runtime=node arch=arm libc= platform=linux)
                    make: Entering directory '/opt/zigbee2mqtt/node_modules/zigbee-herdsman/node_modules/@serialport/bindings/build'
                    CXX(target) Release/obj.target/bindings/src/serialport.o
                    In file included from ../src/./serialport.h:6,
                    from ../src/serialport.cpp:1:
                    ../../../nan/nan.h: In function 'void Nan::AsyncQueueWorker(Nan::AsyncWorker*)':
                    ../../../nan/nan.h:2294:62: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
                    , reinterpret_cast<uv_after_work_cb>(AsyncExecuteCom plete)
                    ^
                    ../src/serialport.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)':
                    ../src/serialport.cpp:78:69: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
                    uv_queue_work(uv_default_loop(), req, EIO_Open, (uv_after_work_cb)EIO_AfterOpen);
                    ^~~~~~~~~~~~~
                    ../src/serialport.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)':
                    ../src/serialport.cpp:135:71: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
                    uv_queue_work(uv_default_loop(), req, EIO_Update, (uv_after_work_cb)EIO_AfterUpdate);
                    ^~~~~~~~~~~~~~~
                    ../src/serialport.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)':
                    ../src/serialport.cpp:175:70: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
                    uv_queue_work(uv_default_loop(), req, EIO_Close, (uv_after_work_cb)EIO_AfterClose);
                    ^~~~~~~~~~~~~~
                    ../src/serialport.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)':
                    ../src/serialport.cpp:215:70: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
                    uv_queue_work(uv_default_loop(), req, EIO_Flush, (uv_after_work_cb)EIO_AfterFlush);
                    ^~~~~~~~~~~~~~
                    ../src/serialport.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)':
                    ../src/serialport.cpp:270:68: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
                    uv_queue_work(uv_default_loop(), req, EIO_Set, (uv_after_work_cb)EIO_AfterSet);
                    ^~~~~~~~~~~~
                    ../src/serialport.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE Get(Nan::NAN_METHOD_ARGS_TYPE)':
                    ../src/serialport.cpp:314:68: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
                    uv_queue_work(uv_default_loop(), req, EIO_Get, (uv_after_work_cb)EIO_AfterGet);
                    ^~~~~~~~~~~~
                    ../src/serialport.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE GetBaudRate(Nan::NAN_METHOD_ARGS_TYPE)':
                    ../src/serialport.cpp:363:76: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
                    uv_queue_work(uv_default_loop(), req, EIO_GetBaudRate, (uv_after_work_cb)EIO_AfterGetBaudRate);
                    ^~~~~~~~~~~~~~~~~~~~
                    ../src/serialport.cpp: In function 'Nan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)':
                    ../src/serialport.cpp:409:70: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
                    uv_queue_work(uv_default_loop(), req, EIO_Drain, (uv_after_work_cb)EIO_AfterDrain);
                    ^~~~~~~~~~~~~~
                    ../src/serialport.cpp: At global scope:
                    ../src/serialport.cpp:430:28: warning: unnecessary parentheses in declaration of 'ToParityEnum' [-Wparentheses]
                    SerialPortParity NAN_INLINE(ToParityEnum(const v8::Local<v8::String>& v8str)) {
                    ^
                    ../src/serialport.cpp:449:30: warning: unnecessary parentheses in declaration of 'ToStopBitEnum' [-Wparentheses]
                    SerialPortStopBits NAN_INLINE(ToStopBitEnum(double stopBits)) {
                    ^
                    In file included from ../../../nan/nan.h:56,
                    from ../src/./serialport.h:6,
                    from ../src/serialport.cpp:1:
                    /root/.cache/node-gyp/12.19.0/include/node/node.h:727:43: warning: cast between incompatible function types from 'void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)' {aka 'void (*)(v8::Local<v8::Object>)'} to 'node::addon_register_func' {aka 'void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)'} [-Wcast-function-type]
                    (node::addon_register_func) (regfunc), \
                    ^
                    /root/.cache/node-gyp/12.19.0/include/node/node.h:761:3: note: in expansion of macro 'NODE_MODULE_X'
                    NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
                    ^~~~~~~~~~~~~
                    ../src/serialport.cpp:483:1: note: in expansion of macro 'NODE_MODULE'
                    NODE_MODULE(serialport, init);
                    ^~~~~~~~~~~
                    CXX(target) Release/obj.target/bindings/src/serialport_unix.o
                    In file included from ../src/serialport.h:6,
                    from ../src/serialport_unix.cpp:2:
                    ../../../nan/nan.h: In function 'void Nan::AsyncQueueWorker(Nan::AsyncWorker*)':
                    ../../../nan/nan.h:2294:62: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
                    , reinterpret_cast<uv_after_work_cb>(AsyncExecuteCom plete)
                    ^
                    ../src/serialport_unix.cpp: In function 'int setup(int, OpenBaton*)':
                    ../src/serialport_unix.cpp:176:60: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1005 [-Wformat-truncation=]
                    snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path);
                    ^~~~~~~~~~~~~~~~~~~~~~~~~
                    ../src/serialport_unix.cpp:176:13: note: 'snprintf' output 20 or more bytes (assuming 1043) into a destination of size 1024
                    snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path);
                    ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~
                    ../src/serialport_unix.cpp: In function 'void EIO_Open(uv_work_t*)':
                    ../src/serialport_unix.cpp:86:60: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1003 [-Wformat-truncation=]
                    snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path);
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                    ../src/serialport_unix.cpp:86:13: note: 'snprintf' output 22 or more bytes (assuming 1045) into a destination of size 1024
                    snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path);
                    ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~
                    CXX(target) Release/obj.target/bindings/src/poller.o
                    In file included from ../src/poller.cpp:1:
                    ../../../nan/nan.h: In function 'void Nan::AsyncQueueWorker(Nan::AsyncWorker*)':
                    ../../../nan/nan.h:2294:62: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
                    , reinterpret_cast<uv_after_work_cb>(AsyncExecuteCom plete)
                    ^
                    CXX(target) Release/obj.target/bindings/src/serialport_linux.o
                    SOLINK_MODULE(target) Release/obj.target/bindings.node
                    COPY Release/bindings.node
                    make: Leaving directory '/opt/zigbee2mqtt/node_modules/zigbee-herdsman/node_modules/@serialport/bindings/build'
                    
                    > serialport@9.0.1 postinstall /opt/zigbee2mqtt/node_modules/zigbee-herdsman/node_modules/serialport
                    > node thank-you.js
                    
                    [96m[1mThank you for using serialport![96m[1m
                    [0m[96mIf you rely on this package, please consider supporting our open collective:[22m[39m
                    > [94mhttps://opencollective.com/serialport/donate[0m
                    
                    
                    
                    > unix-dgram@2.0.3 install /opt/zigbee2mqtt/node_modules/unix-dgram
                    > node-gyp rebuild
                    
                    make: Entering directory '/opt/zigbee2mqtt/node_modules/unix-dgram/build'
                    CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
                    In file included from ../src/unix_dgram.cc:5:
                    ../../nan/nan.h: In function 'void Nan::AsyncQueueWorker(Nan::AsyncWorker*)':
                    ../../nan/nan.h:2294:62: warning: cast between incompatible function types from 'void (*)(uv_work_t*)' {aka 'void (*)(uv_work_s*)'} to 'uv_after_work_cb' {aka 'void (*)(uv_work_s*, int)'} [-Wcast-function-type]
                    , reinterpret_cast<uv_after_work_cb>(AsyncExecuteCom plete)
                    ^
                    In file included from ../../nan/nan.h:56,
                    from ../src/unix_dgram.cc:5:
                    ../src/unix_dgram.cc: At global scope:
                    /root/.cache/node-gyp/12.19.0/include/node/node.h:727:43: warning: cast between incompatible function types from 'void (*)(v8::Local<v8::Object>)' to 'node::addon_register_func' {aka 'void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)'} [-Wcast-function-type]
                    (node::addon_register_func) (regfunc), \
                    ^
                    /root/.cache/node-gyp/12.19.0/include/node/node.h:761:3: note: in expansion of macro 'NODE_MODULE_X'
                    NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
                    ^~~~~~~~~~~~~
                    ../src/unix_dgram.cc:404:1: note: in expansion of macro 'NODE_MODULE'
                    NODE_MODULE(unix_dgram, Initialize)
                    ^~~~~~~~~~~
                    SOLINK_MODULE(target) Release/obj.target/unix_dgram.node
                    COPY Release/unix_dgram.node
                    make: Leaving directory '/opt/zigbee2mqtt/node_modules/unix-dgram/build'
                    added 256 packages in 47.473s
                    <INFO> Remove default data folder
                    <INFO> Remove temporary folders
                    <INFO> Linking log to log folder
                    <INFO> Updating data folder
                    <INFO> Refresh config
                    PHP Warning: yaml_parse_file(/opt/loxberry/data/plugins/zigbee2mqtt/configuration.yaml): failed to open stream: No such file or directory in /opt/loxberry/bin/plugins/zigbee2mqtt/update-config.php on line 17
                    Warning: yaml_parse_file(/opt/loxberry/data/plugins/zigbee2mqtt/configuration.yaml): failed to open stream: No such file or directory in /opt/loxberry/bin/plugins/zigbee2mqtt/update-config.php on line 17
                    PHP Notice: Undefined property: stdClass::$enableUI in /opt/loxberry/bin/plugins/zigbee2mqtt/update-config.php on line 57
                    Notice: Undefined property: stdClass::$enableUI in /opt/loxberry/bin/plugins/zigbee2mqtt/update-config.php on line 57
                    <INFO> Updating service config
                    Created symlink /etc/systemd/system/multi-user.target.wants/zigbee2mqtt.service → /opt/loxberry/config/plugins/zigbee2mqtt/zigbee2mqtt.service.
                    29.10.2020 19:43:16 <OK> Script executed successfully.
                    29.10.2020 19:43:16 <INFO> Saving all package installation scripts.
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/postinstall.sh' -> '/opt/loxberry/data/system/install/zigbee2mqtt/postinstall.sh'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/postroot.sh' -> '/opt/loxberry/data/system/install/zigbee2mqtt/postroot.sh'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/preroot.sh' -> '/opt/loxberry/data/system/install/zigbee2mqtt/preroot.sh'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/preupgrade.sh' -> '/opt/loxberry/data/system/install/zigbee2mqtt/preupgrade.sh'
                    29.10.2020 19:43:16 <OK> All file(s) were installed successfully.
                    29.10.2020 19:43:16 <INFO> Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/data/system/install/zigbee2mqtt
                    ownership of '/opt/loxberry/data/system/install/zigbee2mqtt/preroot.sh' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/data/system/install/zigbee2mqtt/postinstall.sh' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/data/system/install/zigbee2mqtt/postroot.sh' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/data/system/install/zigbee2mqtt/preupgrade.sh' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/data/system/install/zigbee2mqtt' retained as loxberry:loxberry
                    29.10.2020 19:43:16 <OK> File ownership set successfully.
                    29.10.2020 19:43:16 <INFO> Setting file permissions: /bin/chmod -Rv 755 /opt/loxberry/data/system/install/zigbee2mqtt
                    mode of '/opt/loxberry/data/system/install/zigbee2mqtt' retained as 0755 (rwxr-xr-x)
                    mode of '/opt/loxberry/data/system/install/zigbee2mqtt/preroot.sh' retained as 0755 (rwxr-xr-x)
                    mode of '/opt/loxberry/data/system/install/zigbee2mqtt/postinstall.sh' retained as 0755 (rwxr-xr-x)
                    mode of '/opt/loxberry/data/system/install/zigbee2mqtt/postroot.sh' retained as 0755 (rwxr-xr-x)
                    mode of '/opt/loxberry/data/system/install/zigbee2mqtt/preupgrade.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
                    29.10.2020 19:43:16 <OK> File permissions set successfully.
                    29.10.2020 19:43:16 <INFO> Saving package apt and dpkg files.
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/dpkg' -> '/opt/loxberry/data/system/install/zigbee2mqtt/dpkg'
                    '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/dpkg/apt' -> '/opt/loxberry/data/system/install/zigbee2mqtt/dpkg/apt'
                    29.10.2020 19:43:16 <OK> All file(s) were installed successfully.
                    29.10.2020 19:43:16 <INFO> Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/data/system/install/zigbee2mqtt
                    ownership of '/opt/loxberry/data/system/install/zigbee2mqtt/preroot.sh' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/data/system/install/zigbee2mqtt/postinstall.sh' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/data/system/install/zigbee2mqtt/postroot.sh' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/data/system/install/zigbee2mqtt/dpkg/apt' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/data/system/install/zigbee2mqtt/dpkg' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/data/system/install/zigbee2mqtt/preupgrade.sh' retained as loxberry:loxberry
                    ownership of '/opt/loxberry/data/system/install/zigbee2mqtt' retained as loxberry:loxberry
                    29.10.2020 19:43:17 <OK> File ownership set successfully.
                    29.10.2020 19:43:17 <INFO> Setting file permissions: /bin/chmod -Rv 755 /opt/loxberry/data/system/install/zigbee2mqtt
                    mode of '/opt/loxberry/data/system/install/zigbee2mqtt' retained as 0755 (rwxr-xr-x)
                    mode of '/opt/loxberry/data/system/install/zigbee2mqtt/preroot.sh' retained as 0755 (rwxr-xr-x)
                    mode of '/opt/loxberry/data/system/install/zigbee2mqtt/postinstall.sh' retained as 0755 (rwxr-xr-x)
                    mode of '/opt/loxberry/data/system/install/zigbee2mqtt/postroot.sh' retained as 0755 (rwxr-xr-x)
                    mode of '/opt/loxberry/data/system/install/zigbee2mqtt/dpkg' retained as 0755 (rwxr-xr-x)
                    mode of '/opt/loxberry/data/system/install/zigbee2mqtt/dpkg/apt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
                    mode of '/opt/loxberry/data/system/install/zigbee2mqtt/preupgrade.sh' retained as 0755 (rwxr-xr-x)
                    29.10.2020 19:43:17 <OK> File permissions set successfully.
                    29.10.2020 19:43:17 <INFO> Cleaning and removing temporary files.
                    Tempfolder is: Oig5SpNF8m
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/setup-encryption.php'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/formHelper.php'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/update-config.php'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin/defines.php'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/bin'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/preroot.sh'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/README.md'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/postinstall.sh'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/plugin.cfg'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/prerelease.cfg'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/LICENSE'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/postroot.sh'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/sudoers/sudoers'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/sudoers'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/uninstall/uninstall'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/uninstall'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/lang/language_en.ini'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/lang/language_de.ini'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/lang'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/log.html'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/index.html'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/ui.html'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates/devices.html'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/templates'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/dpkg/apt'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/dpkg'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/icon_64.png'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/README.txt'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/icon_256.png'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/icon_128.png'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons/icon_512.png'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/icons'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/release.cfg'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/include/plugin.php'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/include'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/devices.php'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/log.php'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/ajax.php'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/model/ServiceConfig.php'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/model/MqttConfig.php'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/model'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/ui.php'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/forward.html'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/index.php'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/css/ui.css'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/css'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/devices.js'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/vendor/ace.js'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/vendor/theme-chrome.js'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/vendor/mode-yaml.js'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/vendor'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js/index.js'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth/js'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend/htmlauth'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/webfrontend'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/preupgrade.sh'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/pluginconfig.cfg'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/zigbee2mqttNode10.service'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/mqtt.json'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/mqtt_subscriptions.cfg'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/service.json'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config/zigbee2mqtt.service'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0/config'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m/LoxBerry-Plugin-Zigbee2Mqtt-0.5.0'
                    removed directory '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m'
                    removed '/opt/loxberry/data/system/tmp/uploads/Oig5SpNF8m.zip'
                    Use of uninitialized value in concatenation (.) or string at /opt/loxberry/sbin/plugininstall.pl line 1545.
                    29.10.2020 19:43:17 <OK> All Plugin files were installed successfully and system was cleaned up.
                    29.10.2020 19:43:17 <INFO> Saving logfile.

                    Kommentar

                    • dasrockt
                      Extension Master
                      • 01.06.2017
                      • 136

                      #25
                      Hallo romanlum erstmal Danke für das tolle Plugin läuft mittlerweile alles sehr stabil bei mir.
                      Hab nur eine Frage kann man zigbee2mqtt selber updaten weil ich habe ein Gerät was erst ab 1.16.1 (sonoff snzb-03) unterstützt wird ...
                      Im moment bekomm ich immer nur unsupported aber auf der zigbee2mqtt seite wird es eigentlich schon unterstützt..
                      Loxone: so ziemlich alles was es gibt
                      Loxberry: Alexa<->Lox, CamStream4Lox, FHEM, MQTT Gateway, Weather4Loxone, Zigbee2Mqtt
                      Other: Node-Red, IObroker, Zehnder Comfoair 350, Tasmota, usw.

                      Kommentar

                      • romanlum
                        Smart Home'r
                        • 29.03.2020
                        • 65

                        #26
                        Hallo,

                        leider gibt es die Funktion aktuell noch nicht, ist aber angedacht.
                        werde eine neue Version mit 1.16.1 zu bauen

                        lg

                        Kommentar

                        • dasrockt
                          Extension Master
                          • 01.06.2017
                          • 136

                          #27
                          romanlum das wäre fein DANKE

                          lg
                          Loxone: so ziemlich alles was es gibt
                          Loxberry: Alexa<->Lox, CamStream4Lox, FHEM, MQTT Gateway, Weather4Loxone, Zigbee2Mqtt
                          Other: Node-Red, IObroker, Zehnder Comfoair 350, Tasmota, usw.

                          Kommentar

                          • Clubsport
                            MS Profi
                            • 11.01.2018
                            • 601

                            #28
                            Werden eigentlich von den Devices auch die Batteriezustände (egal ob in Volt oder %) übertragen?
                            Laut Supported Devices auf Zigbee2mqtt ja nicht....

                            Kommentar

                            • dasrockt
                              Extension Master
                              • 01.06.2017
                              • 136

                              #29
                              also bei mir wird bei jedem Batteriebetriebenen Gerät was ich habe der Zustand in % mit gesendet
                              Loxone: so ziemlich alles was es gibt
                              Loxberry: Alexa<->Lox, CamStream4Lox, FHEM, MQTT Gateway, Weather4Loxone, Zigbee2Mqtt
                              Other: Node-Red, IObroker, Zehnder Comfoair 350, Tasmota, usw.

                              Kommentar


                              • Clubsport
                                Clubsport kommentierte
                                Kommentar bearbeiten
                                Oh sehr geil ! )
                                Ich überlege tatsächlich, ob ich nicht auch auf so einen Zigbee Stick umsteige........
                                Der Weg Xiaomi-Gateway -> NodeRed -> MQTT-Gateway -> Loxone funktioniert zwar anstandslos, aber

                                1.) fehlen mir die Batteriewerte, da die aus NodeRed heraus nicht übertragen werden (und ich zu blöd bin, das händisch hinzuzufügen) und
                                2.) mit der geplanten Anschaffung von IKEA Fyrturs spätestens dann die nächste Bastelkrücke dazu kommen würde....
                            • bastelbert
                              LoxBus Spammer
                              • 25.08.2016
                              • 237

                              #30
                              Hi, erst einmal vielen Dank für das tolle Plugin! Ich habe soeben die aktuelle Version installiert und diesen CC2531 Stick mit vorinstallierter Firmware an den Loxberry angeschlossen:


                              Leider bekomme ich den Service nicht gestartet, weil das Gerät angeblich schon in Benutzung sei. Weiß jmd. woran das liegen kann bzw. wie ich rausfinde, was darauf zugreift?
                              Danke euch!

                              Code:
                              [B]loxberry@loxberry[/B]:[B]/opt/zigbee2mqtt $[/B] npm run start
                              > zigbee2mqtt@1.15.0 start /opt/zigbee2mqtt
                              > node index.js
                              Zigbee2MQTT:info 2020-11-24 22:10:44: Logging to console and directory: 'log' filename: zigbee2mqtt.log
                              Zigbee2MQTT:info 2020-11-24 22:10:45: Starting Zigbee2MQTT version 1.15.0 (commit #1bccc5d)
                              Zigbee2MQTT:info 2020-11-24 22:10:45: Starting zigbee-herdsman...
                              Zigbee2MQTT:error 2020-11-24 22:10:45: Error while starting zigbee-herdsman
                              Zigbee2MQTT:error 2020-11-24 22:10:45: Failed to start zigbee
                              Zigbee2MQTT:error 2020-11-24 22:10:45: Exiting...
                              Zigbee2MQTT:error 2020-11-24 22:10:45: [B]Error: Error while opening serialport 'Error: Error: Device or resource busy, cannot open /dev/ttyACM0[/B]'
                              at Znp.<anonymous> (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:136:32)
                              at Generator.next (<anonymous>)
                              at /opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:27:71
                              at new Promise (<anonymous>)
                              at __awaiter (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:23:12)
                              at SerialPort.<anonymous> (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:134:49)
                              at SerialPort._error (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14)
                              at /opt/zigbee2mqtt/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:242:12
                              npm ERR! code ELIFECYCLE
                              npm ERR! errno 1
                              npm ERR! zigbee2mqtt@1.15.0 start: `node index.js`
                              npm ERR! Exit status 1
                              npm ERR!
                              npm ERR! Failed at the zigbee2mqtt@1.15.0 start script.
                              npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                              npm ERR! A complete log of this run can be found in:
                              npm ERR! /opt/loxberry/.npm/_logs/2020-11-24T21_10_45_742Z-debug.log

                              Kommentar

                              Lädt...