Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Wo liegt die Statistik?

    NEWS

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    Wo liegt die Statistik?

    This topic has been deleted. Only users with topic management privileges can see it.
    • AlCalzone
      AlCalzone Developer @Thomas Braun last edited by

      @Thomas-Braun Allgemein, nicht nur system.adapter.adaptername.X

      1 Reply Last reply Reply Quote 0
      • AlCalzone
        AlCalzone Developer last edited by

        Laut Code wird die Statistik on-the-fly aus den Objekten erstellt. Irgendwo muss das Ding also noch schlummern.

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

          @AlCalzone
          Nee, da ist nix in den Objekten mit irgendeinem Bezug zu rtspStream.

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

            @Thomas-Braun Was liefert auf der Konsole iob object get system.adapter.rtspStream (großes S)?

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

              @AlCalzone sagte in Wo liegt die Statistik?:

              iob object get system.adapter.rtspStream

              pi@raspberrypi:~ $ iob object get system.adapter.rtspStream
              {"common":{"name":"rtspStream","version":"0.0.2","news":{"0.0.2":{"en":"Multiple rtsp-Streams, set video resolution","de":"Mehrere Streams möglich, Auflösung setzen"},"0.0.1":{"en":"initial Commit","de":"Erstveröffentlichung"}},"title":"Rtsp Stream","titleLang":{"en":"Rtsp Stream","de":"Rtsp Stream"},"desc":{"en":"Stream rtsp","de":"Adapter für rtsp-Streams"},"authors":["Dominic Blattmann <nick@dbweb.ch>"],"keywords":["ioBroker","rtsp","camera","Smart Home","home automation"],"license":"MIT","platform":"Javascript/Node.js","main":"main.js","icon":"rtsp.png","enabled":false,"extIcon":"https://raw.githubusercontent.com/dbweb-ch/ioBroker.rtspStream/master/admin/rtsp.png","readme":"https://github.com/dbweb-ch/ioBroker.rtspStream/blob/master/README.md","loglevel":"info","messagebox":true,"subscribe":"messagebox","restartAdapters":["rtspStream"],"mode":"daemon","type":"general","compact":true,"materialize":true,"materializeTab":false,"supportCustoms":false,"dependencies":[{"js-controller":">=1.4.2"}],"installedFrom":"https://github.com/dbweb-ch/ioBroker.rtspStream/tarball/3891a8545b5566946b89b6f4dbfeac1e2a6527a5","installedVersion":"0.0.2"},"native":{"rtspUrl":"","port":""},"protectedNative":[],"encryptedNative":[],"instanceObjects":[{"_id":"startStream","type":"state","common":{"name":"Start the stream","type":"boolean","role":"state","write":true,"def":false},"native":{}}],"objects":[],"type":"adapter","from":"system.host.raspberrypi.cli","ts":1598207551293,"_id":"system.adapter.rtspStream","acl":{"object":1636,"owner":"system.user.admin","ownerGroup":"system.group.administrator"}}
              

              In den Objekten finde ich wie gesagt nix:

              b2454534-7850-43eb-b554-5888a332d551-image.png

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

                @Thomas-Braun sagte in Wo liegt die Statistik?:

                In den Objekten finde ich wie gesagt nix:

                Das sind die Instanzen. Suche mal weiter unten. Sonst probiere im Script:

                deleteObject('system.adapter.rtspStream');
                
                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @paul53 last edited by

                  @paul53
                  Da ist auch nix:
                  1913f5bc-5005-45c8-b0fb-644cc5ee3933-image.png

                  In welchem script meinst du?

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

                    @Thomas-Braun sagte:

                    In welchem script meinst du?

                    Ein neues Script, das nur einmal kurz gestartet wird.

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

                      @paul53
                      Ich hab Null Peil von scripting.
                      Muss das eingeleitet werden?
                      Wie ein shell-skript mit shebang?

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

                        @Thomas-Braun:

                        @paul53
                        Ich hab Null Peil von scripting.

                        Hast Du den Javascript-Adapter nicht installiert ?

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

                          @paul53 Doch. Aber immer nur Blöckchen verschoben. Was da für ein skript draus gekocht wird hab ich mir noch nie angeschaut... 😄

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

                            @Thomas-Braun:

                            nur Blöckchen verschoben.

                            Dann erstelle mal kein Blockly, sondern ein Javascript mit der Codezeile oben und starte es.

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

                              @paul53
                              Ich trau mich nich... 🙂

                              Das log haut mir auch gleich auf die Finger:

                              (4929) Function "deleteObject" is not allowed. Use adapter settings to allow it.
                              

                              Jetzt aber:

                              pi@raspberrypi:~ $ iob object get system.adapter.rtspStream
                              The object system.adapter.rtspStream was not found!
                              

                              Danke schön, @AlCalzone & @paul53 , jetzt ist die Statistik auch wieder richtig. Der rtspStream Adapter ist wie Kaugummi, klebt an zig Stellen fest.
                              Ich denke, das hat mit dem Großbuchstaben im Namen zu tun.

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

                                @Thomas-Braun über die Konsole wäre es auch gegangen mit

                                iobroker object del objekt-id
                                
                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post

                                Support us

                                ioBroker
                                Community Adapters
                                Donate
                                FAQ Cloud / IOT
                                HowTo: Node.js-Update
                                HowTo: Backup/Restore
                                Downloads
                                BLOG

                                862
                                Online

                                32.0k
                                Users

                                80.5k
                                Topics

                                1.3m
                                Posts

                                datei statistik
                                3
                                19
                                504
                                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