Stats4Lox - Das Statistik-Plugin

Einklappen
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • Kwarts
    Azubi
    • 05.04.2020
    • 3

    #796

    Hello,

    I'm unable to install Stats4Lox-NG version 0.9.10.1 on my LoxBerry 3.0.1.3 setup (Raspberry Pi 5, DietPi, ARM64 architecture). After extensive troubleshooting, I've identified a bug in the installation script that prevents successful installation. Problem Description


    The plugin installation consistently fails during the postroot.sh script execution with the following error:

    /opt/loxberry/data/system/tmp/uploads/.../postroot.sh: line 224: -ssl: command not found
    ERROR: Could not create default InfluxDB user. Giving up.
    CRITICAL: Script/Command fails. Installation cannot be continued. Root Cause Analysis


    I've identified two separate issues: Issue 1: InfluxDB Repository GPG Key Problem


    The installation tries to add the InfluxDB repository but fails to properly configure the GPG key:

    NO_PUBKEY DA61C26A0585BD3B
    E: The repository 'https://repos.influxdata.com/debian stable InRelease' is not signed.
    Error installing influxdb telegraf grafana - Error 100

    This prevents Telegraf from being installed since it's only available in the InfluxDB repository. Issue 2: Bug in postroot.sh Line 224


    Even when manually pre-installing all required packages (influxdb, telegraf, grafana) to bypass Issue 1, the installation still fails at line 224 of postroot.sh when attempting to create the InfluxDB user. The script appears to have incorrect command syntax for the SSL parameters. Attempted Workarounds


    I attempted to work around both issues by:
    1. Pre-installing all required packages manually
    2. Manually creating the InfluxDB user after installation fails
    3. Manually configuring systemd services

    However, these workarounds do NOT result in a fully functional Stats4Lox installation. The plugin remains broken. Installation Logs


    I have complete installation logs showing both the initial failure and the behavior after pre-installing packages. The logs clearly show:
    • Line 672: Packages successfully installed
    • Line 704: InfluxDB service starts successfully
    • Line 706-707: Installation fails at the user creation step
    • Line 708: Installation terminates

    I can provide these logs if helpful for debugging. System Information
    • LoxBerry: 3.0.1.3
    • OS: DietPi V9.20.1 (Debian 12 Bookworm)
    • Hardware: Raspberry Pi 5 (ARM64)
    • Stats4Lox version: 0.9.10.1
    Request


    Could the developer please look into:
    1. The InfluxDB repository GPG key configuration
    2. The syntax error in postroot.sh line 224

    Is there a known working version for ARM64/Debian 12 systems, or is this a known issue being worked on?

    Thank you for your assistance.
    Zuletzt geändert von Kwarts; 15.01.2026, 14:54.

    Kommentar

    • rani22
      Smart Home'r
      • 17.11.2016
      • 39

      #797
      I am facing the same issue. I updated my DietPi to 9.20. I think v9.15.2 was working.

      edit:

      I found a workaround:

      # Check what's in the current key file
      gpg --show-keys /etc/apt/trusted.gpg.d/influxdb.gpg

      # Remove the old key file
      sudo rm /etc/apt/trusted.gpg.d/influxdb.gpg

      # Get the key ID DA61C26A0585BD3B directly and export it
      sudo gpg --keyserver keyserver.ubuntu.com --recv-keys DA61C26A0585BD3B
      sudo gpg --export DA61C26A0585BD3B > /tmp/influxdb.gpg
      sudo mv /tmp/influxdb.gpg /etc/apt/trusted.gpg.d/influxdb.gpg
      sudo chmod 644 /etc/apt/trusted.gpg.d/influxdb.gpg

      sudo apt update
      Angehängte Dateien
      Zuletzt geändert von rani22; 20.01.2026, 19:21.

      Kommentar

    • FrankWilli
      Dumb Home'r
      • 17.02.2024
      • 20

      #798
      Bei mir steigt die Installation bei folgender Meldung aus:

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

Name: grafik.png
Ansichten: 414
Größe: 25,3 KB
ID: 477962
      Woran kann das liegen?

      Danke


      Code:
      22.01.2026 22:41:11 TASK STARTED
      
      Plugin Installation
      
      22:41:11.358 [COLOR=black][B]INFO:[/B] LoxBerry Version 3.0.1.3 ( is_hwmodel_raspberry_pi_4_400.cfg is_arch_aarch64.cfg is_raspberry.cfg )[/COLOR]
      
      22:41:11.358 [COLOR=black][B]INFO:[/B] Loglevel: 7[/COLOR]
      
      22:41:11.382 [COLOR=black][B]INFO:[/B] Statusfile: /tmp/Tdey5d1LdN.status[/COLOR]
      
      22:41:11.521 [COLOR=black][B]INFO:[/B] Temp Folder: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN[/COLOR]
      
      22:41:11.521 [COLOR=black][B]INFO:[/B] Logfile: /tmp/Tdey5d1LdN.log[/COLOR]
      
      22:41:11.595 [COLOR=black][B]INFO:[/B] Locking plugininstall - delaying up to 10 minutes...[/COLOR]
      
      22:41:12.031 [COLOR=green][B]OK:[/B][/COLOR] Lock successfully set.
      
      22:41:12.031 [COLOR=black][B]INFO:[/B] Starting Plugin installation.[/COLOR]
      
      22:41:12.031 [COLOR=black][B]INFO:[/B] Extracting plugin archive[/COLOR]
      Archive: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN.zip
      a38593bf67d49e796ed42eced93ba10e2242dbfb
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/.gitattributes
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/.gitignore
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/LICENSE
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/README.md
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/config-handler.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/create_element_langfiles.pl
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/debugging/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/debugging/debug_stats.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/debugging/showconfig.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/debugging/updatepanel.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/import_loxone.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/import_scheduler.pl
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Globals.pm
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Grafana.pm
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/GrafanaS4L.pm
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/GetLoxplan.pm
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/Import.pm
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/ParseXML.pm
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/unpack_loxcc.py
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/unpack_loxcc_py2_obsolete.py
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Stats4Lox.pm
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/filechangeTracker.php
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/getLineformat.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/getLoxplan.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/getTelegrafInternals.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/getValue.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/parseLocalLoxplan.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/parseLocalStatfile.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/searchReplace.sh
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/sendTelegraf.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/testTOML.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/testXML.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/testtimestamps.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/testtimestamps_workaround.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/loadLoxoneMiniserverStatistics.py
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/loadMiniserverConfigurationFile.py
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/lox2telegraf.pl
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/mqtt/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/mqtt/mqttlive.php
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/mqtt/phpMQTT.php
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/delete_datasource_influx.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/set_dashboard_provider.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/set_datasource_influx.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/update_dashboards.pl
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/s4linflux
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/startinflux.sh
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/cred.json
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/grafana.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/ldap.toml
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/dashboards/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/dashboards/sample.yaml
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/dashboards/stats4lox_static.yaml
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/datasources/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/datasources/sample.yaml
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/notifiers/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/notifiers/sample.yaml
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/plugins/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/plugins/sample.yaml
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/influxdb/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/influxdb/influxdb.conf
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/provisioning/
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/provisioning/dashboards/
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/provisioning/dashboards/.dummy
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/stats.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/stats4lox.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/sysctl.conf
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/systemd/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/systemd/00-stats4lox-grafana.conf
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/systemd/00-stats4lox-influxdb.conf
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/systemd/00-stats4lox-telegraf.conf
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.conf
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_debug.conf
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_internal.conf
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_loxberry.conf
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_loxone.conf
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_miniserver.conf
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_socketlistener_udp.conf
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_socketlistener_unix.conf
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.env
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/cron/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/cron/cron.reboot
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/plugininstall/
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/plugininstall/.dummy
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/system/
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/system/.dummy
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/user/
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/user/.dummy
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/grafana/
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/grafana/.dummy
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/import/
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/import/.dummy
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/influxdb/
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/influxdb/.dummy
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/telegraf/
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/telegraf/.dummy
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/dpkg/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/dpkg/apt
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/icon_128.png
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/icon_256.png
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/icon_512.png
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/icon_64.png
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/plugin.cfg
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/postroot.sh
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/postupgrade.sh
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/preroot.sh
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/preupgrade.sh
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/sudoers/
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/sudoers/sudoers
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/chartengines.html
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/dashboards/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/dashboards/internals.json
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/templates/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/templates/Dashboard with 1 panel.txt
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/templates/template_defaultDashboard.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/templates/template_panel_graph.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/home.html
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/input_mqtt.html
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/language_en.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ca.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ca.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ch.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ch.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_cs.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_cs.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_de.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_de.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_en.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_en.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_es.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_es.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_fr.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_fr.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_hu.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_hu.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_it.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_it.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_nl.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_nl.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_no.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_no.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_pl.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_pl.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ro.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ro.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ru.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ru.json
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_sk.ini
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_sk.json
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/logs.html
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/loxone_import_report.html
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/mqttlive_loxone.html
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/output_influx.html
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/settings_loxone.html
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/uninstall/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/uninstall/uninstall
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/ajax.cgi
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/chartengines.cgi
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/grabber/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/grabber/grabber_loxone.cgi
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/grabber/grabber_miniserver.cgi
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_alert.png
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_alert_20.png
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_checked.png
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_checked_20.png
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_scheduled.psd
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_scheduled_20.png
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_unchecked.png
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_unchecked.psd
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_unchecked_20.png
      extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/import_icon.png
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/index.cgi
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/input_mqtt.cgi
      creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/home.js
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/input_mqtt.js
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/inputs_outputs_sub_navbar.js
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/loxone_import_report.js
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/loxone_sub_navbar.js
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/menu_structure (obsolete).js
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/mqttlive_loxone.js
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/settings_loxone.js
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/vue.global.js
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/logs.cgi
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/loxone_import_report.cgi
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/main_loxone.cgi
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/mqttlive_loxone.cgi
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/output_influx.cgi
      inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/test.pl
      
      22:41:12.186 [COLOR=green][B]OK:[/B][/COLOR] Plugin archive extracted successfully.
      
      22:41:12.191 [COLOR=black][B]INFO:[/B] Author: The Stats4Lox Team[/COLOR]
      
      22:41:12.191 [COLOR=black][B]INFO:[/B] Email: Michael@loxberry.de[/COLOR]
      
      22:41:12.191 [COLOR=black][B]INFO:[/B] Version: 0.9.10.1[/COLOR]
      
      22:41:12.191 [COLOR=black][B]INFO:[/B] Name: stats4lox[/COLOR]
      
      22:41:12.191 [COLOR=black][B]INFO:[/B] Folder: stats4lox[/COLOR]
      
      22:41:12.191 [COLOR=black][B]INFO:[/B] Title: Stats4Lox[/COLOR]
      
      22:41:12.191 [COLOR=black][B]INFO:[/B] Autoupdate: False[/COLOR]
      
      22:41:12.192 [COLOR=black][B]INFO:[/B] Release: [/COLOR]
      
      22:41:12.192 [COLOR=black][B]INFO:[/B] Prerelease: [/COLOR]
      
      22:41:12.192 [COLOR=black][B]INFO:[/B] Reboot: False[/COLOR]
      
      22:41:12.192 [COLOR=black][B]INFO:[/B] Min LB Vers: 2.2.1.1[/COLOR]
      
      22:41:12.192 [COLOR=black][B]INFO:[/B] Max LB Vers: False[/COLOR]
      
      22:41:12.192 [COLOR=black][B]INFO:[/B] Architecture: False[/COLOR]
      
      22:41:12.192 [COLOR=black][B]INFO:[/B] Custom Log: True[/COLOR]
      
      22:41:12.192 [COLOR=black][B]INFO:[/B] Interface: 2.0[/COLOR]
      
      22:41:12.194 [COLOR=green][B]OK:[/B][/COLOR] All mandatory configuration parameters found.
      
      22:41:12.195 [COLOR=black][B]INFO:[/B] Current LoxBerry version: v3.0.1.3[/COLOR]
      
      22:41:12.196 [COLOR=black][B]INFO:[/B] Installation limited from: v2.2.1.1[/COLOR]
      
      22:41:12.196 [COLOR=green][B]OK:[/B][/COLOR] Current LoxBerry version is greater than minimal required LoxBerry version.
      
      22:41:12.197 [COLOR=black][B]INFO:[/B] The unique plugin id (md5) of this plugin is: d9261607b7164fe83ba88816429a68f2[/COLOR]
      
      22:41:12.198 [COLOR=black][B]INFO:[/B] Using plugin name: stats4lox[/COLOR]
      
      22:41:12.198 [COLOR=black][B]INFO:[/B] Using installation folder: stats4lox[/COLOR]
      
      22:41:12.200 [COLOR=black][B]INFO:[/B] Creating shadow version of plugindatabase.[/COLOR]
      '/opt/loxberry/data/system/plugindatabase.json' -> '/opt/loxberry/data/system/plugindatabase.json-'
      
      22:41:12.210 [COLOR=black][B]INFO:[/B] Setting file permissions: /bin/chmod -v 644 /opt/loxberry/data/system/plugindatabase.json-[/COLOR]
      
      22:41:12.216 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
      
      22:41:12.216 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -v root.root /opt/loxberry/data/system/plugindatabase.json-[/COLOR]
      
      22:41:12.225 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
      '/opt/loxberry/data/system/plugindatabase.json' -> '/opt/loxberry/data/system/plugindatabase.json.bkp'
      
      22:41:12.234 [COLOR=black][B]INFO:[/B] Setting file permissions: /bin/chmod -v 644 /opt/loxberry/data/system/plugindatabase.json.bkp[/COLOR]
      
      22:41:12.240 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
      
      22:41:12.241 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -v loxberry.loxberry /opt/loxberry/data/system/plugindatabase.json.bkp[/COLOR]
      
      22:41:12.250 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
      
      22:41:12.250 [COLOR=black][B]INFO:[/B] Getting file list from /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1[/COLOR]
      
      22:41:12.291 [COLOR=black][B]INFO:[/B] Found 153 files[/COLOR]
      
      22:41:12.292 [COLOR=black][B]INFO:[/B] Filtering out binary files[/COLOR]
      
      22:41:12.636 [COLOR=black][B]INFO:[/B] 20 textfiles found out of 20 files scanned...[/COLOR]
      
      22:41:12.915 [COLOR=black][B]INFO:[/B] 40 textfiles found out of 40 files scanned...[/COLOR]
      
      22:41:13.274 [COLOR=black][B]INFO:[/B] 56 textfiles found out of 60 files scanned...[/COLOR]
      
      22:41:13.770 [COLOR=black][B]INFO:[/B] 76 textfiles found out of 80 files scanned...[/COLOR]
      
      22:41:14.197 [COLOR=black][B]INFO:[/B] 96 textfiles found out of 100 files scanned...[/COLOR]
      
      22:41:14.785 [COLOR=black][B]INFO:[/B] 116 textfiles found out of 120 files scanned...[/COLOR]
      
      22:41:15.119 [COLOR=black][B]INFO:[/B] 136 textfiles found out of 140 files scanned...[/COLOR]
      
      22:41:15.279 [COLOR=black][B]INFO:[/B] 139 textfiles found out of 153 files scanned...[/COLOR]
      
      22:41:15.279 [COLOR=green][B]OK:[/B][/COLOR] Found 139 files to be text files
      
      22:41:15.279 [COLOR=black][B]INFO:[/B] Checking for hardcoded paths to /opt/loxberry[/COLOR]
      
      22:41:15.288 [COLOR=green][B]OK:[/B][/COLOR] No hardcoded paths to /opt/loxberry found
      
      22:41:15.288 [COLOR=black][B]INFO:[/B] Replacing environment strings.[/COLOR]
      
      22:41:15.289 [COLOR=black][B]INFO:[/B] Running replacement for 139 files[/COLOR]
      
      22:41:15.969 [COLOR=black][B]INFO:[/B] 20 of 139 finished ...[/COLOR]
      
      22:41:16.699 [COLOR=black][B]INFO:[/B] 40 of 139 finished ...[/COLOR]
      
      22:41:17.553 [COLOR=black][B]INFO:[/B] 60 of 139 finished ...[/COLOR]
      
      22:41:18.353 [COLOR=black][B]INFO:[/B] 80 of 139 finished ...[/COLOR]
      
      22:41:19.083 [COLOR=black][B]INFO:[/B] 100 of 139 finished ...[/COLOR]
      
      22:41:19.840 [COLOR=black][B]INFO:[/B] 120 of 139 finished ...[/COLOR]
      
      22:41:20.638 [COLOR=green][B]OK:[/B][/COLOR] Replace of 139 files finished
      
      22:41:20.638 [COLOR=black][B]INFO:[/B] Converting all plugin files (ASCII) to Unix fileformat.[/COLOR]
      
      22:41:25.292 [COLOR=black][B]INFO:[/B] Starting script PREROOT.[/COLOR]
      
      22:41:25.292 [COLOR=black][B]INFO:[/B] Setting file permissions: /bin/chmod -v a+x /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/preroot.sh[/COLOR]
      
      22:41:25.299 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
      
      [COLOR=black][B]INFO:[/B] Stopping InfluxDB, Grafana and Telegraf.[/COLOR]
      Failed to stop influxdb.service: Unit influxdb.service not loaded.
      Failed to stop telegraf.service: Unit telegraf.service not loaded.
      Failed to stop grafana-server.service: Unit grafana-server.service not loaded.
      /usr/bin/influxd: No such file or directory
      
      [COLOR=black][B]INFO:[/B] Adding/Updating Influx repository...[/COLOR]
      % Total % Received % Xferd Average Speed Time Time Time Current
      Dload Upload Total Spent Left Speed
      0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1684 100 1684 0 0 7207 0 --:--:-- --:--:-- --:--:-- 7227
      deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
      
      [COLOR=black][B]INFO:[/B] Using Influx Version 1.8.10...[/COLOR]
      
      [COLOR=black][B]INFO:[/B] Using Telegraf Version 1.24.4...[/COLOR]
      
      [COLOR=black][B]INFO:[/B] Adding/Updating Grafana repository...[/COLOR]
      % Total % Received % Xferd Average Speed Time Time Time Current
      Dload Upload Total Spent Left Speed
      0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2460 100 2460 0 0 9572 0 --:--:-- --:--:-- --:--:-- 9609
      deb [signed-by=/etc/apt/trusted.gpg.d/grafanadata-archive_compat.gpg] https://apt.grafana.com stable main
      
      [COLOR=black][B]INFO:[/B] Using Grafana Version 9.3.x...[/COLOR]
      
      [COLOR=black][B]INFO:[/B] Updating apt database...[/COLOR]
      Reading package lists...
      Building dependency tree...
      Reading state information...
      0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded.
      Hit:1 https://deb.nodesource.com/node_20.x nodistro InRelease
      Hit:2 https://deb.debian.org/debian bookworm InRelease
      Hit:3 https://deb.debian.org/debian bookworm-updates InRelease
      Get:4 https://repos.influxdata.com/debian stable InRelease [6913 B]
      Get:5 https://packages.sury.org/php bookworm InRelease [6133 B]
      Hit:6 https://deb.debian.org/debian-security bookworm-security InRelease
      Hit:7 https://dl.yarnpkg.com/debian stable InRelease
      Hit:8 https://apt.grafana.com stable InRelease
      Hit:9 https://deb.debian.org/debian bookworm-backports InRelease
      Hit:10 https://dietpi.com/apt bookworm InRelease
      Hit:11 https://archive.raspberrypi.com/debian bookworm InRelease
      Hit:12 https://dietpi.com/apt all InRelease
      Err:4 https://repos.influxdata.com/debian stable InRelease
      The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA61C26A0585BD3B
      Err:5 https://packages.sury.org/php bookworm InRelease
      The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
      Reading package lists...
      W: GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA61C26A0585BD3B
      E: The repository 'https://repos.influxdata.com/debian stable InRelease' is not signed.
      W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.sury.org/php bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
      W: Skipping acquire of configured file 'rpi4/binary-arm64/Packages' as repository 'https://dietpi.com/apt bookworm InRelease' doesn't have the component 'rpi4' (component misspelt in sources.list?)
      
      [COLOR=black][B]INFO:[/B] Deactivating existing plugin configuration for Influx, Grafana and Telegraf...[/COLOR]
      
      [COLOR=black][B]INFO:[/B] Remove old Service DropIn Files...[/COLOR]
      
      [COLOR=black][B]INFO:[/B] Chown data files back to loxberry:loxberry for upgrading/backing up...[/COLOR]
      
      22:41:58.285 [COLOR=green][B]OK:[/B][/COLOR] Script/Command executed successfully.
      
      22:41:58.287 [COLOR=black][B]INFO:[/B] Installing configuration files.[/COLOR]
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/cred.json' -> '/opt/loxberry/config/plugins/stats4lox/cred.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana' -> '/opt/loxberry/config/plugins/stats4lox/grafana'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/dashboards' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/dashboards'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/dashboards/stats4lox_static.yaml' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/dashboards/stats4lox_static.yaml'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/dashboards/sample.yaml' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/dashboards/sample.yaml'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/datasources' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/datasources'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/datasources/sample.yaml' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/datasources/sample.yaml'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/notifiers' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/notifiers'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/notifiers/sample.yaml' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/notifiers/sample.yaml'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/plugins' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/plugins'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/plugins/sample.yaml' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/plugins/sample.yaml'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/grafana.ini' -> '/opt/loxberry/config/plugins/stats4lox/grafana/grafana.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/ldap.toml' -> '/opt/loxberry/config/plugins/stats4lox/grafana/ldap.toml'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/influxdb' -> '/opt/loxberry/config/plugins/stats4lox/influxdb'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/influxdb/influxdb.conf' -> '/opt/loxberry/config/plugins/stats4lox/influxdb/influxdb.conf'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/provisioning' -> '/opt/loxberry/config/plugins/stats4lox/provisioning'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/provisioning/dashboards' -> '/opt/loxberry/config/plugins/stats4lox/provisioning/dashboards'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/provisioning/dashboards/.dummy' -> '/opt/loxberry/config/plugins/stats4lox/provisioning/dashboards/.dummy'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/stats.json' -> '/opt/loxberry/config/plugins/stats4lox/stats.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/stats4lox.json' -> '/opt/loxberry/config/plugins/stats4lox/stats4lox.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/sysctl.conf' -> '/opt/loxberry/config/plugins/stats4lox/sysctl.conf'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/systemd' -> '/opt/loxberry/config/plugins/stats4lox/systemd'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/systemd/00-stats4lox-grafana.conf' -> '/opt/loxberry/config/plugins/stats4lox/systemd/00-stats4lox-grafana.conf'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/systemd/00-stats4lox-influxdb.conf' -> '/opt/loxberry/config/plugins/stats4lox/systemd/00-stats4lox-influxdb.conf'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/systemd/00-stats4lox-telegraf.conf' -> '/opt/loxberry/config/plugins/stats4lox/systemd/00-stats4lox-telegraf.conf'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.conf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.conf'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.env' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.env'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.d'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_socketlistener_udp.conf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.d/stats4lox_socketlistener_udp.conf'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_socketlistener_unix.conf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.d/stats4lox_socketlistener_unix.conf'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_miniserver.conf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.d/stats4lox_miniserver.conf'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_debug.conf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.d/stats4lox_debug.conf'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_internal.conf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.d/stats4lox_internal.conf'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_loxone.conf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.d/stats4lox_loxone.conf'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_loxberry.conf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.d/stats4lox_loxberry.conf'
      
      22:41:58.332 [COLOR=green][B]OK:[/B][/COLOR] All file(s) were installed successfully.
      
      22:41:58.332 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/config/plugins/stats4lox[/COLOR]
      
      22:41:58.346 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
      
      22:41:58.347 [COLOR=black][B]INFO:[/B] Installing bin files.[/COLOR]
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/config-handler.pl' -> '/opt/loxberry/bin/plugins/stats4lox/config-handler.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/create_element_langfiles.pl' -> '/opt/loxberry/bin/plugins/stats4lox/create_element_langfiles.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/debugging' -> '/opt/loxberry/bin/plugins/stats4lox/debugging'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/debugging/showconfig.pl' -> '/opt/loxberry/bin/plugins/stats4lox/debugging/showconfig.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/debugging/debug_stats.pl' -> '/opt/loxberry/bin/plugins/stats4lox/debugging/debug_stats.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/debugging/updatepanel.pl' -> '/opt/loxberry/bin/plugins/stats4lox/debugging/updatepanel.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/import_loxone.pl' -> '/opt/loxberry/bin/plugins/stats4lox/import_loxone.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/import_scheduler.pl' -> '/opt/loxberry/bin/plugins/stats4lox/import_scheduler.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs' -> '/opt/loxberry/bin/plugins/stats4lox/libs'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Grafana.pm' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Grafana.pm'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/filechangeTracker.php' -> '/opt/loxberry/bin/plugins/stats4lox/libs/filechangeTracker.php'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Loxone'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/GetLoxplan.pm' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Loxone/GetLoxplan.pm'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/unpack_loxcc_py2_obsolete.py' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Loxone/unpack_loxcc_py2_obsolete.py'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/ParseXML.pm' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Loxone/ParseXML.pm'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/unpack_loxcc.py' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Loxone/unpack_loxcc.py'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/Import.pm' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Loxone/Import.pm'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Stats4Lox.pm' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Stats4Lox.pm'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/testXML.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/testXML.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/sendTelegraf.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/sendTelegraf.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/parseLocalStatfile.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/parseLocalStatfile.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/getValue.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/getValue.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/testtimestamps.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/testtimestamps.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/searchReplace.sh' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/searchReplace.sh'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/testtimestamps_workaround.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/testtimestamps_workaround.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/getLineformat.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/getLineformat.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/getTelegrafInternals.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/getTelegrafInternals.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/testTOML.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/testTOML.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/getLoxplan.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/getLoxplan.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/parseLocalLoxplan.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/parseLocalLoxplan.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Globals.pm' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Globals.pm'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/GrafanaS4L.pm' -> '/opt/loxberry/bin/plugins/stats4lox/libs/GrafanaS4L.pm'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/loadLoxoneMiniserverStatistics.py' -> '/opt/loxberry/bin/plugins/stats4lox/loadLoxoneMiniserverStatistics.py'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/loadMiniserverConfigurationFile.py' -> '/opt/loxberry/bin/plugins/stats4lox/loadMiniserverConfigurationFile.py'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/lox2telegraf.pl' -> '/opt/loxberry/bin/plugins/stats4lox/lox2telegraf.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/mqtt' -> '/opt/loxberry/bin/plugins/stats4lox/mqtt'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/mqtt/mqttlive.php' -> '/opt/loxberry/bin/plugins/stats4lox/mqtt/mqttlive.php'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/mqtt/phpMQTT.php' -> '/opt/loxberry/bin/plugins/stats4lox/mqtt/phpMQTT.php'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning' -> '/opt/loxberry/bin/plugins/stats4lox/provisioning'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/update_dashboards.pl' -> '/opt/loxberry/bin/plugins/stats4lox/provisioning/update_dashboards.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/delete_datasource_influx.pl' -> '/opt/loxberry/bin/plugins/stats4lox/provisioning/delete_datasource_influx.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/set_datasource_influx.pl' -> '/opt/loxberry/bin/plugins/stats4lox/provisioning/set_datasource_influx.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/set_dashboard_provider.pl' -> '/opt/loxberry/bin/plugins/stats4lox/provisioning/set_dashboard_provider.pl'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/s4linflux' -> '/opt/loxberry/bin/plugins/stats4lox/s4linflux'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/startinflux.sh' -> '/opt/loxberry/bin/plugins/stats4lox/startinflux.sh'
      
      22:41:58.392 [COLOR=green][B]OK:[/B][/COLOR] All file(s) were installed successfully.
      
      22:41:58.392 [COLOR=black][B]INFO:[/B] Setting file permissions: /bin/chmod -Rv 755 /opt/loxberry/bin/plugins/stats4lox[/COLOR]
      
      22:41:58.399 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
      
      22:41:58.400 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/bin/plugins/stats4lox[/COLOR]
      
      22:41:58.416 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
      
      22:41:58.417 [COLOR=black][B]INFO:[/B] Installing template files.[/COLOR]
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/chartengines.html' -> '/opt/loxberry/templates/plugins/stats4lox/chartengines.html'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana' -> '/opt/loxberry/templates/plugins/stats4lox/grafana'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/dashboards' -> '/opt/loxberry/templates/plugins/stats4lox/grafana/dashboards'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/dashboards/internals.json' -> '/opt/loxberry/templates/plugins/stats4lox/grafana/dashboards/internals.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/templates' -> '/opt/loxberry/templates/plugins/stats4lox/grafana/templates'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/templates/Dashboard with 1 panel.txt' -> '/opt/loxberry/templates/plugins/stats4lox/grafana/templates/Dashboard with 1 panel.txt'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/templates/template_panel_graph.json' -> '/opt/loxberry/templates/plugins/stats4lox/grafana/templates/template_panel_graph.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/templates/template_defaultDashboard.json' -> '/opt/loxberry/templates/plugins/stats4lox/grafana/templates/template_defaultDashboard.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/home.html' -> '/opt/loxberry/templates/plugins/stats4lox/home.html'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/input_mqtt.html' -> '/opt/loxberry/templates/plugins/stats4lox/input_mqtt.html'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang' -> '/opt/loxberry/templates/plugins/stats4lox/lang'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_es.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_es.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_cs.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_cs.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/language_en.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/language_en.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_fr.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_fr.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_no.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_no.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_de.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_de.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_pl.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_pl.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_es.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_es.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ch.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_ch.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_no.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_no.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_de.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_de.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ro.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_ro.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_nl.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_nl.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_cs.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_cs.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_pl.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_pl.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ru.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_ru.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_hu.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_hu.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_hu.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_hu.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_it.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_it.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_it.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_it.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_sk.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_sk.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ro.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_ro.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ru.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_ru.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ca.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_ca.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ca.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_ca.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_en.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_en.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_sk.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_sk.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_fr.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_fr.json'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ch.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_ch.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_nl.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_nl.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_en.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_en.ini'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/logs.html' -> '/opt/loxberry/templates/plugins/stats4lox/logs.html'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/loxone_import_report.html' -> '/opt/loxberry/templates/plugins/stats4lox/loxone_import_report.html'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/mqttlive_loxone.html' -> '/opt/loxberry/templates/plugins/stats4lox/mqttlive_loxone.html'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/output_influx.html' -> '/opt/loxberry/templates/plugins/stats4lox/output_influx.html'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/settings_loxone.html' -> '/opt/loxberry/templates/plugins/stats4lox/settings_loxone.html'
      
      22:41:58.468 [COLOR=green][B]OK:[/B][/COLOR] All file(s) were installed successfully.
      
      22:41:58.468 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/templates/plugins/stats4lox[/COLOR]
      
      22:41:58.484 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
      
      22:41:58.484 [COLOR=black][B]INFO:[/B] Installing cronjob files.[/COLOR]
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/cron/cron.reboot' -> '/opt/loxberry/system/cron/cron.reboot/stats4lox'
      
      22:41:58.521 [COLOR=black][B]INFO:[/B] Setting file permissions: /bin/chmod -Rv 755 /opt/loxberry/system/cron/cron.reboot[/COLOR]
      
      22:41:58.527 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
      
      22:41:58.528 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/system/cron/cron.reboot[/COLOR]
      
      22:41:58.538 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
      
      22:41:58.539 [COLOR=green][B]OK:[/B][/COLOR] All file(s) were installed successfully.
      
      22:41:58.540 [COLOR=black][B]INFO:[/B] Installing data files.[/COLOR]
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups' -> '/opt/loxberry/data/plugins/stats4lox/backups'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/plugininstall' -> '/opt/loxberry/data/plugins/stats4lox/backups/plugininstall'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/plugininstall/.dummy' -> '/opt/loxberry/data/plugins/stats4lox/backups/plugininstall/.dummy'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/system' -> '/opt/loxberry/data/plugins/stats4lox/backups/system'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/system/.dummy' -> '/opt/loxberry/data/plugins/stats4lox/backups/system/.dummy'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/user' -> '/opt/loxberry/data/plugins/stats4lox/backups/user'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/user/.dummy' -> '/opt/loxberry/data/plugins/stats4lox/backups/user/.dummy'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/grafana' -> '/opt/loxberry/data/plugins/stats4lox/grafana'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/grafana/.dummy' -> '/opt/loxberry/data/plugins/stats4lox/grafana/.dummy'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/import' -> '/opt/loxberry/data/plugins/stats4lox/import'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/import/.dummy' -> '/opt/loxberry/data/plugins/stats4lox/import/.dummy'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/influxdb' -> '/opt/loxberry/data/plugins/stats4lox/influxdb'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/influxdb/.dummy' -> '/opt/loxberry/data/plugins/stats4lox/influxdb/.dummy'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/telegraf' -> '/opt/loxberry/data/plugins/stats4lox/telegraf'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/telegraf/.dummy' -> '/opt/loxberry/data/plugins/stats4lox/telegraf/.dummy'
      
      22:41:58.581 [COLOR=green][B]OK:[/B][/COLOR] All file(s) were installed successfully.
      
      22:41:58.581 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/data/plugins/stats4lox[/COLOR]
      
      22:41:58.593 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
      
      22:41:58.596 [COLOR=black][B]INFO:[/B] Installing htmlauth files.[/COLOR]
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/ajax.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/ajax.cgi'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/chartengines.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/chartengines.cgi'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/grabber' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/grabber'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/grabber/grabber_miniserver.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/grabber/grabber_miniserver.cgi'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/grabber/grabber_loxone.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/grabber/grabber_loxone.cgi'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_alert.png' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_alert.png'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_alert_20.png' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_alert_20.png'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_checked.png' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_checked.png'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_checked_20.png' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_checked_20.png'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_scheduled.psd' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_scheduled.psd'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_scheduled_20.png' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_scheduled_20.png'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_unchecked.png' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_unchecked.png'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_unchecked.psd' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_unchecked.psd'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_unchecked_20.png' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_unchecked_20.png'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/import_icon.png' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/import_icon.png'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/index.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/index.cgi'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/input_mqtt.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/input_mqtt.cgi'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/loxone_sub_navbar.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/loxone_sub_navbar.js'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/settings_loxone.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/settings_loxone.js'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/menu_structure (obsolete).js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/menu_structure (obsolete).js'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/vue.global.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/vue.global.js'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/mqttlive_loxone.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/mqttlive_loxone.js'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/loxone_import_report.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/loxone_import_report.js'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/inputs_outputs_sub_navbar.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/inputs_outputs_sub_navbar.js'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/home.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/home.js'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/input_mqtt.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/input_mqtt.js'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/logs.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/logs.cgi'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/loxone_import_report.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/loxone_import_report.cgi'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/main_loxone.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/main_loxone.cgi'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/mqttlive_loxone.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/mqttlive_loxone.cgi'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/output_influx.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/output_influx.cgi'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/test.pl' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/test.pl'
      
      22:41:58.646 [COLOR=green][B]OK:[/B][/COLOR] All file(s) were installed successfully.
      
      22:41:58.646 [COLOR=black][B]INFO:[/B] Setting file permissions: /usr/bin/find /opt/loxberry/webfrontend/htmlauth/plugins/stats4lox -iregex '.*\.cgi\|.*\.pl\|.*\.sh' -exec /bin/chmod -v 755 {} \;[/COLOR]
      
      22:41:58.711 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
      
      22:41:58.712 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/webfrontend/htmlauth/plugins/stats4lox[/COLOR]
      
      22:41:58.728 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
      
      22:41:58.731 [COLOR=black][B]INFO:[/B] Installing icon files.[/COLOR]
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/icon_128.png' -> '/opt/loxberry/webfrontend/html/system/images/icons/stats4lox/icon_128.png'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/icon_256.png' -> '/opt/loxberry/webfrontend/html/system/images/icons/stats4lox/icon_256.png'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/icon_512.png' -> '/opt/loxberry/webfrontend/html/system/images/icons/stats4lox/icon_512.png'
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/icon_64.png' -> '/opt/loxberry/webfrontend/html/system/images/icons/stats4lox/icon_64.png'
      
      22:41:58.762 [COLOR=green][B]OK:[/B][/COLOR] Icons installed successfully.
      
      22:41:58.762 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/webfrontend/html/system/images/icons/stats4lox[/COLOR]
      
      22:41:58.772 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
      
      22:41:58.773 [COLOR=black][B]INFO:[/B] Installing uninstall script.[/COLOR]
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/uninstall/uninstall' -> '/opt/loxberry/data/system/uninstall/stats4lox'
      
      22:41:58.782 [COLOR=green][B]OK:[/B][/COLOR] All file(s) were installed successfully.
      
      22:41:58.782 [COLOR=black][B]INFO:[/B] Setting file permissions: /bin/chmod -v 755 /opt/loxberry/data/system/uninstall/stats4lox[/COLOR]
      
      22:41:58.788 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
      
      22:41:58.788 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -v root.root /opt/loxberry/data/system/uninstall/stats4lox[/COLOR]
      
      22:41:58.797 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
      
      22:41:58.797 [COLOR=black][B]INFO:[/B] Installing sudoers file.[/COLOR]
      '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/sudoers/sudoers' -> '/opt/loxberry/system/sudoers/stats4lox'
      
      22:41:58.806 [COLOR=green][B]OK:[/B][/COLOR] All file(s) were installed successfully.
      
      22:41:58.806 [COLOR=black][B]INFO:[/B] Setting file permissions: /bin/chmod -v 644 /opt/loxberry/system/sudoers/stats4lox[/COLOR]
      
      22:41:58.812 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
      
      22:41:58.812 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -v root.root /opt/loxberry/system/sudoers/stats4lox[/COLOR]
      
      22:41:58.822 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
      
      22:41:58.830 [COLOR=black][B]INFO:[/B] Refreshing APT database.[/COLOR]
      
      22:41:59.180 [COLOR=black][B]INFO:[/B] No process is locking apt or dpkg. Fine.[/COLOR]
      
      22:41:59.186 [COLOR=black][B]INFO:[/B] Starting dpkg --configure...[/COLOR]
      
      22:41:59.332 [COLOR=green][B]OK:[/B][/COLOR] Configuring dpkg successfully.
      
      22:41:59.332 [COLOR=black][B]INFO:[/B] Clean up apt-databases and update[/COLOR]
      Reading package lists...
      Building dependency tree...
      Reading state information...
      0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded.
      
      22:42:12.484 [COLOR=green][B]OK:[/B][/COLOR] Eventually broken Apt packages installed successfully.
      Reading package lists...
      Building dependency tree...
      Reading state information...
      0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded.
      
      22:42:14.691 [COLOR=green][B]OK:[/B][/COLOR] Apt packages autoremoved successfully.
      Hit:1 https://deb.debian.org/debian bookworm InRelease
      Hit:2 https://deb.debian.org/debian bookworm-updates InRelease
      Get:3 https://repos.influxdata.com/debian stable InRelease [6913 B]
      Hit:4 https://dl.yarnpkg.com/debian stable InRelease
      Hit:5 https://deb.debian.org/debian-security bookworm-security InRelease
      Hit:6 https://apt.grafana.com stable InRelease
      Hit:7 https://deb.debian.org/debian bookworm-backports InRelease
      Hit:8 https://deb.nodesource.com/node_20.x nodistro InRelease
      Hit:9 https://dietpi.com/apt bookworm InRelease
      Hit:10 https://dietpi.com/apt all InRelease
      Hit:11 https://archive.raspberrypi.com/debian bookworm InRelease
      Err:3 https://repos.influxdata.com/debian stable InRelease
      The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA61C26A0585BD3B
      Get:12 https://packages.sury.org/php bookworm InRelease [6133 B]
      Err:12 https://packages.sury.org/php bookworm InRelease
      The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
      Reading package lists...
      W: GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA61C26A0585BD3B
      E: The repository 'https://repos.influxdata.com/debian stable InRelease' is not signed.
      W: Skipping acquire of configured file 'rpi4/binary-arm64/Packages' as repository 'https://dietpi.com/apt bookworm InRelease' doesn't have the component 'rpi4' (component misspelt in sources.list?)
      W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.sury.org/php bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
      
      22:42:30.683 [COLOR=red][B]ERROR:[/B][/COLOR] Error updating apt database - Error 100
      
      22:42:30.684 [COLOR=black][B]INFO:[/B] Updating YARN key...[/COLOR]
      
      22:42:30.960 [COLOR=black][B]INFO:[/B] Updating NodeJS key...[/COLOR]
      Hit:1 https://deb.debian.org/debian bookworm InRelease
      Hit:2 https://deb.debian.org/debian bookworm-updates InRelease
      Hit:3 https://deb.debian.org/debian-security bookworm-security InRelease
      Hit:4 https://deb.debian.org/debian bookworm-backports InRelease
      Get:5 https://packages.sury.org/php bookworm InRelease [6133 B]
      Get:6 https://repos.influxdata.com/debian stable InRelease [6913 B]
      Hit:7 https://apt.grafana.com stable InRelease
      Hit:8 https://deb.nodesource.com/node_20.x nodistro InRelease
      Hit:9 https://dietpi.com/apt bookworm InRelease
      Hit:10 https://dl.yarnpkg.com/debian stable InRelease
      Hit:11 https://dietpi.com/apt all InRelease
      Hit:12 https://archive.raspberrypi.com/debian bookworm InRelease
      Err:5 https://packages.sury.org/php bookworm InRelease
      The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
      Err:6 https://repos.influxdata.com/debian stable InRelease
      The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA61C26A0585BD3B
      Reading package lists...
      W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.sury.org/php bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
      W: GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA61C26A0585BD3B
      E: The repository 'https://repos.influxdata.com/debian stable InRelease' is not signed.
      W: Skipping acquire of configured file 'rpi4/binary-arm64/Packages' as repository 'https://dietpi.com/apt bookworm InRelease' doesn't have the component 'rpi4' (component misspelt in sources.list?)
      
      22:42:45.785 [COLOR=red][B]ERROR:[/B][/COLOR] Error updating apt database - Error 100
      
      22:42:45.786 [COLOR=black][B]INFO:[/B] Updating YARN key...[/COLOR]
      
      22:42:46.040 [COLOR=black][B]INFO:[/B] Updating NodeJS key...[/COLOR]
      
      22:42:46.246 [COLOR=red][B]ERROR:[/B][/COLOR] Error updating apt database. All servers give an error. Internet connection available? Giving up.
      
      22:42:46.299 [COLOR=green][B]OK:[/B][/COLOR] Apt cache cleaned successfully.
      
      22:42:46.299 [COLOR=red][B]WARNING:[/B][/COLOR] APT database could not be refreshed.
      
      22:42:46.299 [COLOR=black][B]INFO:[/B] Installing additional software packages.[/COLOR]
      
      22:42:46.639 [COLOR=black][B]INFO:[/B] No process is locking apt or dpkg. Fine.[/COLOR]
      
      22:42:46.640 [COLOR=black][B]INFO:[/B] Installing apt packages influxdb telegraf grafana libtoml-parser-perl software-properties-common...[/COLOR]
      Reading package lists...
      Building dependency tree...
      Reading state information...
      E: Unable to locate package telegraf
      
      22:42:56.887 [COLOR=red][B]CRITICAL:[/B][/COLOR] Error installing influxdb telegraf grafana libtoml-parser-perl software-properties-common - Error 100
      
      22:42:56.888 [COLOR=red][B]WARNING:[/B][/COLOR] (Some) Packages could not be installed.
      
      22:42:56.898 [COLOR=black][B]INFO:[/B] Updating skels for Logfiles in tmpfs.[/COLOR]
      
      22:42:57.436 [COLOR=green][B]OK:[/B][/COLOR] Script/Command executed successfully.
      
      22:42:57.437 [COLOR=black][B]INFO:[/B] Starting script POSTROOT.[/COLOR]
      
      22:42:57.437 [COLOR=black][B]INFO:[/B] Setting file permissions: /bin/chmod -v a+x /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/postroot.sh[/COLOR]
      
      22:42:57.443 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
      
      [COLOR=black][B]INFO:[/B] Stopping InfluxDB and Telegraf.[/COLOR]
      Failed to stop influxdb.service: Unit influxdb.service not loaded.
      Failed to stop telegraf.service: Unit telegraf.service not loaded.
      Failed to stop grafana-server.service: Unit grafana-server.service not loaded.
      
      [COLOR=black][B]INFO:[/B] Adding user loxberry to groups influxdb, telegraf, grafana...[/COLOR]
      usermod: group 'influxdb' does not exist
      usermod: group 'telegraf' does not exist
      usermod: group 'grafana' does not exist
      
      [COLOR=black][B]INFO:[/B] Adding user influxdb to group loxberry...[/COLOR]
      usermod: user 'influxdb' does not exist
      
      [COLOR=black][B]INFO:[/B] Adding user telegraf to group loxberry...[/COLOR]
      usermod: user 'telegraf' does not exist
      
      [COLOR=black][B]INFO:[/B] Adding user grafana to group loxberry...[/COLOR]
      usermod: user 'grafana' does not exist
      
      [COLOR=black][B]INFO:[/B] Activating my own InfluxDB configuration.[/COLOR]
      
      [COLOR=black][B]INFO:[/B] No SSL certificates for InfluxDB found.[/COLOR]
      
      [COLOR=black][B]INFO:[/B] Creating (new) self-signed SSL certificates.[/COLOR]
      ....+...+...+...+.......+.....+.........+.+.........+.....+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*.+....+..+......+...+......+.+...+.........+............+...+...+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*......+.........+...........+..........+...........+......+.......+...+..+...+.......+...+...+..+.......+..+......+....+.....+...+.+.........+.....+............+.+.........+........+...+.........+...+..........+........+..........+..+.+..+.......+..+...+...+.......+......+....................+.+............................................+....+...+..+.......+.....+...+..........+...+...+.....+.........+.+............+..+.+..+.......+...+.........+.........+.....+....+...+............+............+..............+....+..+.........+......+....+..+.........+.+.....+.......+..+...............+...+...+....+...+..+..........+........+.......+......+...+.....+......+.+.....+....+....................+....+............+............+......+......+........+...+..........+..............+....+......+........+......+.+..............+..........+..+.......+.....+...+....+......+..................+............+.................+...+...+......+.+...+.........+..+......+....+...+.....+.+......+........+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
      .+..+.+......+.....+...+...+....+......+...+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*...+..........+...............+.........+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*..........+......+......+....+..................+......+......+...+......+...............+..+.........+.............+...+............+.....+...+.......+..+.........+.+...+.....+............+.........+.+.....+.+........+.......+..+...+....+......+.....+...+................+.....+...+...+...+....+...............+......+.....+.+........+...+...............+....+....................+...+.+......+...+.....+.+.....+.+......+.........+......+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
      -----
      
      [COLOR=black][B]INFO:[/B] Set permissions for user influxdb for all config/data folders: /opt/loxberry/data/plugins/stats4lox/influxdb /opt/loxberry/config/plugins/stats4lox/influxdb[/COLOR]
      chown: invalid user: 'influxdb:loxberry'
      chown: invalid user: 'influxdb:loxberry'
      
      [COLOR=black][B]INFO:[/B] Current file permisssions in /opt/loxberry/data/plugins/stats4lox/influxdb:[/COLOR]
      total 0
      
      [COLOR=black][B]INFO:[/B] Current file permisssions in /opt/loxberry/config/plugins/stats4lox/influxdb[/COLOR]
      total 32
      -rw-rw---- 1 root root 1257 Jan 22 22:42 influxdb-selfsigned.crt
      -rw-rw---- 1 root root 1704 Jan 22 22:42 influxdb-selfsigned.key
      -rw-r--r-- 1 loxberry loxberry 21797 Jan 22 22:41 influxdb.conf
      
      [COLOR=black][B]INFO:[/B] Enlarge Unix receive buffer limit...[/COLOR]
      net.unix.max_dgram_qlen = 10000
      
      [COLOR=black][B]INFO:[/B] Install Drop-In for Influx and Telegraf and Grafana systemd services...[/COLOR]
      
      [COLOR=black][B]INFO:[/B] Starting InfluxDB...[/COLOR]
      Unit influxdb.service does not exist, proceeding anyway.
      Failed to enable unit: Unit file influxdb.service does not exist.
      Failed to start influxdb.service: Unit influxdb.service not found.
      
      [COLOR=red][B]CRITICAL:[/B][/COLOR] Seems that InfluxDB could not be started. Giving up.
      
      22:43:09.201 [COLOR=red][B]CRITICAL:[/B][/COLOR] Script/Command fails. Installation cannot be continued.
      
      22.01.2026 22:43:09 TASK FINISHED

      Kommentar


      • rani22
        rani22 kommentierte
        Kommentar bearbeiten
        An dem hier:
        Hit:12 https://archive.raspberrypi.com/debian bookworm InRelease
        Err:5 https://packages.sury.org/php bookworm InRelease
        The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
        Err:6 https://repos.influxdata.com/debian stable InRelease
        The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA61C26A0585BD3B
        Reading package lists...
        W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.sury.org/php bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
        W: GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA61C26A0585BD3B
        E: The repository 'https://repos.influxdata.com/debian stable InRelease' is not signed.
        W: Skipping acquire of configured file 'rpi4/binary-arm64/Packages' as repository 'https://dietpi.com/apt bookworm InRelease' doesn't have the component 'rpi4' (component misspelt in sources.list?)

        22:42:45.785 ERROR: Error updating apt database - Error 100

        Ich habs bei mir wie oben beschrieben "gefixt"
    • Thomas M.
      Lebende Foren Legende
      • 25.08.2015
      • 3315

      #799
      Ich hab da einen falschen link gefunden ...

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

Name: image.png
Ansichten: 313
Größe: 88,1 KB
ID: 478223
      Der zeigt dort hin ...
      The URL /admin/system/tools/mqttfinder.cgi does not exist.

      Richt wäre ...


      Prof.Mobilux Vielleicht kannst das bei Gelgenheit mal in stats4lox ausbessern?

      Kommentar

      • br_chris
        Azubi
        • 26.01.2024
        • 2

        #800
        Hallo an alle,

        hat jemand eine Idee warum man von den IRRs die Raumtemperatur nicht auslesen kann mit Stats4Lox?

        Danke und Bg
        Christopher

        Kommentar

        • Vaddy
          Extension Master
          • 19.01.2017
          • 110

          #801
          Zitat von FrankWilli
          Bei mir steigt die Installation bei folgender Meldung aus:

          Klicke auf die Grafik für eine vergrößerte Ansicht  Name: grafik.png Ansichten: 172 Größe: 25,3 KB ID: 477962
          Woran kann das liegen?

          Danke


          Code:
          22.01.2026 22:41:11 TASK STARTED
          
          Plugin Installation
          
          22:41:11.358 [COLOR=black][B]INFO:[/B] LoxBerry Version 3.0.1.3 ( is_hwmodel_raspberry_pi_4_400.cfg is_arch_aarch64.cfg is_raspberry.cfg )[/COLOR]
          
          22:41:11.358 [COLOR=black][B]INFO:[/B] Loglevel: 7[/COLOR]
          
          22:41:11.382 [COLOR=black][B]INFO:[/B] Statusfile: /tmp/Tdey5d1LdN.status[/COLOR]
          
          22:41:11.521 [COLOR=black][B]INFO:[/B] Temp Folder: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN[/COLOR]
          
          22:41:11.521 [COLOR=black][B]INFO:[/B] Logfile: /tmp/Tdey5d1LdN.log[/COLOR]
          
          22:41:11.595 [COLOR=black][B]INFO:[/B] Locking plugininstall - delaying up to 10 minutes...[/COLOR]
          
          22:41:12.031 [COLOR=green][B]OK:[/B][/COLOR] Lock successfully set.
          
          22:41:12.031 [COLOR=black][B]INFO:[/B] Starting Plugin installation.[/COLOR]
          
          22:41:12.031 [COLOR=black][B]INFO:[/B] Extracting plugin archive[/COLOR]
          Archive: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN.zip
          a38593bf67d49e796ed42eced93ba10e2242dbfb
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/.gitattributes
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/.gitignore
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/LICENSE
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/README.md
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/config-handler.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/create_element_langfiles.pl
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/debugging/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/debugging/debug_stats.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/debugging/showconfig.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/debugging/updatepanel.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/import_loxone.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/import_scheduler.pl
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Globals.pm
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Grafana.pm
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/GrafanaS4L.pm
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/GetLoxplan.pm
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/Import.pm
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/ParseXML.pm
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/unpack_loxcc.py
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/unpack_loxcc_py2_obsolete.py
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Stats4Lox.pm
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/filechangeTracker.php
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/getLineformat.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/getLoxplan.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/getTelegrafInternals.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/getValue.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/parseLocalLoxplan.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/parseLocalStatfile.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/searchReplace.sh
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/sendTelegraf.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/testTOML.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/testXML.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/testtimestamps.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/testtimestamps_workaround.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/loadLoxoneMiniserverStatistics.py
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/loadMiniserverConfigurationFile.py
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/lox2telegraf.pl
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/mqtt/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/mqtt/mqttlive.php
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/mqtt/phpMQTT.php
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/delete_datasource_influx.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/set_dashboard_provider.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/set_datasource_influx.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/update_dashboards.pl
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/s4linflux
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/startinflux.sh
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/cred.json
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/grafana.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/ldap.toml
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/dashboards/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/dashboards/sample.yaml
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/dashboards/stats4lox_static.yaml
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/datasources/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/datasources/sample.yaml
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/notifiers/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/notifiers/sample.yaml
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/plugins/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/plugins/sample.yaml
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/influxdb/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/influxdb/influxdb.conf
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/provisioning/
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/provisioning/dashboards/
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/provisioning/dashboards/.dummy
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/stats.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/stats4lox.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/sysctl.conf
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/systemd/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/systemd/00-stats4lox-grafana.conf
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/systemd/00-stats4lox-influxdb.conf
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/systemd/00-stats4lox-telegraf.conf
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.conf
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_debug.conf
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_internal.conf
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_loxberry.conf
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_loxone.conf
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_miniserver.conf
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_socketlistener_udp.conf
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_socketlistener_unix.conf
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.env
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/cron/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/cron/cron.reboot
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/plugininstall/
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/plugininstall/.dummy
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/system/
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/system/.dummy
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/user/
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/user/.dummy
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/grafana/
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/grafana/.dummy
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/import/
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/import/.dummy
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/influxdb/
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/influxdb/.dummy
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/telegraf/
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/telegraf/.dummy
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/dpkg/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/dpkg/apt
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/icon_128.png
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/icon_256.png
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/icon_512.png
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/icon_64.png
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/plugin.cfg
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/postroot.sh
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/postupgrade.sh
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/preroot.sh
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/preupgrade.sh
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/sudoers/
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/sudoers/sudoers
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/chartengines.html
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/dashboards/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/dashboards/internals.json
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/templates/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/templates/Dashboard with 1 panel.txt
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/templates/template_defaultDashboard.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/templates/template_panel_graph.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/home.html
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/input_mqtt.html
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/language_en.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ca.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ca.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ch.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ch.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_cs.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_cs.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_de.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_de.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_en.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_en.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_es.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_es.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_fr.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_fr.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_hu.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_hu.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_it.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_it.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_nl.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_nl.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_no.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_no.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_pl.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_pl.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ro.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ro.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ru.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ru.json
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_sk.ini
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_sk.json
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/logs.html
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/loxone_import_report.html
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/mqttlive_loxone.html
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/output_influx.html
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/settings_loxone.html
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/uninstall/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/uninstall/uninstall
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/ajax.cgi
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/chartengines.cgi
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/grabber/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/grabber/grabber_loxone.cgi
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/grabber/grabber_miniserver.cgi
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_alert.png
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_alert_20.png
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_checked.png
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_checked_20.png
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_scheduled.psd
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_scheduled_20.png
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_unchecked.png
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_unchecked.psd
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_unchecked_20.png
          extracting: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/import_icon.png
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/index.cgi
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/input_mqtt.cgi
          creating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/home.js
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/input_mqtt.js
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/inputs_outputs_sub_navbar.js
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/loxone_import_report.js
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/loxone_sub_navbar.js
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/menu_structure (obsolete).js
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/mqttlive_loxone.js
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/settings_loxone.js
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/vue.global.js
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/logs.cgi
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/loxone_import_report.cgi
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/main_loxone.cgi
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/mqttlive_loxone.cgi
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/output_influx.cgi
          inflating: /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/test.pl
          
          22:41:12.186 [COLOR=green][B]OK:[/B][/COLOR] Plugin archive extracted successfully.
          
          22:41:12.191 [COLOR=black][B]INFO:[/B] Author: The Stats4Lox Team[/COLOR]
          
          22:41:12.191 [COLOR=black][B]INFO:[/B] Email: Michael@loxberry.de[/COLOR]
          
          22:41:12.191 [COLOR=black][B]INFO:[/B] Version: 0.9.10.1[/COLOR]
          
          22:41:12.191 [COLOR=black][B]INFO:[/B] Name: stats4lox[/COLOR]
          
          22:41:12.191 [COLOR=black][B]INFO:[/B] Folder: stats4lox[/COLOR]
          
          22:41:12.191 [COLOR=black][B]INFO:[/B] Title: Stats4Lox[/COLOR]
          
          22:41:12.191 [COLOR=black][B]INFO:[/B] Autoupdate: False[/COLOR]
          
          22:41:12.192 [COLOR=black][B]INFO:[/B] Release: [/COLOR]
          
          22:41:12.192 [COLOR=black][B]INFO:[/B] Prerelease: [/COLOR]
          
          22:41:12.192 [COLOR=black][B]INFO:[/B] Reboot: False[/COLOR]
          
          22:41:12.192 [COLOR=black][B]INFO:[/B] Min LB Vers: 2.2.1.1[/COLOR]
          
          22:41:12.192 [COLOR=black][B]INFO:[/B] Max LB Vers: False[/COLOR]
          
          22:41:12.192 [COLOR=black][B]INFO:[/B] Architecture: False[/COLOR]
          
          22:41:12.192 [COLOR=black][B]INFO:[/B] Custom Log: True[/COLOR]
          
          22:41:12.192 [COLOR=black][B]INFO:[/B] Interface: 2.0[/COLOR]
          
          22:41:12.194 [COLOR=green][B]OK:[/B][/COLOR] All mandatory configuration parameters found.
          
          22:41:12.195 [COLOR=black][B]INFO:[/B] Current LoxBerry version: v3.0.1.3[/COLOR]
          
          22:41:12.196 [COLOR=black][B]INFO:[/B] Installation limited from: v2.2.1.1[/COLOR]
          
          22:41:12.196 [COLOR=green][B]OK:[/B][/COLOR] Current LoxBerry version is greater than minimal required LoxBerry version.
          
          22:41:12.197 [COLOR=black][B]INFO:[/B] The unique plugin id (md5) of this plugin is: d9261607b7164fe83ba88816429a68f2[/COLOR]
          
          22:41:12.198 [COLOR=black][B]INFO:[/B] Using plugin name: stats4lox[/COLOR]
          
          22:41:12.198 [COLOR=black][B]INFO:[/B] Using installation folder: stats4lox[/COLOR]
          
          22:41:12.200 [COLOR=black][B]INFO:[/B] Creating shadow version of plugindatabase.[/COLOR]
          '/opt/loxberry/data/system/plugindatabase.json' -> '/opt/loxberry/data/system/plugindatabase.json-'
          
          22:41:12.210 [COLOR=black][B]INFO:[/B] Setting file permissions: /bin/chmod -v 644 /opt/loxberry/data/system/plugindatabase.json-[/COLOR]
          
          22:41:12.216 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
          
          22:41:12.216 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -v root.root /opt/loxberry/data/system/plugindatabase.json-[/COLOR]
          
          22:41:12.225 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
          '/opt/loxberry/data/system/plugindatabase.json' -> '/opt/loxberry/data/system/plugindatabase.json.bkp'
          
          22:41:12.234 [COLOR=black][B]INFO:[/B] Setting file permissions: /bin/chmod -v 644 /opt/loxberry/data/system/plugindatabase.json.bkp[/COLOR]
          
          22:41:12.240 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
          
          22:41:12.241 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -v loxberry.loxberry /opt/loxberry/data/system/plugindatabase.json.bkp[/COLOR]
          
          22:41:12.250 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
          
          22:41:12.250 [COLOR=black][B]INFO:[/B] Getting file list from /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1[/COLOR]
          
          22:41:12.291 [COLOR=black][B]INFO:[/B] Found 153 files[/COLOR]
          
          22:41:12.292 [COLOR=black][B]INFO:[/B] Filtering out binary files[/COLOR]
          
          22:41:12.636 [COLOR=black][B]INFO:[/B] 20 textfiles found out of 20 files scanned...[/COLOR]
          
          22:41:12.915 [COLOR=black][B]INFO:[/B] 40 textfiles found out of 40 files scanned...[/COLOR]
          
          22:41:13.274 [COLOR=black][B]INFO:[/B] 56 textfiles found out of 60 files scanned...[/COLOR]
          
          22:41:13.770 [COLOR=black][B]INFO:[/B] 76 textfiles found out of 80 files scanned...[/COLOR]
          
          22:41:14.197 [COLOR=black][B]INFO:[/B] 96 textfiles found out of 100 files scanned...[/COLOR]
          
          22:41:14.785 [COLOR=black][B]INFO:[/B] 116 textfiles found out of 120 files scanned...[/COLOR]
          
          22:41:15.119 [COLOR=black][B]INFO:[/B] 136 textfiles found out of 140 files scanned...[/COLOR]
          
          22:41:15.279 [COLOR=black][B]INFO:[/B] 139 textfiles found out of 153 files scanned...[/COLOR]
          
          22:41:15.279 [COLOR=green][B]OK:[/B][/COLOR] Found 139 files to be text files
          
          22:41:15.279 [COLOR=black][B]INFO:[/B] Checking for hardcoded paths to /opt/loxberry[/COLOR]
          
          22:41:15.288 [COLOR=green][B]OK:[/B][/COLOR] No hardcoded paths to /opt/loxberry found
          
          22:41:15.288 [COLOR=black][B]INFO:[/B] Replacing environment strings.[/COLOR]
          
          22:41:15.289 [COLOR=black][B]INFO:[/B] Running replacement for 139 files[/COLOR]
          
          22:41:15.969 [COLOR=black][B]INFO:[/B] 20 of 139 finished ...[/COLOR]
          
          22:41:16.699 [COLOR=black][B]INFO:[/B] 40 of 139 finished ...[/COLOR]
          
          22:41:17.553 [COLOR=black][B]INFO:[/B] 60 of 139 finished ...[/COLOR]
          
          22:41:18.353 [COLOR=black][B]INFO:[/B] 80 of 139 finished ...[/COLOR]
          
          22:41:19.083 [COLOR=black][B]INFO:[/B] 100 of 139 finished ...[/COLOR]
          
          22:41:19.840 [COLOR=black][B]INFO:[/B] 120 of 139 finished ...[/COLOR]
          
          22:41:20.638 [COLOR=green][B]OK:[/B][/COLOR] Replace of 139 files finished
          
          22:41:20.638 [COLOR=black][B]INFO:[/B] Converting all plugin files (ASCII) to Unix fileformat.[/COLOR]
          
          22:41:25.292 [COLOR=black][B]INFO:[/B] Starting script PREROOT.[/COLOR]
          
          22:41:25.292 [COLOR=black][B]INFO:[/B] Setting file permissions: /bin/chmod -v a+x /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/preroot.sh[/COLOR]
          
          22:41:25.299 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
          
          [COLOR=black][B]INFO:[/B] Stopping InfluxDB, Grafana and Telegraf.[/COLOR]
          Failed to stop influxdb.service: Unit influxdb.service not loaded.
          Failed to stop telegraf.service: Unit telegraf.service not loaded.
          Failed to stop grafana-server.service: Unit grafana-server.service not loaded.
          /usr/bin/influxd: No such file or directory
          
          [COLOR=black][B]INFO:[/B] Adding/Updating Influx repository...[/COLOR]
          % Total % Received % Xferd Average Speed Time Time Time Current
          Dload Upload Total Spent Left Speed
          0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1684 100 1684 0 0 7207 0 --:--:-- --:--:-- --:--:-- 7227
          deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
          
          [COLOR=black][B]INFO:[/B] Using Influx Version 1.8.10...[/COLOR]
          
          [COLOR=black][B]INFO:[/B] Using Telegraf Version 1.24.4...[/COLOR]
          
          [COLOR=black][B]INFO:[/B] Adding/Updating Grafana repository...[/COLOR]
          % Total % Received % Xferd Average Speed Time Time Time Current
          Dload Upload Total Spent Left Speed
          0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2460 100 2460 0 0 9572 0 --:--:-- --:--:-- --:--:-- 9609
          deb [signed-by=/etc/apt/trusted.gpg.d/grafanadata-archive_compat.gpg] https://apt.grafana.com stable main
          
          [COLOR=black][B]INFO:[/B] Using Grafana Version 9.3.x...[/COLOR]
          
          [COLOR=black][B]INFO:[/B] Updating apt database...[/COLOR]
          Reading package lists...
          Building dependency tree...
          Reading state information...
          0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded.
          Hit:1 https://deb.nodesource.com/node_20.x nodistro InRelease
          Hit:2 https://deb.debian.org/debian bookworm InRelease
          Hit:3 https://deb.debian.org/debian bookworm-updates InRelease
          Get:4 https://repos.influxdata.com/debian stable InRelease [6913 B]
          Get:5 https://packages.sury.org/php bookworm InRelease [6133 B]
          Hit:6 https://deb.debian.org/debian-security bookworm-security InRelease
          Hit:7 https://dl.yarnpkg.com/debian stable InRelease
          Hit:8 https://apt.grafana.com stable InRelease
          Hit:9 https://deb.debian.org/debian bookworm-backports InRelease
          Hit:10 https://dietpi.com/apt bookworm InRelease
          Hit:11 https://archive.raspberrypi.com/debian bookworm InRelease
          Hit:12 https://dietpi.com/apt all InRelease
          Err:4 https://repos.influxdata.com/debian stable InRelease
          The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA61C26A0585BD3B
          Err:5 https://packages.sury.org/php bookworm InRelease
          The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
          Reading package lists...
          W: GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA61C26A0585BD3B
          E: The repository 'https://repos.influxdata.com/debian stable InRelease' is not signed.
          W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.sury.org/php bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
          W: Skipping acquire of configured file 'rpi4/binary-arm64/Packages' as repository 'https://dietpi.com/apt bookworm InRelease' doesn't have the component 'rpi4' (component misspelt in sources.list?)
          
          [COLOR=black][B]INFO:[/B] Deactivating existing plugin configuration for Influx, Grafana and Telegraf...[/COLOR]
          
          [COLOR=black][B]INFO:[/B] Remove old Service DropIn Files...[/COLOR]
          
          [COLOR=black][B]INFO:[/B] Chown data files back to loxberry:loxberry for upgrading/backing up...[/COLOR]
          
          22:41:58.285 [COLOR=green][B]OK:[/B][/COLOR] Script/Command executed successfully.
          
          22:41:58.287 [COLOR=black][B]INFO:[/B] Installing configuration files.[/COLOR]
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/cred.json' -> '/opt/loxberry/config/plugins/stats4lox/cred.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana' -> '/opt/loxberry/config/plugins/stats4lox/grafana'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/dashboards' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/dashboards'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/dashboards/stats4lox_static.yaml' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/dashboards/stats4lox_static.yaml'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/dashboards/sample.yaml' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/dashboards/sample.yaml'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/datasources' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/datasources'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/datasources/sample.yaml' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/datasources/sample.yaml'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/notifiers' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/notifiers'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/notifiers/sample.yaml' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/notifiers/sample.yaml'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/plugins' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/plugins'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/provisioning/plugins/sample.yaml' -> '/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/plugins/sample.yaml'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/grafana.ini' -> '/opt/loxberry/config/plugins/stats4lox/grafana/grafana.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/grafana/ldap.toml' -> '/opt/loxberry/config/plugins/stats4lox/grafana/ldap.toml'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/influxdb' -> '/opt/loxberry/config/plugins/stats4lox/influxdb'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/influxdb/influxdb.conf' -> '/opt/loxberry/config/plugins/stats4lox/influxdb/influxdb.conf'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/provisioning' -> '/opt/loxberry/config/plugins/stats4lox/provisioning'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/provisioning/dashboards' -> '/opt/loxberry/config/plugins/stats4lox/provisioning/dashboards'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/provisioning/dashboards/.dummy' -> '/opt/loxberry/config/plugins/stats4lox/provisioning/dashboards/.dummy'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/stats.json' -> '/opt/loxberry/config/plugins/stats4lox/stats.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/stats4lox.json' -> '/opt/loxberry/config/plugins/stats4lox/stats4lox.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/sysctl.conf' -> '/opt/loxberry/config/plugins/stats4lox/sysctl.conf'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/systemd' -> '/opt/loxberry/config/plugins/stats4lox/systemd'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/systemd/00-stats4lox-grafana.conf' -> '/opt/loxberry/config/plugins/stats4lox/systemd/00-stats4lox-grafana.conf'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/systemd/00-stats4lox-influxdb.conf' -> '/opt/loxberry/config/plugins/stats4lox/systemd/00-stats4lox-influxdb.conf'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/systemd/00-stats4lox-telegraf.conf' -> '/opt/loxberry/config/plugins/stats4lox/systemd/00-stats4lox-telegraf.conf'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.conf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.conf'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.env' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.env'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.d'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_socketlistener_udp.conf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.d/stats4lox_socketlistener_udp.conf'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_socketlistener_unix.conf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.d/stats4lox_socketlistener_unix.conf'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_miniserver.conf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.d/stats4lox_miniserver.conf'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_debug.conf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.d/stats4lox_debug.conf'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_internal.conf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.d/stats4lox_internal.conf'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_loxone.conf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.d/stats4lox_loxone.conf'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/config/telegraf/telegraf.d/stats4lox_loxberry.conf' -> '/opt/loxberry/config/plugins/stats4lox/telegraf/telegraf.d/stats4lox_loxberry.conf'
          
          22:41:58.332 [COLOR=green][B]OK:[/B][/COLOR] All file(s) were installed successfully.
          
          22:41:58.332 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/config/plugins/stats4lox[/COLOR]
          
          22:41:58.346 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
          
          22:41:58.347 [COLOR=black][B]INFO:[/B] Installing bin files.[/COLOR]
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/config-handler.pl' -> '/opt/loxberry/bin/plugins/stats4lox/config-handler.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/create_element_langfiles.pl' -> '/opt/loxberry/bin/plugins/stats4lox/create_element_langfiles.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/debugging' -> '/opt/loxberry/bin/plugins/stats4lox/debugging'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/debugging/showconfig.pl' -> '/opt/loxberry/bin/plugins/stats4lox/debugging/showconfig.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/debugging/debug_stats.pl' -> '/opt/loxberry/bin/plugins/stats4lox/debugging/debug_stats.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/debugging/updatepanel.pl' -> '/opt/loxberry/bin/plugins/stats4lox/debugging/updatepanel.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/import_loxone.pl' -> '/opt/loxberry/bin/plugins/stats4lox/import_loxone.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/import_scheduler.pl' -> '/opt/loxberry/bin/plugins/stats4lox/import_scheduler.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs' -> '/opt/loxberry/bin/plugins/stats4lox/libs'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Grafana.pm' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Grafana.pm'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/filechangeTracker.php' -> '/opt/loxberry/bin/plugins/stats4lox/libs/filechangeTracker.php'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Loxone'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/GetLoxplan.pm' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Loxone/GetLoxplan.pm'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/unpack_loxcc_py2_obsolete.py' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Loxone/unpack_loxcc_py2_obsolete.py'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/ParseXML.pm' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Loxone/ParseXML.pm'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/unpack_loxcc.py' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Loxone/unpack_loxcc.py'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Loxone/Import.pm' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Loxone/Import.pm'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Stats4Lox.pm' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Stats4Lox.pm'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/testXML.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/testXML.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/sendTelegraf.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/sendTelegraf.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/parseLocalStatfile.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/parseLocalStatfile.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/getValue.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/getValue.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/testtimestamps.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/testtimestamps.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/searchReplace.sh' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/searchReplace.sh'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/testtimestamps_workaround.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/testtimestamps_workaround.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/getLineformat.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/getLineformat.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/getTelegrafInternals.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/getTelegrafInternals.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/testTOML.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/testTOML.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/getLoxplan.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/getLoxplan.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/testing/parseLocalLoxplan.pl' -> '/opt/loxberry/bin/plugins/stats4lox/libs/testing/parseLocalLoxplan.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/Globals.pm' -> '/opt/loxberry/bin/plugins/stats4lox/libs/Globals.pm'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/libs/GrafanaS4L.pm' -> '/opt/loxberry/bin/plugins/stats4lox/libs/GrafanaS4L.pm'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/loadLoxoneMiniserverStatistics.py' -> '/opt/loxberry/bin/plugins/stats4lox/loadLoxoneMiniserverStatistics.py'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/loadMiniserverConfigurationFile.py' -> '/opt/loxberry/bin/plugins/stats4lox/loadMiniserverConfigurationFile.py'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/lox2telegraf.pl' -> '/opt/loxberry/bin/plugins/stats4lox/lox2telegraf.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/mqtt' -> '/opt/loxberry/bin/plugins/stats4lox/mqtt'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/mqtt/mqttlive.php' -> '/opt/loxberry/bin/plugins/stats4lox/mqtt/mqttlive.php'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/mqtt/phpMQTT.php' -> '/opt/loxberry/bin/plugins/stats4lox/mqtt/phpMQTT.php'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning' -> '/opt/loxberry/bin/plugins/stats4lox/provisioning'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/update_dashboards.pl' -> '/opt/loxberry/bin/plugins/stats4lox/provisioning/update_dashboards.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/delete_datasource_influx.pl' -> '/opt/loxberry/bin/plugins/stats4lox/provisioning/delete_datasource_influx.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/set_datasource_influx.pl' -> '/opt/loxberry/bin/plugins/stats4lox/provisioning/set_datasource_influx.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/provisioning/set_dashboard_provider.pl' -> '/opt/loxberry/bin/plugins/stats4lox/provisioning/set_dashboard_provider.pl'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/s4linflux' -> '/opt/loxberry/bin/plugins/stats4lox/s4linflux'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/bin/startinflux.sh' -> '/opt/loxberry/bin/plugins/stats4lox/startinflux.sh'
          
          22:41:58.392 [COLOR=green][B]OK:[/B][/COLOR] All file(s) were installed successfully.
          
          22:41:58.392 [COLOR=black][B]INFO:[/B] Setting file permissions: /bin/chmod -Rv 755 /opt/loxberry/bin/plugins/stats4lox[/COLOR]
          
          22:41:58.399 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
          
          22:41:58.400 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/bin/plugins/stats4lox[/COLOR]
          
          22:41:58.416 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
          
          22:41:58.417 [COLOR=black][B]INFO:[/B] Installing template files.[/COLOR]
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/chartengines.html' -> '/opt/loxberry/templates/plugins/stats4lox/chartengines.html'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana' -> '/opt/loxberry/templates/plugins/stats4lox/grafana'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/dashboards' -> '/opt/loxberry/templates/plugins/stats4lox/grafana/dashboards'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/dashboards/internals.json' -> '/opt/loxberry/templates/plugins/stats4lox/grafana/dashboards/internals.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/templates' -> '/opt/loxberry/templates/plugins/stats4lox/grafana/templates'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/templates/Dashboard with 1 panel.txt' -> '/opt/loxberry/templates/plugins/stats4lox/grafana/templates/Dashboard with 1 panel.txt'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/templates/template_panel_graph.json' -> '/opt/loxberry/templates/plugins/stats4lox/grafana/templates/template_panel_graph.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/grafana/templates/template_defaultDashboard.json' -> '/opt/loxberry/templates/plugins/stats4lox/grafana/templates/template_defaultDashboard.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/home.html' -> '/opt/loxberry/templates/plugins/stats4lox/home.html'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/input_mqtt.html' -> '/opt/loxberry/templates/plugins/stats4lox/input_mqtt.html'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang' -> '/opt/loxberry/templates/plugins/stats4lox/lang'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_es.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_es.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_cs.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_cs.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/language_en.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/language_en.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_fr.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_fr.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_no.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_no.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_de.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_de.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_pl.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_pl.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_es.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_es.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ch.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_ch.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_no.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_no.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_de.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_de.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ro.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_ro.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_nl.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_nl.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_cs.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_cs.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_pl.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_pl.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ru.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_ru.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_hu.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_hu.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_hu.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_hu.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_it.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_it.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_it.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_it.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_sk.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_sk.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ro.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_ro.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ru.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_ru.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ca.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_ca.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ca.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_ca.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_en.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_en.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_sk.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_sk.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_fr.json' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_fr.json'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_ch.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_ch.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_nl.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_nl.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/lang/loxelements_en.ini' -> '/opt/loxberry/templates/plugins/stats4lox/lang/loxelements_en.ini'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/logs.html' -> '/opt/loxberry/templates/plugins/stats4lox/logs.html'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/loxone_import_report.html' -> '/opt/loxberry/templates/plugins/stats4lox/loxone_import_report.html'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/mqttlive_loxone.html' -> '/opt/loxberry/templates/plugins/stats4lox/mqttlive_loxone.html'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/output_influx.html' -> '/opt/loxberry/templates/plugins/stats4lox/output_influx.html'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/templates/settings_loxone.html' -> '/opt/loxberry/templates/plugins/stats4lox/settings_loxone.html'
          
          22:41:58.468 [COLOR=green][B]OK:[/B][/COLOR] All file(s) were installed successfully.
          
          22:41:58.468 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/templates/plugins/stats4lox[/COLOR]
          
          22:41:58.484 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
          
          22:41:58.484 [COLOR=black][B]INFO:[/B] Installing cronjob files.[/COLOR]
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/cron/cron.reboot' -> '/opt/loxberry/system/cron/cron.reboot/stats4lox'
          
          22:41:58.521 [COLOR=black][B]INFO:[/B] Setting file permissions: /bin/chmod -Rv 755 /opt/loxberry/system/cron/cron.reboot[/COLOR]
          
          22:41:58.527 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
          
          22:41:58.528 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/system/cron/cron.reboot[/COLOR]
          
          22:41:58.538 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
          
          22:41:58.539 [COLOR=green][B]OK:[/B][/COLOR] All file(s) were installed successfully.
          
          22:41:58.540 [COLOR=black][B]INFO:[/B] Installing data files.[/COLOR]
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups' -> '/opt/loxberry/data/plugins/stats4lox/backups'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/plugininstall' -> '/opt/loxberry/data/plugins/stats4lox/backups/plugininstall'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/plugininstall/.dummy' -> '/opt/loxberry/data/plugins/stats4lox/backups/plugininstall/.dummy'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/system' -> '/opt/loxberry/data/plugins/stats4lox/backups/system'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/system/.dummy' -> '/opt/loxberry/data/plugins/stats4lox/backups/system/.dummy'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/user' -> '/opt/loxberry/data/plugins/stats4lox/backups/user'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/backups/user/.dummy' -> '/opt/loxberry/data/plugins/stats4lox/backups/user/.dummy'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/grafana' -> '/opt/loxberry/data/plugins/stats4lox/grafana'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/grafana/.dummy' -> '/opt/loxberry/data/plugins/stats4lox/grafana/.dummy'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/import' -> '/opt/loxberry/data/plugins/stats4lox/import'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/import/.dummy' -> '/opt/loxberry/data/plugins/stats4lox/import/.dummy'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/influxdb' -> '/opt/loxberry/data/plugins/stats4lox/influxdb'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/influxdb/.dummy' -> '/opt/loxberry/data/plugins/stats4lox/influxdb/.dummy'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/telegraf' -> '/opt/loxberry/data/plugins/stats4lox/telegraf'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/data/telegraf/.dummy' -> '/opt/loxberry/data/plugins/stats4lox/telegraf/.dummy'
          
          22:41:58.581 [COLOR=green][B]OK:[/B][/COLOR] All file(s) were installed successfully.
          
          22:41:58.581 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/data/plugins/stats4lox[/COLOR]
          
          22:41:58.593 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
          
          22:41:58.596 [COLOR=black][B]INFO:[/B] Installing htmlauth files.[/COLOR]
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/ajax.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/ajax.cgi'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/chartengines.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/chartengines.cgi'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/grabber' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/grabber'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/grabber/grabber_miniserver.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/grabber/grabber_miniserver.cgi'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/grabber/grabber_loxone.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/grabber/grabber_loxone.cgi'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_alert.png' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_alert.png'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_alert_20.png' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_alert_20.png'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_checked.png' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_checked.png'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_checked_20.png' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_checked_20.png'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_scheduled.psd' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_scheduled.psd'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_scheduled_20.png' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_scheduled_20.png'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_unchecked.png' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_unchecked.png'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_unchecked.psd' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_unchecked.psd'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/checkbox_unchecked_20.png' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/checkbox_unchecked_20.png'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/images/import_icon.png' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/images/import_icon.png'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/index.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/index.cgi'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/input_mqtt.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/input_mqtt.cgi'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/loxone_sub_navbar.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/loxone_sub_navbar.js'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/settings_loxone.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/settings_loxone.js'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/menu_structure (obsolete).js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/menu_structure (obsolete).js'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/vue.global.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/vue.global.js'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/mqttlive_loxone.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/mqttlive_loxone.js'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/loxone_import_report.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/loxone_import_report.js'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/inputs_outputs_sub_navbar.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/inputs_outputs_sub_navbar.js'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/home.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/home.js'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/js/input_mqtt.js' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/js/input_mqtt.js'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/logs.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/logs.cgi'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/loxone_import_report.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/loxone_import_report.cgi'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/main_loxone.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/main_loxone.cgi'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/mqttlive_loxone.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/mqttlive_loxone.cgi'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/output_influx.cgi' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/output_influx.cgi'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/webfrontend/htmlauth/test.pl' -> '/opt/loxberry/webfrontend/htmlauth/plugins/stats4lox/test.pl'
          
          22:41:58.646 [COLOR=green][B]OK:[/B][/COLOR] All file(s) were installed successfully.
          
          22:41:58.646 [COLOR=black][B]INFO:[/B] Setting file permissions: /usr/bin/find /opt/loxberry/webfrontend/htmlauth/plugins/stats4lox -iregex '.*\.cgi\|.*\.pl\|.*\.sh' -exec /bin/chmod -v 755 {} \;[/COLOR]
          
          22:41:58.711 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
          
          22:41:58.712 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/webfrontend/htmlauth/plugins/stats4lox[/COLOR]
          
          22:41:58.728 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
          
          22:41:58.731 [COLOR=black][B]INFO:[/B] Installing icon files.[/COLOR]
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/icon_128.png' -> '/opt/loxberry/webfrontend/html/system/images/icons/stats4lox/icon_128.png'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/icon_256.png' -> '/opt/loxberry/webfrontend/html/system/images/icons/stats4lox/icon_256.png'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/icon_512.png' -> '/opt/loxberry/webfrontend/html/system/images/icons/stats4lox/icon_512.png'
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/icons/icon_64.png' -> '/opt/loxberry/webfrontend/html/system/images/icons/stats4lox/icon_64.png'
          
          22:41:58.762 [COLOR=green][B]OK:[/B][/COLOR] Icons installed successfully.
          
          22:41:58.762 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -Rv loxberry.loxberry /opt/loxberry/webfrontend/html/system/images/icons/stats4lox[/COLOR]
          
          22:41:58.772 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
          
          22:41:58.773 [COLOR=black][B]INFO:[/B] Installing uninstall script.[/COLOR]
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/uninstall/uninstall' -> '/opt/loxberry/data/system/uninstall/stats4lox'
          
          22:41:58.782 [COLOR=green][B]OK:[/B][/COLOR] All file(s) were installed successfully.
          
          22:41:58.782 [COLOR=black][B]INFO:[/B] Setting file permissions: /bin/chmod -v 755 /opt/loxberry/data/system/uninstall/stats4lox[/COLOR]
          
          22:41:58.788 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
          
          22:41:58.788 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -v root.root /opt/loxberry/data/system/uninstall/stats4lox[/COLOR]
          
          22:41:58.797 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
          
          22:41:58.797 [COLOR=black][B]INFO:[/B] Installing sudoers file.[/COLOR]
          '/opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/sudoers/sudoers' -> '/opt/loxberry/system/sudoers/stats4lox'
          
          22:41:58.806 [COLOR=green][B]OK:[/B][/COLOR] All file(s) were installed successfully.
          
          22:41:58.806 [COLOR=black][B]INFO:[/B] Setting file permissions: /bin/chmod -v 644 /opt/loxberry/system/sudoers/stats4lox[/COLOR]
          
          22:41:58.812 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
          
          22:41:58.812 [COLOR=black][B]INFO:[/B] Setting file ownership: /bin/chown -v root.root /opt/loxberry/system/sudoers/stats4lox[/COLOR]
          
          22:41:58.822 [COLOR=green][B]OK:[/B][/COLOR] File ownership set successfully.
          
          22:41:58.830 [COLOR=black][B]INFO:[/B] Refreshing APT database.[/COLOR]
          
          22:41:59.180 [COLOR=black][B]INFO:[/B] No process is locking apt or dpkg. Fine.[/COLOR]
          
          22:41:59.186 [COLOR=black][B]INFO:[/B] Starting dpkg --configure...[/COLOR]
          
          22:41:59.332 [COLOR=green][B]OK:[/B][/COLOR] Configuring dpkg successfully.
          
          22:41:59.332 [COLOR=black][B]INFO:[/B] Clean up apt-databases and update[/COLOR]
          Reading package lists...
          Building dependency tree...
          Reading state information...
          0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded.
          
          22:42:12.484 [COLOR=green][B]OK:[/B][/COLOR] Eventually broken Apt packages installed successfully.
          Reading package lists...
          Building dependency tree...
          Reading state information...
          0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded.
          
          22:42:14.691 [COLOR=green][B]OK:[/B][/COLOR] Apt packages autoremoved successfully.
          Hit:1 https://deb.debian.org/debian bookworm InRelease
          Hit:2 https://deb.debian.org/debian bookworm-updates InRelease
          Get:3 https://repos.influxdata.com/debian stable InRelease [6913 B]
          Hit:4 https://dl.yarnpkg.com/debian stable InRelease
          Hit:5 https://deb.debian.org/debian-security bookworm-security InRelease
          Hit:6 https://apt.grafana.com stable InRelease
          Hit:7 https://deb.debian.org/debian bookworm-backports InRelease
          Hit:8 https://deb.nodesource.com/node_20.x nodistro InRelease
          Hit:9 https://dietpi.com/apt bookworm InRelease
          Hit:10 https://dietpi.com/apt all InRelease
          Hit:11 https://archive.raspberrypi.com/debian bookworm InRelease
          Err:3 https://repos.influxdata.com/debian stable InRelease
          The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA61C26A0585BD3B
          Get:12 https://packages.sury.org/php bookworm InRelease [6133 B]
          Err:12 https://packages.sury.org/php bookworm InRelease
          The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
          Reading package lists...
          W: GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA61C26A0585BD3B
          E: The repository 'https://repos.influxdata.com/debian stable InRelease' is not signed.
          W: Skipping acquire of configured file 'rpi4/binary-arm64/Packages' as repository 'https://dietpi.com/apt bookworm InRelease' doesn't have the component 'rpi4' (component misspelt in sources.list?)
          W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.sury.org/php bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
          
          22:42:30.683 [COLOR=red][B]ERROR:[/B][/COLOR] Error updating apt database - Error 100
          
          22:42:30.684 [COLOR=black][B]INFO:[/B] Updating YARN key...[/COLOR]
          
          22:42:30.960 [COLOR=black][B]INFO:[/B] Updating NodeJS key...[/COLOR]
          Hit:1 https://deb.debian.org/debian bookworm InRelease
          Hit:2 https://deb.debian.org/debian bookworm-updates InRelease
          Hit:3 https://deb.debian.org/debian-security bookworm-security InRelease
          Hit:4 https://deb.debian.org/debian bookworm-backports InRelease
          Get:5 https://packages.sury.org/php bookworm InRelease [6133 B]
          Get:6 https://repos.influxdata.com/debian stable InRelease [6913 B]
          Hit:7 https://apt.grafana.com stable InRelease
          Hit:8 https://deb.nodesource.com/node_20.x nodistro InRelease
          Hit:9 https://dietpi.com/apt bookworm InRelease
          Hit:10 https://dl.yarnpkg.com/debian stable InRelease
          Hit:11 https://dietpi.com/apt all InRelease
          Hit:12 https://archive.raspberrypi.com/debian bookworm InRelease
          Err:5 https://packages.sury.org/php bookworm InRelease
          The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
          Err:6 https://repos.influxdata.com/debian stable InRelease
          The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA61C26A0585BD3B
          Reading package lists...
          W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.sury.org/php bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
          W: GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA61C26A0585BD3B
          E: The repository 'https://repos.influxdata.com/debian stable InRelease' is not signed.
          W: Skipping acquire of configured file 'rpi4/binary-arm64/Packages' as repository 'https://dietpi.com/apt bookworm InRelease' doesn't have the component 'rpi4' (component misspelt in sources.list?)
          
          22:42:45.785 [COLOR=red][B]ERROR:[/B][/COLOR] Error updating apt database - Error 100
          
          22:42:45.786 [COLOR=black][B]INFO:[/B] Updating YARN key...[/COLOR]
          
          22:42:46.040 [COLOR=black][B]INFO:[/B] Updating NodeJS key...[/COLOR]
          
          22:42:46.246 [COLOR=red][B]ERROR:[/B][/COLOR] Error updating apt database. All servers give an error. Internet connection available? Giving up.
          
          22:42:46.299 [COLOR=green][B]OK:[/B][/COLOR] Apt cache cleaned successfully.
          
          22:42:46.299 [COLOR=red][B]WARNING:[/B][/COLOR] APT database could not be refreshed.
          
          22:42:46.299 [COLOR=black][B]INFO:[/B] Installing additional software packages.[/COLOR]
          
          22:42:46.639 [COLOR=black][B]INFO:[/B] No process is locking apt or dpkg. Fine.[/COLOR]
          
          22:42:46.640 [COLOR=black][B]INFO:[/B] Installing apt packages influxdb telegraf grafana libtoml-parser-perl software-properties-common...[/COLOR]
          Reading package lists...
          Building dependency tree...
          Reading state information...
          E: Unable to locate package telegraf
          
          22:42:56.887 [COLOR=red][B]CRITICAL:[/B][/COLOR] Error installing influxdb telegraf grafana libtoml-parser-perl software-properties-common - Error 100
          
          22:42:56.888 [COLOR=red][B]WARNING:[/B][/COLOR] (Some) Packages could not be installed.
          
          22:42:56.898 [COLOR=black][B]INFO:[/B] Updating skels for Logfiles in tmpfs.[/COLOR]
          
          22:42:57.436 [COLOR=green][B]OK:[/B][/COLOR] Script/Command executed successfully.
          
          22:42:57.437 [COLOR=black][B]INFO:[/B] Starting script POSTROOT.[/COLOR]
          
          22:42:57.437 [COLOR=black][B]INFO:[/B] Setting file permissions: /bin/chmod -v a+x /opt/loxberry/data/system/tmp/uploads/Tdey5d1LdN/LoxBerry-Plugin-Stats4Lox-NG-0.9.10.1/postroot.sh[/COLOR]
          
          22:42:57.443 [COLOR=green][B]OK:[/B][/COLOR] File permissions set successfully.
          
          [COLOR=black][B]INFO:[/B] Stopping InfluxDB and Telegraf.[/COLOR]
          Failed to stop influxdb.service: Unit influxdb.service not loaded.
          Failed to stop telegraf.service: Unit telegraf.service not loaded.
          Failed to stop grafana-server.service: Unit grafana-server.service not loaded.
          
          [COLOR=black][B]INFO:[/B] Adding user loxberry to groups influxdb, telegraf, grafana...[/COLOR]
          usermod: group 'influxdb' does not exist
          usermod: group 'telegraf' does not exist
          usermod: group 'grafana' does not exist
          
          [COLOR=black][B]INFO:[/B] Adding user influxdb to group loxberry...[/COLOR]
          usermod: user 'influxdb' does not exist
          
          [COLOR=black][B]INFO:[/B] Adding user telegraf to group loxberry...[/COLOR]
          usermod: user 'telegraf' does not exist
          
          [COLOR=black][B]INFO:[/B] Adding user grafana to group loxberry...[/COLOR]
          usermod: user 'grafana' does not exist
          
          [COLOR=black][B]INFO:[/B] Activating my own InfluxDB configuration.[/COLOR]
          
          [COLOR=black][B]INFO:[/B] No SSL certificates for InfluxDB found.[/COLOR]
          
          [COLOR=black][B]INFO:[/B] Creating (new) self-signed SSL certificates.[/COLOR]
          ....+...+...+...+.......+.....+.........+.+.........+.....+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*.+....+..+......+...+......+.+...+.........+............+...+...+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*......+.........+...........+..........+...........+......+.......+...+..+...+.......+...+...+..+.......+..+......+....+.....+...+.+.........+.....+............+.+.........+........+...+.........+...+..........+........+..........+..+.+..+.......+..+...+...+.......+......+....................+.+............................................+....+...+..+.......+.....+...+..........+...+...+.....+.........+.+............+..+.+..+.......+...+.........+.........+.....+....+...+............+............+..............+....+..+.........+......+....+..+.........+.+.....+.......+..+...............+...+...+....+...+..+..........+........+.......+......+...+.....+......+.+.....+....+....................+....+............+............+......+......+........+...+..........+..............+....+......+........+......+.+..............+..........+..+.......+.....+...+....+......+..................+............+.................+...+...+......+.+...+.........+..+......+....+...+.....+.+......+........+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          .+..+.+......+.....+...+...+....+......+...+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*...+..........+...............+.........+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*..........+......+......+....+..................+......+......+...+......+...............+..+.........+.............+...+............+.....+...+.......+..+.........+.+...+.....+............+.........+.+.....+.+........+.......+..+...+....+......+.....+...+................+.....+...+...+...+....+...............+......+.....+.+........+...+...............+....+....................+...+.+......+...+.....+.+.....+.+......+.........+......+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          -----
          
          [COLOR=black][B]INFO:[/B] Set permissions for user influxdb for all config/data folders: /opt/loxberry/data/plugins/stats4lox/influxdb /opt/loxberry/config/plugins/stats4lox/influxdb[/COLOR]
          chown: invalid user: 'influxdb:loxberry'
          chown: invalid user: 'influxdb:loxberry'
          
          [COLOR=black][B]INFO:[/B] Current file permisssions in /opt/loxberry/data/plugins/stats4lox/influxdb:[/COLOR]
          total 0
          
          [COLOR=black][B]INFO:[/B] Current file permisssions in /opt/loxberry/config/plugins/stats4lox/influxdb[/COLOR]
          total 32
          -rw-rw---- 1 root root 1257 Jan 22 22:42 influxdb-selfsigned.crt
          -rw-rw---- 1 root root 1704 Jan 22 22:42 influxdb-selfsigned.key
          -rw-r--r-- 1 loxberry loxberry 21797 Jan 22 22:41 influxdb.conf
          
          [COLOR=black][B]INFO:[/B] Enlarge Unix receive buffer limit...[/COLOR]
          net.unix.max_dgram_qlen = 10000
          
          [COLOR=black][B]INFO:[/B] Install Drop-In for Influx and Telegraf and Grafana systemd services...[/COLOR]
          
          [COLOR=black][B]INFO:[/B] Starting InfluxDB...[/COLOR]
          Unit influxdb.service does not exist, proceeding anyway.
          Failed to enable unit: Unit file influxdb.service does not exist.
          Failed to start influxdb.service: Unit influxdb.service not found.
          
          [COLOR=red][B]CRITICAL:[/B][/COLOR] Seems that InfluxDB could not be started. Giving up.
          
          22:43:09.201 [COLOR=red][B]CRITICAL:[/B][/COLOR] Script/Command fails. Installation cannot be continued.
          
          22.01.2026 22:43:09 TASK FINISHED

          Kommentar

          • Vaddy
            Extension Master
            • 19.01.2017
            • 110

            #802
            Ich habe dasselbe Problem komme aber mit der Antwort von rani22 nicht weiter gibt´s da noch was einfaches oder eine weiter Beschreibung. Oder geht das ggfs überhaupt anders da das Plugin ja sowieso nicht weiter entwickelt wird.

            Kommentar


            • rani22
              rani22 kommentierte
              Kommentar bearbeiten
              Habe einen pullrequest gemacht um das problem zu lösen. Der Entwickler muss sich das noch anschauen. Dann kannst du es nochmals versuchen.
          • Vaddy
            Extension Master
            • 19.01.2017
            • 110

            #803
            Ui ich hab mal kurz gegooglt das hört sich ziemlich kompliziert an machts einen Sinn einen weitern Loxberry (ich nutze DietPi auf einem Proxmox also keine weitere Hardware) mit neuester Firmware aufzusetzen ?

            Kommentar

            • yns
              Azubi
              • 06.02.2023
              • 8

              #804
              Hänge mich hier mal dran.

              Raspberry 3B, clean DietPi Bookworm installation. Anschließend Weather4Lox installiert (hat geklappt) und wollte Stats4Lox installieren, ging leider nicht mit bekanntem Fehler.
              Angehängte Dateien

              Kommentar

              • Prof.Mobilux
                Supermoderator
                • 25.08.2015
                • 5294

                #805
                Hallo zusammen,

                ich habe mal ein Mini-Bugfix-Update gemacht. Änderungen:

                - Installation sollte wieder durchlaufen - Danke an rani22
                - Grafana ist auf die aktuelle Version 12.3.x gehoben - Danke an Steiny

                Download: https://github.com/mschlenstedt/LoxB...s/0.9.10.2.zip

                Achtung bei einem Upgrade:

                Wenn Grafana bei Euch nicht mehr startet, müsst ihr den doppelten Eintrag/Zeile "database: stats4lox" aus der Datei "/opt/loxberry/config/plugins/stats4lox/grafana/provisioning/datasources/stats4lox.yaml" entfernen. Dazu müsst ihr die Datei mit einem texteditor entsprechend bearbeiten. Das geht auch über den Windows Share - dann aber einen ordentlichen Texteditor wie Notepad++ verwenden. Danke an Steiny für seinen Test hier: https://www.loxforum.com/forum/proje...208#post471208
                🇺🇦 Hilfe für die Menschen der Ukraine: https://www.loxforum.com/forum/proje...Cr-die-ukraine


                LoxBerry - Beyond the Limits

                Kommentar


                • rani22
                  rani22 kommentierte
                  Kommentar bearbeiten
                  Bei mir hat das update problemlos funktioniert Vielen Dank

                • Vaddy
                  Vaddy kommentierte
                  Kommentar bearbeiten
                  Moins bin die Woche nicht im Lande probier ich aber dann gleich aus vielen vielen Dank schonmal an alle
              • t_heinrich
                Lox Guru
                • 07.01.2016
                • 2167

                #806
                Zitat von Prof.Mobilux
                - Grafana ist auf die aktuelle Version 12.3.x gehoben - Danke an Steiny
                [/URL]
                Steiny und Prof.Mobilux vielen Dank für eure Mühen, Update lief bei mir problemlos durch.

                Kurze Frage ist es möglich Datenpunkte die es in der LoxConfig nicht mehr gibt in Grafana zu löschen?

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

Name: Bildschirmfoto 2026-02-21 um 13.12.17.png
Ansichten: 181
Größe: 110,5 KB
ID: 479508

                Kommentar

                • Steiny
                  Smart Home'r
                  • 11.07.2016
                  • 39

                  #807
                  Ja, du kannst per InfluxCLI die Daten bzw. Measurements aus der Influxdb löschen. Danach sollten sie auch aus grafana verschwinden, vermute ich zumindest.

                  VG
                  Zuletzt geändert von Prof.Mobilux; 21.02.2026, 15:46.

                  Kommentar

                • Vaddy
                  Extension Master
                  • 19.01.2017
                  • 110

                  #808
                  Moinsens ich hab gerade neu installiert lief problemlos durch super vielen Dank nochmal an alle

                  Kommentar

                  • telemark
                    Azubi
                    • In den letzten 2 Wochen
                    • 1

                    #809
                    Hallo alle,

                    ich habe Stats4Lox NG 0.9.10.2 auf einer frisch neu aufgebauten LoxBerry-VM getestet und bekomme reproduzierbar einen Installationsfehler.

                    Umgebung:
                    • Proxmox VE
                    • LoxBerry frisch installiert
                    • Debian 13 (trixie)
                    • systemd 257
                    • Hostname / DNS / statische IP / Locale vorher sauber korrigiert
                    • kein Altbestand vom vorherigen Versuch

                    Fehlerbild bei der Stats4Lox-Installation:
                    • influxdb-User existiert nicht
                    • influxdb.service existiert nicht
                    • trotzdem versucht der Installer bereits chown influxdb:loxberry sowie systemctl enable/start influxdb

                    Ausschnitt:

                    INFO: Set permissions for user influxdb for all config/data folders: /opt/loxberry/data/plugins/stats4lox/influxdb /opt/loxberry/config/plugins/stats4lox/influxdb
                    chown: invalid user: 'influxdb:loxberry'
                    chown: invalid user: 'influxdb:loxberry'

                    INFO: Starting InfluxDB...
                    Unit influxdb.service does not exist, proceeding anyway.
                    Failed to enable unit: Unit influxdb.service does not exist
                    Failed to start influxdb.service: Unit influxdb.service not found.

                    CRITICAL: Seems that InfluxDB could not be started. Giving up.

                    Wichtig: Das passiert auch nach kompletter Neuerstellung der VM und frischer LoxBerry-Installation erneut.

                    Für mich sieht es so aus, als ob die Influx-Komponenten auf dieser Basis nicht sauber installiert werden, der Installer aber trotzdem in die nächsten Schritte weiterläuft.

                    Frage:
                    Ist Stats4Lox NG 0.9.10.2 auf Debian 13 / trixie aktuell unterstützt bzw. getestet?


                    Oder ist für Stats4Lox derzeit weiterhin eher Debian 12 / Bookworm die empfohlene Basis?

                    Danke!

                    Kommentar


                    • hme0354
                      hme0354 kommentierte
                      Kommentar bearbeiten
                      Selbe bei mir
                  Lädt...