Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Entwicklung
  4. [Neuer Adapter] Reolink Kamera

NEWS

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

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

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

[Neuer Adapter] Reolink Kamera

Geplant Angeheftet Gesperrt Verschoben Entwicklung
reolinkneuer adaptertestenkamera
1.1k Beiträge 157 Kommentatoren 456.9k Aufrufe 135 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • W Wallsin

    Hallo,
    Ich habe den Adapter installier und eingerichtet alles super. könnten Sie mir noch erklären wie ich das in der vis alles angezeigt bekomme!
    Danke!

    oelisonO Offline
    oelisonO Offline
    oelison
    schrieb am zuletzt editiert von
    #171

    Hallo @wallsin,
    Leider hat das noch keiner geschafft ohne transcoding. Unter Linux gibt es da viele Tools. Der Adapter hilft da aber nicht. Gruß Christian.

    I like Rust. ioBroker-Adapter: matrix, mediola-gateway, support for reolink

    1 Antwort Letzte Antwort
    0
    • W Offline
      W Offline
      Wallsin
      schrieb am zuletzt editiert von
      #172

      Vielen dank!

      1 Antwort Letzte Antwort
      0
      • Andy GrundtA Offline
        Andy GrundtA Offline
        Andy Grundt
        Developer
        schrieb am zuletzt editiert von
        #173

        Hallo Zusammen,
        ich habe jetzt wieder etwas mehr Zeit um mich mit der Adapter-Entwicklung zu beschäftigen.
        @oelison hat ja schon viel entwickelt und integriert. VIELEN DANK dafür.

        Dazu habe ich jetzt einen neuen minor release veröffentlicht (0.1.0). Dabei wurde der Code etwas aufgeräumt, optimiert und ein paar gewünschte Funktionen integriert:

        • added getAutoFocus funktion
        • beim Start, prüft Status von Autofocus
        • added getIrLight funktion
        • beim Start, prüft Status von IR Licht
        • added getWhiteLED function
        • beim Start, prüft Status von LEDs
        • added getMailNotification function & setMailNotification function
        • beim Start, Ein- bzw. Ausschalten der Mail Benachrichtigung

        Falls eure Kamera eine der Funktionen nicht unterstützen sollte, wird im Datenpunkt "Error or not supported" angezeigt.

        Falls Ihr noch Wünsche habt oder Verbesserungsvorschläge, melde euch.
        Ich bin jetzt wieder mehr aktiv.

        Danke & viele Grüße
        aendue

        H da_WoodyD 2 Antworten Letzte Antwort
        1
        • Andy GrundtA Andy Grundt

          Hallo Zusammen,
          ich habe jetzt wieder etwas mehr Zeit um mich mit der Adapter-Entwicklung zu beschäftigen.
          @oelison hat ja schon viel entwickelt und integriert. VIELEN DANK dafür.

          Dazu habe ich jetzt einen neuen minor release veröffentlicht (0.1.0). Dabei wurde der Code etwas aufgeräumt, optimiert und ein paar gewünschte Funktionen integriert:

          • added getAutoFocus funktion
          • beim Start, prüft Status von Autofocus
          • added getIrLight funktion
          • beim Start, prüft Status von IR Licht
          • added getWhiteLED function
          • beim Start, prüft Status von LEDs
          • added getMailNotification function & setMailNotification function
          • beim Start, Ein- bzw. Ausschalten der Mail Benachrichtigung

          Falls eure Kamera eine der Funktionen nicht unterstützen sollte, wird im Datenpunkt "Error or not supported" angezeigt.

          Falls Ihr noch Wünsche habt oder Verbesserungsvorschläge, melde euch.
          Ich bin jetzt wieder mehr aktiv.

          Danke & viele Grüße
          aendue

          H Nicht stören
          H Nicht stören
          Hansi1234
          schrieb am zuletzt editiert von
          #174

          @andy-grundt super, dass der Adapter so viel Interesse weckt. Kommst du an den Motion Trigger heran? Also, wenn Bewegung, dann Datenpunkt true?

          Andy GrundtA 1 Antwort Letzte Antwort
          0
          • H Hansi1234

            @andy-grundt super, dass der Adapter so viel Interesse weckt. Kommst du an den Motion Trigger heran? Also, wenn Bewegung, dann Datenpunkt true?

            Andy GrundtA Offline
            Andy GrundtA Offline
            Andy Grundt
            Developer
            schrieb am zuletzt editiert von
            #175

            @hansi1234 Motion Detection wird schon gelesen. Findest du unter: reolink.0.sensor.motion

            H 1 Antwort Letzte Antwort
            0
            • Andy GrundtA Andy Grundt

              @hansi1234 Motion Detection wird schon gelesen. Findest du unter: reolink.0.sensor.motion

              H Nicht stören
              H Nicht stören
              Hansi1234
              schrieb am zuletzt editiert von
              #176

              @andy-grundt ah funktioniert das? Geht auch Mensch, Fahrzeug , Tiererkennung?

              Andy GrundtA 1 Antwort Letzte Antwort
              0
              • Andy GrundtA Andy Grundt

                Hallo Zusammen,
                ich habe jetzt wieder etwas mehr Zeit um mich mit der Adapter-Entwicklung zu beschäftigen.
                @oelison hat ja schon viel entwickelt und integriert. VIELEN DANK dafür.

                Dazu habe ich jetzt einen neuen minor release veröffentlicht (0.1.0). Dabei wurde der Code etwas aufgeräumt, optimiert und ein paar gewünschte Funktionen integriert:

                • added getAutoFocus funktion
                • beim Start, prüft Status von Autofocus
                • added getIrLight funktion
                • beim Start, prüft Status von IR Licht
                • added getWhiteLED function
                • beim Start, prüft Status von LEDs
                • added getMailNotification function & setMailNotification function
                • beim Start, Ein- bzw. Ausschalten der Mail Benachrichtigung

                Falls eure Kamera eine der Funktionen nicht unterstützen sollte, wird im Datenpunkt "Error or not supported" angezeigt.

                Falls Ihr noch Wünsche habt oder Verbesserungsvorschläge, melde euch.
                Ich bin jetzt wieder mehr aktiv.

                Danke & viele Grüße
                aendue

                da_WoodyD Offline
                da_WoodyD Offline
                da_Woody
                schrieb am zuletzt editiert von
                #177

                @andy-grundt autsch, hab über git die neue version eingespielt.
                e002def6-267d-404f-bd19-867697bc58c6-grafik.png

                host.ioBroker
                2022-10-25 19:47:34.662	warn	Do not restart adapter system.adapter.reolink.0 because restart loop detected
                host.ioBroker
                2022-10-25 19:47:34.662	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                
                reolink.0
                2022-10-25 19:47:33.970	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                
                reolink.0
                2022-10-25 19:47:33.968	error	Cannot read properties of null (reading 'val')
                
                reolink.0
                2022-10-25 19:47:33.968	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                
                reolink.0
                2022-10-25 19:47:33.968	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                
                reolink.0
                2022-10-25 19:47:33.967	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                host.ioBroker
                2022-10-25 19:47:02.266	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                
                reolink.0
                2022-10-25 19:47:01.628	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                
                reolink.0
                2022-10-25 19:47:01.626	error	Cannot read properties of null (reading 'val')
                
                reolink.0
                2022-10-25 19:47:01.625	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                
                reolink.0
                2022-10-25 19:47:01.625	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                
                reolink.0
                2022-10-25 19:47:01.624	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                host.ioBroker
                2022-10-25 19:46:39.189	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                
                reolink.0
                2022-10-25 19:46:38.565	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                
                reolink.0
                2022-10-25 19:46:38.556	error	Cannot read properties of null (reading 'val')
                
                reolink.0
                2022-10-25 19:46:38.556	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                
                reolink.0
                2022-10-25 19:46:38.555	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                
                reolink.0
                2022-10-25 19:46:38.554	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                host.ioBroker
                2022-10-25 19:46:31.252	warn	Do not restart adapter system.adapter.reolink.2 because restart loop detected
                host.ioBroker
                2022-10-25 19:46:31.251	error	instance system.adapter.reolink.2 terminated with code 6 (UNCAUGHT_EXCEPTION)
                host.ioBroker
                2022-10-25 19:46:30.973	warn	Do not restart adapter system.adapter.reolink.1 because restart loop detected
                host.ioBroker
                2022-10-25 19:46:30.973	error	instance system.adapter.reolink.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                host.ioBroker
                2022-10-25 19:46:30.807	warn	Do not restart adapter system.adapter.reolink.0 because restart loop detected
                host.ioBroker
                2022-10-25 19:46:30.807	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                
                reolink.2
                2022-10-25 19:46:30.379	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                
                reolink.2
                2022-10-25 19:46:30.360	error	Cannot read properties of null (reading 'val')
                
                reolink.2
                2022-10-25 19:46:30.360	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                
                reolink.2
                2022-10-25 19:46:30.359	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                
                reolink.2
                2022-10-25 19:46:30.355	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                
                reolink.1
                2022-10-25 19:46:30.318	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                
                reolink.1
                2022-10-25 19:46:30.288	error	Cannot read properties of null (reading 'val')
                
                reolink.1
                2022-10-25 19:46:30.281	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                
                reolink.1
                2022-10-25 19:46:30.272	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                
                reolink.1
                2022-10-25 19:46:30.267	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                
                reolink.0
                2022-10-25 19:46:30.182	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                
                reolink.0
                2022-10-25 19:46:30.151	error	Cannot read properties of null (reading 'val')
                
                reolink.0
                2022-10-25 19:46:30.151	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                
                reolink.0
                2022-10-25 19:46:30.150	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                
                reolink.0
                2022-10-25 19:46:30.148	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                host.ioBroker
                2022-10-25 19:45:55.574	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                host.ioBroker
                2022-10-25 19:45:55.345	error	instance system.adapter.reolink.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                host.ioBroker
                2022-10-25 19:45:55.186	error	instance system.adapter.reolink.2 terminated with code 6 (UNCAUGHT_EXCEPTION)
                
                reolink.0
                2022-10-25 19:45:54.772	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                
                reolink.0
                2022-10-25 19:45:54.766	error	Cannot read properties of null (reading 'val')
                
                reolink.0
                2022-10-25 19:45:54.766	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                
                reolink.0
                2022-10-25 19:45:54.765	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                
                reolink.0
                2022-10-25 19:45:54.764	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                
                reolink.1
                2022-10-25 19:45:54.665	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                
                reolink.1
                2022-10-25 19:45:54.631	error	Cannot read properties of null (reading 'val')
                
                reolink.1
                2022-10-25 19:45:54.631	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                
                reolink.1
                2022-10-25 19:45:54.630	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                
                reolink.1
                2022-10-25 19:45:54.629	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                
                reolink.2
                2022-10-25 19:45:54.550	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                
                reolink.2
                2022-10-25 19:45:54.526	error	Cannot read properties of null (reading 'val')
                
                reolink.2
                2022-10-25 19:45:54.523	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                
                reolink.2
                2022-10-25 19:45:54.522	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                
                reolink.2
                2022-10-25 19:45:54.518	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                host.ioBroker
                2022-10-25 19:45:20.651	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                host.ioBroker
                2022-10-25 19:45:20.547	error	instance system.adapter.reolink.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                host.ioBroker
                2022-10-25 19:45:20.251	error	instance system.adapter.reolink.2 terminated with code 6 (UNCAUGHT_EXCEPTION)
                
                reolink.1
                2022-10-25 19:45:19.913	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                
                reolink.0
                2022-10-25 19:45:19.910	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                
                reolink.1
                2022-10-25 19:45:19.895	error	Cannot read properties of null (reading 'val')
                

                gruß vom Woody
                HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                Andy GrundtA 1 Antwort Letzte Antwort
                0
                • H Hansi1234

                  @andy-grundt ah funktioniert das? Geht auch Mensch, Fahrzeug , Tiererkennung?

                  Andy GrundtA Offline
                  Andy GrundtA Offline
                  Andy Grundt
                  Developer
                  schrieb am zuletzt editiert von
                  #178

                  @hansi1234 ja das funktioniert. Warum sollte es auch nicht, wenn wir es einbauen.
                  Allerdings muss der Status von der Kamera abgefragt werden (Polling). Push funktioniert leider nicht. (Bei Push würde sich die Kamera melden)
                  Wenn die Kamera ein Objekt erkennt, hat diese den Status für 30 Sekunden. Im Adapter kannst du die Abfragezeit einstellen. Default ist 10s.

                  Zurzeit ist es ein allgemeiner Status von allen 3 (Mensch, Auto, Tier)

                  1 Antwort Letzte Antwort
                  0
                  • da_WoodyD da_Woody

                    @andy-grundt autsch, hab über git die neue version eingespielt.
                    e002def6-267d-404f-bd19-867697bc58c6-grafik.png

                    host.ioBroker
                    2022-10-25 19:47:34.662	warn	Do not restart adapter system.adapter.reolink.0 because restart loop detected
                    host.ioBroker
                    2022-10-25 19:47:34.662	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    
                    reolink.0
                    2022-10-25 19:47:33.970	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                    
                    reolink.0
                    2022-10-25 19:47:33.968	error	Cannot read properties of null (reading 'val')
                    
                    reolink.0
                    2022-10-25 19:47:33.968	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                    
                    reolink.0
                    2022-10-25 19:47:33.968	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                    
                    reolink.0
                    2022-10-25 19:47:33.967	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    host.ioBroker
                    2022-10-25 19:47:02.266	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    
                    reolink.0
                    2022-10-25 19:47:01.628	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                    
                    reolink.0
                    2022-10-25 19:47:01.626	error	Cannot read properties of null (reading 'val')
                    
                    reolink.0
                    2022-10-25 19:47:01.625	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                    
                    reolink.0
                    2022-10-25 19:47:01.625	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                    
                    reolink.0
                    2022-10-25 19:47:01.624	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    host.ioBroker
                    2022-10-25 19:46:39.189	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    
                    reolink.0
                    2022-10-25 19:46:38.565	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                    
                    reolink.0
                    2022-10-25 19:46:38.556	error	Cannot read properties of null (reading 'val')
                    
                    reolink.0
                    2022-10-25 19:46:38.556	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                    
                    reolink.0
                    2022-10-25 19:46:38.555	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                    
                    reolink.0
                    2022-10-25 19:46:38.554	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    host.ioBroker
                    2022-10-25 19:46:31.252	warn	Do not restart adapter system.adapter.reolink.2 because restart loop detected
                    host.ioBroker
                    2022-10-25 19:46:31.251	error	instance system.adapter.reolink.2 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    host.ioBroker
                    2022-10-25 19:46:30.973	warn	Do not restart adapter system.adapter.reolink.1 because restart loop detected
                    host.ioBroker
                    2022-10-25 19:46:30.973	error	instance system.adapter.reolink.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    host.ioBroker
                    2022-10-25 19:46:30.807	warn	Do not restart adapter system.adapter.reolink.0 because restart loop detected
                    host.ioBroker
                    2022-10-25 19:46:30.807	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    
                    reolink.2
                    2022-10-25 19:46:30.379	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                    
                    reolink.2
                    2022-10-25 19:46:30.360	error	Cannot read properties of null (reading 'val')
                    
                    reolink.2
                    2022-10-25 19:46:30.360	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                    
                    reolink.2
                    2022-10-25 19:46:30.359	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                    
                    reolink.2
                    2022-10-25 19:46:30.355	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    
                    reolink.1
                    2022-10-25 19:46:30.318	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                    
                    reolink.1
                    2022-10-25 19:46:30.288	error	Cannot read properties of null (reading 'val')
                    
                    reolink.1
                    2022-10-25 19:46:30.281	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                    
                    reolink.1
                    2022-10-25 19:46:30.272	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                    
                    reolink.1
                    2022-10-25 19:46:30.267	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    
                    reolink.0
                    2022-10-25 19:46:30.182	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                    
                    reolink.0
                    2022-10-25 19:46:30.151	error	Cannot read properties of null (reading 'val')
                    
                    reolink.0
                    2022-10-25 19:46:30.151	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                    
                    reolink.0
                    2022-10-25 19:46:30.150	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                    
                    reolink.0
                    2022-10-25 19:46:30.148	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    host.ioBroker
                    2022-10-25 19:45:55.574	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    host.ioBroker
                    2022-10-25 19:45:55.345	error	instance system.adapter.reolink.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    host.ioBroker
                    2022-10-25 19:45:55.186	error	instance system.adapter.reolink.2 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    
                    reolink.0
                    2022-10-25 19:45:54.772	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                    
                    reolink.0
                    2022-10-25 19:45:54.766	error	Cannot read properties of null (reading 'val')
                    
                    reolink.0
                    2022-10-25 19:45:54.766	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                    
                    reolink.0
                    2022-10-25 19:45:54.765	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                    
                    reolink.0
                    2022-10-25 19:45:54.764	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    
                    reolink.1
                    2022-10-25 19:45:54.665	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                    
                    reolink.1
                    2022-10-25 19:45:54.631	error	Cannot read properties of null (reading 'val')
                    
                    reolink.1
                    2022-10-25 19:45:54.631	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                    
                    reolink.1
                    2022-10-25 19:45:54.630	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                    
                    reolink.1
                    2022-10-25 19:45:54.629	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    
                    reolink.2
                    2022-10-25 19:45:54.550	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                    
                    reolink.2
                    2022-10-25 19:45:54.526	error	Cannot read properties of null (reading 'val')
                    
                    reolink.2
                    2022-10-25 19:45:54.523	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                    
                    reolink.2
                    2022-10-25 19:45:54.522	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                    
                    reolink.2
                    2022-10-25 19:45:54.518	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                    host.ioBroker
                    2022-10-25 19:45:20.651	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    host.ioBroker
                    2022-10-25 19:45:20.547	error	instance system.adapter.reolink.1 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    host.ioBroker
                    2022-10-25 19:45:20.251	error	instance system.adapter.reolink.2 terminated with code 6 (UNCAUGHT_EXCEPTION)
                    
                    reolink.1
                    2022-10-25 19:45:19.913	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                    
                    reolink.0
                    2022-10-25 19:45:19.910	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                    
                    reolink.1
                    2022-10-25 19:45:19.895	error	Cannot read properties of null (reading 'val')
                    
                    Andy GrundtA Offline
                    Andy GrundtA Offline
                    Andy Grundt
                    Developer
                    schrieb am zuletzt editiert von Andy Grundt
                    #179

                    @da_woody Kannst du mal auf debug stellen und dann nochmal die Fehlermeldung zuschicken?

                    EDIT: Fehler in GetAutoFocus Funktion gefunden. Bitte nochmal neu von GitHub installieren.

                    da_WoodyD 1 Antwort Letzte Antwort
                    1
                    • Andy GrundtA Andy Grundt

                      @da_woody Kannst du mal auf debug stellen und dann nochmal die Fehlermeldung zuschicken?

                      EDIT: Fehler in GetAutoFocus Funktion gefunden. Bitte nochmal neu von GitHub installieren.

                      da_WoodyD Offline
                      da_WoodyD Offline
                      da_Woody
                      schrieb am zuletzt editiert von
                      #180

                      @andy-grundt alle instanzen gestoppt, update,
                      3422dbb7-a303-4729-85ca-e83c4f74e533-grafik.png

                      host.ioBroker
                      2022-10-25 20:11:56.768	warn	Do not restart adapter system.adapter.reolink.0 because restart loop detected
                      host.ioBroker
                      2022-10-25 20:11:56.768	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                      
                      reolink.0
                      2022-10-25 20:11:56.074	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                      
                      reolink.0
                      2022-10-25 20:11:56.061	error	Cannot read properties of null (reading 'val')
                      
                      reolink.0
                      2022-10-25 20:11:56.061	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                      
                      reolink.0
                      2022-10-25 20:11:56.061	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                      
                      reolink.0
                      2022-10-25 20:11:56.060	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                      host.ioBroker
                      2022-10-25 20:11:23.963	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                      
                      reolink.0
                      2022-10-25 20:11:23.354	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                      
                      reolink.0
                      2022-10-25 20:11:23.347	error	Cannot read properties of null (reading 'val')
                      
                      reolink.0
                      2022-10-25 20:11:23.347	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                      
                      reolink.0
                      2022-10-25 20:11:23.346	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                      
                      reolink.0
                      2022-10-25 20:11:23.345	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                      host.ioBroker
                      2022-10-25 20:10:51.498	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                      
                      reolink.0
                      2022-10-25 20:10:50.867	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                      
                      reolink.0
                      2022-10-25 20:10:50.860	error	Cannot read properties of null (reading 'val')
                      
                      reolink.0
                      2022-10-25 20:10:50.859	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                      
                      reolink.0
                      2022-10-25 20:10:50.859	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                      
                      reolink.0
                      2022-10-25 20:10:50.858	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                      

                      gruß vom Woody
                      HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                      Andy GrundtA 1 Antwort Letzte Antwort
                      0
                      • da_WoodyD da_Woody

                        @andy-grundt alle instanzen gestoppt, update,
                        3422dbb7-a303-4729-85ca-e83c4f74e533-grafik.png

                        host.ioBroker
                        2022-10-25 20:11:56.768	warn	Do not restart adapter system.adapter.reolink.0 because restart loop detected
                        host.ioBroker
                        2022-10-25 20:11:56.768	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                        
                        reolink.0
                        2022-10-25 20:11:56.074	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                        
                        reolink.0
                        2022-10-25 20:11:56.061	error	Cannot read properties of null (reading 'val')
                        
                        reolink.0
                        2022-10-25 20:11:56.061	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                        
                        reolink.0
                        2022-10-25 20:11:56.061	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                        
                        reolink.0
                        2022-10-25 20:11:56.060	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                        host.ioBroker
                        2022-10-25 20:11:23.963	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                        
                        reolink.0
                        2022-10-25 20:11:23.354	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                        
                        reolink.0
                        2022-10-25 20:11:23.347	error	Cannot read properties of null (reading 'val')
                        
                        reolink.0
                        2022-10-25 20:11:23.347	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                        
                        reolink.0
                        2022-10-25 20:11:23.346	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                        
                        reolink.0
                        2022-10-25 20:11:23.345	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                        host.ioBroker
                        2022-10-25 20:10:51.498	error	instance system.adapter.reolink.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                        
                        reolink.0
                        2022-10-25 20:10:50.867	warn	Terminated (UNCAUGHT_EXCEPTION): Without reason
                        
                        reolink.0
                        2022-10-25 20:10:50.860	error	Cannot read properties of null (reading 'val')
                        
                        reolink.0
                        2022-10-25 20:10:50.859	error	TypeError: Cannot read properties of null (reading 'val') at ReoLinkCam.onReady (/opt/iobroker/node_modules/iobroker.reolink/main.js:67:36)
                        
                        reolink.0
                        2022-10-25 20:10:50.859	error	unhandled promise rejection: Cannot read properties of null (reading 'val')
                        
                        reolink.0
                        2022-10-25 20:10:50.858	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                        
                        Andy GrundtA Offline
                        Andy GrundtA Offline
                        Andy Grundt
                        Developer
                        schrieb am zuletzt editiert von
                        #181

                        @da_woody Ich habe jetzt mal die Autofokus Funktion deaktiviert. Leider habe ich keine Kamera mit Autofokus und daher konnte ich das nicht testen. Bitte lade dir in 10 min nochmal die aktuelle Version von GitHub.

                        Danke

                        da_WoodyD 1 Antwort Letzte Antwort
                        0
                        • Andy GrundtA Andy Grundt

                          @da_woody Ich habe jetzt mal die Autofokus Funktion deaktiviert. Leider habe ich keine Kamera mit Autofokus und daher konnte ich das nicht testen. Bitte lade dir in 10 min nochmal die aktuelle Version von GitHub.

                          Danke

                          da_WoodyD Offline
                          da_WoodyD Offline
                          da_Woody
                          schrieb am zuletzt editiert von
                          #182

                          @andy-grundt mach ich morgen. bin heute erledigt und muß die hufe hochlagern... :)
                          ist ja kein stress. mit der vorigen war alles noch grün...

                          gruß vom Woody
                          HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                          Andy GrundtA 1 Antwort Letzte Antwort
                          -1
                          • da_WoodyD da_Woody

                            @andy-grundt mach ich morgen. bin heute erledigt und muß die hufe hochlagern... :)
                            ist ja kein stress. mit der vorigen war alles noch grün...

                            Andy GrundtA Offline
                            Andy GrundtA Offline
                            Andy Grundt
                            Developer
                            schrieb am zuletzt editiert von
                            #183

                            @da_woody OK, geb dann bitte nochmal bescheid! Danke

                            da_WoodyD 1 Antwort Letzte Antwort
                            1
                            • Andy GrundtA Andy Grundt

                              @da_woody OK, geb dann bitte nochmal bescheid! Danke

                              da_WoodyD Offline
                              da_WoodyD Offline
                              da_Woody
                              schrieb am zuletzt editiert von da_Woody
                              #184

                              @andy-grundt moin! :) gerade noch mal drübergespielt, jetzt wurde reolink.0 grün. die beiden anderen instanzen gestartet, auch beide grün.
                              log:

                              
                              reolink.2
                              2022-10-26 06:16:19.517	warn	Read-only state "reolink.2.disc.mounted" has been written without ack-flag with value "false"
                              
                              reolink.2
                              2022-10-26 06:16:19.471	warn	Read-only state "reolink.2.disc.free" has been written without ack-flag with value "0"
                              
                              reolink.2
                              2022-10-26 06:16:19.424	warn	Read-only state "reolink.2.disc.formatted" has been written without ack-flag with value "false"
                              
                              reolink.2
                              2022-10-26 06:16:19.413	warn	Read-only state "reolink.2.disc.capacity" has been written without ack-flag with value "0"
                              
                              reolink.1
                              2022-10-26 06:16:12.548	warn	Read-only state "reolink.1.disc.mounted" has been written without ack-flag with value "false"
                              
                              reolink.1
                              2022-10-26 06:16:12.492	warn	Read-only state "reolink.1.disc.free" has been written without ack-flag with value "0"
                              
                              reolink.1
                              2022-10-26 06:16:12.435	warn	Read-only state "reolink.1.disc.formatted" has been written without ack-flag with value "false"
                              
                              reolink.1
                              2022-10-26 06:16:12.386	warn	Read-only state "reolink.1.disc.capacity" has been written without ack-flag with value "0"
                              
                              reolink.0
                              2022-10-26 06:15:45.925	warn	Read-only state "reolink.0.disc.mounted" has been written without ack-flag with value "false"
                              
                              reolink.0
                              2022-10-26 06:15:45.878	warn	Read-only state "reolink.0.disc.free" has been written without ack-flag with value "0"
                              
                              reolink.0
                              2022-10-26 06:15:45.833	warn	Read-only state "reolink.0.disc.formatted" has been written without ack-flag with value "false"
                              
                              reolink.0
                              2022-10-26 06:15:45.784	warn	Read-only state "reolink.0.disc.capacity" has been written without ack-flag with value "0"
                              

                              hatte gestern auch bei Hosts eine fehlermeldung. da stand was von "restart loop endeckt" leider keinen screenshot gemacht.

                              gruß vom Woody
                              HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                              Andy GrundtA 2 Antworten Letzte Antwort
                              0
                              • da_WoodyD da_Woody

                                @andy-grundt moin! :) gerade noch mal drübergespielt, jetzt wurde reolink.0 grün. die beiden anderen instanzen gestartet, auch beide grün.
                                log:

                                
                                reolink.2
                                2022-10-26 06:16:19.517	warn	Read-only state "reolink.2.disc.mounted" has been written without ack-flag with value "false"
                                
                                reolink.2
                                2022-10-26 06:16:19.471	warn	Read-only state "reolink.2.disc.free" has been written without ack-flag with value "0"
                                
                                reolink.2
                                2022-10-26 06:16:19.424	warn	Read-only state "reolink.2.disc.formatted" has been written without ack-flag with value "false"
                                
                                reolink.2
                                2022-10-26 06:16:19.413	warn	Read-only state "reolink.2.disc.capacity" has been written without ack-flag with value "0"
                                
                                reolink.1
                                2022-10-26 06:16:12.548	warn	Read-only state "reolink.1.disc.mounted" has been written without ack-flag with value "false"
                                
                                reolink.1
                                2022-10-26 06:16:12.492	warn	Read-only state "reolink.1.disc.free" has been written without ack-flag with value "0"
                                
                                reolink.1
                                2022-10-26 06:16:12.435	warn	Read-only state "reolink.1.disc.formatted" has been written without ack-flag with value "false"
                                
                                reolink.1
                                2022-10-26 06:16:12.386	warn	Read-only state "reolink.1.disc.capacity" has been written without ack-flag with value "0"
                                
                                reolink.0
                                2022-10-26 06:15:45.925	warn	Read-only state "reolink.0.disc.mounted" has been written without ack-flag with value "false"
                                
                                reolink.0
                                2022-10-26 06:15:45.878	warn	Read-only state "reolink.0.disc.free" has been written without ack-flag with value "0"
                                
                                reolink.0
                                2022-10-26 06:15:45.833	warn	Read-only state "reolink.0.disc.formatted" has been written without ack-flag with value "false"
                                
                                reolink.0
                                2022-10-26 06:15:45.784	warn	Read-only state "reolink.0.disc.capacity" has been written without ack-flag with value "0"
                                

                                hatte gestern auch bei Hosts eine fehlermeldung. da stand was von "restart loop endeckt" leider keinen screenshot gemacht.

                                Andy GrundtA Offline
                                Andy GrundtA Offline
                                Andy Grundt
                                Developer
                                schrieb am zuletzt editiert von
                                #185

                                @da_woody Danke...falls du noch was findest, sagt beschied.

                                da_WoodyD 1 Antwort Letzte Antwort
                                0
                                • Andy GrundtA Andy Grundt

                                  @da_woody Danke...falls du noch was findest, sagt beschied.

                                  da_WoodyD Offline
                                  da_WoodyD Offline
                                  da_Woody
                                  schrieb am zuletzt editiert von
                                  #186

                                  @andy-grundt gerne, wenn ich zeit habe und verschiedene dingens probiere. ich verwende die meisten adapter nur rudimentär, also ohne irgend welche benachrichtigungen. so gesehn verwende ich auch keine bewegundmeldungen und sonstiges.
                                  kann dir also nur berichten, ob eine neue version nicht tut... :)

                                  gruß vom Woody
                                  HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                  I 1 Antwort Letzte Antwort
                                  0
                                  • da_WoodyD da_Woody

                                    @andy-grundt gerne, wenn ich zeit habe und verschiedene dingens probiere. ich verwende die meisten adapter nur rudimentär, also ohne irgend welche benachrichtigungen. so gesehn verwende ich auch keine bewegundmeldungen und sonstiges.
                                    kann dir also nur berichten, ob eine neue version nicht tut... :)

                                    I Offline
                                    I Offline
                                    Idefix01
                                    schrieb am zuletzt editiert von
                                    #187

                                    Hallöchen, ich habe es in der Vis mit folgendem Link eingefügt und es funktioniert einwandfrei.

                                    https://IP-der-Kamera/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=wuuPhkmUCeI9WG 7C&user=Benutzername&password=Password&width=1920&height=1080

                                    1 Antwort Letzte Antwort
                                    0
                                    • da_WoodyD da_Woody

                                      @andy-grundt moin! :) gerade noch mal drübergespielt, jetzt wurde reolink.0 grün. die beiden anderen instanzen gestartet, auch beide grün.
                                      log:

                                      
                                      reolink.2
                                      2022-10-26 06:16:19.517	warn	Read-only state "reolink.2.disc.mounted" has been written without ack-flag with value "false"
                                      
                                      reolink.2
                                      2022-10-26 06:16:19.471	warn	Read-only state "reolink.2.disc.free" has been written without ack-flag with value "0"
                                      
                                      reolink.2
                                      2022-10-26 06:16:19.424	warn	Read-only state "reolink.2.disc.formatted" has been written without ack-flag with value "false"
                                      
                                      reolink.2
                                      2022-10-26 06:16:19.413	warn	Read-only state "reolink.2.disc.capacity" has been written without ack-flag with value "0"
                                      
                                      reolink.1
                                      2022-10-26 06:16:12.548	warn	Read-only state "reolink.1.disc.mounted" has been written without ack-flag with value "false"
                                      
                                      reolink.1
                                      2022-10-26 06:16:12.492	warn	Read-only state "reolink.1.disc.free" has been written without ack-flag with value "0"
                                      
                                      reolink.1
                                      2022-10-26 06:16:12.435	warn	Read-only state "reolink.1.disc.formatted" has been written without ack-flag with value "false"
                                      
                                      reolink.1
                                      2022-10-26 06:16:12.386	warn	Read-only state "reolink.1.disc.capacity" has been written without ack-flag with value "0"
                                      
                                      reolink.0
                                      2022-10-26 06:15:45.925	warn	Read-only state "reolink.0.disc.mounted" has been written without ack-flag with value "false"
                                      
                                      reolink.0
                                      2022-10-26 06:15:45.878	warn	Read-only state "reolink.0.disc.free" has been written without ack-flag with value "0"
                                      
                                      reolink.0
                                      2022-10-26 06:15:45.833	warn	Read-only state "reolink.0.disc.formatted" has been written without ack-flag with value "false"
                                      
                                      reolink.0
                                      2022-10-26 06:15:45.784	warn	Read-only state "reolink.0.disc.capacity" has been written without ack-flag with value "0"
                                      

                                      hatte gestern auch bei Hosts eine fehlermeldung. da stand was von "restart loop endeckt" leider keinen screenshot gemacht.

                                      Andy GrundtA Offline
                                      Andy GrundtA Offline
                                      Andy Grundt
                                      Developer
                                      schrieb am zuletzt editiert von
                                      #188

                                      @da_woody
                                      Das schreiben der Datenpunkte ohne ack-flag wurde auch behoben. Sollte jetzt nicht mehr im log auftauchen.

                                      da_WoodyD 1 Antwort Letzte Antwort
                                      0
                                      • Andy GrundtA Andy Grundt

                                        @da_woody
                                        Das schreiben der Datenpunkte ohne ack-flag wurde auch behoben. Sollte jetzt nicht mehr im log auftauchen.

                                        da_WoodyD Offline
                                        da_WoodyD Offline
                                        da_Woody
                                        schrieb am zuletzt editiert von
                                        #189

                                        @andy-grundt hüstel... nach nem update über den link hats mächtig geraschelt. hab dann mal alle 3 instanzen, die grün waren gestoppt, log gelöscht, die 0 gestartet:

                                        
                                        reolink.0
                                        2022-10-28 13:54:54.672	error	DB closed
                                        
                                        reolink.0
                                        2022-10-28 13:54:54.671	error	Error: DB closed at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:636:24) at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25) at StateRedisClient.setState (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:657:40) at ReoLinkCam.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5880:35)
                                        
                                        reolink.0
                                        2022-10-28 13:54:54.670	error	unhandled promise rejection: DB closed
                                        
                                        reolink.0
                                        2022-10-28 13:54:54.670	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                        
                                        reolink.0
                                        2022-10-28 13:54:54.670	warn	get state error: Connection is closed.
                                        
                                        reolink.0
                                        2022-10-28 13:54:54.553	warn	get state error: DB closed
                                        
                                        reolink.0
                                        2022-10-28 13:54:53.430	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:53.217	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:52.936	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:52.708	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:52.475	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:52.346	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:52.220	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:52.094	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:51.982	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:51.836	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:51.700	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:51.569	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:51.443	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:51.293	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:51.174	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:50.991	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:50.858	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:50.750	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:50.620	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:50.491	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:50.336	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:50.208	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:50.090	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:49.984	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:49.847	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:49.713	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:49.578	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:49.442	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:49.320	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:49.159	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:49.028	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:48.911	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:48.785	error	Value not supported!
                                        
                                        reolink.0
                                        2022-10-28 13:54:48.645	error	Value not supported!
                                        

                                        gruß vom Woody
                                        HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                        da_WoodyD 1 Antwort Letzte Antwort
                                        0
                                        • da_WoodyD da_Woody

                                          @andy-grundt hüstel... nach nem update über den link hats mächtig geraschelt. hab dann mal alle 3 instanzen, die grün waren gestoppt, log gelöscht, die 0 gestartet:

                                          
                                          reolink.0
                                          2022-10-28 13:54:54.672	error	DB closed
                                          
                                          reolink.0
                                          2022-10-28 13:54:54.671	error	Error: DB closed at Redis.sendCommand (/opt/iobroker/node_modules/ioredis/built/redis/index.js:636:24) at Redis.get (/opt/iobroker/node_modules/ioredis/built/commander.js:122:25) at StateRedisClient.setState (/opt/iobroker/node_modules/@iobroker/db-states-redis/lib/states/statesInRedisClient.js:657:40) at ReoLinkCam.setState (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/build/lib/adapter/adapter.js:5880:35)
                                          
                                          reolink.0
                                          2022-10-28 13:54:54.670	error	unhandled promise rejection: DB closed
                                          
                                          reolink.0
                                          2022-10-28 13:54:54.670	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                          
                                          reolink.0
                                          2022-10-28 13:54:54.670	warn	get state error: Connection is closed.
                                          
                                          reolink.0
                                          2022-10-28 13:54:54.553	warn	get state error: DB closed
                                          
                                          reolink.0
                                          2022-10-28 13:54:53.430	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:53.217	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:52.936	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:52.708	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:52.475	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:52.346	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:52.220	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:52.094	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:51.982	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:51.836	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:51.700	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:51.569	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:51.443	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:51.293	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:51.174	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:50.991	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:50.858	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:50.750	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:50.620	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:50.491	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:50.336	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:50.208	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:50.090	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:49.984	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:49.847	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:49.713	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:49.578	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:49.442	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:49.320	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:49.159	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:49.028	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:48.911	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:48.785	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 13:54:48.645	error	Value not supported!
                                          
                                          da_WoodyD Offline
                                          da_WoodyD Offline
                                          da_Woody
                                          schrieb am zuletzt editiert von
                                          #190

                                          @da_woody hab nochmal den adapter instance0 gestartet mit debug

                                          host.ioBroker
                                          2022-10-28 14:41:06.173	info	instance system.adapter.reolink.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          host.ioBroker
                                          2022-10-28 14:41:05.072	info	stopInstance system.adapter.reolink.0 send kill signal
                                          
                                          reolink.0
                                          2022-10-28 14:41:05.029	info	State value to set for "reolink.0.settings.EmailNotification" has to be type "number" but received type "string"
                                          
                                          reolink.0
                                          2022-10-28 14:41:04.737	debug	Error or not supported getMailNotification
                                          
                                          reolink.0
                                          2022-10-28 14:41:04.614	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                          
                                          reolink.0
                                          2022-10-28 14:41:04.614	info	terminating
                                          
                                          reolink.0
                                          2022-10-28 14:41:04.614	debug	refreshStateTimeout: UNLOAD
                                          
                                          reolink.0
                                          2022-10-28 14:41:04.613	info	Got terminate signal TERMINATE_YOURSELF
                                          host.ioBroker
                                          2022-10-28 14:41:03.755	info	stopInstance system.adapter.reolink.0 (force=false, process=true)
                                          host.ioBroker
                                          2022-10-28 14:41:03.754	info	"system.adapter.reolink.0" disabled
                                          
                                          reolink.0
                                          2022-10-28 14:41:03.719	debug	mailValue 200: [{"cmd":"Unknown","code":1,"error":{"detail":"not support","rspCode":-9}}]
                                          
                                          reolink.0
                                          2022-10-28 14:41:03.647	error	Value not supported!
                                          
                                          reolink.0
                                          2022-10-28 14:41:03.647	info	Changed state: EmailNotification
                                          
                                          reolink.0
                                          2022-10-28 14:41:03.646	debug	state reolink.0.settings.EmailNotification changed: Error or not supported (ack = true)
                                          
                                          reolink.0
                                          2022-10-28 14:41:03.596	info	State value to set for "reolink.0.settings.EmailNotification" has to be type "number" but received type "string"
                                          
                                          reolink.0
                                          2022-10-28 14:41:03.560	debug	Error or not supported getMailNotification
                                          
                                          reolink.0
                                          2022-10-28 14:41:03.520	debug	mailValue 200: [{"cmd":"Unknown","code":1,"error":{"detail":"not support","rspCode":-9}}]
                                          
                                          reolink.0
                                          2022-10-28 14:41:03.428	error	Value not supported!
                                          

                                          gruß vom Woody
                                          HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                                          1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          774

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe