Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter onvif camera v1.x.x

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter onvif camera v1.x.x

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

      @tombox Danke für die sehr schnelle Antwort.

      Manuelle Suche bei exakter Ip Adress Angabe also bei start und end ip die ip Adresse der Kamera eingeben und dann findet er auch in anderen "netzwerken" die gewünschte Kamera!

      Super so steht dem Vorhaben nichts im Weg.

      1 Reply Last reply Reply Quote 0
      • David G.
        David G. last edited by

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

        @david-g ok dann nochmal onvif via GitHub und mir dann alle aktuellen logs aus
        /home/iobroker/.npm/_logs/
        zusenden via email
        tombox2020@gmail.com

        Sol ich über https://github.com/iobroker-community-adapters/ioBroker.onvif und benutzerdefiniert oder den Reiter git installieren?
        Ka ob das einen Unterschied macht.

        T Thomas Braun 2 Replies Last reply Reply Quote 0
        • T
          tombox @David G. last edited by

          @david-g ist identisch aber ruhig weiteres per mail

          1 Reply Last reply Reply Quote 0
          • S
            smarteppi last edited by

            Fehler bei der Installation
            Node V 18.7.0

            npm WARN skipping integrity check for git dependency ssh://git@github.com/iobroker-community-adapters/ioBroker.onvif.git

            npm ERR! code 2

            npm ERR! path /opt/iobroker/node_modules/json2iob

            npm ERR! command failed

            npm ERR! A complete log of this run can be found in:

            npm ERR! /home/iobroker/.npm/_logs/2023-12-28T20_24_38_341Z-debug-0.log

            host.601 Cannot install iobroker-community-adapters/ioBroker.onvif#4032e14fe6267e5fd2e13857bd36a06378007c7f: 2

            ERROR: Process exited with code 25

            Was kann das sein?

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

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

              Node V 18.7.0

              Falsch/nicht aktuell.
              Bring das zunächst auf Stand.

              iob stop
              iob fix
              iob nodejs-update
              

              Für weiteres siehe die Postings über deinem.

              S 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @David G. last edited by Thomas Braun

                @david-g

                wird der tsc bei dir überhaupt gefunden?

                Sollte eigentlich so aussehen:

                echad@chet:/opt/iobroker $ cd /opt/iobroker/ && npx tsc --version && cd
                Version 5.3.3
                echad@chet:~ $
                
                T 2 Replies Last reply Reply Quote 0
                • T
                  tombox @Thomas Braun last edited by

                  @thomas-braun
                  Problem is das bl paket

                  npm ERR! code 2
                  npm ERR! path /opt/iobroker/node_modules/json2iob
                  npm ERR! command failed
                  npm ERR! command sh -c npm run build
                  npm ERR! > json2iob@2.6.1 build
                  npm ERR! > tsc
                  npm ERR!
                  npm ERR! error TS2688: Cannot find type definition file for 'bl'.
                  npm ERR! The file is in the program because:
                  npm ERR! Entry point for implicit type library 'bl'
                  
                  iobroker@iobroker:/opt/iobroker$ npm ls bl
                  iobroker.inst@3.0.0 /opt/iobroker
                  ├─┬ iobroker.mqtt@5.1.0
                  │ └─┬ mqtt-connection@4.1.0
                  │ └─┬ mqtt-packet@6.10.0
                  │ └── bl@4.1.0
                  ├─┬ iobroker.roborock@0.4.4
                  │ ├─┬ fetch-github-release@1.0.0
                  │ │ └─┬ decompress@4.2.1
                  │ │ └─┬ decompress-tar@4.1.1
                  │ │ └─┬ tar-stream@1.6.2
                  │ │ └── bl@1.2.3
                  │ └─┬ mqtt@5.0.5
                  │ └─┬ mqtt-packet@8.2.0
                  │ └── bl@5.1.0
                  ├─┬ iobroker.shelly@6.6.1
                  │ └─┬ shelly-iot@1.1.2
                  │ └─┬ coap@0.26.0
                  │ ├─┬ @types/bl@5.1.0
                  │ │ └── bl@4.1.0 deduped
                  │ └── bl@5.1.0
                  ├─┬ iobroker.sql@2.2.0
                  │ └─┬ mssql@9.3.2
                  │ └─┬ tedious@15.1.3
                  │ └── bl@5.1.0
                  └─┬ iobroker.telegram@3.0.1
                    └─┬ node-telegram-bot-api@0.64.0
                      └── bl@1.2.3
                  
                  1 Reply Last reply Reply Quote 0
                  • T
                    tombox @Thomas Braun last edited by

                    @thomas-braun Ich denke es liegt daran das shelly types installiert hat die nicht notwendig sind

                    korrekte installation

                    ├─┬ iobroker.shelly@6.7.0
                    │ └─┬ shelly-iot@1.1.2
                    │   └─┬ coap@0.26.0
                    │     └── bl@5.0.0
                    
                    

                    Falsch

                    ├─┬ iobroker.shelly@6.7.0
                    │ └─┬ shelly-iot@1.1.2
                    │ └─┬ coap@0.26.0
                    │ ├─┬ @types/bl@5.1.0
                    │ │ └── bl@4.1.0 deduped
                    │ └── bl@5.1.0
                    
                    1 Reply Last reply Reply Quote 0
                    • S
                      smarteppi @Thomas Braun last edited by

                      @thomas-braun Nach der Aktualisierung läuft der Adapter.
                      Danke!

                      Thomas Braun 1 Reply Last reply Reply Quote -1
                      • Thomas Braun
                        Thomas Braun Most Active @smarteppi last edited by

                        @smarteppi

                        Ja, Updates zeitnah und regelmäßig einspielen sorgt erstaunlich oft für 'running systems'...

                        1 Reply Last reply Reply Quote 0
                        • M
                          ManiacKill last edited by

                          Moien zusammen, kann man mit dem Adapter seine Kamera per Tasten bewegen, find leider hier keine Einträge zu !

                          T 1 Reply Last reply Reply Quote 0
                          • T
                            tombox @ManiacKill last edited by

                            @maniackill Man kann nur vorgespeicherte Positionen mit gotoPreset ansteuern

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

                              @tombox Ok Danke für die Info !

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

                                Haben zwei Reolink TrackMix im Einsatz und beide wurden mit der manuellen Suche im ioBroker.onvif gefunden.
                                Der Stream wird über go2rtc als webrtc geliefert und in einem iFrame in Vis2 dargestellt.
                                In GitHub https://github.com/iobroker-community-adapters/ioBroker.onvif steht unter dem Punkt "Stream als iFrame einfügen" folgendes: "Unter Links kann noch die Art des Players ausgewählt werden (Mikrofon)"

                                Wie ist dies zu verstehen, kann hierzu unten links nichts finden - ich möchte genau diese Mikrofon Funktion einbinden => Mikrofon für Antwort zur WebCam ein und ausschalten.

                                T 1 Reply Last reply Reply Quote 0
                                • T
                                  tombox @ToK last edited by

                                  @tok in go2rtsp in der liste
                                  0b9156ec-1828-4e19-b05f-c59ff61e3bbb-image.png

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

                                    @tombox in go2rtsp .. genau dies verstehe ich nicht - habe ja das go2rtc installiert -> wie komme ich auf das go2rtsp ..?
                                    Die hier gezeigte Liste habe im go2rtc ebenso - mit meinen beiden Cams.
                                    der link zur WebCam1sieht wie folgt aus:

                                    streams:
                                        Einfahrt:
                                          - rtsp://user:kennwort@192.168.1xx.1xx:554/h264Preview_01_sub
                                          - ffmpeg:Einfahrt#audio=opus
                                    

                                    und der Stream hiermit http://192.168.1xx.2xx:1984/stream.html?src=Einfahrt
                                    Der Stream läuft perfekt, der Ton von der Kamera zum Browser oder ioBroker/Vis2 ebenso - aber retour bekomme ich keinen Ton auf die Cams. Von der Reolink App am Handy funktioniert dies.

                                    T 1 Reply Last reply Reply Quote 0
                                    • T
                                      tombox @ToK last edited by

                                      @tok
                                      http://192.168.1xx.2xx:1984

                                      http://192.168.1xx.2xx:1984/links.html?src=Einfahrt

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

                                        @tombox ja genau diese beiden links verwende ich auch.
                                        Den ersten für go2rtc und den zweiten für den Stream.
                                        Dies hat aber nichts mit dem hier beschriebenen go2rtsp zu tun..?
                                        Und leider auch noch nichts mit dem fehlenden Audio Stream zur WebCam.

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          tombox @tombox last edited by

                                          @tombox bitte klicke den zweiten link mit der richtigen ip

                                          1 Reply Last reply Reply Quote 0
                                          • E
                                            eppi last edited by

                                            Danke für diesen tollen Adapter!
                                            Ich nutze noch die Adapterversion 1.1.1. Die Adapterversion 1.1.2 funktioniert bei mir nicht zuverlässig.

                                            Hintergrund: Ich triggere in meinen Scripts auf ein Event von Face/People/Vehicle.. und sende mir ein Bild per Telegram. Nach ca 1 Tag Laufzeit, triggert mein Script nicht mehr und schickt keine Bilder mehr per Telegram. Wenn ich dann den Onvif-Adapter neu starte, funktioniert es wieder. Mit der Adapterversion 1.1.1 habe ich keine Probleme.
                                            f33ff121-075f-428f-88b2-3e07b9ec8945-grafik.png
                                            Im IoB Log finde ich nichts dazu...
                                            Was kann ich machen, resp welche Infos fehlen für eine Analyse?
                                            Viele Grüsse Eppi

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            681
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

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