Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. backitup Fehlermeldung

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    backitup Fehlermeldung

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      maximinus last edited by

      backitup v2.6.19
      admin v6.3.5

      Da ich trotz Forumsuche nichts Passendes gefunden habe.

      Seit einigen Tagen blieb der Adapter rot. Ursache war wie sich herausstellte der veraltete admin adapter. Nach update wurde backitup wieder grün, brachte aber bei der nächtlichen Sicherung die folgende Fehlermeldung:

      BackItUp:
      Your backup was not completely created. Please check the errors!!
      
      grafana: {"message":"Request failed with status code 500","name":"AxiosError","stack":"AxiosError: Request failed with status code 500\n    at settle (/opt/iobroker/node_modules/iobroker.backitup/node_modules/axios/lib/core/settle.js:19:12)\n    at IncomingMessage.handleStreamEnd (/opt/iobroker/node_modules/iobroker.backitup/node_modules/axios/lib/adapters/http.js:570:11)\n    at IncomingMessage.emit (node:events:525:35)\n    at IncomingMessage.emit (node:domain:489:12)\n    at endReadableNT (node:internal/streams/readable:1358:12)\n    at processTicksAndRejections (node:internal/process/task_queues:83:21)","config":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"adapter":["xhr","http"],"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"env":{"Blob":null},"headers":{"Accept":"application/json, text/plain, */*","Authorization":"Bearer ****","User-Agent":"axios/1.4.0","Accept-Encoding":"gzip, compress, deflate, br"},"method":"get","url":"http://192.168.178.159:3000/api/search","responseType":"json","httpsAgent":{"_events":{},"_eventsCount":2,"_maxListeners":100,"defaultPort":443,"protocol":"https:","options":{"rejectUnauthorized":true,"path":null},"requests":{},"sockets":{},"freeSockets":{},"keepAliveMsecs":1000,"keepAlive":false,"maxSockets":null,"maxFreeSockets":256,"scheduling":"lifo","maxTotalSockets":null,"totalSocketCount":0,"maxCachedSessions":100,"_sessionCache":{"map":{},"list":[]}}},"code":"ERR_BAD_RESPONSE","status":500}  
      

      Wenn man ein manuelles Backup macht läuft es durch. Es kommen 2 Errormeldungen aber das Backup scheint von den Größen her i. O. zu sein

      [ERROR] [grafana] - Error on Grafana Dashoard Request: AxiosError: Request failed with status code 500
      [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
      

      Wie ist das zu beheben?

      Ich bin nicht so versiert dass ich das aus der Meldung erkennen könnte.

      LG Gerhard

      DJMarc75 ? 2 Replies Last reply Reply Quote 0
      • DJMarc75
        DJMarc75 @maximinus last edited by

        @maximinus sagte in backitup Fehlermeldung:

        Wie ist das zu beheben?

        bitte die Ausgabe von

        iob diag
        

        hier reinstellen - in Codetags

        M 1 Reply Last reply Reply Quote 0
        • ?
          A Former User @maximinus last edited by

          @maximinus sagte in backitup Fehlermeldung:

          Ich bin nicht so versiert dass ich das aus der Meldung erkennen könnte.

          Moin,

          zusätzlich, zu den angeforderten Informationen von @DJMarc75, ist es ja auch interessant zu wissen, was Du alles nutzt.

          Also, zusätzlich zu ioBroker, nutzt Du noch

          • Grafana ← Das ist ja auch der Störenfried
          • influxDB
          • ...
          • und läuft alles auf demselben System?
          • wie hast Du die 3rd Party Produkten installiert?
          • Wie ist BackitUp eingerichtet, am besten von den Einstellungen Screenshots hier zeigen?

          Du kannst Dich aber ganz normal an Grafana anmelden? Kannst Du Dich mal durch diesen Thread arbeiten https://forum.iobroker.net/topic/65972/backitup-influxdb2-grafana/34 und schauen, ob da etwas nützliches drin steht?

          VG
          Bernd

          1a6d673d-cf7d-4b38-a56b-b67931e9cdfb-grafik.png
          a17a459f-c178-4276-82d5-5cc2bfc6bce5-grafik.png

          M 1 Reply Last reply Reply Quote 0
          • M
            maximinus @DJMarc75 last edited by

            @djmarc75
            Irgend etwas mache ich da wohl falsch. iob diag bringt mir die gkleich eAnzeige wie iob --help

            War das gemeint?

            pi@raspberrypi:~ $ iob diag
            iobroker [command]
            
            Commands:
              iobroker setup                                               Setup ioBroker
              iobroker start [all|<adapter>.<instance>]                    Starts the js-controller or a specified adapter instance
              iobroker stop [<adapter>.<instance>]                         stops the js-controller or a specified adapter instance
              iobroker restart [<adapter>.<instance>]                      Restarts js-controller or a specified adapter instance  [aliases: r]
              iobroker debug <adapter>[.<instance>]                        Starts a Node.js debugging session for the adapter instance
              iobroker info                                                Shows the host info
              iobroker logs [<adapter>]                                    Monitor log
              iobroker add <adapter> [desiredNumber]                       Add instance of adapter  [aliases: a]
              iobroker install <adapter>                                   Installs a specified adapter  [aliases: i]
              iobroker rebuild [<module>]                                  Rebuild all native modules or path
              iobroker url <url> [<name>]                                  Install adapter from specified url, e.g. GitHub
              iobroker del <adapter>                                       Remove adapter and all instances from this host  [aliases: delete]
              iobroker del <adapter>.<instance>                            Remove adapter instance  [aliases: delete]
              iobroker update [<repositoryUrl>]                            Update repository and list adapters
              iobroker upgrade                                             Upgrade management
              iobroker upload [all|<adapter>]                              Upload management  [aliases: u]
              iobroker object                                              Object management  [aliases: o]
              iobroker state                                               State management  [aliases: s]
              iobroker message <adapter>[.instance] <command> [<message>]  Send message to adapter instance/s
              iobroker list <type> [<filter>]                              List all entries, like objects
              iobroker chmod <mode> <file>                                 Change file rights
              iobroker chown <user> <group> <file>                         Change file ownership
              iobroker touch <file>                                        Touch file
              iobroker rm <file>                                           Remove file
              iobroker file                                                File management
              iobroker user                                                User commands
              iobroker group                                               group management
              iobroker host <hostname>                                     Set host to given hostname
              iobroker set <adapter>.<instance>                            Change settings of adapter config
              iobroker license <license.file or license.text>              Update license by given file
              iobroker cert                                                Certificate management
              iobroker clean <yes>                                         Clears all objects and states
              iobroker backup                                              Create backup
              iobroker restore <backup name or path>                       Restore a specified backup
              iobroker validate <backup name or path>                      Validate a specified backup
              iobroker status [all|<adapter>.<instance>]                   Status of ioBroker or adapter instance  [aliases: isrun]
              iobroker repo [<name>]                                       Show repo information
              iobroker uuid                                                Show uuid of the installation  [aliases: id]
              iobroker unsetup                                             Reset license, installation secret and language
              iobroker fix                                                 Execute the installation fixer script, this updates your ioBroker installation
              iobroker multihost                                           Multihost management
              iobroker compact                                             compact group management
              iobroker plugin                                              Plugin management
              iobroker version [<adapter>]                                 Show version of js-controller or specified adapter  [aliases: v]
            
            Options:
              --help  Show help  [boolean]
            
            
            DJMarc75 1 Reply Last reply Reply Quote 0
            • DJMarc75
              DJMarc75 @maximinus last edited by

              @maximinus sagte in backitup Fehlermeldung:

              Irgend etwas mache ich da wohl falsch

              Nein, Deine Installation ist halt nicht neu genug für iob debug...

              iob stop
              iob fix
              iob start
              

              warten und dann

              iob diag
              

              und davon dann bitte die Langfassung hier in Codetags posten 🙂

              M 1 Reply Last reply Reply Quote 0
              • M
                maximinus @Guest last edited by

                @dp20eic

                Alles läuft am selben Raspi. ioBroker, influx und grafana laufen anstandslos und das seit vielen Monaten. Nur die Datensicherung macht Probleme.backitup Einstellungen.png

                ? 1 Reply Last reply Reply Quote 0
                • M
                  maximinus @DJMarc75 last edited by Homoran

                  @djmarc75

                  Bin beeindruckt was da alles geht. Danke.

                  Hoffentlich hilft das weiter

                  ======== Start marking the full check here =========

                  Skript v.2023-04-16
                  
                  *** BASE SYSTEM ***
                  Model           : Raspberry Pi 4 Model B Rev 1.1
                  Architecture    : armv7l
                  Docker          : false
                  Virtualization  : none
                  Distributor ID: Raspbian
                  Description:    Raspbian GNU/Linux 11 (bullseye)
                  Release:        11
                  Codename:       bullseye
                  
                  PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                  NAME="Raspbian GNU/Linux"
                  VERSION_ID="11"
                  VERSION="11 (bullseye)"
                  VERSION_CODENAME=bullseye
                  ID=raspbian
                  ID_LIKE=debian
                  HOME_URL="http://www.raspbian.org/"
                  SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                  BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                  
                  Systemuptime and Load:
                   14:59:18 up 51 days, 47 min,  2 users,  load average: 2.22, 1.16, 0.68
                  CPU threads: 4
                  
                  Raspberry only:
                  throttled=0x0
                  Other values than 0x0 hint to temperature/voltage problems
                  temp=49.1'C
                  volt=0.8375V
                  
                  *** Time and Time Zones ***
                                 Local time: Wed 2023-06-14 14:59:18 CEST
                             Universal time: Wed 2023-06-14 12:59:18 UTC
                                   RTC time: n/a
                                  Time zone: Europe/Vienna (CEST, +0200)
                  System clock synchronized: yes
                                NTP service: active
                            RTC in local TZ: no
                  
                  *** User and Groups ***
                  pi
                  /home/pi
                  pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                  
                  *** X-Server-Setup ***
                  X-Server:       false
                  Desktop:
                  Terminal:       tty
                  Boot Target:    multi-user.target
                  
                  *** MEMORY ***
                                 total        used        free      shared  buff/cache   available
                  Mem:            3.8G        1.1G        1.5G        0.0K        1.3G        3.0G
                  Swap:            99M         29M         70M
                  Total:          3.9G        1.1G        1.6G
                  
                           3837 M total memory
                           1061 M used memory
                            921 M active memory
                           1201 M inactive memory
                           1500 M free memory
                            256 M buffer memory
                           1019 M swap cache
                             99 M total swap
                             29 M used swap
                             70 M free swap
                  
                  Raspberry only:
                  oom events: 0
                  lifetime oom required: 0 Mbytes
                  total time in oom handler: 0 ms
                  max time spent in oom handler: 0 ms
                  
                  *** FILESYSTEM ***
                  Filesystem     Type      Size  Used Avail Use% Mounted on
                  /dev/root      ext4      117G   21G   91G  19% /
                  devtmpfs       devtmpfs  1.8G     0  1.8G   0% /dev
                  tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                  tmpfs          tmpfs     768M  1.3M  767M   1% /run
                  tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                  /dev/sda1      vfat      253M   50M  203M  20% /boot
                  tmpfs          tmpfs     384M   16K  384M   1% /run/user/1000
                  
                  Messages concerning ext4 filesystem in dmesg:
                  [Mon Apr 24 14:11:29 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:64:1F:3C vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=bcf4838c-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                  [Mon Apr 24 14:11:31 2023] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
                  [Mon Apr 24 14:11:31 2023] EXT4-fs (sda2): write access will be enabled during recovery
                  [Mon Apr 24 14:11:32 2023] EXT4-fs (sda2): orphan cleanup on readonly fs
                  [Mon Apr 24 14:11:32 2023] EXT4-fs (sda2): 1 orphan inode deleted
                  [Mon Apr 24 14:11:32 2023] EXT4-fs (sda2): recovery complete
                  [Mon Apr 24 14:11:32 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                  [Mon Apr 24 14:11:32 2023] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                  [Mon Apr 24 14:11:35 2023] EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: none.
                  
                  Show mounted filesystems (real ones only):
                  TARGET  SOURCE    FSTYPE OPTIONS
                  /       /dev/sda2 ext4   rw,noatime
                  `-/boot /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                  
                  Files in neuralgic directories:
                  
                  /var:
                  5.7G    /var/
                  4.8G    /var/log
                  3.8G    /var/log/journal/576f358b250c4617b98a23b9a999219a
                  3.8G    /var/log/journal
                  638M    /var/lib
                  
                  Archived and active journals take up 3.7G in the file system.
                  
                  /opt/iobroker/backups:
                  9.6G    /opt/iobroker/backups/
                  4.0K    /opt/iobroker/backups/scripte
                  
                  /opt/iobroker/iobroker-data:
                  347M    /opt/iobroker/iobroker-data/
                  272M    /opt/iobroker/iobroker-data/files
                  62M     /opt/iobroker/iobroker-data/backup-objects
                  51M     /opt/iobroker/iobroker-data/files/javascript.admin
                  37M     /opt/iobroker/iobroker-data/files/material
                  
                  The five largest files in iobroker-data are:
                  27M     /opt/iobroker/iobroker-data/files/material/static/js/2.73100bd6.chunk.js.map
                  21M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/2.2e59ed19.chunk.js.map
                  11M     /opt/iobroker/iobroker-data/objects.jsonl
                  9.3M    /opt/iobroker/iobroker-data/files/echarts.admin/static/js/2.2d545efe.chunk.js.map
                  9.1M    /opt/iobroker/iobroker-data/files/echarts/static/js/2.a2360eda.chunk.js.map
                  
                  *** NodeJS-Installation ***
                  
                  /usr/bin/nodejs         v16.17.0
                  /usr/bin/node           v16.17.0
                  /usr/bin/npm            8.15.0
                  /usr/bin/npx            8.15.0
                  
                  
                  nodejs:
                    Installed: 16.17.0-deb-1nodesource1
                    Candidate: 16.20.0-deb-1nodesource1
                    Version table:
                       16.20.0-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                   *** 16.17.0-deb-1nodesource1 100
                          100 /var/lib/dpkg/status
                       12.22.12~dfsg-1~deb11u4 500
                          500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                  
                  Temp directories causing npm8 problem: 0
                  No problems detected
                  
                  *** ioBroker-Installation ***
                  
                  ioBroker Status
                  iobroker is running on this host.
                  
                  
                  Objects type: jsonl
                  States  type: redis
                  
                  MULTIHOSTSERVICE/enabled: false
                  
                  Core adapters versions
                  js-controller:  4.0.24
                  admin:          6.3.5
                  javascript:     6.1.4
                  
                  Adapters from github:   2
                  
                  Adapter State
                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                    system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
                    system.adapter.awattar.0                : awattar               : raspberrypi                              -  enabled
                  + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                  + system.adapter.denon.0                  : denon                 : raspberrypi                              -  enabled
                    system.adapter.devices.0                : devices               : raspberrypi                              - disabled
                    system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                    system.adapter.echarts.0                : echarts               : raspberrypi                              - disabled
                    system.adapter.email.0                  : email                 : raspberrypi                              - disabled
                  + system.adapter.energiefluss.0           : energiefluss          : raspberrypi                              -  enabled
                  + system.adapter.evcc.1                   : evcc                  : raspberrypi                              -  enabled, port: 7070
                    system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
                    system.adapter.habpanel.0               : habpanel              : raspberrypi                              -  enabled
                    system.adapter.history.0                : history               : raspberrypi                              - disabled
                  + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                    system.adapter.info.0                   : info                  : raspberrypi                              - disabled
                    system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
                    system.adapter.iqontrol.0               : iqontrol              : raspberrypi                              - disabled
                    system.adapter.jarvis.0                 : jarvis                : raspberrypi                              - disabled
                  + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                    system.adapter.material.0               : material              : raspberrypi                              - disabled
                  + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1886, bind: 0.0.0.0
                    system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled
                    system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled
                    system.adapter.pushover.0               : pushover              : raspberrypi                              - disabled
                  + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                  + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1500, bind: 0.0.0.0
                  + system.adapter.telegram.1               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                  + system.adapter.text2command.0           : text2command          : raspberrypi                              -  enabled
                    system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled
                    system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              -  enabled
                  + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                    system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  
                  + instance is alive
                  
                  Enabled adapters with bindings
                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                  + system.adapter.evcc.1                   : evcc                  : raspberrypi                              -  enabled, port: 7070
                  + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                  + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1886, bind: 0.0.0.0
                  + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1500, bind: 0.0.0.0
                  + system.adapter.telegram.1               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                  
                  ioBroker-Repositories
                  live-stable   : http://iobroker.live/repo/sources-dist.json
                  live-beta     : http://iobroker.live/repo/sources-dist-latest.json
                  stable        : http://download.iobroker.net/sources-dist.json
                  beta          : http://download.iobroker.net/sources-dist-latest.json
                  
                  Active repo(s): stable
                  
                  Installed ioBroker-Instances
                  Used repository: stable
                  Adapter    "admin"        : 6.3.5    , installed 6.3.5
                  Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
                  Adapter    "alias-manager": 1.2.4    , installed 1.2.4
                  Adapter    "awattar"      : 1.0.6    , installed 1.0.6
                  Adapter    "backitup"     : 2.6.19   , installed 2.6.19
                  Adapter    "denon"        : 1.15.0   , installed 1.15.0
                  Adapter    "devices"      : 1.1.2    , installed 1.0.10 [Updatable]
                  Adapter    "discovery"    : 3.1.0    , installed 3.0.3  [Updatable]
                  Adapter    "echarts"      : 1.0.12   , installed 1.0.7  [Updatable]
                  Adapter    "email"        : 1.1.4    , installed 1.0.10 [Updatable]
                  Adapter    "flot"         : 1.11.0   , installed 1.10.7 [Updatable]
                  Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                  Adapter    "history"      : 2.2.4    , installed 1.11.1 [Updatable]
                  Adapter    "influxdb"     : 3.2.0    , installed 2.6.3  [Updatable]
                  Adapter    "info"         : 1.9.26   , installed 1.9.19 [Updatable]
                  Adapter    "iot"          : 1.14.2   , installed 1.11.4 [Updatable]
                  Adapter    "iqontrol"     : 2.1.0    , installed 2.0.0  [Updatable]
                  Adapter    "jarvis"       : 3.1.2    , installed 3.0.11 [Updatable]
                  Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                  Controller "js-controller": 4.0.24   , installed 4.0.24
                  Adapter    "material"     : 1.1.2    , installed 1.1.2
                  Adapter    "mqtt"         : 4.0.7    , installed 2.7.4  [Updatable]
                  Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                  Adapter    "node-red"     : 4.0.0    , installed 3.3.0  [Updatable]
                  Adapter    "openhab"      : 1.1.0    , installed 1.1.0
                  Adapter    "ping"         : 1.5.3    , installed 1.5.3
                  Adapter    "pushover"     : 3.0.3    , installed 2.1.0  [Updatable]
                  Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                  Adapter    "simple-api"   : 2.7.2    , installed 2.7.0  [Updatable]
                  Adapter    "smart-eq"     : 0.0.4    , installed 0.0.4
                  Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                  Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                  Adapter    "telegram"     : 1.15.2   , installed 1.13.0 [Updatable]
                  Adapter    "text2command" : 2.3.0    , installed 2.2.1  [Updatable]
                  Adapter    "tr-064"       : 4.2.18   , installed 4.2.16 [Updatable]
                  Adapter    "vis"          : 1.4.16   , installed 1.4.15 [Updatable]
                  Adapter    "vis-hqwidgets": 1.3.0    , installed 1.2.0  [Updatable]
                  Adapter    "vis-icontwo"  : 0.93.0   , installed 0.93.0
                  Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                  Adapter    "web"          : 4.3.0    , installed 4.3.0
                  Adapter    "ws"           : 1.3.0    , installed 1.3.0
                  
                  Objects and States
                  Please stand by - This may take a while
                  Objects:        5007
                  States:         4233
                  
                  *** OS-Repositories and Updates ***
                  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.grafana.com/oss/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                  W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                  W: Failed to fetch https://packages.grafana.com/oss/deb/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                  W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                  W: Some index files failed to download. They have been ignored, or old ones used instead.
                  Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                  Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                  Get:3 https://packages.grafana.com/oss/deb stable InRelease [5984 B]
                  Get:4 https://repos.influxdata.com/debian bullseye InRelease [7040 B]
                  Hit:5 https://deb.nodesource.com/node_16.x bullseye InRelease
                  Err:3 https://packages.grafana.com/oss/deb stable InRelease
                    The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                  Err:4 https://repos.influxdata.com/debian bullseye InRelease
                    The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                  Fetched 7040 B in 1s (5422 B/s)
                  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.grafana.com/oss/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                  W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                  W: Failed to fetch https://packages.grafana.com/oss/deb/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                  W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                  W: Some index files failed to download. They have been ignored, or old ones used instead.
                  Pending Updates: 218
                  
                  *** Listening Ports ***
                  Active Internet connections (only servers)
                  Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14465      585/sshd: /usr/sbin
                  tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      115        14482      558/redis-server 12
                  tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          60731337   6200/cupsd
                  tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        14508      560/influxd
                  tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       61507536   27829/io.mqtt.0
                  tcp        0      0 0.0.0.0:1887            0.0.0.0:*               LISTEN      1001       61507537   27829/io.mqtt.0
                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       61507072   27714/iobroker.js-c
                  tcp        0      0 0.0.0.0:1500            0.0.0.0:*               LISTEN      1001       61509312   27879/io.sonoff.0
                  tcp6       0      0 :::22                   :::*                    LISTEN      0          14467      585/sshd: /usr/sbin
                  tcp6       0      0 ::1:6379                :::*                    LISTEN      115        14483      558/redis-server 12
                  tcp6       0      0 :::3000                 :::*                    LISTEN      116        15467      545/grafana-server
                  tcp6       0      0 ::1:631                 :::*                    LISTEN      0          60731336   6200/cupsd
                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       61508812   27732/io.admin.0
                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       61510263   28144/io.web.0
                  tcp6       0      0 :::8086                 :::*                    LISTEN      999        16490      560/influxd
                  udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          12186      511/dhcpcd
                  udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          60733002   6201/cups-browsed
                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12768      424/avahi-daemon: r
                  udp        0      0 0.0.0.0:43002           0.0.0.0:*                           108        12770      424/avahi-daemon: r
                  udp6       0      0 :::5353                 :::*                                108        12769      424/avahi-daemon: r
                  udp6       0      0 :::53527                :::*                                108        12771      424/avahi-daemon: r
                  
                  *** Log File - Last 25 Lines ***
                  
                  2023-06-14 15:00:30.030  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: EntlLadeleistungSum = 00
                  2023-06-14 15:00:30.030  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: BattZustand W =  480.6
                  2023-06-14 15:00:30.031  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: LadestromSum =   9
                  2023-06-14 15:00:30.031  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: EntladestromSum =   00
                  2023-06-14 15:00:30.032  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: Batteriestrom =  9
                  2023-06-14 15:00:30.032  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: PV Summe =   2225 PV 1 =   01289 PV 2 =    00936
                  2023-06-14 15:00:30.032  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: SumWirk =   1762 Wirk1 =   0946 Wirk2 =    0816
                  2023-06-14 15:00:30.033  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: BezugSum =   -463
                  2023-06-14 15:00:30.041  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: BilanzEnergie = BezugSum + Batt_Zustand =    17.6
                  2023-06-14 15:00:30.092  - info: javascript.0 (27784) script.js.common.Überschusssteuerung.03a_PVOptimierung_aus: PV Optimierung ein weil Batterisstrom =  9
                  2023-06-14 15:00:30.096  - info: javascript.0 (27784) script.js.common.Überschusssteuerung.03bReglerAufBatteriestrom:  sonst: Batteriestrom = 9ReglerAuf =  true
                  2023-06-14 15:00:30.097  - warn: javascript.0 (27784) getState "smart-eq.0.info.connection" not found (3)
                  2023-06-14 15:00:30.099  - warn: javascript.0 (27784)     at Object.<anonymous> (script.js.common.SmartSolLadung:5:51)
                  2023-06-14 15:00:30.100  - warn: javascript.0 (27784)     at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1244:38)
                  2023-06-14 15:00:30.100  - warn: javascript.0 (27784)     at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:593:29)
                  2023-06-14 15:00:30.101  - warn: javascript.0 (27784)     at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:5916:56)
                  2023-06-14 15:00:30.101  - warn: javascript.0 (27784)     at processImmediate (node:internal/timers:466:21)
                  2023-06-14 15:00:30.101  - warn: javascript.0 (27784) getState "smart-eq.0.info.connection" not found (3)
                  2023-06-14 15:00:30.103  - warn: javascript.0 (27784)     at Object.<anonymous> (script.js.common.SmartSolLadung:8:14)
                  2023-06-14 15:00:30.104  - warn: javascript.0 (27784)     at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1244:38)
                  2023-06-14 15:00:30.104  - warn: javascript.0 (27784)     at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:593:29)
                  2023-06-14 15:00:30.104  - warn: javascript.0 (27784)     at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:5916:56)
                  2023-06-14 15:00:30.104  - warn: javascript.0 (27784)     at processImmediate (node:internal/timers:466:21)
                  2023-06-14 15:00:30.153  - info: javascript.0 (27784) script.js.common.Hauptzähler.Tagesverbrauch: Tagesverbrauch ist 2.3659999999945285
                  37020893
                  
                  

                  ============ Mark until here for C&P =============

                  DJMarc75 M 2 Replies Last reply Reply Quote 0
                  • DJMarc75
                    DJMarc75 @maximinus last edited by

                    @maximinus sagte in backitup Fehlermeldung:

                    Hoffentlich hilft das weiter

                    Erst wenn Du das alles bitte in Codetags packst 😉

                    1 Reply Last reply Reply Quote 0
                    • M
                      maximinus @maximinus last edited by

                      Mit Firefox ging da gar nichts (Error )

                      Mit chrome schaut es nicht viel besser aus.

                      DJMarc75 M 2 Replies Last reply Reply Quote 0
                      • DJMarc75
                        DJMarc75 @maximinus last edited by

                        @maximinus sagte in backitup Fehlermeldung:

                        Mit Firefox ging da gar nichts (Error )
                        Mit chrome schaut es nicht viel besser aus.

                        Dann machst Du was falsch... keine Ahnung... Text kopieren, hier einfügen und das hat schon jeder geschaft.

                        1 Reply Last reply Reply Quote 0
                        • M
                          maximinus @maximinus last edited by

                          Es geht nicht
                          Der browser zerteilt das bei copy paste , vielleicht zu groß

                          M Thomas Braun 2 Replies Last reply Reply Quote 0
                          • M
                            maximinus @maximinus last edited by Homoran

                            ======== Start marking the full check here =========

                            Skript v.2023-04-16
                            
                            *** BASE SYSTEM ***
                            Model           : Raspberry Pi 4 Model B Rev 1.1
                            Architecture    : armv7l
                            Docker          : false
                            Virtualization  : none
                            Distributor ID: Raspbian
                            Description:    Raspbian GNU/Linux 11 (bullseye)
                            Release:        11
                            Codename:       bullseye
                            
                            PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
                            NAME="Raspbian GNU/Linux"
                            VERSION_ID="11"
                            VERSION="11 (bullseye)"
                            VERSION_CODENAME=bullseye
                            ID=raspbian
                            ID_LIKE=debian
                            HOME_URL="http://www.raspbian.org/"
                            SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                            BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                            
                            Systemuptime and Load:
                             14:59:18 up 51 days, 47 min,  2 users,  load average: 2.22, 1.16, 0.68
                            CPU threads: 4
                            
                            Raspberry only:
                            throttled=0x0
                            Other values than 0x0 hint to temperature/voltage problems
                            temp=49.1'C
                            volt=0.8375V
                            
                            *** Time and Time Zones ***
                                           Local time: Wed 2023-06-14 14:59:18 CEST
                                       Universal time: Wed 2023-06-14 12:59:18 UTC
                                             RTC time: n/a
                                            Time zone: Europe/Vienna (CEST, +0200)
                            System clock synchronized: yes
                                          NTP service: active
                                      RTC in local TZ: no
                            
                            *** User and Groups ***
                            pi
                            /home/pi
                            pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                            
                            *** X-Server-Setup ***
                            X-Server:       false
                            Desktop:
                            Terminal:       tty
                            Boot Target:    multi-user.target
                            
                            *** MEMORY ***
                                           total        used        free      shared  buff/cache   available
                            Mem:            3.8G        1.1G        1.5G        0.0K        1.3G        3.0G
                            Swap:            99M         29M         70M
                            Total:          3.9G        1.1G        1.6G
                            
                                     3837 M total memory
                                     1061 M used memory
                                      921 M active memory
                                     1201 M inactive memory
                                     1500 M free memory
                                      256 M buffer memory
                                     1019 M swap cache
                                       99 M total swap
                                       29 M used swap
                                       70 M free swap
                            
                            Raspberry only:
                            oom events: 0
                            lifetime oom required: 0 Mbytes
                            total time in oom handler: 0 ms
                            max time spent in oom handler: 0 ms
                            
                            *** FILESYSTEM ***
                            Filesystem     Type      Size  Used Avail Use% Mounted on
                            /dev/root      ext4      117G   21G   91G  19% /
                            devtmpfs       devtmpfs  1.8G     0  1.8G   0% /dev
                            tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
                            tmpfs          tmpfs     768M  1.3M  767M   1% /run
                            tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                            /dev/sda1      vfat      253M   50M  203M  20% /boot
                            tmpfs          tmpfs     384M   16K  384M   1% /run/user/1000
                            
                            Messages concerning ext4 filesystem in dmesg:
                            [Mon Apr 24 14:11:29 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:64:1F:3C vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=bcf4838c-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                            [Mon Apr 24 14:11:31 2023] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
                            [Mon Apr 24 14:11:31 2023] EXT4-fs (sda2): write access will be enabled during recovery
                            [Mon Apr 24 14:11:32 2023] EXT4-fs (sda2): orphan cleanup on readonly fs
                            [Mon Apr 24 14:11:32 2023] EXT4-fs (sda2): 1 orphan inode deleted
                            [Mon Apr 24 14:11:32 2023] EXT4-fs (sda2): recovery complete
                            [Mon Apr 24 14:11:32 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
                            [Mon Apr 24 14:11:32 2023] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                            [Mon Apr 24 14:11:35 2023] EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: none.
                            
                            Show mounted filesystems (real ones only):
                            TARGET  SOURCE    FSTYPE OPTIONS
                            /       /dev/sda2 ext4   rw,noatime
                            `-/boot /dev/sda1 vfat   rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                            
                            Files in neuralgic directories:
                            
                            /var:
                            5.7G    /var/
                            4.8G    /var/log
                            3.8G    /var/log/journal/576f358b250c4617b98a23b9a999219a
                            3.8G    /var/log/journal
                            638M    /var/lib
                            
                            Archived and active journals take up 3.7G in the file system.
                            
                            /opt/iobroker/backups:
                            9.6G    /opt/iobroker/backups/
                            4.0K    /opt/iobroker/backups/scripte
                            
                            /opt/iobroker/iobroker-data:
                            347M    /opt/iobroker/iobroker-data/
                            272M    /opt/iobroker/iobroker-data/files
                            62M     /opt/iobroker/iobroker-data/backup-objects
                            51M     /opt/iobroker/iobroker-data/files/javascript.admin
                            37M     /opt/iobroker/iobroker-data/files/material
                            
                            The five largest files in iobroker-data are:
                            27M     /opt/iobroker/iobroker-data/files/material/static/js/2.73100bd6.chunk.js.map
                            21M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/2.2e59ed19.chunk.js.map
                            11M     /opt/iobroker/iobroker-data/objects.jsonl
                            9.3M    /opt/iobroker/iobroker-data/files/echarts.admin/static/js/2.2d545efe.chunk.js.map
                            9.1M    /opt/iobroker/iobroker-data/files/echarts/static/js/2.a2360eda.chunk.js.map
                            
                            *** NodeJS-Installation ***
                            
                            /usr/bin/nodejs         v16.17.0
                            /usr/bin/node           v16.17.0
                            /usr/bin/npm            8.15.0
                            /usr/bin/npx            8.15.0
                            
                            
                            nodejs:
                              Installed: 16.17.0-deb-1nodesource1
                              Candidate: 16.20.0-deb-1nodesource1
                              Version table:
                                 16.20.0-deb-1nodesource1 500
                                    500 https://deb.nodesource.com/node_16.x bullseye/main armhf Packages
                             *** 16.17.0-deb-1nodesource1 100
                                    100 /var/lib/dpkg/status
                                 12.22.12~dfsg-1~deb11u4 500
                                    500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                            
                            Temp directories causing npm8 problem: 0
                            No problems detected
                            
                            *** ioBroker-Installation ***
                            
                            ioBroker Status
                            iobroker is running on this host.
                            
                            
                            Objects type: jsonl
                            States  type: redis
                            
                            MULTIHOSTSERVICE/enabled: false
                            
                            Core adapters versions
                            js-controller:  4.0.24
                            admin:          6.3.5
                            javascript:     6.1.4
                            
                            Adapters from github:   2
                            
                            Adapter State
                            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.alexa2.0                 : alexa2                : raspberrypi                              -  enabled
                              system.adapter.alias-manager.0          : alias-manager         : raspberrypi                              - disabled
                              system.adapter.awattar.0                : awattar               : raspberrypi                              -  enabled
                            + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                            + system.adapter.denon.0                  : denon                 : raspberrypi                              -  enabled
                              system.adapter.devices.0                : devices               : raspberrypi                              - disabled
                              system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                              system.adapter.echarts.0                : echarts               : raspberrypi                              - disabled
                              system.adapter.email.0                  : email                 : raspberrypi                              - disabled
                            + system.adapter.energiefluss.0           : energiefluss          : raspberrypi                              -  enabled
                            + system.adapter.evcc.1                   : evcc                  : raspberrypi                              -  enabled, port: 7070
                              system.adapter.flot.0                   : flot                  : raspberrypi                              - disabled
                              system.adapter.habpanel.0               : habpanel              : raspberrypi                              -  enabled
                              system.adapter.history.0                : history               : raspberrypi                              - disabled
                            + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                              system.adapter.info.0                   : info                  : raspberrypi                              - disabled
                              system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
                              system.adapter.iqontrol.0               : iqontrol              : raspberrypi                              - disabled
                              system.adapter.jarvis.0                 : jarvis                : raspberrypi                              - disabled
                            + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                              system.adapter.material.0               : material              : raspberrypi                              - disabled
                            + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1886, bind: 0.0.0.0
                              system.adapter.net-tools.0              : net-tools             : raspberrypi                              - disabled
                              system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled
                              system.adapter.pushover.0               : pushover              : raspberrypi                              - disabled
                            + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                            + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1500, bind: 0.0.0.0
                            + system.adapter.telegram.1               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.text2command.0           : text2command          : raspberrypi                              -  enabled
                              system.adapter.tr-064.0                 : tr-064                : raspberrypi                              - disabled
                              system.adapter.vis-icontwo.0            : vis-icontwo           : raspberrypi                              -  enabled
                            + system.adapter.vis-inventwo.0           : vis-inventwo          : raspberrypi                              -  enabled
                              system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            
                            + instance is alive
                            
                            Enabled adapters with bindings
                            + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                            + system.adapter.evcc.1                   : evcc                  : raspberrypi                              -  enabled, port: 7070
                            + system.adapter.influxdb.0               : influxdb              : raspberrypi                              -  enabled, port: 8086
                            + system.adapter.mqtt.0                   : mqtt                  : raspberrypi                              -  enabled, port: 1886, bind: 0.0.0.0
                            + system.adapter.sonoff.0                 : sonoff                : raspberrypi                              -  enabled, port: 1500, bind: 0.0.0.0
                            + system.adapter.telegram.1               : telegram              : raspberrypi                              -  enabled, port: 8443, bind: 0.0.0.0
                            + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                            
                            ioBroker-Repositories
                            live-stable   : http://iobroker.live/repo/sources-dist.json
                            live-beta     : http://iobroker.live/repo/sources-dist-latest.json
                            stable        : http://download.iobroker.net/sources-dist.json
                            beta          : http://download.iobroker.net/sources-dist-latest.json
                            
                            Active repo(s): stable
                            
                            Installed ioBroker-Instances
                            Used repository: stable
                            Adapter    "admin"        : 6.3.5    , installed 6.3.5
                            Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
                            Adapter    "alias-manager": 1.2.4    , installed 1.2.4
                            Adapter    "awattar"      : 1.0.6    , installed 1.0.6
                            Adapter    "backitup"     : 2.6.19   , installed 2.6.19
                            Adapter    "denon"        : 1.15.0   , installed 1.15.0
                            Adapter    "devices"      : 1.1.2    , installed 1.0.10 [Updatable]
                            Adapter    "discovery"    : 3.1.0    , installed 3.0.3  [Updatable]
                            Adapter    "echarts"      : 1.0.12   , installed 1.0.7  [Updatable]
                            Adapter    "email"        : 1.1.4    , installed 1.0.10 [Updatable]
                            Adapter    "flot"         : 1.11.0   , installed 1.10.7 [Updatable]
                            Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                            Adapter    "history"      : 2.2.4    , installed 1.11.1 [Updatable]
                            Adapter    "influxdb"     : 3.2.0    , installed 2.6.3  [Updatable]
                            Adapter    "info"         : 1.9.26   , installed 1.9.19 [Updatable]
                            Adapter    "iot"          : 1.14.2   , installed 1.11.4 [Updatable]
                            Adapter    "iqontrol"     : 2.1.0    , installed 2.0.0  [Updatable]
                            Adapter    "jarvis"       : 3.1.2    , installed 3.0.11 [Updatable]
                            Adapter    "javascript"   : 6.1.4    , installed 6.1.4
                            Controller "js-controller": 4.0.24   , installed 4.0.24
                            Adapter    "material"     : 1.1.2    , installed 1.1.2
                            Adapter    "mqtt"         : 4.0.7    , installed 2.7.4  [Updatable]
                            Adapter    "net-tools"    : 0.2.0    , installed 0.2.0
                            Adapter    "node-red"     : 4.0.0    , installed 3.3.0  [Updatable]
                            Adapter    "openhab"      : 1.1.0    , installed 1.1.0
                            Adapter    "ping"         : 1.5.3    , installed 1.5.3
                            Adapter    "pushover"     : 3.0.3    , installed 2.1.0  [Updatable]
                            Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                            Adapter    "simple-api"   : 2.7.2    , installed 2.7.0  [Updatable]
                            Adapter    "smart-eq"     : 0.0.4    , installed 0.0.4
                            Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                            Adapter    "sonoff"       : 2.5.1    , installed 2.5.1
                            Adapter    "telegram"     : 1.15.2   , installed 1.13.0 [Updatable]
                            Adapter    "text2command" : 2.3.0    , installed 2.2.1  [Updatable]
                            Adapter    "tr-064"       : 4.2.18   , installed 4.2.16 [Updatable]
                            Adapter    "vis"          : 1.4.16   , installed 1.4.15 [Updatable]
                            Adapter    "vis-hqwidgets": 1.3.0    , installed 1.2.0  [Updatable]
                            Adapter    "vis-icontwo"  : 0.93.0   , installed 0.93.0
                            Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                            Adapter    "web"          : 4.3.0    , installed 4.3.0
                            Adapter    "ws"           : 1.3.0    , installed 1.3.0
                            
                            Objects and States
                            Please stand by - This may take a while
                            Objects:        5007
                            States:         4233
                            
                            *** OS-Repositories and Updates ***
                            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.grafana.com/oss/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                            W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                            W: Failed to fetch https://packages.grafana.com/oss/deb/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                            W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                            W: Some index files failed to download. They have been ignored, or old ones used instead.
                            Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                            Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                            Get:3 https://packages.grafana.com/oss/deb stable InRelease [5984 B]
                            Get:4 https://repos.influxdata.com/debian bullseye InRelease [7040 B]
                            Hit:5 https://deb.nodesource.com/node_16.x bullseye InRelease
                            Err:3 https://packages.grafana.com/oss/deb stable InRelease
                              The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                            Err:4 https://repos.influxdata.com/debian bullseye InRelease
                              The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                            Fetched 7040 B in 1s (5422 B/s)
                            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.grafana.com/oss/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                            W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian bullseye InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                            W: Failed to fetch https://packages.grafana.com/oss/deb/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9E439B102CF3C0C6
                            W: Failed to fetch https://repos.influxdata.com/debian/dists/bullseye/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                            W: Some index files failed to download. They have been ignored, or old ones used instead.
                            Pending Updates: 218
                            
                            *** Listening Ports ***
                            Active Internet connections (only servers)
                            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14465      585/sshd: /usr/sbin
                            tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      115        14482      558/redis-server 12
                            tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          60731337   6200/cupsd
                            tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        14508      560/influxd
                            tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       61507536   27829/io.mqtt.0
                            tcp        0      0 0.0.0.0:1887            0.0.0.0:*               LISTEN      1001       61507537   27829/io.mqtt.0
                            tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       61507072   27714/iobroker.js-c
                            tcp        0      0 0.0.0.0:1500            0.0.0.0:*               LISTEN      1001       61509312   27879/io.sonoff.0
                            tcp6       0      0 :::22                   :::*                    LISTEN      0          14467      585/sshd: /usr/sbin
                            tcp6       0      0 ::1:6379                :::*                    LISTEN      115        14483      558/redis-server 12
                            tcp6       0      0 :::3000                 :::*                    LISTEN      116        15467      545/grafana-server
                            tcp6       0      0 ::1:631                 :::*                    LISTEN      0          60731336   6200/cupsd
                            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       61508812   27732/io.admin.0
                            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       61510263   28144/io.web.0
                            tcp6       0      0 :::8086                 :::*                    LISTEN      999        16490      560/influxd
                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          12186      511/dhcpcd
                            udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          60733002   6201/cups-browsed
                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        12768      424/avahi-daemon: r
                            udp        0      0 0.0.0.0:43002           0.0.0.0:*                           108        12770      424/avahi-daemon: r
                            udp6       0      0 :::5353                 :::*                                108        12769      424/avahi-daemon: r
                            udp6       0      0 :::53527                :::*                                108        12771      424/avahi-daemon: r
                            
                            *** Log File - Last 25 Lines ***
                            
                            2023-06-14 15:00:30.030  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: EntlLadeleistungSum = 00
                            2023-06-14 15:00:30.030  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: BattZustand W =  480.6
                            2023-06-14 15:00:30.031  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: LadestromSum =   9
                            2023-06-14 15:00:30.031  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: EntladestromSum =   00
                            2023-06-14 15:00:30.032  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: Batteriestrom =  9
                            2023-06-14 15:00:30.032  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: PV Summe =   2225 PV 1 =   01289 PV 2 =    00936
                            2023-06-14 15:00:30.032  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: SumWirk =   1762 Wirk1 =   0946 Wirk2 =    0816
                            2023-06-14 15:00:30.033  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: BezugSum =   -463
                            2023-06-14 15:00:30.041  - info: javascript.0 (27784) script.js.common.Haus22.PV-Berechnungen.PVSumLeistungBilanz: BilanzEnergie = BezugSum + Batt_Zustand =    17.6
                            2023-06-14 15:00:30.092  - info: javascript.0 (27784) script.js.common.Überschusssteuerung.03a_PVOptimierung_aus: PV Optimierung ein weil Batterisstrom =  9
                            2023-06-14 15:00:30.096  - info: javascript.0 (27784) script.js.common.Überschusssteuerung.03bReglerAufBatteriestrom:  sonst: Batteriestrom = 9ReglerAuf =  true
                            2023-06-14 15:00:30.097  - warn: javascript.0 (27784) getState "smart-eq.0.info.connection" not found (3)
                            2023-06-14 15:00:30.099  - warn: javascript.0 (27784)     at Object.<anonymous> (script.js.common.SmartSolLadung:5:51)
                            2023-06-14 15:00:30.100  - warn: javascript.0 (27784)     at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1244:38)
                            2023-06-14 15:00:30.100  - warn: javascript.0 (27784)     at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:593:29)
                            2023-06-14 15:00:30.101  - warn: javascript.0 (27784)     at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:5916:56)
                            2023-06-14 15:00:30.101  - warn: javascript.0 (27784)     at processImmediate (node:internal/timers:466:21)
                            2023-06-14 15:00:30.101  - warn: javascript.0 (27784) getState "smart-eq.0.info.connection" not found (3)
                            2023-06-14 15:00:30.103  - warn: javascript.0 (27784)     at Object.<anonymous> (script.js.common.SmartSolLadung:8:14)
                            2023-06-14 15:00:30.104  - warn: javascript.0 (27784)     at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1244:38)
                            2023-06-14 15:00:30.104  - warn: javascript.0 (27784)     at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:593:29)
                            2023-06-14 15:00:30.104  - warn: javascript.0 (27784)     at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.js:5916:56)
                            2023-06-14 15:00:30.104  - warn: javascript.0 (27784)     at processImmediate (node:internal/timers:466:21)
                            2023-06-14 15:00:30.153  - info: javascript.0 (27784) script.js.common.Hauptzähler.Tagesverbrauch: Tagesverbrauch ist 2.3659999999945285
                            37020893
                            
                            

                            ============ Mark until here for C&P =============

                            Im notepad++ ist es noch komplett aber hier wird es zerteilt.

                            1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @maximinus last edited by Thomas Braun

                              @maximinus sagte in backitup Fehlermeldung:

                              Der browser zerteilt das bei copy paste , vielleicht zu groß

                              Nein, das passt alles.

                              [Mon Apr 24 14:11:32 2023] EXT4-fs (sda2): 1 orphan inode deleted

                              Dein Dateisystem hat 'nen Treffer erlitten, dann sind deine Paketquellen für grafana und influxdb nicht aktuell und müssen angepackt werden und dann hängen da noch drölftrilliarden ioBroker-Adapter-Updates in der Luft.

                              Und die noch offenen Updates des Betriebssystems kann ich fast gar nicht zählen.

                              M 1 Reply Last reply Reply Quote 0
                              • ?
                                A Former User @maximinus last edited by

                                @maximinus sagte in backitup Fehlermeldung:

                                Nur die Datensicherung macht Probleme.

                                Moin,

                                So der erste Screenshot hat ja schon mal geklappt, aber gerade der zweite, von den Einstellungen zu Grafana nicht 😉
                                af45ba34-ee71-468d-b6b4-0aaa0c9b21a7-grafik.png

                                Schau noch mal in meinen Post, da siehst Du einen zweiten Screenshot und da sollte bei Dir dann etwas Sinnvolles drin stehen, bei meinem nicht, denn ich nutze das nicht und habe den Adapter nur mal zu Doku Zwecken installiert.

                                VG
                                Bernd

                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  maximinus @Guest last edited by

                                  @dp20eic

                                  Das ist die 2.Seite. Den api Key habe ich nochmals eingetragen und Grafana funktioniert immer noch. Ich werde zur Sicherheit nochmals ein manuelles Backup machen. Vielleicht hat sich seit iob fix etwas geändert.

                                  grafana Einstellungen 2.png

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    maximinus @maximinus last edited by

                                    Update

                                    Die manuelle Sicherung ist durchgelaufen:
                                    influx sicherungen.png
                                    und hat jetzt diese beiden Fehlermeldungen gebracht:

                                    [ERROR] [grafana] - cannot found Grafana Backup files
                                    [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
                                    
                                    ? 1 Reply Last reply Reply Quote 0
                                    • M
                                      maximinus @Thomas Braun last edited by

                                      @thomas-braun

                                      "Never touch a running system" aber vielleicht ist das falsch.

                                      Zum Thema update hatte ich mir folgendes notiert.

                                      sudo apt-get update
                                      sudo apt-get upgrade
                                      
                                      sudo apt-get --allow-releaseinfo-change update
                                      
                                      sudo apt-get upgrade 
                                      Ja bestätigen
                                      --->>> lange warten
                                      sudo iobroker stop
                                      npm -v
                                      
                                      falls der js-controller als updateable angezeigt wird : iobroker stop iobroker upgrade self iobroker start
                                      sudo iobroker upgrade -y
                                      
                                      npm -v
                                      node -v
                                      
                                      sudo iobroker start
                                      
                                      sudo iobroker stop && sudo apt update && apt upgrade -y && sudo iobroker update && iobroker upgrade -y && sudo iobroker update && iobroker upgrade self | curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && sudo sh -c "echo deb https://deb.nodesource.com/node_12.x main \> /etc/apt/sources.list.d/nodesource.list" && sudo apt-get update && sudo apt-get install nodejs -y && iobroker start
                                      
                                      
                                      
                                      

                                      Ist das so noch OK?

                                      Thomas Braun 2 Replies Last reply Reply Quote 0
                                      • ?
                                        A Former User @maximinus last edited by A Former User

                                        @maximinus sagte in backitup Fehlermeldung:

                                        [ERROR] [grafana] - cannot found Grafana Backup files

                                        Moin,

                                        das Bild zeigt nur die Sicherungen der influxDB, im Verzeichnis sollten eigentlich auch Dateien liegen, die Grafana im Namen haben.

                                        Zu den Log File Eintragungen

                                        • BackitUp versucht zuerst ältere Dateien zu löschen, wenn im Verzeichnis keine da sind, dann kommt wohl diese Meldung, warum als ERROR keine Ahnung
                                        • Was dann die some errors sind kann ich nicht sagen.

                                        Kannst Du den BackitUp Adapter mal auf Debug stellen
                                        fc0f8af2-857f-426d-862d-4d7a94417a0c-grafik.png

                                        VG
                                        Bernd

                                        P.S.: Ich habe das gerade mal bei mir gemacht, das ist das Log

                                        Started iobroker ...
                                        [DEBUG] [iobroker] - host.arch-iob 6357 states saved
                                        
                                        [DEBUG] [iobroker] - host.arch-iob 7276 objects saved
                                        
                                        [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2023_06_14-17_19_42_backupiobroker.tar.gz
                                        
                                        [DEBUG] [iobroker] - This backup can only be restored with js-controller version up from 4.1
                                        
                                        [DEBUG] [iobroker] - done
                                        [DEBUG] [grafana] - Start Grafana Backup ...
                                        [DEBUG] [grafana] - Created grafana_tmp directory: "/opt/iobroker/backups/grafana_tmp"
                                        [DEBUG] [grafana] - Created dashboard directory
                                        [DEBUG] [grafana] - Created dashboards_manually_restore directory
                                        [DEBUG] [grafana] - Created datasource directory
                                        [DEBUG] [grafana] - start Grafana request ...
                                        [DEBUG] [grafana] - Grafana is available ... Status: 200
                                        [ERROR] [grafana] - Error on Grafana Datasource Request
                                        [DEBUG] [grafana] - found Dashboard: ubersichten-raumklima
                                        [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-kaffeevollautomat
                                        [DEBUG] [grafana] - found Dashboard: iobroker
                                        [DEBUG] [grafana] - found Dashboard: zigbee-listen
                                        [DEBUG] [grafana] - found Dashboard: logging-dashboard-via-loki
                                        [DEBUG] [grafana] - found Dashboard: dashboards_by_dp20eic
                                        [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-gefrierschrank-new-alias
                                        [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-geschirrspuler-new-alias
                                        [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-waschmaschine-new-alias
                                        [DEBUG] [grafana] - found Dashboard: internet-speed-test
                                        [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-waschetrokner-new-alias
                                        [DEBUG] [grafana] - found Dashboard: spritpreise
                                        [DEBUG] [grafana] - found Dashboard: logs-app
                                        [DEBUG] [grafana] - found Dashboard: panel-library
                                        [DEBUG] [grafana] - found Dashboard: linux-host-overview
                                        [DEBUG] [grafana] - found Dashboard: loki-logs
                                        [DEBUG] [grafana] - found Dashboard: proxmox-server
                                        [DEBUG] [grafana] - found Dashboard: fritz-box-call-logs
                                        [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-garage-werkstatt-new-alias
                                        [DEBUG] [grafana] - found Dashboard: lokiforlogs
                                        [DEBUG] [grafana] - found Dashboard: test4forum
                                        [DEBUG] [grafana] - found Dashboard: proxmox-flux
                                        [DEBUG] [grafana] - found Dashboard: exchange-euro-thb
                                        [DEBUG] [grafana] - found Dashboard: verbrauchubersicht-entertainment-new-alias
                                        [DEBUG] [grafana] - found Dashboard: openweathermap
                                        [DEBUG] [grafana] - found Dashboard: fritz-box-router-status
                                        [DEBUG] [grafana] - found Dashboard: syslog
                                        [DEBUG] [grafana] - found Dashboard: blutdruck
                                        [DEBUG] [grafana] - found Dashboard: test
                                        [DEBUG] [grafana] - found Dashboard: loki
                                        [DEBUG] [grafana] - found Dashboard: synology
                                        [DEBUG] [grafana] - found Dashboard: temperaturubersicht-am-heizungkorper
                                        [DEBUG] [grafana] - found Dashboard: fritz-box-home-automation
                                        [DEBUG] [grafana] - found Dashboard: synology-dashboard-new
                                        [DEBUG] [grafana] - found Dashboard: fritz-box
                                        [DEBUG] [grafana] - found Dashboard: loki-syslog-aio-all-in-one
                                        [DEBUG] [grafana] - found Dashboard: synology-dashboard
                                        [DEBUG] [grafana] - found Dashboard: connection-over-time
                                        [DEBUG] [grafana] - found Dashboard: linux-rechner
                                        [DEBUG] [grafana] - found Dashboard: fritz-box-router-logs
                                        [DEBUG] [grafana] - found Dashboard: synology-metrics
                                        [DEBUG] [grafana] - found Dashboard: connection-over-time-copy
                                        [DEBUG] [grafana] - found Dashboard: aktuelle-e10-benzinpreise
                                        [DEBUG] [grafana] - found Dashboard: synology_dashboard
                                        [DEBUG] [grafana] - start Grafana backup compress ...
                                        [DEBUG] [grafana] - Try deleting the Grafana tmp directory: "/opt/iobroker/backups/grafana_tmp"
                                        [DEBUG] [grafana] - Grafana tmp directory "/opt/iobroker/backups/grafana_tmp" successfully deleted
                                        [ERROR] [grafana] - cannot found Grafana Backup files
                                        [DEBUG] [grafana] - done
                                        [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
                                        [DEBUG] [clean] - done
                                        [DEBUG] [historyHTML] - new history html values created
                                        [DEBUG] [historyHTML] - done
                                        [DEBUG] [historyJSON] - new history json values created
                                        [DEBUG] [historyJSON] - done
                                        [EXIT] 0
                                        

                                        P.P.S: also bei mir wird auch kein Backup erstellt, ich hab mal das Verzeichnis überwacht, schon das Anlegen des grafana_tmp Verzeichnis geschieht nicht, wenn ich es von Hand anlege wird es gelöscht aber nicht erstellt.
                                        Ich schaue mir das morgen noch mal an.

                                        M 2 Replies Last reply Reply Quote 0
                                        • M
                                          maximinus @Guest last edited by

                                          @dp20eic

                                          Die anderen Sicherungen habbe ich nicht gezeigt, sind aber alle da.alle Sicherungen.png

                                          Adapter ist auf debug gestellt aber meiner ist in der Adapterliste auf v2.6.19, wo ist die v2.6.23 her?

                                          Und jetzt nochmals sichern?

                                          ? 1 Reply Last reply Reply Quote 0
                                          • M
                                            maximinus @Guest last edited by

                                            @dp20eic

                                            das scheint also normal zu sein?

                                            Ich warte einmal ab welche Nachricht ich vom nächtlichen Backup morgen bekomme.

                                            Danke für die schnelle Hilfe

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            938
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            39
                                            1675
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo