Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. ioBroker Synology Adapter

NEWS

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

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

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

ioBroker Synology Adapter

ioBroker Synology Adapter

Scheduled Pinned Locked Moved ioBroker Allgemein
615 Posts 62 Posters 157.3k Views 54 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G gender

    @Glasfaser

    Perfekt.
    Du wirst es nicht glauben, aber genau so habe ich das immer versucht... nur dass ich dummerweise als Vorlage immer den MPEG-Stream-State benutzt hatte (und dort wird nämlich nicht die s_id benutzt).

    Noch ne Frage: Bleibt die s_id denn immer gleich. Wenn nicht, wo kriege ich dann die jeweils aktuelle her?

    GlasfaserG Offline
    GlasfaserG Offline
    Glasfaser
    wrote on last edited by Glasfaser
    #138

    @gender

    Bleibt die s_id denn immer gleich
    wo kriege ich dann die jeweils aktuelle her?

    Könntest du mit einem Http Befehl auslesen Beispiel : Link Text

    http://IP:PORT/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=3&account=BENUTZERNAME&passwd=PASSWORT&session=SurveillanceStation&format=sid
    

    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

    1 Reply Last reply
    0
    • K Online
      K Online
      Kueppert
      wrote on last edited by Kueppert
      #139

      Hallo in die wissende Runde,
      ich hab jetzt etwas mit wget gespielt um mir ein Bild via Adapter-DP per Telegram zuzusenden - aber irgendwas stimmt mit der Syntax die ich nutze vermutlich nicht.
      Ich habe folgenden Befehl abgesetzt (der mit "-bash 7 Kommando nicht gefunden" abbricht (putty):

       wget -q --output-document=DATEI /opt/iobroker/ipcam/alarm.jpg https://192.168.178.xx:5001/webapi/entry.cgi?api=SYNO.SurveillanceStation.Camera&method=GetSnapshot&version=7&cameraId= 7&_sid=xxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
      

      Müsste doch eigentlich so klappen - dachte ich...oder geht der Inhalt vom Datenpunkt synology.0.SurveillanceStation.cameras.TP-Link C200.linkSnapshot bei der Cam für den Befehl hier nicht?
      Trage ich nur den Inhalt aus dem DP im Browser ein, erhalte ich nen Bildchen.
      PS: Hab ne leere Datei alarm.jpg im entsprechenden Ordner liegen

      UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

      GlasfaserG 1 Reply Last reply
      0
      • K Kueppert

        Hallo in die wissende Runde,
        ich hab jetzt etwas mit wget gespielt um mir ein Bild via Adapter-DP per Telegram zuzusenden - aber irgendwas stimmt mit der Syntax die ich nutze vermutlich nicht.
        Ich habe folgenden Befehl abgesetzt (der mit "-bash 7 Kommando nicht gefunden" abbricht (putty):

         wget -q --output-document=DATEI /opt/iobroker/ipcam/alarm.jpg https://192.168.178.xx:5001/webapi/entry.cgi?api=SYNO.SurveillanceStation.Camera&method=GetSnapshot&version=7&cameraId= 7&_sid=xxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
        

        Müsste doch eigentlich so klappen - dachte ich...oder geht der Inhalt vom Datenpunkt synology.0.SurveillanceStation.cameras.TP-Link C200.linkSnapshot bei der Cam für den Befehl hier nicht?
        Trage ich nur den Inhalt aus dem DP im Browser ein, erhalte ich nen Bildchen.
        PS: Hab ne leere Datei alarm.jpg im entsprechenden Ordner liegen

        GlasfaserG Offline
        GlasfaserG Offline
        Glasfaser
        wrote on last edited by Glasfaser
        #140

        @Kueppert

        Synology.0.SurveillanceStation.cameras.TP-Link C200.linkSnapshot
        

        Dazu kann ich dir nichts sagen da ich es nicht nutze !

        Versuche mal so :

        exec('wget --output-document /opt/iobroker/iobroker-data/files/vis.0/klingelbild/alarm.jpg \'https://192.168.178.xx:5001/webapi/entry.cgi?api=SYNO.SurveillanceStation.Camera&method=GetSnapshot&version=7&cameraId= 7&_sid=xxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\'');
        
        

        Das Bild liegt dann auch im Bereich von vis.0 ...

        /vis.0/klingelbild/alarm.jpg
        

        EDIT :

        Gerade getestet mit dem Link Snapshot im Datenpunkt ..... funktioniert

        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

        K 1 Reply Last reply
        0
        • GlasfaserG Glasfaser

          @Kueppert

          Synology.0.SurveillanceStation.cameras.TP-Link C200.linkSnapshot
          

          Dazu kann ich dir nichts sagen da ich es nicht nutze !

          Versuche mal so :

          exec('wget --output-document /opt/iobroker/iobroker-data/files/vis.0/klingelbild/alarm.jpg \'https://192.168.178.xx:5001/webapi/entry.cgi?api=SYNO.SurveillanceStation.Camera&method=GetSnapshot&version=7&cameraId= 7&_sid=xxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\'');
          
          

          Das Bild liegt dann auch im Bereich von vis.0 ...

          /vis.0/klingelbild/alarm.jpg
          

          EDIT :

          Gerade getestet mit dem Link Snapshot im Datenpunkt ..... funktioniert

          K Online
          K Online
          Kueppert
          wrote on last edited by
          #141

          @Glasfaser wie genau hast du den Befehl abgesetzt? So wie in deinem Beitrag?
          Ich teste das morgen nochmal...

          UDM Pro, Intel NUC - ioBroker in Proxmox-VM, PiHole+Grafana&Influx+TasmoAdmin in LXCs, Raspberry Pi3 (als CCU), Zigbee-Stick Sonoff, Synology DS918+

          GlasfaserG 1 Reply Last reply
          0
          • K Kueppert

            @Glasfaser wie genau hast du den Befehl abgesetzt? So wie in deinem Beitrag?
            Ich teste das morgen nochmal...

            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            wrote on last edited by
            #142

            @Kueppert sagte in ioBroker Synology Adapter:

            @Glasfaser wie genau hast du den Befehl abgesetzt? So wie in deinem Beitrag?

            Jipp ... erstelle ein neues JS Script und füge es dort ein ... einmal starten und dann ist das Bild im Ordner /vis.0/klingelbild/alarm.jpg

            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

            1 Reply Last reply
            0
            • B Offline
              B Offline
              Burg_Io
              wrote on last edited by Negalein
              #143

              Hallo.

              Die Installation des Adapters (Vers. 0.1.18) endet bei mir mit der folgenden Fehlermeldung.

              Ist jemandem dieses Problem bekannt und gibt es da eine Lösung?

              Fehlermeldung:

              Fertig mit Fehler: host.iobroker Cannot install iobroker.synology@0.1.18: 1
              
              $ ./iobroker add synology --host iobroker
              NPM version: 6.14.6
              npm install iobroker.synology@0.1.18 --loglevel error --prefix "/opt/iobroker" (System call)
              npm
              ERR! code ECONNREFUSEDnpm ERR! errno ECONNREFUSEDnpm
              ERR! FetchError: request to https://github.com/homeinstalator/syno/tarball/master/ failed, reason: connect ECONNREFUSED 0.0.0.0:443npm ERR! at ClientRequest. (/usr/local/lib/node_modules/npm/node_modules/node-fetch-npm/src/index.js:68:14)npm ERR! at ClientRequest.emit (events.js:315:20)npm ERR! at TLSSocket.socketErrorListener (_http_client.js:426:9)npm ERR! at TLSSocket.emit (events.js:315:20)npm ERR! at emitErrorNT (internal/streams/destroy.js:92:8)npm ERR! at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)npm ERR! at processTicksAndRejections (internal/process/task_queues.js:84:21)npm ERR! FetchError: request to https://github.com/homeinstalator/syno/tarball/master/ failed, reason: connect ECONNREFUSED 0.0.0.0:443npm ERR! at ClientRequest. (/usr/local/lib/node_modules/npm/node_modules/node-fetch-npm/src/index.js:68:14)npm ERR! at ClientRequest.emit (events.js:315:20)npm ERR!
              at TLSSocket.socketErrorListener (_http_client.js:426:9)npm ERR! at TLSSocket.emit (events.js:315:20)npm ERR! at emitErrorNT (internal/streams/destroy.js:92:8)npm ERR! at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)npm ERR! at processTicksAndRejections (internal/process/task_queues.js:84:21) {npm ERR! type: 'system',npm ERR! errno: 'ECONNREFUSED',npm ERR! code: 'ECONNREFUSED',npm ERR! parent: 'iobroker.synology'npm ERR! }npm ERR! npm
              ERR! If you are behind a proxy, please make sure that thenpm ERR! 'proxy' config is set properly. See: 'npm help config'
              npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2020-09-04T16_14_47_739Z-debug.log
              ERROR: host.iobroker Cannot install iobroker.synology@0.1.18: 1
              ERROR: process exited with code 25
              
              GlasfaserG 2 Replies Last reply
              0
              • B Burg_Io

                Hallo.

                Die Installation des Adapters (Vers. 0.1.18) endet bei mir mit der folgenden Fehlermeldung.

                Ist jemandem dieses Problem bekannt und gibt es da eine Lösung?

                Fehlermeldung:

                Fertig mit Fehler: host.iobroker Cannot install iobroker.synology@0.1.18: 1
                
                $ ./iobroker add synology --host iobroker
                NPM version: 6.14.6
                npm install iobroker.synology@0.1.18 --loglevel error --prefix "/opt/iobroker" (System call)
                npm
                ERR! code ECONNREFUSEDnpm ERR! errno ECONNREFUSEDnpm
                ERR! FetchError: request to https://github.com/homeinstalator/syno/tarball/master/ failed, reason: connect ECONNREFUSED 0.0.0.0:443npm ERR! at ClientRequest. (/usr/local/lib/node_modules/npm/node_modules/node-fetch-npm/src/index.js:68:14)npm ERR! at ClientRequest.emit (events.js:315:20)npm ERR! at TLSSocket.socketErrorListener (_http_client.js:426:9)npm ERR! at TLSSocket.emit (events.js:315:20)npm ERR! at emitErrorNT (internal/streams/destroy.js:92:8)npm ERR! at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)npm ERR! at processTicksAndRejections (internal/process/task_queues.js:84:21)npm ERR! FetchError: request to https://github.com/homeinstalator/syno/tarball/master/ failed, reason: connect ECONNREFUSED 0.0.0.0:443npm ERR! at ClientRequest. (/usr/local/lib/node_modules/npm/node_modules/node-fetch-npm/src/index.js:68:14)npm ERR! at ClientRequest.emit (events.js:315:20)npm ERR!
                at TLSSocket.socketErrorListener (_http_client.js:426:9)npm ERR! at TLSSocket.emit (events.js:315:20)npm ERR! at emitErrorNT (internal/streams/destroy.js:92:8)npm ERR! at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)npm ERR! at processTicksAndRejections (internal/process/task_queues.js:84:21) {npm ERR! type: 'system',npm ERR! errno: 'ECONNREFUSED',npm ERR! code: 'ECONNREFUSED',npm ERR! parent: 'iobroker.synology'npm ERR! }npm ERR! npm
                ERR! If you are behind a proxy, please make sure that thenpm ERR! 'proxy' config is set properly. See: 'npm help config'
                npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2020-09-04T16_14_47_739Z-debug.log
                ERROR: host.iobroker Cannot install iobroker.synology@0.1.18: 1
                ERROR: process exited with code 25
                
                GlasfaserG Offline
                GlasfaserG Offline
                Glasfaser
                wrote on last edited by
                #144

                @Burg_Io sagte in ioBroker Synology Adapter:

                connect ECONNREFUSED 0.0.0.0:443npm ERR! at ClientRequest.

                Das liegt aber nicht am Adapter , dein System hat keine Verbindung / Blockiert.

                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                B 1 Reply Last reply
                0
                • GlasfaserG Glasfaser

                  @Burg_Io sagte in ioBroker Synology Adapter:

                  connect ECONNREFUSED 0.0.0.0:443npm ERR! at ClientRequest.

                  Das liegt aber nicht am Adapter , dein System hat keine Verbindung / Blockiert.

                  B Offline
                  B Offline
                  Burg_Io
                  wrote on last edited by
                  #145

                  @Glasfaser Aber nur bei diesem Adapter?
                  Andere lassen sich installieren und updaten

                  1 Reply Last reply
                  0
                  • B Burg_Io

                    Hallo.

                    Die Installation des Adapters (Vers. 0.1.18) endet bei mir mit der folgenden Fehlermeldung.

                    Ist jemandem dieses Problem bekannt und gibt es da eine Lösung?

                    Fehlermeldung:

                    Fertig mit Fehler: host.iobroker Cannot install iobroker.synology@0.1.18: 1
                    
                    $ ./iobroker add synology --host iobroker
                    NPM version: 6.14.6
                    npm install iobroker.synology@0.1.18 --loglevel error --prefix "/opt/iobroker" (System call)
                    npm
                    ERR! code ECONNREFUSEDnpm ERR! errno ECONNREFUSEDnpm
                    ERR! FetchError: request to https://github.com/homeinstalator/syno/tarball/master/ failed, reason: connect ECONNREFUSED 0.0.0.0:443npm ERR! at ClientRequest. (/usr/local/lib/node_modules/npm/node_modules/node-fetch-npm/src/index.js:68:14)npm ERR! at ClientRequest.emit (events.js:315:20)npm ERR! at TLSSocket.socketErrorListener (_http_client.js:426:9)npm ERR! at TLSSocket.emit (events.js:315:20)npm ERR! at emitErrorNT (internal/streams/destroy.js:92:8)npm ERR! at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)npm ERR! at processTicksAndRejections (internal/process/task_queues.js:84:21)npm ERR! FetchError: request to https://github.com/homeinstalator/syno/tarball/master/ failed, reason: connect ECONNREFUSED 0.0.0.0:443npm ERR! at ClientRequest. (/usr/local/lib/node_modules/npm/node_modules/node-fetch-npm/src/index.js:68:14)npm ERR! at ClientRequest.emit (events.js:315:20)npm ERR!
                    at TLSSocket.socketErrorListener (_http_client.js:426:9)npm ERR! at TLSSocket.emit (events.js:315:20)npm ERR! at emitErrorNT (internal/streams/destroy.js:92:8)npm ERR! at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)npm ERR! at processTicksAndRejections (internal/process/task_queues.js:84:21) {npm ERR! type: 'system',npm ERR! errno: 'ECONNREFUSED',npm ERR! code: 'ECONNREFUSED',npm ERR! parent: 'iobroker.synology'npm ERR! }npm ERR! npm
                    ERR! If you are behind a proxy, please make sure that thenpm ERR! 'proxy' config is set properly. See: 'npm help config'
                    npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2020-09-04T16_14_47_739Z-debug.log
                    ERROR: host.iobroker Cannot install iobroker.synology@0.1.18: 1
                    ERROR: process exited with code 25
                    
                    GlasfaserG Offline
                    GlasfaserG Offline
                    Glasfaser
                    wrote on last edited by
                    #146

                    @Burg_Io sagte in ioBroker Synology Adapter:

                    request to https://github.com/homeinstalator/syno/tarball/master/

                    PiHole vielleicht .
                    Teste den Link über dein System ...

                    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                    B 1 Reply Last reply
                    0
                    • GlasfaserG Glasfaser

                      @Burg_Io sagte in ioBroker Synology Adapter:

                      request to https://github.com/homeinstalator/syno/tarball/master/

                      PiHole vielleicht .
                      Teste den Link über dein System ...

                      B Offline
                      B Offline
                      Burg_Io
                      wrote on last edited by
                      #147

                      @Glasfaser Der Download geht, es erscheint aber beim entpackender folgende Fehlertext:

                      ...\homeinstalator-syno-v2.2.0-24-gca2491b.tar: Konnte den symbolischen Link ...\homeinstalator-syno-ca2491b\definitions\5.x\AudioPlayer.api nicht erstellen.
                      Sie müssen WinRAR als Administrator ausführen.
                      ! Dem Client fehlt ein erforderliches Recht.

                      Kann das die Ursache für das Problem sein?

                      GlasfaserG 1 Reply Last reply
                      0
                      • B Burg_Io

                        @Glasfaser Der Download geht, es erscheint aber beim entpackender folgende Fehlertext:

                        ...\homeinstalator-syno-v2.2.0-24-gca2491b.tar: Konnte den symbolischen Link ...\homeinstalator-syno-ca2491b\definitions\5.x\AudioPlayer.api nicht erstellen.
                        Sie müssen WinRAR als Administrator ausführen.
                        ! Dem Client fehlt ein erforderliches Recht.

                        Kann das die Ursache für das Problem sein?

                        GlasfaserG Offline
                        GlasfaserG Offline
                        Glasfaser
                        wrote on last edited by Glasfaser
                        #148

                        @Burg_Io

                        Worauf hast du ioBroker installiert ,so eine Meldung von der Synology kenne ich nicht , sieht mir nach Windows aus ?
                        Wie erwähnt blockt dein System den Download !
                        Hast du irgendetwas mit Https eingestellt , bzw. die Frage mit PiHole hast du auch nicht beantwortet !??

                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                        B 2 Replies Last reply
                        0
                        • GlasfaserG Glasfaser

                          @Burg_Io

                          Worauf hast du ioBroker installiert ,so eine Meldung von der Synology kenne ich nicht , sieht mir nach Windows aus ?
                          Wie erwähnt blockt dein System den Download !
                          Hast du irgendetwas mit Https eingestellt , bzw. die Frage mit PiHole hast du auch nicht beantwortet !??

                          B Offline
                          B Offline
                          Burg_Io
                          wrote on last edited by
                          #149

                          @Glasfaser Mein IoB läuft als VM (NUC/Proxmox). PiHole als LXC auch mit im System am Start.

                          1 Reply Last reply
                          0
                          • GlasfaserG Glasfaser

                            @Burg_Io

                            Worauf hast du ioBroker installiert ,so eine Meldung von der Synology kenne ich nicht , sieht mir nach Windows aus ?
                            Wie erwähnt blockt dein System den Download !
                            Hast du irgendetwas mit Https eingestellt , bzw. die Frage mit PiHole hast du auch nicht beantwortet !??

                            B Offline
                            B Offline
                            Burg_Io
                            wrote on last edited by
                            #150

                            @Glasfaser So. Vielen Dank für deine Anregung. Der Fehler ist durch PiHole entstanden. Adapter konnte anschließend installiert werden. Danke noch mal

                            1 Reply Last reply
                            0
                            • G Offline
                              G Offline
                              Ghost-Talker
                              wrote on last edited by
                              #151

                              Hallo,

                              nach ewigen Zeiten mal wieder den Adapter aktiviert (und aktualisiert).

                              Ganz kurz. Kann ich den "Geheimschlüssel" für die 2FA aus der Diskstation auslesen oder muss ich diese in der DS neu einrichten (was ich vermeiden wollte).

                              ? 1 Reply Last reply
                              0
                              • G Ghost-Talker

                                Hallo,

                                nach ewigen Zeiten mal wieder den Adapter aktiviert (und aktualisiert).

                                Ganz kurz. Kann ich den "Geheimschlüssel" für die 2FA aus der Diskstation auslesen oder muss ich diese in der DS neu einrichten (was ich vermeiden wollte).

                                ? Offline
                                ? Offline
                                A Former User
                                wrote on last edited by
                                #152

                                @Ghost-Talker die 2FA hab ich nicht aktiviert, wer soweit kommt, hat eh schon alle Daten.. da packt er das auch noch..

                                1 Reply Last reply
                                0
                                • A Offline
                                  A Offline
                                  aleks-83
                                  wrote on last edited by
                                  #153

                                  Hi,

                                  wenn ich die URL aus dem Datenpunkt

                                  synology.0.SurveillanceStation.cameras.Eingang.linkMjpegHttpPath
                                  

                                  öffne, erhalte ich eine Fehlermeldung im Browser.
                                  Was habe ich falsch konfiguriert?

                                  e1620739-0530-4613-b1bf-b1b13fab87ed-grafik.png

                                  Die URL sieht wiefolgt aus:

                                  http://10.0.0.123:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.Stream.VideoStreaming&version=1&method=Stream&format=mjpeg&cameraId=2&StmKey="XXXXXX472d6ecXXXXXXXX"
                                  

                                  = Dell Optiplex Micro - 10GB RAM - 200GB SSD - Debian VM =
                                  = Node.js v20.18.3 = NPM 10.2.3 = JS Controller 7.0.6 =

                                  Ubiquiti UAP-AC-LR - UAP-AC-Lite - Synology DS716+II - Fritz!Box 7490
                                  Glasfaser 400

                                  Mono990M 1 Reply Last reply
                                  0
                                  • A aleks-83

                                    Hi,

                                    wenn ich die URL aus dem Datenpunkt

                                    synology.0.SurveillanceStation.cameras.Eingang.linkMjpegHttpPath
                                    

                                    öffne, erhalte ich eine Fehlermeldung im Browser.
                                    Was habe ich falsch konfiguriert?

                                    e1620739-0530-4613-b1bf-b1b13fab87ed-grafik.png

                                    Die URL sieht wiefolgt aus:

                                    http://10.0.0.123:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.Stream.VideoStreaming&version=1&method=Stream&format=mjpeg&cameraId=2&StmKey="XXXXXX472d6ecXXXXXXXX"
                                    
                                    Mono990M Offline
                                    Mono990M Offline
                                    Mono990
                                    wrote on last edited by
                                    #154

                                    bei mir ändert sich die "sid" alle paar stunden daher ist das schwierig die kameras in Vis einzubinden.

                                    http://192.168.188.2:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.Camera&method=GetSnapshot&version=7&cameraId= 6&_sid=JX7WqodSVnaK1xIDuz9s66m2FrIxsXPy9pEj_V-PTQETFQI0E2hXiqF0rVtTqDp7Gg93Ja0plbDSUpeo-JwzHg
                                    

                                    Mache das in Vis mit dem einfachen Image Widget.

                                    kann mir da jemand bei helfen wie ich die dauerhaft in Vis bekomme?

                                    dslraserD 2 Replies Last reply
                                    0
                                    • Mono990M Mono990

                                      bei mir ändert sich die "sid" alle paar stunden daher ist das schwierig die kameras in Vis einzubinden.

                                      http://192.168.188.2:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.Camera&method=GetSnapshot&version=7&cameraId= 6&_sid=JX7WqodSVnaK1xIDuz9s66m2FrIxsXPy9pEj_V-PTQETFQI0E2hXiqF0rVtTqDp7Gg93Ja0plbDSUpeo-JwzHg
                                      

                                      Mache das in Vis mit dem einfachen Image Widget.

                                      kann mir da jemand bei helfen wie ich die dauerhaft in Vis bekomme?

                                      dslraserD Offline
                                      dslraserD Offline
                                      dslraser
                                      Forum Testing Most Active
                                      wrote on last edited by
                                      #155

                                      @Mono990 sagte in ioBroker Synology Adapter:

                                      bei mir ändert sich die "sid" alle paar stunden daher ist das schwierig die kameras in Vis einzubinden.

                                      Die kannst Du in der Syno "fest" einstellen.

                                      1 Reply Last reply
                                      0
                                      • Mono990M Mono990

                                        bei mir ändert sich die "sid" alle paar stunden daher ist das schwierig die kameras in Vis einzubinden.

                                        http://192.168.188.2:5000/webapi/entry.cgi?api=SYNO.SurveillanceStation.Camera&method=GetSnapshot&version=7&cameraId= 6&_sid=JX7WqodSVnaK1xIDuz9s66m2FrIxsXPy9pEj_V-PTQETFQI0E2hXiqF0rVtTqDp7Gg93Ja0plbDSUpeo-JwzHg
                                        

                                        Mache das in Vis mit dem einfachen Image Widget.

                                        kann mir da jemand bei helfen wie ich die dauerhaft in Vis bekomme?

                                        dslraserD Offline
                                        dslraserD Offline
                                        dslraser
                                        Forum Testing Most Active
                                        wrote on last edited by
                                        #156

                                        @Mono990

                                        In der Surveillance Station

                                        Bildschirmfoto 2020-12-31 um 18.12.47.png

                                        rechte Maustaste....(Streampfad freigeben)

                                        Bildschirmfoto 2020-12-31 um 18.12.34.png

                                        Bildschirmfoto 2020-12-31 um 18.13.03.png

                                        Mono990M 1 Reply Last reply
                                        2
                                        • dslraserD dslraser

                                          @Mono990

                                          In der Surveillance Station

                                          Bildschirmfoto 2020-12-31 um 18.12.47.png

                                          rechte Maustaste....(Streampfad freigeben)

                                          Bildschirmfoto 2020-12-31 um 18.12.34.png

                                          Bildschirmfoto 2020-12-31 um 18.13.03.png

                                          Mono990M Offline
                                          Mono990M Offline
                                          Mono990
                                          wrote on last edited by
                                          #157

                                          @dslraser super vielen dank

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          524

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe