Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter onvif camera v1.x.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.2k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

Test Adapter onvif camera v1.x.x

Geplant Angeheftet Gesperrt Verschoben Tester
341 Beiträge 48 Kommentatoren 94.4k Aufrufe 49 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • R Rookie50

    Hi,

    ich habe länger RTSPtoWEB laufen gehabt. Es gab aber immer wieder das Problem, dass ein Stream nicht starten wollte. Ich habe den RTSPtoWEB Container auf einer Synology und einem Raspi4 getesten. Egal wo der Container lief, mal startete das WebRTC, mal nicht. Außerdem fand ich diese Multiview Seite nicht ganz gelungen. Ich bin selber aber kein Designer oder Programmierer ;-)

    Ich habe nun den Container go2rtc installiert (https://github.com/AlexxIT/go2rtc). Dieser stellt pro Kamera eine Streamingseite zur Verfügung. Was die Einbindung in VIS, sowie iQontrol, vereinfacht. Ausserdem stehen viele Codecs für alle möglichen Browser zur Verfügung:

    Any codec in source
    stream.html with auto-select mode / browsers: all / codecs: H264, H265*, MJPEG, JPEG, AAC, PCMU, PCMA, OPUS
    info.json page with active connections
    rtsp with only one video and one audio / codecs: any
    rtsp for MP4 recording (Hass or Frigate) / codecs: H264, H265, AAC
    rtsp with all tracks / codecs: any
    
    ffplay -fflags nobuffer -flags low_delay -rtsp_transport tcp "rtsp://192.168.101.243:8554/Eingang"
    
    H264/H265 source
    stream.html WebRTC stream / browsers: all / codecs: H264, PCMU, PCMA, OPUS / +H265 in Safari
    stream.html MSE stream / browsers: Chrome, Firefox, Safari Mac/iPad / codecs: H264, H265*, AAC, PCMA*, PCMU*, PCM* / +OPUS in Chrome and Firefox
    stream.mp4 legacy MP4 stream with AAC audio / browsers: Chrome, Firefox / codecs: H264, H265*, AAC
    stream.mp4 modern MP4 stream with common audio / browsers: Chrome, Firefox / codecs: H264, H265*, AAC, FLAC (PCMA, PCMU, PCM)
    stream.mp4 MP4 stream with any audio / browsers: Chrome / codecs: H264, H265*, AAC, OPUS, MP3, FLAC (PCMA, PCMU, PCM)
    frame.mp4 snapshot in MP4-format / browsers: all / codecs: H264, H265*
    stream.m3u8 legacy HLS/TS / browsers: Safari all, Chrome Android / codecs: H264
    stream.m3u8 legacy HLS/fMP4 / browsers: Safari all, Chrome Android / codecs: H264, H265*, AAC
    stream.m3u8 modern HLS/fMP4 / browsers: Safari all, Chrome Android / codecs: H264, H265*, AAC, FLAC (PCMA, PCMU, PCM)
    MJPEG source
    stream.html with MJPEG mode / browsers: all / codecs: MJPEG, JPEG
    stream.mjpeg MJPEG stream / browsers: all / codecs: MJPEG, JPEG
    frame.jpeg snapshot in JPEG-format / browsers: all / codecs: MJPEG, JPEG
    Play audio
    
    example: ffmpeg:https://example.com/song.mp3#audio=pcma#input=file
    
    send / cameras with two way audio support
    Publish stream
    
    YouTube:  rtmps://xxx.rtmp.youtube.com/live2/xxxx-xxxx-xxxx-xxxx-xxxx
    Telegram: rtmps://xxx-x.rtmp.t.me/s/xxxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxx
    
    send / Telegram RTMPS server
    WebRTC Magic
    video+audio = simple viewer
    video+audio+microphone = two way audio from camera
    camera+microphone = stream from browser
    display+speaker = broadcast software
    
    webrtc.html local WebRTC viewer
    share link external WebRTC viewer
    
    

    Im VIS kann man das Basic HTML Widget nehmen und als Quelle die stream seite angeben : http://<IP-Adresse>:1984/stream.html?src=<KAMERANAME>&mode=webrtc

    Man braucht also kein Script mehr um die Kamera darzustellen.

    Gruß
    Robert

    T Offline
    T Offline
    tombox
    schrieb am zuletzt editiert von
    #222

    @rookie50 Habs mal ausprobiert und fühlt sich gut an habe die Anleitung aktualisiert

    1 Antwort Letzte Antwort
    1
    • R Offline
      R Offline
      Rookie50
      schrieb am zuletzt editiert von
      #223

      @iobrokermike Hi IObrokerMike, ich habe es halt in einem Container installiert und nicht als Paket auf einem Host installiert. Daher kann ich nicht wirklich etwas zur Installation sagen. Aber schau doch mal hier: https://forum.iobroker.net/topic/66871/go2rtc-installieren-und-einrichten
      Da wurde eine eine Installation schon diskutiert.

      Und ja, damit kann man ein Live Bild und Live Video bekommen.

      Gruß
      Robert

      1 Antwort Letzte Antwort
      0
      • T tombox

        @knusterus bitte erneut installieren Versionsnummer ändert sich nicht

        K Offline
        K Offline
        Knusterus
        schrieb am zuletzt editiert von Knusterus
        #224

        @tombox

        Hallo ich habe jetzt meine Iobroker Datensicherung vom vorletzten Wochenende ,
        vor der onvif Installation, zurückgespielt. Dann habe ich Deine Version von Github installiert . Jetzt kommt beim ersten Start noch eine Fehlermeldung

        admin.0
        2023-11-14 19:18:43.713	warn	onvif has an invalid jsonConfig: [{"instancePath":"/items/_discover","schemaPath":"#/definitions/sendToProps/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"showProcessing"},"message":"must NOT have additional properties"}]
        

        Aber was viel wichtiger ist, es funktioniert. Ist die Meldung was schlimmes?
        Eine Frage habe ich noch, wo kann die Daten des Bewegungsmelders auslesen.
        Ist es möglich ,wenn die Kamera Bewegung , einen Bildwechsel im Vis auszulösen?

        T 1 Antwort Letzte Antwort
        0
        • K Knusterus

          @tombox

          Hallo ich habe jetzt meine Iobroker Datensicherung vom vorletzten Wochenende ,
          vor der onvif Installation, zurückgespielt. Dann habe ich Deine Version von Github installiert . Jetzt kommt beim ersten Start noch eine Fehlermeldung

          admin.0
          2023-11-14 19:18:43.713	warn	onvif has an invalid jsonConfig: [{"instancePath":"/items/_discover","schemaPath":"#/definitions/sendToProps/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"showProcessing"},"message":"must NOT have additional properties"}]
          

          Aber was viel wichtiger ist, es funktioniert. Ist die Meldung was schlimmes?
          Eine Frage habe ich noch, wo kann die Daten des Bewegungsmelders auslesen.
          Ist es möglich ,wenn die Kamera Bewegung , einen Bildwechsel im Vis auszulösen?

          T Offline
          T Offline
          tombox
          schrieb am zuletzt editiert von
          #225

          @knusterus kann ignoriert werden.
          unter events sollten alle vents sein

          K 1 Antwort Letzte Antwort
          0
          • T tombox

            @knusterus kann ignoriert werden.
            unter events sollten alle vents sein

            K Offline
            K Offline
            Knusterus
            schrieb am zuletzt editiert von
            #226

            @tombox
            Adapter läuft prima,vielen Dank dafür.
            Allerdings finde ich die Events nicht. Bei mir ist alles leer.
            Events.JPG
            Wo genau wird die Medung vom Bewegungsmelder hinterlegt. Oder kann das meine Kamera nicht.
            Sie hat aber eine Bewegungserkennung die auch funktioniert.
            Danke
            Knusterus

            T 1 Antwort Letzte Antwort
            0
            • K Knusterus

              @tombox
              Adapter läuft prima,vielen Dank dafür.
              Allerdings finde ich die Events nicht. Bei mir ist alles leer.
              Events.JPG
              Wo genau wird die Medung vom Bewegungsmelder hinterlegt. Oder kann das meine Kamera nicht.
              Sie hat aber eine Bewegungserkennung die auch funktioniert.
              Danke
              Knusterus

              T Offline
              T Offline
              tombox
              schrieb am zuletzt editiert von
              #227

              @knusterus du kannst mal den ONVIF Device Manager testen bzw den adapter im debug log modus laufen lassen

              K 1 Antwort Letzte Antwort
              0
              • T tombox

                @knusterus du kannst mal den ONVIF Device Manager testen bzw den adapter im debug log modus laufen lassen

                K Offline
                K Offline
                Knusterus
                schrieb am zuletzt editiert von
                #228

                @tombox
                Den Adapter habe ich mal im debug log laufen lassen und eine Bewegung simuliert. sollte ich da im Debug was sehen.
                Da ist nix passiert. Was kann ich mit dem Manager tun ,den kenne ich nicht?

                T 1 Antwort Letzte Antwort
                0
                • K Knusterus

                  @tombox
                  Den Adapter habe ich mal im debug log laufen lassen und eine Bewegung simuliert. sollte ich da im Debug was sehen.
                  Da ist nix passiert. Was kann ich mit dem Manager tun ,den kenne ich nicht?

                  T Offline
                  T Offline
                  tombox
                  schrieb am zuletzt editiert von
                  #229

                  @knusterus Ja irgendwas müsste da passieren.
                  der kann detailliert alle onvif Informationen darstellen wäre ein test ob er was kann

                  ansonsten googeln ob man für die camera bezüglich onvif noch was aktivieren muss

                  K 1 Antwort Letzte Antwort
                  0
                  • T tombox

                    @knusterus Ja irgendwas müsste da passieren.
                    der kann detailliert alle onvif Informationen darstellen wäre ein test ob er was kann

                    ansonsten googeln ob man für die camera bezüglich onvif noch was aktivieren muss

                    K Offline
                    K Offline
                    Knusterus
                    schrieb am zuletzt editiert von
                    #230

                    @tombox
                    Also auch im Manager werden keine Events angezeigt. wahrscheinlich kann meine Kamera das noch nicht.
                    Hauptsache das Livebild ohne Passwort funktioniert, und das funktioniert super.
                    Vielen Dank
                    Knusterus

                    T 1 Antwort Letzte Antwort
                    0
                    • K Knusterus

                      @tombox
                      Also auch im Manager werden keine Events angezeigt. wahrscheinlich kann meine Kamera das noch nicht.
                      Hauptsache das Livebild ohne Passwort funktioniert, und das funktioniert super.
                      Vielen Dank
                      Knusterus

                      T Offline
                      T Offline
                      tombox
                      schrieb am zuletzt editiert von
                      #231

                      @knusterus Ja vielleicht mal Hersteller wegen onvif events anfragen

                      K 2 Antworten Letzte Antwort
                      0
                      • T tombox

                        @knusterus Ja vielleicht mal Hersteller wegen onvif events anfragen

                        K Offline
                        K Offline
                        Knusterus
                        schrieb am zuletzt editiert von
                        #232

                        @tombox
                        Habe ich bereits getan, warte auf Antwort. Melde mich sobald ich eine Antwort habe.

                        M 1 Antwort Letzte Antwort
                        0
                        • K Knusterus

                          @tombox
                          Habe ich bereits getan, warte auf Antwort. Melde mich sobald ich eine Antwort habe.

                          M Offline
                          M Offline
                          micw42
                          schrieb am zuletzt editiert von
                          #233

                          Hallo,
                          seit Version 1.1.1 startet der Adapter nicht mehr, Fehlermeldung ist folgende:

                          TypeError: callback.call is not a function at Cam.<anonymous> (/opt/iobroker/node_modules/onvif/lib/events.js:309:14) at ClientRequest.<anonymous> (/opt/iobroker/node_modules/onvif/lib/cam.js:328:4) at ClientRequest.emit (node:events:525:35) at ClientRequest.emit (node:domain:489:12) at Socket.socketErrorListener (node:_http_client:494:9) at Socket.emit (node:events:513:28) at Socket.emit (node:domain:489:12) at emitErrorNT (node:internal/streams/destroy:157:8) at emitErrorCloseNT (node:internal/streams/destroy:122:3) at processTicksAndRejections (node:internal/process/task_queues:83:21)
                          

                          Jemand eine Idee?

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • M micw42

                            Hallo,
                            seit Version 1.1.1 startet der Adapter nicht mehr, Fehlermeldung ist folgende:

                            TypeError: callback.call is not a function at Cam.<anonymous> (/opt/iobroker/node_modules/onvif/lib/events.js:309:14) at ClientRequest.<anonymous> (/opt/iobroker/node_modules/onvif/lib/cam.js:328:4) at ClientRequest.emit (node:events:525:35) at ClientRequest.emit (node:domain:489:12) at Socket.socketErrorListener (node:_http_client:494:9) at Socket.emit (node:events:513:28) at Socket.emit (node:domain:489:12) at emitErrorNT (node:internal/streams/destroy:157:8) at emitErrorCloseNT (node:internal/streams/destroy:122:3) at processTicksAndRejections (node:internal/process/task_queues:83:21)
                            

                            Jemand eine Idee?

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #234

                            @micw42 sagte in Test Adapter onvif camera v1.0.0:

                            Jemand eine Idee?

                            Das Umfeld schaut wie aus?

                            iob diag
                            

                            anschauen.

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            XBiTX 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @micw42 sagte in Test Adapter onvif camera v1.0.0:

                              Jemand eine Idee?

                              Das Umfeld schaut wie aus?

                              iob diag
                              

                              anschauen.

                              XBiTX Offline
                              XBiTX Offline
                              XBiT
                              schrieb am zuletzt editiert von
                              #235

                              @thomas-braun @micw42

                              bei mir leider das gleiche..

                              Log:

                              host.IoBroker
                              2023-11-20 13:32:55.269	info	Restart adapter system.adapter.onvif.0 because enabled
                              host.IoBroker
                              2023-11-20 13:32:55.269	error	instance system.adapter.onvif.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                              host.IoBroker
                              2023-11-20 13:32:55.269	error	Caught by controller[0]: at processTicksAndRejections (node:internal/process/task_queues:82:21)
                              host.IoBroker
                              2023-11-20 13:32:55.269	error	Caught by controller[0]: at endReadableNT (node:internal/streams/readable:1368:12)
                              host.IoBroker
                              2023-11-20 13:32:55.269	error	Caught by controller[0]: at IncomingMessage.emit (node:domain:489:12)
                              host.IoBroker
                              2023-11-20 13:32:55.269	error	Caught by controller[0]: at IncomingMessage.emit (node:events:529:35)
                              host.IoBroker
                              2023-11-20 13:32:55.269	error	Caught by controller[0]: at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/onvif/lib/cam.js:297:4)
                              host.IoBroker
                              2023-11-20 13:32:55.269	error	Caught by controller[0]: at parseSOAPString (/opt/iobroker/node_modules/onvif/lib/utils.js:108:3)
                              host.IoBroker
                              2023-11-20 13:32:55.269	error	Caught by controller[0]: at Cam.<anonymous> (/opt/iobroker/node_modules/onvif/lib/events.js:309:14)
                              host.IoBroker
                              2023-11-20 13:32:55.269	error	Caught by controller[0]: TypeError: callback.call is not a function
                              
                              onvif.0
                              2023-11-20 13:32:55.037	error	callback.call is not a function
                              
                              onvif.0
                              2023-11-20 13:32:55.036	error	TypeError: callback.call is not a function at Cam.<anonymous> (/opt/iobroker/node_modules/onvif/lib/events.js:309:14) at parseSOAPString (/opt/iobroker/node_modules/onvif/lib/utils.js:108:3) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/onvif/lib/cam.js:297:4) at IncomingMessage.emit (node:events:529:35) at IncomingMessage.emit (node:domain:489:12) at endReadableNT (node:internal/streams/readable:1368:12) at processTicksAndRejections (node:internal/process/task_queues:82:21)
                              
                              onvif.0
                              2023-11-20 13:32:55.036	error	uncaught exception: callback.call is not a function
                              
                              onvif.0
                              2023-11-20 13:32:43.482	info	Starting snapshot server
                              
                              onvif.0
                              2023-11-20 13:32:43.481	info	Finished onvif discovery
                              
                              onvif.0
                              2023-11-20 13:32:41.644	info	Data: undefined xml: undefined
                              

                              iob_diag:

                              Skript v.2023-10-10
                              
                              *** BASE SYSTEM ***
                                 Static hostname: IoBroker
                                       Icon name: computer-vm
                                         Chassis: vm
                                  Virtualization: kvm
                                Operating System: Debian GNU/Linux 10 (buster)
                                          Kernel: Linux 4.19.0-24-amd64
                                    Architecture: x86-64
                              
                              model name      : Common KVM processor
                              Docker          : false
                              Virtualization  : kvm
                              Kernel          : x86_64
                              Userland        : amd64
                              
                              Systemuptime and Load:
                               13:33:48 up 16 days, 18:50,  1 user,  load average: 0.50, 0.66, 0.67
                              CPU threads: 8
                              
                              
                              *** Time and Time Zones ***
                                             Local time: Mon 2023-11-20 13:33:49 CET
                                         Universal time: Mon 2023-11-20 12:33:49 UTC
                                               RTC time: Mon 2023-11-20 12:33:50
                                              Time zone: Europe/Berlin (CET, +0100)
                              System clock synchronized: yes
                                            NTP service: active
                                        RTC in local TZ: no
                              
                              *** User and Groups ***
                              stephan
                              /home/stephan
                              stephan cdrom floppy sudo audio dip video plugdev netdev
                              
                              *** X-Server-Setup ***
                              X-Server:       false
                              Desktop:
                              Terminal:       tty
                              Boot Target:    graphical.target
                              
                              *** MEMORY ***
                                            total        used        free      shared  buff/cache   available
                              Mem:            16G        3.4G         10G         24M        2.1G         12G
                              Swap:          6.1G          0B        6.1G
                              Total:          22G        3.4G         16G
                              
                                      16042 M total memory
                                       3423 M used memory
                                       4064 M active memory
                                        987 M inactive memory
                                      10474 M free memory
                                        482 M buffer memory
                                       1662 M swap cache
                                       6140 M total swap
                                          0 M used swap
                                       6140 M free swap
                              
                              *** FAILED SERVICES ***
                              
                              0 loaded units listed. Pass --all to see loaded but inactive units, too.
                              To show all installed unit files use 'systemctl list-unit-files'.
                              
                              *** FILESYSTEM ***
                              Filesystem     Type      Size  Used Avail Use% Mounted on
                              udev           devtmpfs  7.9G     0  7.9G   0% /dev
                              tmpfs          tmpfs     1.6G   25M  1.6G   2% /run
                              /dev/sda1      ext4       34G  7.8G   24G  25% /
                              tmpfs          tmpfs     7.9G     0  7.9G   0% /dev/shm
                              tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                              tmpfs          tmpfs     7.9G     0  7.9G   0% /sys/fs/cgroup
                              tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/1000
                              
                              Messages concerning ext4 filesystem in dmesg:
                              [Fri Nov  3 18:43:46 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
                              [Fri Nov  3 18:43:46 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
                              
                              Show mounted filesystems \(real ones only\):
                              TARGET        SOURCE    FSTYPE OPTIONS
                              /             /dev/sda1 ext4   rw,relatime,errors=remount-ro
                              `-/sys/fs/bpf bpf       bpf    rw,nosuid,nodev,noexec,relatime,mode=700
                              
                              Files in neuralgic directories:
                              
                              /var:
                              565M    /var/
                              392M    /var/cache
                              385M    /var/cache/apt
                              324M    /var/cache/apt/archives
                              156M    /var/lib
                              
                              Hint: You are currently not seeing messages from other users and the system.
                                    Users in the 'systemd-journal' group can see all messages. Pass -q to
                                    turn off this notice.
                              No journal files were opened due to insufficient permissions.
                              
                              /opt/iobroker/backups:
                              379M    /opt/iobroker/backups/
                              
                              /opt/iobroker/iobroker-data:
                              747M    /opt/iobroker/iobroker-data/
                              402M    /opt/iobroker/iobroker-data/files
                              238M    /opt/iobroker/iobroker-data/backup-objects
                              94M     /opt/iobroker/iobroker-data/files/vis-2-beta
                              52M     /opt/iobroker/iobroker-data/files/javascript.admin
                              
                              The five largest files in iobroker-data are:
                              43M     /opt/iobroker/iobroker-data/objects.jsonl
                              21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js.map
                              21M     /opt/iobroker/iobroker-data/files/eventlist/static/js/main.605c1bc5.js.map
                              21M     /opt/iobroker/iobroker-data/files/eventlist.admin/static/js/main.605c1bc5.js.map
                              20M     /opt/iobroker/iobroker-data/objects.json.migrated
                              
                              USB-Devices by-id:
                              USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                              
                              find: '/dev/serial/by-id/': No such file or directory
                              
                              *** NodeJS-Installation ***
                              
                              /usr/bin/nodejs         v18.18.2
                              /usr/bin/node           v18.18.2
                              /usr/bin/npm            9.8.1
                              /usr/bin/npx            9.8.1
                              /usr/bin/corepack       0.19.0
                              
                              
                              nodejs:
                                Installed: 18.18.2-1nodesource1
                                Candidate: 18.18.2-1nodesource1
                                Version table:
                               *** 18.18.2-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                      100 /var/lib/dpkg/status
                                   18.18.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.18.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.17.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.17.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.16.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.16.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.15.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.14.2-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.14.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.14.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.13.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.12.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.11.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.10.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.9.1-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.9.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.8.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.7.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.6.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.5.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.4.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.3.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.2.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.1.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                   18.0.0-1nodesource1 1001
                                      500 https://deb.nodesource.com/node_18.x nodistro/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
                              
                              Errors in npm tree:
                              
                              *** ioBroker-Installation ***
                              
                              ioBroker Status
                              iobroker is running on this host.
                              
                              
                              Objects type: jsonl
                              States  type: jsonl
                              
                              Core adapters versions
                              js-controller:  5.0.16
                              admin:          6.12.0
                              javascript:     7.1.4
                              
                              Adapters from github:   11
                              
                              Adapter State
                              + system.adapter.admin.0                  : admin                 : IoBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                system.adapter.alias-manager.0          : alias-manager         : IoBroker                                 - disabled
                              + system.adapter.backitup.0               : backitup              : IoBroker                                 -  enabled
                              + system.adapter.device-watcher.0         : device-watcher        : IoBroker                                 -  enabled
                              + system.adapter.discovery.0              : discovery             : IoBroker                                 -  enabled
                              + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: IoBroker                                 -  enabled
                              + system.adapter.enigma2.0                : enigma2               : IoBroker                                 -  enabled
                              + system.adapter.enigma2.1                : enigma2               : IoBroker                                 -  enabled
                              + system.adapter.enigma2.2                : enigma2               : IoBroker                                 -  enabled
                                system.adapter.feiertage.0              : feiertage             : IoBroker                                 -  enabled
                                system.adapter.flot.0                   : flot                  : IoBroker                                 - disabled
                              + system.adapter.followthesun.0           : followthesun          : IoBroker                                 -  enabled
                              + system.adapter.fullybrowser.0           : fullybrowser          : IoBroker                                 -  enabled
                              + system.adapter.google-sharedlocations.0 : google-sharedlocations: 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.hm-rpc.2                 : hm-rpc                : IoBroker                                 -  enabled, port: 0
                              + system.adapter.hm-rpc.3                 : hm-rpc                : IoBroker                                 -  enabled, port: 0
                                system.adapter.ical.0                   : ical                  : IoBroker                                 -  enabled
                                system.adapter.icons-mfd-png.0          : icons-mfd-png         : IoBroker                                 - disabled
                              + system.adapter.info.0                   : info                  : IoBroker                                 -  enabled
                              + system.adapter.javascript.0             : javascript            : IoBroker                                 -  enabled
                              + system.adapter.logparser.0              : logparser             : IoBroker                                 -  enabled
                              + system.adapter.lovelace.0               : lovelace              : IoBroker                                 -  enabled, port: 8091, bind: 192.168.1.251, run as: admin
                              + system.adapter.meater.0                 : meater                : IoBroker                                 -  enabled
                              + system.adapter.mercedesme.0             : mercedesme            : IoBroker                                 -  enabled
                              + system.adapter.mihome-vacuum.0          : mihome-vacuum         : IoBroker                                 -  enabled, port: 54321
                              + system.adapter.omada.0                  : omada                 : IoBroker                                 -  enabled, port: 8043
                                system.adapter.onvif.0                  : onvif                 : IoBroker                                 - disabled, port: 80, 7575, 8000, 8080, 8081, 8899
                              + system.adapter.ping.0                   : ping                  : IoBroker                                 -  enabled
                              + system.adapter.proxmox.0                : proxmox               : IoBroker                                 -  enabled, port: 8006
                                system.adapter.roborock.0               : roborock              : IoBroker                                 - disabled
                              + system.adapter.sayit.0                  : sayit                 : IoBroker                                 -  enabled
                              + system.adapter.shelly.1                 : shelly                : IoBroker                                 -  enabled, port: 2023, bind: 0.0.0.0
                              + system.adapter.sia.0                    : sia                   : IoBroker                                 -  enabled, port: 50001, bind: 0.0.0.0
                              + system.adapter.sonos.0                  : sonos                 : IoBroker                                 -  enabled
                              + system.adapter.sony-bravia.0            : sony-bravia           : IoBroker                                 -  enabled
                              + system.adapter.sourceanalytix.0         : sourceanalytix        : IoBroker                                 -  enabled
                              + system.adapter.sql.0                    : sql                   : IoBroker                                 -  enabled, port: 3306
                              + system.adapter.synochat.0               : synochat              : IoBroker                                 -  enabled
                              + system.adapter.synology.0               : synology              : IoBroker                                 -  enabled, port: 5000
                              + 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.telegram.2               : 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.viessmannapi.0           : viessmannapi          : IoBroker                                 -  enabled
                                system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : IoBroker                                 - disabled
                              + system.adapter.vis-inventwo.0           : vis-inventwo          : IoBroker                                 -  enabled
                                system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : IoBroker                                 - disabled
                                system.adapter.vis-metro.0              : vis-metro             : IoBroker                                 - disabled
                                system.adapter.vis-players.0            : vis-players           : 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
                              
                              + instance is alive
                              
                              Enabled adapters with bindings
                              + 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.hm-rpc.2                 : hm-rpc                : IoBroker                                 -  enabled, port: 0
                              + system.adapter.hm-rpc.3                 : hm-rpc                : IoBroker                                 -  enabled, port: 0
                              + system.adapter.lovelace.0               : lovelace              : IoBroker                                 -  enabled, port: 8091, bind: 192.168.1.251, run as: admin
                              + system.adapter.mihome-vacuum.0          : mihome-vacuum         : IoBroker                                 -  enabled, port: 54321
                              + system.adapter.omada.0                  : omada                 : IoBroker                                 -  enabled, port: 8043
                              + system.adapter.proxmox.0                : proxmox               : IoBroker                                 -  enabled, port: 8006
                              + system.adapter.shelly.1                 : shelly                : IoBroker                                 -  enabled, port: 2023, bind: 0.0.0.0
                              + system.adapter.sia.0                    : sia                   : IoBroker                                 -  enabled, port: 50001, bind: 0.0.0.0
                              + system.adapter.sql.0                    : sql                   : IoBroker                                 -  enabled, port: 3306
                              + system.adapter.synology.0               : synology              : IoBroker                                 -  enabled, port: 5000
                              + 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.telegram.2               : 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
                              
                              ioBroker-Repositories
                              stable        : http://download.iobroker.net/sources-dist.json
                              beta          : http://download.iobroker.net/sources-dist-latest.json
                              
                              Active repo(s): stable
                              
                              Installed ioBroker-Instances
                              Used repository: stable
                              Adapter    "admin"        : 6.12.0   , installed 6.12.0
                              Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                              Adapter    "backitup"     : 2.8.7    , installed 2.8.7
                              Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
                              Adapter    "device-watcher": 2.9.4   , installed 2.9.4
                              Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                              Adapter    "enigma2"      : 2.0.5    , installed 2.0.5
                              Adapter    "eventlist"    : 2.0.0    , installed 2.0.0
                              Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                              Adapter    "flot"         : 1.12.0   , installed 1.12.0
                              Adapter    "followthesun" : 0.4.2    , installed 0.4.2
                              Adapter    "fullybrowser" : 3.0.6    , installed 3.0.6
                              Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                              Adapter    "hm-rpc"       : 1.15.19  , installed 1.15.19
                              Adapter    "ical"         : 1.13.3   , installed 1.13.3
                              Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                              Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                              Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                              Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                              Adapter    "info"         : 2.0.0    , installed 2.0.0
                              Adapter    "javascript"   : 7.1.4    , installed 7.1.4
                              Controller "js-controller": 5.0.16   , installed 5.0.16
                              Adapter    "logparser"    : 2.2.0    , installed 2.2.0
                              Adapter    "lovelace"     : 3.0.1    , installed 3.0.1
                              Adapter    "meater"       : 1.0.2    , installed 1.0.2
                              Adapter    "mercedesme"   : 0.1.1    , installed 0.1.1
                              Adapter    "mihome-vacuum": 4.1.0    , installed 4.1.0
                              Adapter    "onvif"        : 1.1.1    , installed 1.1.1
                              Adapter    "ping"         : 1.6.2    , installed 1.6.2
                              Adapter    "proxmox"      : 2.2.1    , installed 2.2.1
                              Adapter    "roborock"     : 0.4.4    , installed 0.4.4
                              Adapter    "sayit"        : 3.0.5    , installed 3.0.5
                              Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                              Adapter    "sia"          : 1.0.4    , installed 1.0.4
                              Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                              Adapter    "socketio"     : 6.5.5    , installed 6.5.5
                              Adapter    "sonos"        : 3.0.0    , installed 3.0.0
                              Adapter    "sony-bravia"  : 1.0.9    , installed 1.0.9
                              Adapter    "sql"          : 2.2.0    , installed 2.2.0
                              Adapter    "synochat"     : 1.3.1    , installed 1.3.1
                              Adapter    "synology"     : 3.0.1    , installed 3.0.1
                              Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                              Adapter    "telegram"     : 2.0.1    , installed 2.0.1
                              Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                              Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                              Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                              Adapter    "viessmannapi" : 2.3.0    , installed 2.3.0
                              Adapter    "vis"          : 1.4.16   , installed 1.4.16
                              Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                              Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                              Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                              Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                              Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                              Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                              Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                              Adapter    "web"          : 6.1.10   , installed 6.1.10
                              Adapter    "ws"           : 2.5.8    , installed 2.5.8
                              
                              Objects and States
                              Please stand by - This may take a while
                              Objects:        30217
                              States:         24890
                              
                              *** OS-Repositories and Updates ***
                              Hit:1 http://deb.debian.org/debian buster InRelease
                              Hit:2 http://deb.debian.org/debian buster-updates InRelease
                              Hit:3 http://security.debian.org/debian-security buster/updates InRelease
                              Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                              Reading package lists...
                              Pending Updates: 0
                              
                              *** 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 192.168.1.251:42010     0.0.0.0:*               LISTEN      1001       42089991   4473/io.hm-rpc.1
                              tcp        0      0 192.168.1.251:8091      0.0.0.0:*               LISTEN      1001       42092665   5196/io.lovelace.0
                              tcp        0      0 192.168.1.251:8701      0.0.0.0:*               LISTEN      1001       42088993   4503/io.hm-rpc.3
                              tcp        0      0 0.0.0.0:2023            0.0.0.0:*               LISTEN      1001       42089126   4632/io.shelly.1
                              tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       42088726   4305/iobroker.js-co
                              tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       42090513   4305/iobroker.js-co
                              tcp        0      0 192.168.1.251:49292     0.0.0.0:*               LISTEN      1001       42090005   4488/io.hm-rpc.2
                              tcp        0      0 0.0.0.0:5005            0.0.0.0:*               LISTEN      0          5652559    12204/node
                              tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          12300      1/init
                              tcp        0      0 0.0.0.0:50001           0.0.0.0:*               LISTEN      1001       42093859   5245/io.sia.0
                              tcp        0      0 192.168.1.251:42001     0.0.0.0:*               LISTEN      1001       42088247   4458/io.hm-rpc.0
                              tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14888      400/sshd
                              tcp6       0      0 :::8000                 :::*                    LISTEN      1001       42096728   5308/io.upnp.0
                              tcp6       0      0 :::3500                 :::*                    LISTEN      0          5652562    12204/node
                              tcp6       0      0 :::3501                 :::*                    LISTEN      1001       42088329   4566/io.sonos.0
                              tcp6       0      0 :::111                  :::*                    LISTEN      0          2523       1/init
                              tcp6       0      0 :::8081                 :::*                    LISTEN      1001       42088772   4326/io.admin.0
                              tcp6       0      0 :::8082                 :::*                    LISTEN      1001       42092359   5372/io.web.0
                              tcp6       0      0 :::22                   :::*                    LISTEN      0          14890      400/sshd
                              tcp6       0      0 :::3000                 :::*                    LISTEN      1001       42095759   5533/io.fullybrowse
                              udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       42090843   4533/io.mihome-vacu
                              udp        0      0 192.168.1.251:5353      0.0.0.0:*                           1001       42090232   4616/io.tr-064.0
                              udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          12301      1/init
                              udp        0      0 0.0.0.0:50001           0.0.0.0:*                           1001       42093860   5245/io.sia.0
                              udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       42092344   5308/io.upnp.0
                              udp        0      0 0.0.0.0:42883           0.0.0.0:*                           1001       42094828   5308/io.upnp.0
                              udp6       0      0 :::111                  :::*                                0          2526       1/init
                              
                              *** Log File - Last 25 Lines ***
                              
                              2023-11-20 13:33:20.553  - info: host.IoBroker "system.adapter.onvif.0" disabled
                              2023-11-20 13:33:26.814  - error: onvif.0 (5601) adapter disabled
                              2023-11-20 13:33:26.826  - warn: javascript.0 (4353) getState "system.adapter.onvif.0.cpu" not found (3)
                              2023-11-20 13:33:26.827  - warn: javascript.0 (4353)     at tabelle_generieren (script.js.common.0_userdata_0_.Home.Status.Adapter.adapterstatus:56:20)
                              2023-11-20 13:33:26.827  - warn: javascript.0 (4353)     at Object.<anonymous> (script.js.common.0_userdata_0_.Home.Status.Adapter.adapterstatus:92:3)
                              2023-11-20 13:33:26.827  - warn: javascript.0 (4353) getState "system.adapter.onvif.0.memHeapUsed" not found (3)
                              2023-11-20 13:33:26.827  - warn: javascript.0 (4353)     at tabelle_generieren (script.js.common.0_userdata_0_.Home.Status.Adapter.adapterstatus:61:20)
                              2023-11-20 13:33:26.827  - warn: javascript.0 (4353)     at Object.<anonymous> (script.js.common.0_userdata_0_.Home.Status.Adapter.adapterstatus:92:3)
                              2023-11-20 13:33:26.861  - warn: onvif.0 (5601) Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
                              2023-11-20 13:33:27.457  - error: host.IoBroker instance system.adapter.onvif.0 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
                              2023-11-20 13:33:27.458  - info: host.IoBroker Do not restart adapter system.adapter.onvif.0 because disabled or deleted
                              2023-11-20 13:33:34.843  - info: mihome-vacuum.0 (4533) create states for mop
                              2023-11-20 13:33:34.846  - info: mihome-vacuum.0 (4533) change states from State control.fan_power
                              2023-11-20 13:33:34.846  - info: mihome-vacuum.0 (4533) create states for water box
                              2023-11-20 13:33:34.850  - info: mihome-vacuum.0 (4533) create states for water box mode
                              2023-11-20 13:33:34.922  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.218001011242.roomFanPower
                              2023-11-20 13:33:34.922  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.218001011304.roomFanPower
                              2023-11-20 13:33:34.923  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.218001011305.roomFanPower
                              2023-11-20 13:33:34.923  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.room1.roomFanPower
                              2023-11-20 13:33:34.923  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.room16.roomFanPower
                              2023-11-20 13:33:34.924  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.room17.roomFanPower
                              2023-11-20 13:33:34.924  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.room18.roomFanPower
                              2023-11-20 13:33:34.924  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.room19.roomFanPower
                              2023-11-20 13:33:34.924  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.room2.roomFanPower
                              2023-11-20 13:33:34.924  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.room20.roomFanPower
                              

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • XBiTX XBiT

                                @thomas-braun @micw42

                                bei mir leider das gleiche..

                                Log:

                                host.IoBroker
                                2023-11-20 13:32:55.269	info	Restart adapter system.adapter.onvif.0 because enabled
                                host.IoBroker
                                2023-11-20 13:32:55.269	error	instance system.adapter.onvif.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                                host.IoBroker
                                2023-11-20 13:32:55.269	error	Caught by controller[0]: at processTicksAndRejections (node:internal/process/task_queues:82:21)
                                host.IoBroker
                                2023-11-20 13:32:55.269	error	Caught by controller[0]: at endReadableNT (node:internal/streams/readable:1368:12)
                                host.IoBroker
                                2023-11-20 13:32:55.269	error	Caught by controller[0]: at IncomingMessage.emit (node:domain:489:12)
                                host.IoBroker
                                2023-11-20 13:32:55.269	error	Caught by controller[0]: at IncomingMessage.emit (node:events:529:35)
                                host.IoBroker
                                2023-11-20 13:32:55.269	error	Caught by controller[0]: at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/onvif/lib/cam.js:297:4)
                                host.IoBroker
                                2023-11-20 13:32:55.269	error	Caught by controller[0]: at parseSOAPString (/opt/iobroker/node_modules/onvif/lib/utils.js:108:3)
                                host.IoBroker
                                2023-11-20 13:32:55.269	error	Caught by controller[0]: at Cam.<anonymous> (/opt/iobroker/node_modules/onvif/lib/events.js:309:14)
                                host.IoBroker
                                2023-11-20 13:32:55.269	error	Caught by controller[0]: TypeError: callback.call is not a function
                                
                                onvif.0
                                2023-11-20 13:32:55.037	error	callback.call is not a function
                                
                                onvif.0
                                2023-11-20 13:32:55.036	error	TypeError: callback.call is not a function at Cam.<anonymous> (/opt/iobroker/node_modules/onvif/lib/events.js:309:14) at parseSOAPString (/opt/iobroker/node_modules/onvif/lib/utils.js:108:3) at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/onvif/lib/cam.js:297:4) at IncomingMessage.emit (node:events:529:35) at IncomingMessage.emit (node:domain:489:12) at endReadableNT (node:internal/streams/readable:1368:12) at processTicksAndRejections (node:internal/process/task_queues:82:21)
                                
                                onvif.0
                                2023-11-20 13:32:55.036	error	uncaught exception: callback.call is not a function
                                
                                onvif.0
                                2023-11-20 13:32:43.482	info	Starting snapshot server
                                
                                onvif.0
                                2023-11-20 13:32:43.481	info	Finished onvif discovery
                                
                                onvif.0
                                2023-11-20 13:32:41.644	info	Data: undefined xml: undefined
                                

                                iob_diag:

                                Skript v.2023-10-10
                                
                                *** BASE SYSTEM ***
                                   Static hostname: IoBroker
                                         Icon name: computer-vm
                                           Chassis: vm
                                    Virtualization: kvm
                                  Operating System: Debian GNU/Linux 10 (buster)
                                            Kernel: Linux 4.19.0-24-amd64
                                      Architecture: x86-64
                                
                                model name      : Common KVM processor
                                Docker          : false
                                Virtualization  : kvm
                                Kernel          : x86_64
                                Userland        : amd64
                                
                                Systemuptime and Load:
                                 13:33:48 up 16 days, 18:50,  1 user,  load average: 0.50, 0.66, 0.67
                                CPU threads: 8
                                
                                
                                *** Time and Time Zones ***
                                               Local time: Mon 2023-11-20 13:33:49 CET
                                           Universal time: Mon 2023-11-20 12:33:49 UTC
                                                 RTC time: Mon 2023-11-20 12:33:50
                                                Time zone: Europe/Berlin (CET, +0100)
                                System clock synchronized: yes
                                              NTP service: active
                                          RTC in local TZ: no
                                
                                *** User and Groups ***
                                stephan
                                /home/stephan
                                stephan cdrom floppy sudo audio dip video plugdev netdev
                                
                                *** X-Server-Setup ***
                                X-Server:       false
                                Desktop:
                                Terminal:       tty
                                Boot Target:    graphical.target
                                
                                *** MEMORY ***
                                              total        used        free      shared  buff/cache   available
                                Mem:            16G        3.4G         10G         24M        2.1G         12G
                                Swap:          6.1G          0B        6.1G
                                Total:          22G        3.4G         16G
                                
                                        16042 M total memory
                                         3423 M used memory
                                         4064 M active memory
                                          987 M inactive memory
                                        10474 M free memory
                                          482 M buffer memory
                                         1662 M swap cache
                                         6140 M total swap
                                            0 M used swap
                                         6140 M free swap
                                
                                *** FAILED SERVICES ***
                                
                                0 loaded units listed. Pass --all to see loaded but inactive units, too.
                                To show all installed unit files use 'systemctl list-unit-files'.
                                
                                *** FILESYSTEM ***
                                Filesystem     Type      Size  Used Avail Use% Mounted on
                                udev           devtmpfs  7.9G     0  7.9G   0% /dev
                                tmpfs          tmpfs     1.6G   25M  1.6G   2% /run
                                /dev/sda1      ext4       34G  7.8G   24G  25% /
                                tmpfs          tmpfs     7.9G     0  7.9G   0% /dev/shm
                                tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
                                tmpfs          tmpfs     7.9G     0  7.9G   0% /sys/fs/cgroup
                                tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/1000
                                
                                Messages concerning ext4 filesystem in dmesg:
                                [Fri Nov  3 18:43:46 2023] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
                                [Fri Nov  3 18:43:46 2023] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
                                
                                Show mounted filesystems \(real ones only\):
                                TARGET        SOURCE    FSTYPE OPTIONS
                                /             /dev/sda1 ext4   rw,relatime,errors=remount-ro
                                `-/sys/fs/bpf bpf       bpf    rw,nosuid,nodev,noexec,relatime,mode=700
                                
                                Files in neuralgic directories:
                                
                                /var:
                                565M    /var/
                                392M    /var/cache
                                385M    /var/cache/apt
                                324M    /var/cache/apt/archives
                                156M    /var/lib
                                
                                Hint: You are currently not seeing messages from other users and the system.
                                      Users in the 'systemd-journal' group can see all messages. Pass -q to
                                      turn off this notice.
                                No journal files were opened due to insufficient permissions.
                                
                                /opt/iobroker/backups:
                                379M    /opt/iobroker/backups/
                                
                                /opt/iobroker/iobroker-data:
                                747M    /opt/iobroker/iobroker-data/
                                402M    /opt/iobroker/iobroker-data/files
                                238M    /opt/iobroker/iobroker-data/backup-objects
                                94M     /opt/iobroker/iobroker-data/files/vis-2-beta
                                52M     /opt/iobroker/iobroker-data/files/javascript.admin
                                
                                The five largest files in iobroker-data are:
                                43M     /opt/iobroker/iobroker-data/objects.jsonl
                                21M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.aaea95f8.js.map
                                21M     /opt/iobroker/iobroker-data/files/eventlist/static/js/main.605c1bc5.js.map
                                21M     /opt/iobroker/iobroker-data/files/eventlist.admin/static/js/main.605c1bc5.js.map
                                20M     /opt/iobroker/iobroker-data/objects.json.migrated
                                
                                USB-Devices by-id:
                                USB-Sticks -  Avoid direct links to /dev/* in your adapter setups, please always prefer the links 'by-id':
                                
                                find: '/dev/serial/by-id/': No such file or directory
                                
                                *** NodeJS-Installation ***
                                
                                /usr/bin/nodejs         v18.18.2
                                /usr/bin/node           v18.18.2
                                /usr/bin/npm            9.8.1
                                /usr/bin/npx            9.8.1
                                /usr/bin/corepack       0.19.0
                                
                                
                                nodejs:
                                  Installed: 18.18.2-1nodesource1
                                  Candidate: 18.18.2-1nodesource1
                                  Version table:
                                 *** 18.18.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                        100 /var/lib/dpkg/status
                                     18.18.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.18.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.17.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.17.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.16.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.16.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.15.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.14.2-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.14.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.14.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.13.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.12.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.11.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.10.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.9.1-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.9.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.8.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.7.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.6.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.5.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.4.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.3.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.2.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.1.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/main amd64 Packages
                                     18.0.0-1nodesource1 1001
                                        500 https://deb.nodesource.com/node_18.x nodistro/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
                                
                                Errors in npm tree:
                                
                                *** ioBroker-Installation ***
                                
                                ioBroker Status
                                iobroker is running on this host.
                                
                                
                                Objects type: jsonl
                                States  type: jsonl
                                
                                Core adapters versions
                                js-controller:  5.0.16
                                admin:          6.12.0
                                javascript:     7.1.4
                                
                                Adapters from github:   11
                                
                                Adapter State
                                + system.adapter.admin.0                  : admin                 : IoBroker                                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  system.adapter.alias-manager.0          : alias-manager         : IoBroker                                 - disabled
                                + system.adapter.backitup.0               : backitup              : IoBroker                                 -  enabled
                                + system.adapter.device-watcher.0         : device-watcher        : IoBroker                                 -  enabled
                                + system.adapter.discovery.0              : discovery             : IoBroker                                 -  enabled
                                + system.adapter.energiefluss-erweitert.0 : energiefluss-erweitert: IoBroker                                 -  enabled
                                + system.adapter.enigma2.0                : enigma2               : IoBroker                                 -  enabled
                                + system.adapter.enigma2.1                : enigma2               : IoBroker                                 -  enabled
                                + system.adapter.enigma2.2                : enigma2               : IoBroker                                 -  enabled
                                  system.adapter.feiertage.0              : feiertage             : IoBroker                                 -  enabled
                                  system.adapter.flot.0                   : flot                  : IoBroker                                 - disabled
                                + system.adapter.followthesun.0           : followthesun          : IoBroker                                 -  enabled
                                + system.adapter.fullybrowser.0           : fullybrowser          : IoBroker                                 -  enabled
                                + system.adapter.google-sharedlocations.0 : google-sharedlocations: 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.hm-rpc.2                 : hm-rpc                : IoBroker                                 -  enabled, port: 0
                                + system.adapter.hm-rpc.3                 : hm-rpc                : IoBroker                                 -  enabled, port: 0
                                  system.adapter.ical.0                   : ical                  : IoBroker                                 -  enabled
                                  system.adapter.icons-mfd-png.0          : icons-mfd-png         : IoBroker                                 - disabled
                                + system.adapter.info.0                   : info                  : IoBroker                                 -  enabled
                                + system.adapter.javascript.0             : javascript            : IoBroker                                 -  enabled
                                + system.adapter.logparser.0              : logparser             : IoBroker                                 -  enabled
                                + system.adapter.lovelace.0               : lovelace              : IoBroker                                 -  enabled, port: 8091, bind: 192.168.1.251, run as: admin
                                + system.adapter.meater.0                 : meater                : IoBroker                                 -  enabled
                                + system.adapter.mercedesme.0             : mercedesme            : IoBroker                                 -  enabled
                                + system.adapter.mihome-vacuum.0          : mihome-vacuum         : IoBroker                                 -  enabled, port: 54321
                                + system.adapter.omada.0                  : omada                 : IoBroker                                 -  enabled, port: 8043
                                  system.adapter.onvif.0                  : onvif                 : IoBroker                                 - disabled, port: 80, 7575, 8000, 8080, 8081, 8899
                                + system.adapter.ping.0                   : ping                  : IoBroker                                 -  enabled
                                + system.adapter.proxmox.0                : proxmox               : IoBroker                                 -  enabled, port: 8006
                                  system.adapter.roborock.0               : roborock              : IoBroker                                 - disabled
                                + system.adapter.sayit.0                  : sayit                 : IoBroker                                 -  enabled
                                + system.adapter.shelly.1                 : shelly                : IoBroker                                 -  enabled, port: 2023, bind: 0.0.0.0
                                + system.adapter.sia.0                    : sia                   : IoBroker                                 -  enabled, port: 50001, bind: 0.0.0.0
                                + system.adapter.sonos.0                  : sonos                 : IoBroker                                 -  enabled
                                + system.adapter.sony-bravia.0            : sony-bravia           : IoBroker                                 -  enabled
                                + system.adapter.sourceanalytix.0         : sourceanalytix        : IoBroker                                 -  enabled
                                + system.adapter.sql.0                    : sql                   : IoBroker                                 -  enabled, port: 3306
                                + system.adapter.synochat.0               : synochat              : IoBroker                                 -  enabled
                                + system.adapter.synology.0               : synology              : IoBroker                                 -  enabled, port: 5000
                                + 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.telegram.2               : 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.viessmannapi.0           : viessmannapi          : IoBroker                                 -  enabled
                                  system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : IoBroker                                 - disabled
                                + system.adapter.vis-inventwo.0           : vis-inventwo          : IoBroker                                 -  enabled
                                  system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : IoBroker                                 - disabled
                                  system.adapter.vis-metro.0              : vis-metro             : IoBroker                                 - disabled
                                  system.adapter.vis-players.0            : vis-players           : 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
                                
                                + instance is alive
                                
                                Enabled adapters with bindings
                                + 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.hm-rpc.2                 : hm-rpc                : IoBroker                                 -  enabled, port: 0
                                + system.adapter.hm-rpc.3                 : hm-rpc                : IoBroker                                 -  enabled, port: 0
                                + system.adapter.lovelace.0               : lovelace              : IoBroker                                 -  enabled, port: 8091, bind: 192.168.1.251, run as: admin
                                + system.adapter.mihome-vacuum.0          : mihome-vacuum         : IoBroker                                 -  enabled, port: 54321
                                + system.adapter.omada.0                  : omada                 : IoBroker                                 -  enabled, port: 8043
                                + system.adapter.proxmox.0                : proxmox               : IoBroker                                 -  enabled, port: 8006
                                + system.adapter.shelly.1                 : shelly                : IoBroker                                 -  enabled, port: 2023, bind: 0.0.0.0
                                + system.adapter.sia.0                    : sia                   : IoBroker                                 -  enabled, port: 50001, bind: 0.0.0.0
                                + system.adapter.sql.0                    : sql                   : IoBroker                                 -  enabled, port: 3306
                                + system.adapter.synology.0               : synology              : IoBroker                                 -  enabled, port: 5000
                                + 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.telegram.2               : 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
                                
                                ioBroker-Repositories
                                stable        : http://download.iobroker.net/sources-dist.json
                                beta          : http://download.iobroker.net/sources-dist-latest.json
                                
                                Active repo(s): stable
                                
                                Installed ioBroker-Instances
                                Used repository: stable
                                Adapter    "admin"        : 6.12.0   , installed 6.12.0
                                Adapter    "alias-manager": 1.2.6    , installed 1.2.6
                                Adapter    "backitup"     : 2.8.7    , installed 2.8.7
                                Adapter    "coronavirus-statistics": 0.8.7, installed 0.8.7
                                Adapter    "device-watcher": 2.9.4   , installed 2.9.4
                                Adapter    "discovery"    : 4.2.0    , installed 4.2.0
                                Adapter    "enigma2"      : 2.0.5    , installed 2.0.5
                                Adapter    "eventlist"    : 2.0.0    , installed 2.0.0
                                Adapter    "feiertage"    : 1.1.4    , installed 1.1.4
                                Adapter    "flot"         : 1.12.0   , installed 1.12.0
                                Adapter    "followthesun" : 0.4.2    , installed 0.4.2
                                Adapter    "fullybrowser" : 3.0.6    , installed 3.0.6
                                Adapter    "hm-rega"      : 4.0.0    , installed 4.0.0
                                Adapter    "hm-rpc"       : 1.15.19  , installed 1.15.19
                                Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                Adapter    "icons-addictive-flavour-png": 0.1.0, installed 0.1.0
                                Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                                Adapter    "icons-ultimate-png": 1.0.1, installed 1.0.1
                                Adapter    "info"         : 2.0.0    , installed 2.0.0
                                Adapter    "javascript"   : 7.1.4    , installed 7.1.4
                                Controller "js-controller": 5.0.16   , installed 5.0.16
                                Adapter    "logparser"    : 2.2.0    , installed 2.2.0
                                Adapter    "lovelace"     : 3.0.1    , installed 3.0.1
                                Adapter    "meater"       : 1.0.2    , installed 1.0.2
                                Adapter    "mercedesme"   : 0.1.1    , installed 0.1.1
                                Adapter    "mihome-vacuum": 4.1.0    , installed 4.1.0
                                Adapter    "onvif"        : 1.1.1    , installed 1.1.1
                                Adapter    "ping"         : 1.6.2    , installed 1.6.2
                                Adapter    "proxmox"      : 2.2.1    , installed 2.2.1
                                Adapter    "roborock"     : 0.4.4    , installed 0.4.4
                                Adapter    "sayit"        : 3.0.5    , installed 3.0.5
                                Adapter    "shelly"       : 6.6.1    , installed 6.6.1
                                Adapter    "sia"          : 1.0.4    , installed 1.0.4
                                Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                Adapter    "socketio"     : 6.5.5    , installed 6.5.5
                                Adapter    "sonos"        : 3.0.0    , installed 3.0.0
                                Adapter    "sony-bravia"  : 1.0.9    , installed 1.0.9
                                Adapter    "sql"          : 2.2.0    , installed 2.2.0
                                Adapter    "synochat"     : 1.3.1    , installed 1.3.1
                                Adapter    "synology"     : 3.0.1    , installed 3.0.1
                                Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                                Adapter    "telegram"     : 2.0.1    , installed 2.0.1
                                Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                                Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                                Adapter    "viessmannapi" : 2.3.0    , installed 2.3.0
                                Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                Adapter    "vis-inventwo" : 3.3.3    , installed 3.3.3
                                Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                Adapter    "vis-players"  : 0.1.6    , installed 0.1.6
                                Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                Adapter    "web"          : 6.1.10   , installed 6.1.10
                                Adapter    "ws"           : 2.5.8    , installed 2.5.8
                                
                                Objects and States
                                Please stand by - This may take a while
                                Objects:        30217
                                States:         24890
                                
                                *** OS-Repositories and Updates ***
                                Hit:1 http://deb.debian.org/debian buster InRelease
                                Hit:2 http://deb.debian.org/debian buster-updates InRelease
                                Hit:3 http://security.debian.org/debian-security buster/updates InRelease
                                Hit:4 https://deb.nodesource.com/node_18.x nodistro InRelease
                                Reading package lists...
                                Pending Updates: 0
                                
                                *** 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 192.168.1.251:42010     0.0.0.0:*               LISTEN      1001       42089991   4473/io.hm-rpc.1
                                tcp        0      0 192.168.1.251:8091      0.0.0.0:*               LISTEN      1001       42092665   5196/io.lovelace.0
                                tcp        0      0 192.168.1.251:8701      0.0.0.0:*               LISTEN      1001       42088993   4503/io.hm-rpc.3
                                tcp        0      0 0.0.0.0:2023            0.0.0.0:*               LISTEN      1001       42089126   4632/io.shelly.1
                                tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       42088726   4305/iobroker.js-co
                                tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       42090513   4305/iobroker.js-co
                                tcp        0      0 192.168.1.251:49292     0.0.0.0:*               LISTEN      1001       42090005   4488/io.hm-rpc.2
                                tcp        0      0 0.0.0.0:5005            0.0.0.0:*               LISTEN      0          5652559    12204/node
                                tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          12300      1/init
                                tcp        0      0 0.0.0.0:50001           0.0.0.0:*               LISTEN      1001       42093859   5245/io.sia.0
                                tcp        0      0 192.168.1.251:42001     0.0.0.0:*               LISTEN      1001       42088247   4458/io.hm-rpc.0
                                tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          14888      400/sshd
                                tcp6       0      0 :::8000                 :::*                    LISTEN      1001       42096728   5308/io.upnp.0
                                tcp6       0      0 :::3500                 :::*                    LISTEN      0          5652562    12204/node
                                tcp6       0      0 :::3501                 :::*                    LISTEN      1001       42088329   4566/io.sonos.0
                                tcp6       0      0 :::111                  :::*                    LISTEN      0          2523       1/init
                                tcp6       0      0 :::8081                 :::*                    LISTEN      1001       42088772   4326/io.admin.0
                                tcp6       0      0 :::8082                 :::*                    LISTEN      1001       42092359   5372/io.web.0
                                tcp6       0      0 :::22                   :::*                    LISTEN      0          14890      400/sshd
                                tcp6       0      0 :::3000                 :::*                    LISTEN      1001       42095759   5533/io.fullybrowse
                                udp        0      0 0.0.0.0:53421           0.0.0.0:*                           1001       42090843   4533/io.mihome-vacu
                                udp        0      0 192.168.1.251:5353      0.0.0.0:*                           1001       42090232   4616/io.tr-064.0
                                udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          12301      1/init
                                udp        0      0 0.0.0.0:50001           0.0.0.0:*                           1001       42093860   5245/io.sia.0
                                udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       42092344   5308/io.upnp.0
                                udp        0      0 0.0.0.0:42883           0.0.0.0:*                           1001       42094828   5308/io.upnp.0
                                udp6       0      0 :::111                  :::*                                0          2526       1/init
                                
                                *** Log File - Last 25 Lines ***
                                
                                2023-11-20 13:33:20.553  - info: host.IoBroker "system.adapter.onvif.0" disabled
                                2023-11-20 13:33:26.814  - error: onvif.0 (5601) adapter disabled
                                2023-11-20 13:33:26.826  - warn: javascript.0 (4353) getState "system.adapter.onvif.0.cpu" not found (3)
                                2023-11-20 13:33:26.827  - warn: javascript.0 (4353)     at tabelle_generieren (script.js.common.0_userdata_0_.Home.Status.Adapter.adapterstatus:56:20)
                                2023-11-20 13:33:26.827  - warn: javascript.0 (4353)     at Object.<anonymous> (script.js.common.0_userdata_0_.Home.Status.Adapter.adapterstatus:92:3)
                                2023-11-20 13:33:26.827  - warn: javascript.0 (4353) getState "system.adapter.onvif.0.memHeapUsed" not found (3)
                                2023-11-20 13:33:26.827  - warn: javascript.0 (4353)     at tabelle_generieren (script.js.common.0_userdata_0_.Home.Status.Adapter.adapterstatus:61:20)
                                2023-11-20 13:33:26.827  - warn: javascript.0 (4353)     at Object.<anonymous> (script.js.common.0_userdata_0_.Home.Status.Adapter.adapterstatus:92:3)
                                2023-11-20 13:33:26.861  - warn: onvif.0 (5601) Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
                                2023-11-20 13:33:27.457  - error: host.IoBroker instance system.adapter.onvif.0 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
                                2023-11-20 13:33:27.458  - info: host.IoBroker Do not restart adapter system.adapter.onvif.0 because disabled or deleted
                                2023-11-20 13:33:34.843  - info: mihome-vacuum.0 (4533) create states for mop
                                2023-11-20 13:33:34.846  - info: mihome-vacuum.0 (4533) change states from State control.fan_power
                                2023-11-20 13:33:34.846  - info: mihome-vacuum.0 (4533) create states for water box
                                2023-11-20 13:33:34.850  - info: mihome-vacuum.0 (4533) create states for water box mode
                                2023-11-20 13:33:34.922  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.218001011242.roomFanPower
                                2023-11-20 13:33:34.922  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.218001011304.roomFanPower
                                2023-11-20 13:33:34.923  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.218001011305.roomFanPower
                                2023-11-20 13:33:34.923  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.room1.roomFanPower
                                2023-11-20 13:33:34.923  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.room16.roomFanPower
                                2023-11-20 13:33:34.924  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.room17.roomFanPower
                                2023-11-20 13:33:34.924  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.room18.roomFanPower
                                2023-11-20 13:33:34.924  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.room19.roomFanPower
                                2023-11-20 13:33:34.924  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.room2.roomFanPower
                                2023-11-20 13:33:34.924  - info: mihome-vacuum.0 (4533) change states from State control.fan_power mihome-vacuum.0.rooms.room20.roomFanPower
                                

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von
                                #236

                                @xbit sagte in Test Adapter onvif camera v1.0.0:

                                buster

                                Muss durch ein lebendes Release ersetzt werden.

                                Adapters from github: 11

                                Deutlich zu viele GitHub-Installationen. Du führst für alle diese Adapter Alpha-Testings durch?
                                Wage ich zu bezweifeln.

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                XBiTX 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @xbit sagte in Test Adapter onvif camera v1.0.0:

                                  buster

                                  Muss durch ein lebendes Release ersetzt werden.

                                  Adapters from github: 11

                                  Deutlich zu viele GitHub-Installationen. Du führst für alle diese Adapter Alpha-Testings durch?
                                  Wage ich zu bezweifeln.

                                  XBiTX Offline
                                  XBiTX Offline
                                  XBiT
                                  schrieb am zuletzt editiert von
                                  #237

                                  @thomas-braun

                                  Okay auf bullseye kann ich wechseln aber die 11 git Adapter kommen doch schnell zusammen (hier der Adapter, Lovelace, energiefluss-erweiter usw.)...

                                  Werde berichten ob der Adapter danach läuft.

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • M Offline
                                    M Offline
                                    micw42
                                    schrieb am zuletzt editiert von
                                    #238

                                    @thomas-braun
                                    Ich habe auch buster. Ist bullseye denn jetzt Voraussetzung für iobroker?
                                    Alle anderen Adapter laufen reibungslos.

                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • XBiTX XBiT

                                      @thomas-braun

                                      Okay auf bullseye kann ich wechseln aber die 11 git Adapter kommen doch schnell zusammen (hier der Adapter, Lovelace, energiefluss-erweiter usw.)...

                                      Werde berichten ob der Adapter danach läuft.

                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #239

                                      @xbit

                                      Bookworm / Debian 12 ist das aktuelle Stable-Release.

                                      Linux-Werkzeugkasten:
                                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                      NodeJS Fixer Skript:
                                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                      XBiTX 1 Antwort Letzte Antwort
                                      0
                                      • M micw42

                                        @thomas-braun
                                        Ich habe auch buster. Ist bullseye denn jetzt Voraussetzung für iobroker?
                                        Alle anderen Adapter laufen reibungslos.

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #240

                                        @micw42 sagte in Test Adapter onvif camera v1.0.0:

                                        Ich habe auch buster. Ist bullseye denn jetzt Voraussetzung für iobroker?

                                        Ein stabiles Release ist allgemeine Voraussetzung. Der Hersteller hat Debian 10 halt abgekündigt, da passiert nix mehr.

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @xbit

                                          Bookworm / Debian 12 ist das aktuelle Stable-Release.

                                          XBiTX Offline
                                          XBiTX Offline
                                          XBiT
                                          schrieb am zuletzt editiert von
                                          #241

                                          @thomas-braun

                                          Update ist durch

                                          stephan@IoBroker:~$ cat /etc/os-release
                                          PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
                                          NAME="Debian GNU/Linux"
                                          VERSION_ID="12"
                                          VERSION="12 (bookworm)"
                                          VERSION_CODENAME=bookworm
                                          ID=debian
                                          HOME_URL="https://www.debian.org/"
                                          SUPPORT_URL="https://www.debian.org/support"
                                          BUG_REPORT_URL="https://bugs.debian.org/"
                                          
                                          

                                          aber leider startet der Adapter noch nicht.

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          220

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe