Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Backup über Backitup oder Konsole läuft nicht durch

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Backup über Backitup oder Konsole läuft nicht durch

    This topic has been deleted. Only users with topic management privileges can see it.
    • HiroP
      HiroP @grisu1000 last edited by HiroP

      @grisu1000 Ich glaube, ich habe ein ähnliches Problem seit ein paar Tagen.
      Wenn du das Backup über die GUI startest, siehst du den eigentlichen Fehler aber nicht und der Backitup Adapter meldet auch kein fehlerhaftes Backup. Starte das Backup mal auf der Konsole mittels "iob backup", kommt dann eventuell auch ein
      "
      pi@iobroker:/opt/iobroker/backups $ iob backup
      host.iobroker 55128 states saved
      host.iobroker 78725 objects saved
      /usr/bin/iob: Zeile 8: 28850 Getötet sudo -H -u iobroker node /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js "$@"
      "

      bei dir?

      Volker
      {EDIT} ok, wer lesen kann ist klar im Vorteil.. du hast es schon über die Konsole probiert... sorry. Kannst ja trotzdem mal probieren, ob ein direktes Aufrufen von
      sudo -H -u iobroker node /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js backup ein anderes Ergebnis bringt.

      G 1 Reply Last reply Reply Quote 0
      • G
        grisu1000 @HiroP last edited by

        host.raspberrypi 15983 states saved

        bringt leider das selbe Ergebnis 😕

        Thomas Braun M 2 Replies Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @grisu1000 last edited by

          @grisu1000

          Installation prüfen. Insbesondere nodejs / npm.

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

            @grisu1000 Was sagt denn iob info auf der console? Speicherplatz-Problem?

            G 1 Reply Last reply Reply Quote 0
            • G
              grisu1000 @MCU last edited by

              @mcu
              iobroker info
              Platform : linux
              os : linux
              Architecture : arm
              CPUs : 4
              Speed : 1500 MHz
              Model : ARMv7 Processor rev 3 (v7l)
              RAM : 3.7 GB
              System uptime : 176d. 19:02:07
              Node.js : v14.19.1
              time : 1653486808643
              timeOffset : -120
              adapters count : 415
              NPM : v6.14.16
              Disk size : 29.0 GiB
              Disk free : 6.7 GiB

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

                @grisu1000 sagte in Backup über Backitup oder Konsole läuft nicht durch:

                System uptime : 176d. 19:02:07

                sudo apt update
                sudo apt full-upgrade 
                iobroker stop
                sudo reboot
                

                Wenn das System wieder da ist:

                sudo ln -s /usr/bin/node /usr/bin/nodejs
                uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                cd /opt/iobroker 
                npm -ls --depth=0 | grep ERR
                
                G 1 Reply Last reply Reply Quote 0
                • G
                  grisu1000 @Thomas Braun last edited by

                  @thomas-braun
                  Alle über die Konsole eingegeben

                  Effekt leider immer noch da

                  [DEBUG] [iobroker] - host.raspberrypi 15971 states saved
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @grisu1000 last edited by Thomas Braun

                    @grisu1000 sagte in Backup über Backitup oder Konsole läuft nicht durch:

                    Alle über die Konsole eingegeben

                    Das ist sehr schön.
                    Leider sieht außer dir keiner die Rückmeldungen aus deinem System. Vermutlich geheim. Da kann man dir aber auch nicht weiterhelfen.

                    Insbesondere die letzten drei Befehle wären interessant zu sehen.

                    G 1 Reply Last reply Reply Quote 0
                    • G
                      grisu1000 @Thomas Braun last edited by

                      @thomas-braun

                      pi@raspberrypi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
                      pi@raspberrypi:~ $ uname -m && which nodejs node npm && nodejs -v && node -v &&                                                                                                                                                              npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && ap                                                                                                                                                             t policy nodejs
                      armv7l
                      /usr/bin/nodejs
                      /usr/bin/node
                      /usr/bin/npm
                      v14.19.3
                      v14.19.3
                      6.14.17
                      pi
                      /home/pi
                      Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                      Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                      Hit:3 https://deb.nodesource.com/node_14.x bullseye InRelease
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      All packages are up to date.
                      nodejs:
                        Installed: 14.19.3-deb-1nodesource1
                        Candidate: 14.19.3-deb-1nodesource1
                        Version table:
                       *** 14.19.3-deb-1nodesource1 500
                              500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
                              100 /var/lib/dpkg/status
                           12.22.5~dfsg-2~11u1 500
                              500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Package                                                                                                                                                             s
                      pi@raspberrypi:~ $ cd /opt/iobroker
                      pi@raspberrypi:/opt/iobroker $ npm -ls --depth=0 | grep ERR
                      
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @grisu1000 last edited by

                        @grisu1000

                        Stell den Adapter mal auf ein gesprächigeres Log Level, z. B. auf 'debug'.
                        Dann nochmal starten.

                        G 1 Reply Last reply Reply Quote 0
                        • G
                          grisu1000 @Thomas Braun last edited by

                          @thomas-braun said in Backup über Backitup oder Konsole läuft nicht durch:

                          Stell den Adapter mal auf ein gesprächigeres Log Level, z. B. auf 'debug'.
                          Dann nochmal

                          Also das Log vom BackItUP Adapter auf Debug gestellt ... vorher den iobroker neu gestartet ...

                          Backup gestartet aber mehr als

                          backitup.0
                          	2022-05-25 20:42:02.387	info	[iobroker] backup was activated at 02:40 every 1 day(s)
                          backitup.0
                          	2022-05-25 20:42:02.091	info	starting. Version 2.4.6 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.19.3, js-controller: 4.0.21
                          

                          bringt das Log nicht zum Vorschein 🙄 ...

                          Thomas Braun G 2 Replies Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @grisu1000 last edited by Thomas Braun

                            @grisu1000 sagte in Backup über Backitup oder Konsole läuft nicht durch:

                            js-controller: 4.0.21

                            Patch dein System. Aktuell ist js-controller: 4.0.23

                            Debug aktiv?

                            fc8f52bc-9bee-480a-b8d4-ade3bf8fb4eb-image.png

                            1 Reply Last reply Reply Quote 0
                            • G
                              grisu1000 @grisu1000 last edited by

                              @thomas-braun
                              js-controller ist aktualisiert 4.0.23
                              debug jetzt aktiv 🙄

                              [DEBUG] [iobroker] start with {"type":"creator","time":"02:40","debugging":true,"slaveBackup":"Single","everyXDays":"1","deleteBackupAfter":0,"ignoreErrors":false,"dir":"/opt/iobroker","zigbee":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21","ignoreErrors":false},"cifs":{"enabled":false,"mountType":"NFS","type":"storage","source":"local","mount":"","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":false,"ownDir":false,"dir":"sharename/backupDir","dirMinimal":"sharename/backupDir","user":"","pass":"****","ignoreErrors":false},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","dropboxAccessJson":"_XXXXXXXXXXX","dropboxTokenType":"default","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","ignoreErrors":false},"webdav":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","signedCertificates":true,"ignoreErrors":false},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","ignoreErrors":false},"path":"/opt/iobroker/iobroker-data","nameSuffix":"","slaveSuffix":"","hostType":"Single","ignoreErrors":false},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"signal":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                              [DEBUG] [iobroker] - host.raspberrypi 15971 states saved
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @grisu1000 last edited by

                                @grisu1000

                                Etwas mehr als die beiden Zeilen wird wohl ausgespuckt. Lass dir doch nicht alles aus der Nase ziehen...

                                G 1 Reply Last reply Reply Quote 0
                                • D
                                  DrHouse03 last edited by

                                  Guten Morgen,

                                  seit neuesten funktioniert das ioBroker Backup nicht mehr. Bekomme diese Fehlermeldung.

                                  [DEBUG] [iobroker] - host.raspberrypi 2583 states saved
                                  [DEBUG] [iobroker] - host.raspberrypi 3301 objects saved
                                  [ERROR] [iobroker] - host.raspberrypi Cannot pack directory /opt/iobroker/node_modules/iobroker.js-controller/tmp/backup: ENOENT: no such file or directory, open '/opt/iobroker/backups/iobroker_2022_05_26-08_22_17_backupiobroker.tar.gz'
                                  

                                  Verzeichnis ist aber vorhanden.
                                  Den Fixer habe ich auch schon versucht.
                                  Bitte um Hilfe.

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

                                    @drhouse03 siehe einen Post über Deinem

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      DrHouse03 last edited by

                                      Sorry hier der ganze Log von Backitup

                                      Started iobroker ...
                                      [DEBUG] [iobroker] start with {"type":"creator","time":"01:00","debugging":true,"slaveBackup":"Single","everyXDays":"30","deleteBackupAfter":0,"ftp":{"enabled":true,"type":"storage","source":"ftp","host":"192.168.1.1","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/G/ioBroker_Backup","dirMinimal":"/backupDir/iobroker","user":"admin","pass":"****","port":"21","ignoreErrors":false},"ignoreErrors":false,"dir":"/opt/iobroker","historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":false,"telegramWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"signal":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                                      [DEBUG] [iobroker] - host.raspberrypi 2568 states saved
                                      
                                      [DEBUG] [iobroker] - host.raspberrypi 3301 objects saved
                                      
                                      [ERROR] [iobroker] - host.raspberrypi Cannot pack directory /opt/iobroker/node_modules/iobroker.js-controller/tmp/backup: ENOENT: no such file or directory, open '/opt/iobroker/backups/iobroker_2022_05_26-09_16_59_backupiobroker.tar.gz'
                                      
                                      [DEBUG] [iobroker] - done
                                      [DEBUG] [ftp] - FTP connected.
                                      [DEBUG] [ftp] - Send iobroker_2022_05_26-09_16_59_backupiobroker.tar.gz
                                      [ERROR] [ftp] - File "/opt/iobroker/backups/iobroker_2022_05_26-09_16_59_backupiobroker.tar.gz" not found
                                      [DEBUG] [ftp] - done
                                      [DEBUG] [ftp] start with {"type":"storage","source":"ftp","host":"192.168.1.1","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/G/ioBroker_Backup","dirMinimal":"/backupDir/iobroker","user":"admin","pass":"****","port":"21","ignoreErrors":false,"deleteBackupAfter":0}
                                      [DEBUG] [clean] - done
                                      [DEBUG] [telegram] - [iobroker] used Telegram-Instance: telegram.0
                                      [DEBUG] [telegram] - done
                                      [DEBUG] [telegram] start with {"type":"creator","time":"01:00","debugging":true,"slaveBackup":"Single","everyXDays":"30","deleteBackupAfter":0,"ftp":{"enabled":true,"type":"storage","source":"ftp","host":"192.168.1.1","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/G/ioBroker_Backup","dirMinimal":"/backupDir/iobroker","user":"admin","pass":"****","port":"21","ignoreErrors":false},"ignoreErrors":false,"dir":"/opt/iobroker","historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":false,"telegramWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de","time":"26. Mai 2022 um 09:17 Uhr"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"signal":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"backupDir":"/opt/iobroker/backups","influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]}
                                      [DEBUG] [historyHTML] - new history html values created
                                      [DEBUG] [historyHTML] - done
                                      [DEBUG] [historyJSON] - new history json values created
                                      [DEBUG] [historyJSON] - done
                                      [DEBUG] [historyHTML] start with {"type":"creator","time":"01:00","debugging":true,"slaveBackup":"Single","everyXDays":"30","deleteBackupAfter":0,"ftp":{"enabled":true,"type":"storage","source":"ftp","host":"192.168.1.1","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/G/ioBroker_Backup","dirMinimal":"/backupDir/iobroker","user":"admin","pass":"****","port":"21","ignoreErrors":false},"ignoreErrors":false,"dir":"/opt/iobroker","historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de","time":"26. Mai 2022 um 09:17 Uhr"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":false,"telegramWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"signal":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"backupDir":"/opt/iobroker/backups","influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]}
                                      [DEBUG] [historyJSON] start with {"type":"creator","time":"01:00","debugging":true,"slaveBackup":"Single","everyXDays":"30","deleteBackupAfter":0,"ftp":{"enabled":true,"type":"storage","source":"ftp","host":"192.168.1.1","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/G/ioBroker_Backup","dirMinimal":"/backupDir/iobroker","user":"admin","pass":"****","port":"21","ignoreErrors":false},"ignoreErrors":false,"dir":"/opt/iobroker","historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de","time":"26. Mai 2022 um 09:17 Uhr"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":false,"telegramWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"signal":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"backupDir":"/opt/iobroker/backups","influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]}
                                      [EXIT] 9
                                      
                                      simatec 1 Reply Last reply Reply Quote 0
                                      • simatec
                                        simatec Developer Most Active @DrHouse03 last edited by

                                        @drhouse03
                                        Schaue mal bitte, wie die Rechte des Backup Ordners aussehen.

                                        ls -lah /opt/iobroker/backups
                                        
                                        D 1 Reply Last reply Reply Quote 0
                                        • D
                                          DrHouse03 @simatec last edited by

                                          @simatec Wenn ich das versuche bekomm ich die Meldung
                                          "Zugriff auf '/opt/iobroker/backups' nicht möglich: Datei oder Verzeichnis nicht gefunden"

                                          Verzeichnis ist aber vorhanden

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

                                            @drhouse03

                                            ls -lah /opt/iobroker/
                                            
                                            D 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

                                            857
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            43
                                            2157
                                            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