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.
    • 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
                                • T
                                  tombox @eppi last edited by

                                  @eppi debug log nach Reconnecting all cameras durchsuchen und beobachten

                                  1 Reply Last reply Reply Quote 1
                                  • M
                                    michihorn last edited by

                                    Hallo
                                    ich bin auf den Adapter gestossen und habe V.1.1.2 installiert. Alle Kameras wurden gefunden. Ich habe eine PTZ Kamera [Reolink E1 Outdoor], die PTZ Punkte wurden gefunden, wenn ich in den Objekten PTZ Preset eine andere Zahl für einen vorhandenen PTZ Eingebe, bewegt sich die Kamera nicht auf diesem Punkt.
                                    Habe ich was übersehen?
                                    Gruß
                                    Michael

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

                                      @michihorn vielleicht ist es ein name preset_1 oder so mal testen

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

                                        @tombox Als Wertetyp wird in den Objekten eine "Number" erwartet.

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

                                          @michihorn
                                          Mach mal ein screenshot von
                                          onvif.0.xxxxxxxx_2020.infos.deviceProfiles

                                          und
                                          onvif.0.xxxxx_2020.infos.presets

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

                                            @tombox
                                            onvif3.png

                                            Anbei die xxx.infos.deviceProfiles
                                            onvif1.png

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            483
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            48
                                            339
                                            50787
                                            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