Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Alpha Test js-controller 5.0

    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

    Alpha Test js-controller 5.0

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

      @wendy2702 Wird bei keinem laufen, lässt sich relativ einfach fixen. Habe gesehen dass nicht gepflegt, wäre gut wenn der damalige Entwickler den Adapter wie vorgeschlagen in community-adapters übergibt.

      Ok, Umlaute sind tatsächlich nicht verboten, entsprechend sollte Pattern auch nicht meckern bei einem richtigen ü. Allerdings scheint der Adapter dein ü als ü zu speichern, evtl Encoding-Problem beim Speichern der Daten vom Frontend. Damit auch Adapter Fehler.

      Enigma 2 kann ich vorbereiten, allerdings muss der Dev mergen.

      wendy2702 1 Reply Last reply Reply Quote 0
      • wendy2702
        wendy2702 @foxriver76 last edited by

        @foxriver76 OK.

        Und was genau heisst das jetzt für den Trashschedule Adapter?

        foxriver76 3 Replies Last reply Reply Quote 0
        • foxriver76
          foxriver76 Developer @wendy2702 last edited by

          @wendy2702 Issue anlegen bitte

          1 Reply Last reply Reply Quote 0
          • foxriver76
            foxriver76 Developer @wendy2702 last edited by

            @wendy2702 Probier gerne mal Enigma von folgender URL: https://github.com/foxriver76/ioBroker.enigma2

            PR ist gestellt: https://github.com/Matten-Matten/ioBroker.enigma2/pull/63

            foxriver76 created this issue in Matten-Matten/ioBroker.enigma2

            closed make adapter v5 compatible #63

            1 Reply Last reply Reply Quote 0
            • foxriver76
              foxriver76 Developer @wendy2702 last edited by foxriver76

              Edit: ne doch issue erstellen 😉

              1 Reply Last reply Reply Quote 0
              • wendy2702
                wendy2702 last edited by wendy2702

                @foxriver76 sagte in Alpha Test js-controller 5.0:

                https://github.com/foxriver76/ioBroker.enigma2

                Dein PR ist gemerged und der Adapter läuft mit JS 5.0.1

                Bin gestern zurück auf JS 4.0.24 und jetzt wieder auf 5.0.1.

                EDIT: Trashschedule Fehler ist noch vorhanden, zeigt sich aber heute Hartnäckig.

                Nachdem das entfernen der Umlaute nicht geholfen hat, habe ich die Trashschedule Instanz gestoppt.

                Alle Objekte gelöscht

                989751ce-5484-406c-a302-9323645df0fa-grafik.png

                aber der WEB Adapter meckert immer noch:

                2023-04-12 09:53:28.585  - error: web.0 (32727) uncaught exception: The pattern "trashschedule.0.type.Restmüll.daysleft" is not a valid ID pattern
                2023-04-12 09:53:28.586  - error: web.0 (32727) Error: The pattern "trashschedule.0.type.Restmüll.daysleft" is not a valid ID pattern
                    at Object.pattern2RegEx (/opt/iobroker/node_modules/@iobroker/js-controller-common/build/lib/common/tools.js:2161:15)
                    at pattern2RegEx (/opt/iobroker/node_modules/iobroker.socketio/node_modules/@iobroker/adapter-core/build/controllerTools.js:94:44)
                    at SocketCommands.subscribe (/opt/iobroker/node_modules/iobroker.socketio/node_modules/@iobroker/socket-classes/lib/socketCommands.js:267:13)
                    at SocketCommands._subscribeStates (/opt/iobroker/node_modules/iobroker.socketio/node_modules/@iobroker/socket-classes/lib/socketCommands.js:489:26)
                    at commands.subscribe (/opt/iobroker/node_modules/iobroker.socketio/node_modules/@iobroker/socket-classes/lib/socketCommands.js:1356:25)
                    at Socket.<anonymous> (/opt/iobroker/node_modules/iobroker.socketio/node_modules/@iobroker/socket-classes/lib/socketCommands.js:1556:43)
                    at Socket.emit (node:events:513:28)
                    at /opt/iobroker/node_modules/socket.io/lib/socket.js:531:14
                    at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
                2023-04-12 09:53:28.587  - error: web.0 (32727) The pattern "trashschedule.0.type.Restmüll.daysleft" is not a valid ID pattern
                
                
                foxriver76 1 Reply Last reply Reply Quote 0
                • foxriver76
                  foxriver76 Developer @wendy2702 last edited by foxriver76

                  @wendy2702 ah das war ja nicht von trashschedule selbst sondern von web. Dann kommts vermutlich von vis oder web direkt.

                  Bitte bei web Issue anlegen.

                  wendy2702 1 Reply Last reply Reply Quote 0
                  • wendy2702
                    wendy2702 @foxriver76 last edited by

                    @foxriver76 Das Problem lag am Ende scheinbar daran das in VIS Widgets nach dem Upgrade auf JS5.0.1 das hier z.B. drin steht bzw. er das anmeckert.

                    Zeile  87403:           "color": "{wert:trashschedule.0.type.Restmüll.daysleft; wert<2 ? \"#ff0000\" :: wert == 2 ? \"#f3f60e\" :: \"#ffffff\"}",
                    
                    foxriver76 1 Reply Last reply Reply Quote 0
                    • foxriver76
                      foxriver76 Developer @wendy2702 last edited by

                      @wendy2702 ah perfekt dass du es gefunden hast. Funktioniert es mit einem ü nicht oder warum der Escape?

                      wendy2702 1 Reply Last reply Reply Quote 0
                      • wendy2702
                        wendy2702 @foxriver76 last edited by

                        @foxriver76 Da stand eigentlich bis zu irgendeinem Upgrade ein "ü" welches dann nach Upgrade von was auch immer von alleine in das "ü" geändert.

                        Habe jetzt in Trashschedule und in den Widgets erstmal das "ü" und das "ü" mit "ue" ersetzt.

                        Muss mal testen ob es auch funktioniert wenn überall wieder das "ü" steht.

                        1 Reply Last reply Reply Quote 0
                        • apollon77
                          apollon77 last edited by apollon77

                          Hallo alle zusammen,

                          ich habe soeben die Alpha Version vom js-controller 5 aktualisiert.

                          Changelog 5.0.1-alpha.0-20230418-efa3e809

                          • Fixed issue with certificate validity on leap years
                          • Backup fixed (Fixed wrong return type on db level for readFile promisified)
                          • Remove windows bat files completely, installer will create them when needed
                          • Respect dns resolution (ipv4/ipv6 first) from config internally and provide relevant methods via adapter-core - I theory a ipv6 only iobroker in a ipv6 only network is possible with this!

                          Adapter mit bekannten Problemen hinzugefügt:

                          • fitbit-fitness
                          • enigma2 (GitHub version fixed)
                          Gaspode Neuschwansteini Feuersturm Rene55 4 Replies Last reply Reply Quote 4
                          • Gaspode
                            Gaspode @apollon77 last edited by

                            @apollon77
                            Keine Auffälligkeiten, keine Fehler im Log File.
                            Die alten Windows bat Files wurden beim Update gelöscht.

                            1 Reply Last reply Reply Quote 1
                            • Neuschwansteini
                              Neuschwansteini @apollon77 last edited by

                              @apollon77

                              Hello,
                              laeuft hier wunderbar, das Backup geht wieder, super!

                              Der Fitbit-Adapter hatte damals (mit der letzten Alpha) einen Schluckauf, jetzt einwandfrei gestartet... konnte den Fehler nicht mehr nach vollziehen..

                              Genauso hatte ich nicht nachvollziehbare Phänomene mit dem Tuya Adapter.. ich behalts im Auge, wenn ich was nachvollziehen kann, gibts n Issue mit Debuglog..

                              1 Reply Last reply Reply Quote 1
                              • Feuersturm
                                Feuersturm @apollon77 last edited by

                                @apollon77 sagte in Alpha Test js-controller 5.0:

                                ich habe soeben die Alpha Version vom js-controller 5 aktualisiert.
                                Changelog 5.0.1-alpha.0-20230418-efa3e809

                                Master Slave System erfolgreich aktualisiert und keine Auffälligkeiten im Log 🙂

                                1 Reply Last reply Reply Quote 1
                                • Rene55
                                  Rene55 @apollon77 last edited by

                                  @apollon77 Ich habe eine kleine Auffälligkeit: Bei Protokollen wird rechts oben die Log-Größe angegeben. Ich hab da Log-Größe: 1.286821432096196e+145 GB . Ist das nur bei mir so?
                                  Aktuelle Größe ist -rw-rw-r--+ 1 iobroker iobroker 94947 Apr 25 10:36 iobroker.2023-04-25.log

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

                                    @rene55

                                    Nee, gibt soweit ich weiß auch ein Issue dazu drüben bei GitHub.

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

                                      @thomas-braun Danke für den Hinweis. Gerade mal geschaut - aber nichts gefunden bei >100 Issues.
                                      Läuft ja alles soweit, Hauptsache es wird vor dem Finale gefixt.

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

                                        @rene55
                                        Ich glaube der ist auch schon geschlossen.

                                        1 Reply Last reply Reply Quote 0
                                        • Feuersturm
                                          Feuersturm @Rene55 last edited by

                                          @rene55 hier ist das issue dazu https://github.com/ioBroker/ioBroker.admin/issues/1913

                                          DEV2DEV-DE created this issue in ioBroker/ioBroker.admin

                                          closed Log-Größe wird falsch dargestellt #1913

                                          1 Reply Last reply Reply Quote 0
                                          • T
                                            todde last edited by

                                            Alle adapter laufen nach dem Update auf v5 bis auf Doorbird. Der crashed mit einer uncaught exception:

                                            2023-05-16 07:24:37.299 - debug: doorbird.0 (177011) Redis Objects: Use Redis connection: 0.0.0.0:9001
                                            2023-05-16 07:24:37.369 - debug: doorbird.0 (177011) Objects client ready ... initialize now
                                            2023-05-16 07:24:37.372 - debug: doorbird.0 (177011) Objects create System PubSub Client
                                            2023-05-16 07:24:37.373 - debug: doorbird.0 (177011) Objects create User PubSub Client
                                            2023-05-16 07:24:37.529 - debug: doorbird.0 (177011) Objects client initialize lua scripts
                                            2023-05-16 07:24:37.561 - debug: doorbird.0 (177011) Objects connected to redis: 0.0.0.0:9001
                                            2023-05-16 07:24:37.564 - silly: doorbird.0 (177011) redis psubscribe cfg.o.system.user.*
                                            2023-05-16 07:24:37.616 - silly: doorbird.0 (177011) redis psubscribe cfg.o.enum.*
                                            2023-05-16 07:24:37.619 - silly: doorbird.0 (177011) objectDB connected
                                            2023-05-16 07:24:37.622 - debug: doorbird.0 (177011) Redis States: Use Redis connection: 0.0.0.0:9000
                                            2023-05-16 07:24:37.738 - debug: doorbird.0 (177011) States create System PubSub Client
                                            2023-05-16 07:24:37.739 - debug: doorbird.0 (177011) States create User PubSub Client
                                            2023-05-16 07:24:37.877 - debug: doorbird.0 (177011) States connected to redis: 0.0.0.0:9000
                                            2023-05-16 07:24:37.878 - silly: doorbird.0 (177011) statesDB connected
                                            2023-05-16 07:24:38.406 - info: doorbird.0 (177011) starting. Version 0.1.5 in /opt/iobroker/node_modules/iobroker.doorbird, node: v18.16.0, js-controller: 5.0.1-alpha.0-20230418-efa3e809
                                            2023-05-16 07:24:38.458 - silly: doorbird.0 (177011) States system redis pmessage system.adapter.doorbird.0.logLevel/system.adapter.doorbird.0.logLevel:{"val":"silly","ack":true,"ts":1684214678440,"q":0,"from":"system.adapter.doorbird.0","lc":1684214678440}
                                            2023-05-16 07:24:38.508 - silly: doorbird.0 (177011) States user redis pmessage doorbird.0.*/doorbird.0.info.connection:{"val":false,"ack":true,"ts":1684214678501,"q":0,"from":"system.adapter.doorbird.0","user":"system.user.admin","lc":1684214678501}
                                            2023-05-16 07:24:38.532 - debug: doorbird.0 (177011) Authorization with User gheicj0001 successfull!
                                            2023-05-16 07:24:38.559 - debug: doorbird.0 (177011) Checking favorites on DoorBird Device..
                                            2023-05-16 07:24:38.569 - silly: doorbird.0 (177011) States user redis pmessage doorbird.0.*/doorbird.0.info.connection:{"val":true,"ack":true,"ts":1684214678565,"q":0,"from":"system.adapter.doorbird.0","user":"system.user.admin","lc":1684214678565}
                                            2023-05-16 07:24:38.587 - debug: doorbird.0 (177011) Found a Favorite that belongs to me..
                                            2023-05-16 07:24:38.588 - debug: doorbird.0 (177011) (ID: 0) (ioBroker doorbird.0 1 Ring: http://192.168.6.54:8100/ring?1)
                                            2023-05-16 07:24:38.588 - debug: doorbird.0 (177011) Found a Favorite that belongs to me..
                                            2023-05-16 07:24:38.589 - debug: doorbird.0 (177011) (ID: 1) (ioBroker doorbird.0 Motion: http://192.168.6.54:8100/motion)
                                            2023-05-16 07:24:38.589 - debug: doorbird.0 (177011) Result of Favorites: {"1":{"ID":"0","URL":"http://192.168.6.54:8100/ring?1"},"Motion":{"ID":"1","URL":"http://192.168.6.54:8100/motion"}}
                                            2023-05-16 07:24:38.600 - silly: doorbird.0 (177011) States user redis pmessage doorbird.0.*/doorbird.0.info.firmware:{"val":"000139","ack":true,"ts":1684214678595,"q":0,"from":"system.adapter.doorbird.0","user":"system.user.admin","lc":1683609657823}
                                            2023-05-16 07:24:38.618 - silly: doorbird.0 (177011) States user redis pmessage doorbird.0.*/doorbird.0.info.build:{"val":"16824274","ack":true,"ts":1684214678615,"q":0,"from":"system.adapter.doorbird.0","user":"system.user.admin","lc":1683609657823}
                                            2023-05-16 07:24:38.620 - silly: doorbird.0 (177011) States user redis pmessage doorbird.0.*/doorbird.0.info.type:{"val":"DoorBird D2101V","ack":true,"ts":1684214678615,"q":0,"from":"system.adapter.doorbird.0","user":"system.user.admin","lc":1558199246009}
                                            2023-05-16 07:24:38.625 - debug: doorbird.0 (177011) Looping trough the Schedules..
                                            2023-05-16 07:24:38.626 - debug: doorbird.0 (177011) Detected a Doorbell Schedule!
                                            2023-05-16 07:24:38.626 - debug: doorbird.0 (177011) The Param of the actual Schedule is: 1
                                            2023-05-16 07:24:38.627 - debug: doorbird.0 (177011) The Output contains 3 entries!
                                            2023-05-16 07:24:38.627 - debug: doorbird.0 (177011) Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"to":"75599","from":"75600"}]}}
                                            2023-05-16 07:24:38.627 - debug: doorbird.0 (177011) Entry "1" is: {"event":"sip","param":"1","schedule":{"weekdays":[{"to":"75599","from":"75600"}]}}
                                            2023-05-16 07:24:38.628 - debug: doorbird.0 (177011) Entry "2" is: {"event":"http","param":"0","enabled":"1","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}
                                            2023-05-16 07:24:38.628 - debug: doorbird.0 (177011) Counted 1 Doorbells.
                                            2023-05-16 07:24:38.628 - debug: doorbird.0 (177011) Detected Motion Schedule!
                                            2023-05-16 07:24:38.629 - debug: doorbird.0 (177011) The Output contains 2 entries!
                                            2023-05-16 07:24:38.629 - debug: doorbird.0 (177011) Entry "0" is: {"event":"notify","param":"","schedule":{"weekdays":[{"to":"75599","from":"75600"}]}}
                                            2023-05-16 07:24:38.630 - debug: doorbird.0 (177011) Entry "1" is: {"event":"http","param":"1","enabled":"1","schedule":{"weekdays":[{"from":"75600","to":"75599"}]}}
                                            2023-05-16 07:24:38.630 - debug: doorbird.0 (177011) Checking if we need to create any favorites..
                                            2023-05-16 07:24:38.631 - debug: doorbird.0 (177011) Cheking if Favorite for Doorbell ID 1 exists.
                                            2023-05-16 07:24:38.631 - debug: doorbird.0 (177011) Favorite for Doorbell ID 1 exists!
                                            2023-05-16 07:24:38.632 - debug: doorbird.0 (177011) Checking if we need to create any favorites..
                                            2023-05-16 07:24:38.632 - debug: doorbird.0 (177011) Favorites checked successfully. No actions needed!
                                            2023-05-16 07:24:38.633 - debug: doorbird.0 (177011) Checking if we need to create Schedules on DoorBird Device..
                                            2023-05-16 07:24:38.633 - debug: doorbird.0 (177011) Okay we dont need to create any Doorbell-Schedules..
                                            2023-05-16 07:25:09.094 - debug: doorbird.0 (177011) Received Motion-alert from Doorbird!
                                            2023-05-16 07:25:09.138 - silly: doorbird.0 (177011) States user redis pmessage doorbird.0.*/doorbird.0.Motion.trigger:{"val":true,"ack":true,"ts":1684214709133,"q":0,"from":"system.adapter.doorbird.0","user":"system.user.admin","lc":1683122919533}
                                            2023-05-16 07:25:09.174 - error: doorbird.0 (177011) uncaught exception: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker-data/doorbird.0.snap.jpg'
                                            2023-05-16 07:25:09.175 - error: doorbird.0 (177011) Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker-data/doorbird.0.snap.jpg'
                                            2023-05-16 07:25:09.175 - error: doorbird.0 (177011) Exception-Code: ENOENT: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker-data/doorbird.0.snap.jpg'
                                            2023-05-16 07:25:09.180 - info: doorbird.0 (177011) terminating
                                            2023-05-16 07:25:09.181 - warn: doorbird.0 (177011) Terminated (UNCAUGHT_EXCEPTION): Without reason
                                            2023-05-16 07:25:09.683 - info: doorbird.0 (177011) terminating
                                            2023-05-16 07:25:09.842 - error: host.iobroker instance system.adapter.doorbird.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                                            2023-05-16 07:25:09.842 - info: host.iobroker Restart adapter system.adapter.doorbird.0 because enabled
                                            

                                            Hier das iob diag:

                                            Skript v.2023-04-16
                                            
                                            *** BASE SYSTEM ***
                                            Architecture    : x86_64
                                            Docker          : false
                                            Virtualization  : none
                                            Distributor ID: Debian
                                            Description:    Debian GNU/Linux 11 (bullseye)
                                            Release:        11
                                            Codename:       bullseye
                                            
                                            PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
                                            NAME="Debian GNU/Linux"
                                            VERSION_ID="11"
                                            VERSION="11 (bullseye)"
                                            VERSION_CODENAME=bullseye
                                            ID=debian
                                            HOME_URL="https://www.debian.org/"
                                            SUPPORT_URL="https://www.debian.org/support"
                                            BUG_REPORT_URL="https://bugs.debian.org/"
                                            
                                            Systemuptime and Load:
                                            07:39:41 up 12 days, 17:10,  1 user,  load average: 1.21, 1.04, 1.00
                                            CPU threads: 4
                                            
                                            
                                            *** Time and Time Zones ***
                                                          Local time: Tue 2023-05-16 07:39:41 CEST
                                                      Universal time: Tue 2023-05-16 05:39:41 UTC
                                                            RTC time: Tue 2023-05-16 05:39:41
                                                           Time zone: Europe/Berlin (CEST, +0200)
                                            System clock synchronized: yes
                                                         NTP service: n/a
                                                     RTC in local TZ: no
                                            
                                            *** User and Groups ***
                                            thrieger
                                            /home/thrieger
                                            thrieger cdrom floppy sudo audio dip video plugdev netdev iobroker
                                            
                                            *** X-Server-Setup ***
                                            X-Server:       false
                                            Desktop:
                                            Terminal:       tty
                                            Boot Target:    graphical.target
                                            
                                            *** MEMORY ***
                                                          total        used        free      shared  buff/cache   available
                                            Mem:            7.8G        4.9G        2.3G        0.0K        589M        2.5G
                                            Swap:           976M        469M        507M
                                            Total:          8.8G        5.4G        2.8G
                                            
                                                    7794 M total memory
                                                    4931 M used memory
                                                     661 M active memory
                                                    4535 M inactive memory
                                                    2273 M free memory
                                                     203 M buffer memory
                                                     385 M swap cache
                                                     976 M total swap
                                                     469 M used swap
                                                     507 M free swap
                                            
                                            *** FILESYSTEM ***
                                            Filesystem     Type      Size  Used Avail Use% Mounted on
                                            udev           devtmpfs  3.8G     0  3.8G   0% /dev
                                            tmpfs          tmpfs     780M  808K  779M   1% /run
                                            /dev/sda2      ext4      109G   18G   86G  17% /
                                            tmpfs          tmpfs     3.9G     0  3.9G   0% /dev/shm
                                            tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                            /dev/sda1      vfat      511M  6.1M  505M   2% /boot/efi
                                            tmpfs          tmpfs     780M     0  780M   0% /run/user/1000
                                            
                                            Messages concerning ext4 filesystem in dmesg:
                                            [Wed May  3 14:28:55 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                                            [Wed May  3 14:28:56 2023] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
                                            [Wed May 10 19:27:39 2023]  ext4_filemap_fault+0x2d/0x50 [ext4]
                                            [Thu May 11 06:37:28 2023]  ext4_filemap_fault+0x2d/0x50 [ext4]
                                            [Thu May 11 07:05:50 2023]  ext4_filemap_fault+0x2d/0x50 [ext4]
                                            
                                            Show mounted filesystems (real ones only):
                                            TARGET      SOURCE    FSTYPE OPTIONS
                                            /           /dev/sda2 ext4   rw,relatime,errors=remount-ro
                                            `-/boot/efi /dev/sda1 vfat   rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
                                            
                                            Files in neuralgic directories:
                                            
                                            /var:
                                            3.7G    /var/
                                            3.1G    /var/log/journal/10061850f7cc416f9745face05a6bc4e
                                            3.1G    /var/log/journal
                                            3.1G    /var/log
                                            300M    /var/cache
                                            
                                            Hint: You are currently not seeing messages from other users and the system.
                                                 Users in groups 'adm', 'systemd-journal' can see all messages.
                                                 Pass -q to turn off this notice.
                                            Archived and active journals take up 128.0M in the file system.
                                            
                                            /opt/iobroker/backups:
                                            348M    /opt/iobroker/backups/
                                            
                                            /opt/iobroker/iobroker-data:
                                            3.0G    /opt/iobroker/iobroker-data/
                                            1.3G    /opt/iobroker/iobroker-data/history
                                            1.3G    /opt/iobroker/iobroker-data/files
                                            615M    /opt/iobroker/iobroker-data/files/vis-2-beta
                                            545M    /opt/iobroker/iobroker-data/files/vis-2-beta/static
                                            
                                            The five largest files in iobroker-data are:
                                            32M     /opt/iobroker/iobroker-data/objects.jsonl
                                            24M     /opt/iobroker/iobroker-data/esphome.0/.esphome/build/esphometest/.pioenvs/esphometest/libFrameworkArduino.a
                                            23M     /opt/iobroker/iobroker-data/states.jsonl
                                            23M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.de9334af.js.map
                                            23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.e7d9968b.js.map
                                            
                                            *** NodeJS-Installation ***
                                            
                                            /usr/bin/nodejs         v18.16.0
                                            /usr/bin/node           v18.16.0
                                            /usr/bin/npm            9.5.1
                                            /usr/bin/npx            9.5.1
                                            
                                            
                                            nodejs:
                                             Installed: 18.16.0-deb-1nodesource1
                                             Candidate: 18.16.0-deb-1nodesource1
                                             Version table:
                                            *** 18.16.0-deb-1nodesource1 500
                                                   500 https://deb.nodesource.com/node_18.x bullseye/main amd64 Packages
                                                   100 /var/lib/dpkg/status
                                                12.22.12~dfsg-1~deb11u4 500
                                                   500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                                                12.22.12~dfsg-1~deb11u3 500
                                                   500 http://deb.debian.org/debian bullseye/main amd64 Packages
                                                10.24.0~dfsg-1~deb10u3 500
                                                   500 http://security.debian.org/debian-security buster/updates/main amd64 Packages
                                                10.24.0~dfsg-1~deb10u1 500
                                                   500 http://deb.debian.org/debian buster/main amd64 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: jsonl
                                            
                                            
                                            Core adapters versions
                                            js-controller:  5.0.1-alpha.0-20230418-efa3e809
                                            admin:          6.4.4
                                            javascript:     7.0.3
                                            
                                            Adapters from github:   6
                                            
                                            Adapter State
                                             system.adapter.acme.0                   : acme                  : iobroker                                 -  enabled, port: 8090, bind: 192.168.6.54
                                            + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            + system.adapter.alexa2.0                 : alexa2                : iobroker                                 -  enabled
                                            + system.adapter.alexa2.1                 : alexa2                : iobroker                                 -  enabled
                                            + system.adapter.backitup.0               : backitup              : iobroker                                 -  enabled
                                             system.adapter.daswetter.0              : daswetter             : iobroker                                 -  enabled
                                            + system.adapter.device-reminder.0        : device-reminder       : iobroker                                 -  enabled
                                             system.adapter.discovery.0              : discovery             : iobroker                                 - disabled
                                             system.adapter.doorbird.0               : doorbird              : iobroker                                 - disabled
                                             system.adapter.dwd.0                    : dwd                   : iobroker                                 -  enabled
                                            + system.adapter.echarts.0                : echarts               : iobroker                                 -  enabled
                                            + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: iobroker                                 -  enabled
                                            + system.adapter.energiefluss.0           : energiefluss          : iobroker                                 -  enabled
                                            + system.adapter.energiefluss.1           : energiefluss          : iobroker                                 -  enabled
                                            + system.adapter.esphome.0                : esphome               : iobroker                                 -  enabled
                                            + system.adapter.fb-checkpresence.0       : fb-checkpresence      : iobroker                                 -  enabled
                                             system.adapter.feiertage.0              : feiertage             : iobroker                                 -  enabled
                                             system.adapter.flot.0                   : flot                  : iobroker                                 - disabled
                                            + system.adapter.fritzdect.0              : fritzdect             : iobroker                                 -  enabled
                                            + system.adapter.fullybrowser.0           : fullybrowser          : iobroker                                 -  enabled
                                            + system.adapter.ham.0                    : ham                   : iobroker                                 -  enabled
                                            + system.adapter.history.0                : history               : iobroker                                 -  enabled
                                            + system.adapter.hm-rega.0                : hm-rega               : iobroker                                 -  enabled
                                            + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                            + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                             system.adapter.ical.0                   : ical                  : iobroker                                 -  enabled
                                             system.adapter.icons-addictive-flavour-png.0: icons-addictive-flavour-png: iobroker                                 - disabled
                                             system.adapter.icons-mfd-png.0          : icons-mfd-png         : iobroker                                 - disabled
                                            + system.adapter.info.0                   : info                  : iobroker                                 -  enabled
                                            + system.adapter.iot.0                    : iot                   : iobroker                                 -  enabled
                                            + system.adapter.jarvis.0                 : jarvis                : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            + system.adapter.javascript.0             : javascript            : iobroker                                 -  enabled
                                             system.adapter.javascript.1             : javascript            : iobroker                                 - disabled
                                             system.adapter.linux-control.0          : linux-control         : iobroker                                 - disabled
                                            + system.adapter.luxtronik1.0             : luxtronik1            : iobroker                                 -  enabled, port: 8899
                                            + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                             system.adapter.nina.0                   : nina                  : iobroker                                 - disabled
                                             system.adapter.openweathermap.0         : openweathermap        : iobroker                                 - disabled
                                             system.adapter.pollenflug.0             : pollenflug            : iobroker                                 - disabled
                                            + system.adapter.pvforecast.0             : pvforecast            : iobroker                                 -  enabled
                                            + system.adapter.rest-api.0               : rest-api              : iobroker                                 -  enabled, port: 8093, bind: 0.0.0.0, run as: admin
                                             system.adapter.samsung_tizen.0          : samsung_tizen         : iobroker                                 - disabled, port: 8002
                                            + system.adapter.senec.0                  : senec                 : iobroker                                 -  enabled
                                            + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                            + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                            + system.adapter.simple-api.1             : simple-api            : iobroker                                 -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                                            + system.adapter.simple-api.2             : simple-api            : iobroker                                 -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
                                             system.adapter.snmp.0                   : snmp                  : iobroker                                 - disabled
                                            + system.adapter.sourceanalytix.0         : sourceanalytix        : iobroker                                 -  enabled
                                            + system.adapter.tankerkoenig.0           : tankerkoenig          : iobroker                                 -  enabled
                                            + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                            + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                            + system.adapter.tr-064.0                 : tr-064                : iobroker                                 -  enabled
                                            + system.adapter.trashschedule.0          : trashschedule         : iobroker                                 -  enabled
                                            + system.adapter.upnp.0                   : upnp                  : iobroker                                 -  enabled
                                            + system.adapter.vis-2-beta.0             : vis-2-beta            : iobroker                                 -  enabled
                                             system.adapter.vis-2-widgets-energy.0   : vis-2-widgets-energy  : iobroker                                 -  enabled
                                             system.adapter.vis-2-widgets-gauges.0   : vis-2-widgets-gauges  : iobroker                                 -  enabled
                                             system.adapter.vis-2-widgets-material.0 : vis-2-widgets-material: iobroker                                 -  enabled
                                             system.adapter.vis-colorpicker.0        : vis-colorpicker       : iobroker                                 - disabled
                                             system.adapter.vis-fancyswitch.0        : vis-fancyswitch       : iobroker                                 - disabled
                                             system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : iobroker                                 - disabled
                                             system.adapter.vis-map.0                : vis-map               : iobroker                                 - disabled
                                             system.adapter.vis-materialdesign.0     : vis-materialdesign    : iobroker                                 -  enabled
                                             system.adapter.vis-metro.0              : vis-metro             : iobroker                                 - disabled
                                             system.adapter.vis-plumb.0              : vis-plumb             : iobroker                                 - disabled
                                             system.adapter.vis-timeandweather.0     : vis-timeandweather    : iobroker                                 - disabled
                                             system.adapter.vis.0                    : vis                   : iobroker                                 -  enabled
                                            + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            + system.adapter.wled.0                   : wled                  : iobroker                                 -  enabled
                                             system.adapter.yahka.0                  : yahka                 : iobroker                                 - disabled
                                            + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyACM0
                                            
                                            + instance is alive
                                            
                                            Enabled adapters with bindings
                                             system.adapter.acme.0                   : acme                  : iobroker                                 -  enabled, port: 8090, bind: 192.168.6.54
                                            + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            + system.adapter.hm-rpc.0                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                            + system.adapter.hm-rpc.1                 : hm-rpc                : iobroker                                 -  enabled, port: 0
                                            + system.adapter.jarvis.0                 : jarvis                : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            + system.adapter.luxtronik1.0             : luxtronik1            : iobroker                                 -  enabled, port: 8899
                                            + system.adapter.mqtt.0                   : mqtt                  : iobroker                                 -  enabled, port: 1883, bind: 0.0.0.0
                                            + system.adapter.rest-api.0               : rest-api              : iobroker                                 -  enabled, port: 8093, bind: 0.0.0.0, run as: admin
                                            + system.adapter.shelly.0                 : shelly                : iobroker                                 -  enabled, port: 1882, bind: 0.0.0.0
                                            + system.adapter.simple-api.0             : simple-api            : iobroker                                 -  enabled, port: 8087, bind: 0.0.0.0, run as: admin
                                            + system.adapter.simple-api.1             : simple-api            : iobroker                                 -  enabled, port: 8088, bind: 0.0.0.0, run as: admin
                                            + system.adapter.simple-api.2             : simple-api            : iobroker                                 -  enabled, port: 8089, bind: 0.0.0.0, run as: admin
                                            + system.adapter.telegram.0               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                            + system.adapter.telegram.1               : telegram              : iobroker                                 -  enabled, port: 8443, bind: 0.0.0.0
                                            + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            + system.adapter.zigbee.0                 : zigbee                : iobroker                                 -  enabled, port: /dev/ttyACM0
                                            
                                            ioBroker-Repositories
                                            stable        : http://download.iobroker.net/sources-dist.json
                                            beta          : http://download.iobroker.net/sources-dist-latest.json
                                            
                                            Active repo(s): beta
                                            
                                            Installed ioBroker-Instances
                                            Used repository: beta
                                            Adapter    "acme"         : 0.0.2    , installed 0.0.2
                                            Adapter    "admin"        : 6.4.4    , installed 6.4.4
                                            Adapter    "alexa2"       : 3.23.2   , installed 3.23.2
                                            Adapter    "backitup"     : 2.6.20   , installed 2.6.20
                                            Adapter    "daswetter"    : 3.1.8    , installed 3.1.8
                                            Adapter    "device-reminder": 1.2.9  , installed 1.2.9
                                            Adapter    "discovery"    : 3.1.0    , installed 3.1.0
                                            Adapter    "doorbird"     : 0.1.5    , installed 0.1.5
                                            Adapter    "dwd"          : 2.8.3    , installed 2.8.3
                                            Adapter    "echarts"      : 1.4.15   , installed 1.4.15
                                            Adapter    "esphome"      : 0.2.4    , installed 0.2.4
                                            Adapter    "fb-checkpresence": 1.1.26, installed 1.1.26
                                            Adapter    "feiertage"    : 1.1.0    , installed 1.1.0
                                            Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                            Adapter    "fritzdect"    : 2.3.1    , installed 2.3.1
                                            Adapter    "fullybrowser" : 2.1.2    , installed 2.1.2
                                            Adapter    "ham"          : 5.3.1    , installed 5.3.1
                                            Adapter    "history"      : 2.2.4    , installed 2.2.4
                                            Adapter    "hm-rega"      : 3.0.46   , installed 3.0.46
                                            Adapter    "hm-rpc"       : 1.15.18  , installed 1.15.18
                                            Adapter    "ical"         : 1.13.2   , installed 1.13.2
                                            Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                                            Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                                            Adapter    "info"         : 1.9.26   , installed 1.9.26
                                            Adapter    "iot"          : 1.14.5   , installed 1.14.5
                                            Adapter    "jarvis"       : 3.1.3    , installed 3.1.3
                                            Adapter    "javascript"   : 7.0.3    , installed 7.0.3
                                            Controller "js-controller": 4.0.24   , installed 5.0.1
                                            Adapter    "linux-control": 1.1.5    , installed 1.1.5
                                            Adapter    "luftdaten"    : 3.0.0    , installed 3.0.0
                                            Adapter    "luxtronik1"   : 0.3.5    , installed 0.3.5
                                            Adapter    "mqtt"         : 4.1.1    , installed 4.1.1
                                            Adapter    "nina"         : 0.0.25   , installed 0.0.25
                                            Adapter    "openweathermap": 0.3.8   , installed 0.3.8
                                            Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                                            Adapter    "pvforecast"   : 2.7.1    , installed 2.7.1
                                            Adapter    "rest-api"     : 1.1.0    , installed 1.1.0
                                            Adapter    "senec"        : 1.3.9    , installed 1.3.9
                                            Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                                            Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                            Adapter    "snmp"         : 2.4.7    , installed 2.4.7
                                            Adapter    "socketio"     : 6.3.5    , installed 6.3.5
                                            Adapter    "sourceanalytix": 0.4.14  , installed 0.4.14
                                            Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                                            Adapter    "telegram"     : 1.15.6   , installed 1.15.6
                                            Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                            Adapter    "trashschedule": 2.2.0    , installed 2.2.0
                                            Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                                            Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                            Adapter    "vis-2-widgets-energy": 0.1.12, installed 0.1.12
                                            Adapter    "vis-2-widgets-gauges": 0.1.12, installed 0.1.12
                                            Adapter    "vis-2-widgets-material": 0.2.13, installed 0.2.13
                                            Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                                            Adapter    "vis-fancyswitch": 1.1.0  , installed 1.1.0
                                            Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                            Adapter    "vis-map"      : 1.0.4    , installed 1.0.4
                                            Adapter    "vis-materialdesign": 0.5.9, installed 0.5.94
                                            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                            Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                            Adapter    "web"          : 5.5.3    , installed 5.5.3
                                            Adapter    "wled"         : 0.6.7    , installed 0.6.7
                                            Adapter    "ws"           : 2.3.6    , installed 2.3.6
                                            Adapter    "yahka"        : 1.0.3    , installed 1.0.3
                                            Adapter    "zigbee"       : 1.8.10   , installed 1.8.10
                                            
                                            Objects and States
                                            Please stand by - This may take a while
                                            Objects:        21303
                                            States:         21197
                                            
                                            *** OS-Repositories and Updates ***
                                            Hit:1 http://security.debian.org/debian-security buster/updates InRelease
                                            Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
                                            Hit:3 http://deb.debian.org/debian buster InRelease
                                            Hit:4 http://deb.debian.org/debian buster-updates InRelease
                                            Hit:5 http://deb.debian.org/debian bullseye InRelease
                                            Hit:6 http://deb.debian.org/debian bullseye-updates InRelease
                                            Hit:7 https://deb.nodesource.com/node_18.x bullseye InRelease
                                            Reading package lists...
                                            Pending Updates: 3
                                            
                                            *** 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:111             0.0.0.0:*               LISTEN      0          12982      1/init
                                            tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          61397439   220138/nc
                                            tcp        0      0 0.0.0.0:8400            0.0.0.0:*               LISTEN      1001       37046815   2776150/io.jarvis.0
                                            tcp        0      0 192.168.6.54:2001       0.0.0.0:*               LISTEN      1001       37039146   2772811/io.hm-rpc.0
                                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11842      533/sshd: /usr/sbin
                                            tcp        0      0 192.168.6.54:2010       0.0.0.0:*               LISTEN      1001       37039382   2773270/io.hm-rpc.1
                                            tcp        0      0 0.0.0.0:1882            0.0.0.0:*               LISTEN      1001       37036786   2773037/io.shelly.0
                                            tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       37037714   2772978/io.mqtt.0
                                            tcp        0      0 0.0.0.0:1884            0.0.0.0:*               LISTEN      1001       37037715   2772978/io.mqtt.0
                                            tcp        0      0 0.0.0.0:6052            0.0.0.0:*               LISTEN      1001       37043830   2775659/python3
                                            tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       37035584   2771578/iobroker.js
                                            tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       37035577   2771578/iobroker.js
                                            tcp6       0      0 :::111                  :::*                    LISTEN      0          11562      1/init
                                            tcp6       0      0 :::8081                 :::*                    LISTEN      1001       37037425   2772295/io.admin.0
                                            tcp6       0      0 :::8082                 :::*                    LISTEN      1001       37042022   2774602/io.web.0
                                            tcp6       0      0 :::22                   :::*                    LISTEN      0          11844      533/sshd: /usr/sbin
                                            tcp6       0      0 :::8087                 :::*                    LISTEN      1001       37043779   2775528/io.simple-a
                                            tcp6       0      0 :::8088                 :::*                    LISTEN      1001       37045947   2776355/io.simple-a
                                            tcp6       0      0 :::8089                 :::*                    LISTEN      1001       37047767   2777702/io.simple-a
                                            tcp6       0      0 :::8093                 :::*                    LISTEN      1001       37045169   2776815/io.rest-api
                                            udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          16579      468/dhclient
                                            udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          1416       1/init
                                            udp        0      0 192.168.6.54:123        0.0.0.0:*                           0          12086      661/ntpd
                                            udp        0      0 127.0.0.1:123           0.0.0.0:*                           0          12084      661/ntpd
                                            udp        0      0 0.0.0.0:123             0.0.0.0:*                           0          12080      661/ntpd
                                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       37047312   2776808/io.wled.0
                                            udp        0      0 127.0.0.1:5353          0.0.0.0:*                           1001       37043839   2775659/python3
                                            udp        0      0 192.168.6.54:5353       0.0.0.0:*                           1001       37043838   2775659/python3
                                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       37043833   2775659/python3
                                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           1001       37046340   2775329/io.esphome.
                                            udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       37043538   2774506/io.upnp.0
                                            udp6       0      0 :::111                  :::*                                0          858        1/init
                                            udp6       0      0 2003:cc:8f2e:9700:9:123 :::*                                108        44031850   661/ntpd
                                            udp6       0      0 fe80::96c6:91ff:fea:123 :::*                                0          12092      661/ntpd
                                            udp6       0      0 ::1:123                 :::*                                0          12088      661/ntpd
                                            udp6       0      0 :::123                  :::*                                0          12077      661/ntpd
                                            
                                            *** Log File - Last 25 Lines ***
                                            
                                            2023-05-16 07:25:54.986  - info: host.iobroker instance system.adapter.doorbird.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                            2023-05-16 07:30:00.252  - info: host.iobroker instance system.adapter.dwd.0 started with pid 190996
                                            2023-05-16 07:30:03.208  - info: dwd.0 (190996) starting. Version 2.8.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.16.0, js-controller: 5.0.1-alpha.0-20230418-efa3e809
                                            2023-05-16 07:30:04.341  - info: host.iobroker instance system.adapter.ical.0 started with pid 191069
                                            2023-05-16 07:30:05.863  - warn: dwd.0 (190996) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                            2023-05-16 07:30:06.636  - info: host.iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                            2023-05-16 07:30:07.366  - info: ical.0 (191069) starting. Version 1.13.2 in /opt/iobroker/node_modules/iobroker.ical, node: v18.16.0, js-controller: 5.0.1-alpha.0-20230418-efa3e809
                                            2023-05-16 07:30:13.661  - info: ical.0 (191069) Terminated (NO_ERROR): Without reason
                                            2023-05-16 07:30:14.210  - info: host.iobroker instance system.adapter.ical.0 terminated with code 0 (NO_ERROR)
                                            2023-05-16 07:31:48.020  - info: javascript.0 (2772368) script.js.ThR.TabletEingang: Tablet battery new level: 37
                                            2023-05-16 07:35:00.273  - info: host.iobroker instance system.adapter.dwd.0 started with pid 203821
                                            2023-05-16 07:35:03.014  - info: dwd.0 (203821) starting. Version 2.8.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.16.0, js-controller: 5.0.1-alpha.0-20230418-efa3e809
                                            2023-05-16 07:35:04.977  - warn: dwd.0 (203821) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                            2023-05-16 07:35:05.658  - info: host.iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                            2023-05-16 07:40:00.256  - info: host.iobroker instance system.adapter.dwd.0 started with pid 216923
                                            2023-05-16 07:40:03.014  - info: dwd.0 (216923) starting. Version 2.8.3 in /opt/iobroker/node_modules/iobroker.dwd, node: v18.16.0, js-controller: 5.0.1-alpha.0-20230418-efa3e809
                                            2023-05-16 07:40:05.303  - warn: dwd.0 (216923) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                            2023-05-16 07:40:05.836  - info: host.iobroker instance system.adapter.dwd.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                            
                                            ======================= SUMMARY =======================
                                                                v.2023-04-16
                                            
                                            
                                            Operatingsystem:        Debian GNU/Linux 11 (bullseye)
                                            Kernel:                 5.10.0-22-amd64
                                            Installation:           Native
                                            Timezone:               Europe/Berlin (CEST, +0200)
                                            User-ID:                1000
                                            X-Server:               false
                                            Boot Target:            graphical.target
                                            
                                            Pending OS-Updates:     3
                                            Pending iob updates:    0
                                            
                                            Nodejs-Installation:    /usr/bin/nodejs         v18.16.0
                                                                   /usr/bin/node           v18.16.0
                                                                   /usr/bin/npm            9.5.1
                                                                   /usr/bin/npx            9.5.1
                                            
                                            Recommended versions are nodejs 18.x.y and npm 9.x.y
                                            Your nodejs installation is correct
                                            
                                            MEMORY:
                                                          total        used        free      shared  buff/cache   available
                                            Mem:            7.8G        4.9G        1.9G        0.0K        966M        2.5G
                                            Swap:           976M        469M        507M
                                            Total:          8.8G        5.4G        2.4G
                                            
                                            Active iob-Instances:   43
                                            Active repo(s): beta
                                            
                                            ioBroker Core:          js-controller           5.0.1-alpha.0-20230418-efa3e809
                                                                   admin                   6.4.4
                                            
                                            ioBroker Status:        iobroker is running on this host.
                                            
                                            
                                            Objects type: jsonl
                                            States  type: jsonl
                                            
                                            Status admin and web instance:
                                            + system.adapter.admin.0                  : admin                 : iobroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                            + system.adapter.web.0                    : web                   : iobroker                                 -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                            
                                            Objects:                21303
                                            States:                 21197
                                            
                                            Size of iob-Database:
                                            
                                            32M     /opt/iobroker/iobroker-data/objects.jsonl
                                            15M     /opt/iobroker/iobroker-data/objects.json.migrated
                                            15M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                                            25M     /opt/iobroker/iobroker-data/states.jsonl
                                            3.8M    /opt/iobroker/iobroker-data/states.json.migrated
                                            3.8M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                                            
                                            
                                            
                                            =================== END OF SUMMARY ====================
                                            

                                            Issue ist beim Adapter auf GitHub offen: https://github.com/BuZZy1337/ioBroker.doorbird/issues/27

                                            todde99 created this issue in BuZZy1337/ioBroker.doorbird

                                            closed Issue with js-controller 5 Alpha #27

                                            Thomas Braun apollon77 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            817
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            25
                                            140
                                            14231
                                            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