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 @David G. last edited by

      @david-g ich habe json2iob mit 2.6 auf typescript umgestellt. es scheint so als könnte er die bei dr nicht bauen.

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

        Wenn ich parcels über git aktualisieren möchte kommt

        $ iobroker url https://github.com/TA2k/ioBroker.parcel --host iobroker --debug
        
        install TA2k/ioBroker.parcel#7f9960d7b7bdc06f76d552999c52efbf5b92e636
        
        NPM version: 10.2.3Installing TA2k/ioBroker.parcel#7f9960d7b7bdc06f76d552999c52efbf5b92e636... (System call)
        
        npm WARN skipping integrity check for git dependency ssh://git@github.com/TA2k/ioBroker.parcel.git
        
        npm ERR! code 2
        
        npm ERR! > json2iob@2.6.0 build
        
        npm ERR! > tsc
        
        host.iobroker Cannot install TA2k/ioBroker.parcel#7f9960d7b7bdc06f76d552999c52efbf5b92e636: 2
        
        ERROR: Process exited with code 25
        

        Aber du bist da der dev von beiden Adaptern, bin ich hier ja nicht so verkehrt.

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

          @david-g wie sieht es aus wenn du über parcel über npm installierst

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

            @tombox

            $ iobroker url iobroker.parcel@latest --host iobroker --debug
            
            install iobroker.parcel@latest
            
            NPM version: 10.2.3Installing iobroker.parcel@latest... (System call)
            
            npm ERR! code 2
            
            host.iobroker Cannot install iobroker.parcel@latest: 2
            
            ERROR: Process exited with code 25
            
            T 1 Reply Last reply Reply Quote 0
            • T
              tombox @David G. last edited by

              @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

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

                Ich habe meine Kamera in einem anderen Netzwerk wie mein iobroker läuft.
                Kameras z.b. 192.168.10.50 und
                iobroker z.b. 192.168.1.60

                iobroker Netzwerk kann Kamera ip anpingen. Der Adapter findet aber keine Kameras!

                Sucht der Adapter immer nur in dem Netzwerk in dem auch der iobroker ist?

                Ich finde weder über die automatische Suche meine Kamers noch über die manuelle Suche. Wobei ich mir bei der manuellen suche mit dem Port unsicher bin.

                Viell, hat hier jemand feedback ob das so geht wie ich das Vorhabe.

                Ziel ist einfach, dass die Kameras in einem isolierten Netzwerk sind weil die ja von außen zugänglich sind,

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

                  @mars Der Adapter kann nur in der eignen network range Discovern. So muss manuell eingegeben werden vielleicht hilft hier onvif device manager zum finden der ports
                  https://linkingvision.cn/download/onvif/odm-v2.2.250.msi

                  M 1 Reply Last reply Reply Quote 0
                  • 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
                                            • 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