Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. SidM

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    S
    • Profile
    • Following 4
    • Followers 1
    • Topics 2
    • Posts 104
    • Best 15
    • Groups 2

    SidM

    @SidM

    Starter

    17
    Reputation
    18
    Profile views
    104
    Posts
    1
    Followers
    4
    Following
    Joined Last Online

    SidM Follow
    Pro Starter

    Best posts made by SidM

    • RE: Vis-2(.0) - Neuer Adapter als Beta

      @mk-66

      Ich benutze den Energieflussadapter auch (noch) nicht. Habe nur bemerkt dass das Thema mit den Einstellungen gar nicht so Trivial ist. Und eine Beschreibung hier sehr helfen würde.

      posted in ioBroker Allgemein
      S
      SidM
    • RE: Ring Intercom

      @eds said in Ring Intercom:

      @sidm Wie heißt denn der Datenpunkt? Bei mir finde ich in 5.0.10 nichts.Ring.jpg

      Servus!

      du hasst doch auch die beiden Datenpunkte 😁

      2023-12-30 (6).png

      posted in Hardware
      S
      SidM
    • RE: Test Adaper Tado v0.1.x

      @hglab

      Tatsache du hast Recht! Habe noch die 0.2.5. ( Hat mir gar kein Update angezeigt). Danke für die schnelle Hilfe! Ich probiere die neue und melde mich ansonsten auf Github!

      posted in Tester
      S
      SidM
    • RE: Modbus adapter

      @klassisch said in Modbus adapter:

      @sidm Vielen Dank! Gut zu wissen, daß die Waveshares auch funktionieren.

      Aber kann es sein, daß mit Deinem Amazon-Link etwas nicht stimmt. Seit ich den angeklickt habe, bekomme ich mit firefox immer Fehlermeldungen bei amazon. Da kam eine Bot-Abfrage mit Captcha und seither nur noch Fehlermeldungen von Amazon. Ich kommen nicht einmal mehr auf mein Konto. Cache löschen hilft nichts. Beim Neuanmelden bekomme ich eine Mail, bei der ich nicht sicher bin, ob sie überhaupt von amazon ist. Unangenehm das Ganze. Der Registrar, der von Dir verlinkten Seite amzn.eu scheint auch nicht amazon zu sein, sondern "comlaude". Was ist das?

      Also am besten ist es, die Amazon Nummer im Klartext anzugeben, also hier etwa Amazon B09LQMH2S1 .
      Dann kommt man auch nicht in Verdacht, hier Affiliate Links zu posten. Die sind hier laut Forums Regeln auch nicht gestattet, s. https://forum.iobroker.net/rules .

      Grüße, war die Tage unterwegs und hab auch keine Benachrichtigung bekommen.
      Also bei mir geht der link einwandfrei und wurde direkt über den „Teilen“ Funktion aus der Amazon-App kopiert💁
      Also nen Affiliate_link oder was böses ist das nicht von Mir!

      Aber hier nochmal die Amazon_Nr: B09LQMH2S1

      posted in ioBroker Allgemein
      S
      SidM
    • RE: [gelöst] Widget für RTSP Stream

      @paeppi

      Hallo Patrick, bei der Umstellung auf go2rtc musste ich auch erst ein wenig probieren.
      Wenn ich dir ein Rat geben kann, versuche andere Kameras als Reolink zu nutzen. Versuche welche von Dahua, Hikvision, and Amcrest zu nehmen, wie es der Entwickler vorschlägt.

      Ich habe 3 Reolinks (hatte ich vor Frigate NVR) und eine davon ( RLC-510A ) hat bei den aufnahmen immer mal Aussetzer (Ton läuft noch Bild friert aber ein, oder auch mal komplett Schwarzes Bild).

      Meine Konfig sieht so aus:

      mqtt:
        # Optional: Enable mqtt server (default: false)
        enabled: True
        # Required: host name
        host: 192.168.188.40
        # Optional: port (default: shown below)
        port: 1886
        # Optional: topic prefix (default: frigate)
        # NOTE: must be unique if you are running multiple instances
        topic_prefix: frigate
        # Optional: client id (default: frigate)
        # NOTE: must be unique if you are running multiple instances
        client_id: frigate
        # Optional: interval in seconds for publishing stats (default: 60)
        stats_interval: 5
      
      
      detectors: # <---- add detectors
        coral:
          type: edgetpu
          device: usb
      
      
      ffmpeg:
        hwaccel_args: preset-vaapi
        output_args:
          # Optional: output args for detect streams (default: shown below)
          detect: -f rawvideo -pix_fmt yuv420p
          # Optional: output args for record streams (default: shown below)
          record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy
          # Optional: output args for rtmp streams (default: shown below)
          
      
      go2rtc:
        streams:
          Hof:
            - http://192.168.188.38/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=**********&password=**********
            - "ffmpeg:Hof#audio=opus" # <- copy of the stream which transcodes audio to the missing codec (usually will be opus)
          Hof_Sub:
            - http://192.168.188.38/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=**********&password=**********
          Werkstatt:
            - http://192.168.188.23/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=**********&password=**********
            - "ffmpeg:Werkstatt#audio=opus" # <- copy of the stream which transcodes audio to the missing codec (usually will be opus)
          Werkstatt_Sub:
            - http://192.168.188.23/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=**********&password=**********
          Flur:
            - http://192.168.188.36/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=**********&password=**********
            - "ffmpeg:Flur#audio=opus" # <- copy of the stream which transcodes audio to the missing codec (usually will be opus)
          Flur_Sub:
            - http://192.168.188.36/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=**********&password=**********
        webrtc:
          candidates:
            - 192.168.188.40:8555
            - stun:8555
      
      
      
      cameras:
        Hof: # <------ Name the camera
          ffmpeg:
            output_args:
              record: preset-record-generic-audio-copy
            inputs:
              - path: rtsp://127.0.0.1:8554/Hof?video=copy&audio=aac # <--- the name here must match the name of the camera in restream
                input_args: preset-rtsp-restream
                roles:
                  - record
              - path: rtsp://127.0.0.1:8554/Hof_Sub?video=copy # <----- The stream you want to use for detection
                input_args: preset-rtsp-restream
                roles:
                  - detect
          detect:
            enabled: True # <---- disable detection until you have a working camera feed
            width: 2560 # <---- update for your camera's resolution
            height: 1920 # <---- update for your camera's resolution
          record: # <----- Enable recording
            enabled: True
          snapshots: # <----- Enable snapshots
            enabled: True
          motion:
            mask:
              - 2024,238,1528,171,1330,189,1124,214,1081,342,751,336,748,379,379,385,0,407,0,192,0,0,837,0,2560,0,2560,157,2560,360
              - 1194,1920,1041,1783,0,1791,0,1920
          zones:
            Bewegung Hofeinfahrt:
              coordinates: 747,396,0,437,0,566,117,548,122,743,412,699,715,671,718,515,743,512
            Bewegung Innenhof:
              coordinates: 0,1920,0,580,112,551,122,749,746,682,737,346,1086,336,1086,221,1544,163,1704,176,2130,253,2560,362,2560,1920
            Bewegung Doppelgarage:
              coordinates: 2378,1892,2180,1822,2102,1718,2226,1316,2390,1018,2560,1082,2560,1552
      
      
        Werkstatt:
          ffmpeg:
            output_args:
              record: preset-record-generic-audio-copy
            inputs:
              - path: rtsp://127.0.0.1:8554/Werkstatt?video=copy&audio=aac # <--- the name here must match the name of the camera in restream
                input_args: preset-rtsp-restream
                roles:
                  - record
              - path: rtsp://127.0.0.1:8554/Werkstatt_Sub?video=copy # <----- The stream you want to use for detection
                input_args: preset-rtsp-restream
                roles:
                  - detect
          detect:
            enabled: True # <---- disable detection until you have a working camera feed
            width: 2560 # <---- update for your camera's resolution
            height: 1920 # <---- update for your camera's resolution
          record: # <----- Enable recording
            enabled: True
          snapshots: # <----- Enable snapshots
            enabled: True
          motion:
            mask:
              - 1828,42,1827,133,730,123,730,39
          zones:
            Bewegung Werkstatt:
              coordinates: 0,1920,0,0,2560,0,2560,1920
      
      
      
        Flur:
          ffmpeg:
            output_args:
              record: preset-record-generic-audio-copy
            inputs:
              - path: rtsp://127.0.0.1:8554/Flur?video=copy&audio=aac # <--- the name here must match the name of the camera in restream
                input_args: preset-rtsp-restream
                roles:
                  - record
              - path: rtsp://127.0.0.1:8554/Flur_Sub?video=copy # <----- The stream you want to use for detection
                input_args: preset-rtsp-restream
                roles:
                  - detect
          detect:
            enabled: True # <---- disable detection until you have a working camera feed
            width: 2560 # <---- update for your camera's resolution
            height: 1920 # <---- update for your camera's resolution
          record: # <----- Enable recording
            enabled: True
          snapshots: # <----- Enable snapshots
            enabled: True
          motion:
            mask:
              - 1828,133,1823,25,715,34,716,139
          zones:
            Bewegung Flur:
              coordinates: 0,1920,0,0,2560,0,2560,1920
      
      
      # Optional: Object configuration
      # NOTE: Can be overridden at the camera level
      objects:
        # Optional: list of objects to track from labelmap.txt (default: shown below)
        track:
          - person
          - car
          - cat
          - dog
          - bird
        # Optional: mask to prevent all object types from being detected in certain areas (default: no mask)
        # Checks based on the bottom center of the bounding box of the object.
        # NOTE: This mask is COMBINED with the object type specific mask below
        mask: 0,0,1000,0,1000,200,0,200
        # Optional: filters to reduce false positives for specific object types
        filters:
          person:
            # Optional: minimum width*height of the bounding box for the detected object (default: 0)
            min_area: 0
            # Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
            max_area: 24000000
            # Optional: minimum score for the object to initiate tracking (default: shown below)
            min_score: 0.5
            # Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
            threshold: 0.7
            # Optional: mask to prevent this object type from being detected in certain areas (default: no mask)
            # Checks based on the bottom center of the bounding box of the object
            mask: 0,0,1000,0,1000,200,0,200
            
      
      
      # Optional: in-feed timestamp style configuration
      # NOTE: Can be overridden at the camera level
      timestamp_style:
        # Optional: Position of the timestamp (default: shown below)
        #           "tl" (top left), "tr" (top right), "bl" (bottom left), "br" (bottom right)
        position: "tl"
        # Optional: Format specifier conform to the Python package "datetime" (default: shown below)
        #           Additional Examples:
        #             german: "%d.%m.%Y %H:%M:%S"
        format: "%d/%m/%Y %H:%M:%S"
        # Optional: Color of font
        color:
          # All Required when color is specified (default: shown below)
          red: 255
          green: 255
          blue: 255
        # Optional: Line thickness of font (default: shown below)
        thickness: 2
        # Optional: Effect of lettering (default: shown below)
        #           None (No effect),
        #           "solid" (solid background in inverse color of font)
        #           "shadow" (shadow for font)
        effect: solid
        
      
      
      # Optional: birdseye configuration
      # NOTE: Can (enabled, mode) be overridden at the camera level
      birdseye:
        # Optional: Enable birdseye view (default: True)
        enabled: True
        # Optional: Restream birdseye via RTSP (default: False)
        # NOTE: Enabling this will set birdseye to run 24/7 which may increase CPU usage somewhat.
        restream: False
        # Optional: Width of the output resolution (default: 1280)
        width: 2560
        # Optional: Height of the output resolution (default: 720)
        height: 1920
        # Optional: Encoding quality of the mpeg1 feed (default: 8)
        # 1 is the highest quality, and 31 is the lowest. Lower quality feeds utilize less CPU resources.
        quality: 8
        # Optional: Mode of the view. Available options are: objects, motion, and continuous
        #   objects - cameras are included if they have had a tracked object within the last 30 seconds
        #   motion - cameras are included if motion was detected in the last 30 seconds
        #   continuous - all cameras are included always
        mode: motion
      
      
      
      # Optional: Record configuration
      # NOTE: Can be overridden at the camera level
      record:
        # Optional: Enable recording (default: False)
        # WARNING: If recording is disabled in the config, turning it on via
        #          the UI or MQTT later will have no effect.
        enabled: True
        # Optional: Number of minutes to wait between cleanup runs (default: 60)
        # This can be used to reduce the frequency of deleting recording segments from disk if you want to minimize i/o
        expire_interval: 60
        # Optional: Retention settings for recording
        retain:
          # Optional: Number of days to retain recordings regardless of events (default: 0)
          # NOTE: This should be set to 0 and retention should be defined in events section below
          #       if you only want to retain recordings of events.
          days: 0
          # Optional: Mode for retention. Available options are: all, motion, and active_objects
          #   all - save all recording segments regardless of activity
          #   motion - save all recordings segments with any detected motion
          #   active_objects - save all recording segments with active/moving objects
          # NOTE: this mode only applies when the days setting above is greater than 0
          mode: all
        # Optional: Event recording settings
        events:
          # Optional: Number of seconds before the event to include (default: 5)
          pre_capture: 15
          # Optional: Number of seconds after the event to include (default: 5)
          post_capture: 15
          # Optional: Objects to save recordings for. (default: all tracked objects)
          objects:
            - person
            - car
            - dog
            - cat
            - bird
      
          # Optional: Restrict recordings to objects that entered any of the listed zones (default: no required zones)
          required_zones: []
          # Optional: Retention settings for recordings of events
          retain:
            # Required: Default retention days (default: 10)
            default: 10
            # Optional: Mode for retention. (default: motion)
            #   all - save all recording segments for events regardless of activity
            #   motion - save all recordings segments for events with any detected motion
            #   active_objects - save all recording segments for event with active/moving objects
            #
            # NOTE: If the retain mode for the camera is more restrictive than the mode configured
            #       here, the segments will already be gone by the time this mode is applied.
            #       For example, if the camera retain mode is "motion", the segments without motion are
            #       never stored, so setting the mode to "all" here won't bring them back.
            mode: motion
            # Optional: Per object retention days
            objects:
              person: 15
              car:    15
              dog:    15
              cat:    15
      
      
      
      # Optional: Configuration for the jpg snapshots written to the clips directory for each event
      # NOTE: Can be overridden at the camera level
      snapshots:
        # Optional: Enable writing jpg snapshot to /media/frigate/clips (default: False)
        enabled: True
        # Optional: save a clean PNG copy of the snapshot image (default: True)
        clean_copy: True
        # Optional: print a timestamp on the snapshots (default: False)
        timestamp: False
        # Optional: draw bounding box on the snapshots (default: False)
        bounding_box: True
        # Optional: crop the snapshot (default: False)
        crop: False
        # Optional: height to resize the snapshot to (default: original size)
        height: 0
        # Optional: Restrict snapshots to objects that entered any of the listed zones (default: no required zones)
        required_zones: []
        # Optional: Camera override for retention settings (default: global values)
        retain:
          # Required: Default retention days (default: 10)
          default: 10
          # Optional: Per object retention days
          objects:
            person: 15
            car:    15
            dog:    15
            cat:    15
      
      
      # Optional
      ui:
        # Optional: Set the default live mode for cameras in the UI (default: mse)
        live_mode: mse
        # Optional: Set a timezone to use in the UI (default: use browser local time)
         #timezone: America/Denver
        # Optional: Use an experimental recordings / camera view UI (default: false)
        use_experimental: False
        # Optional: Set the time format used.
        # Options are browser, 12hour, or 24hour (default: browser)
        time_format: browser
        # Optional: Set the date style for a specified length.
        # Options are: full, long, medium, short
        # Examples:
        #    short: 2/11/23
        #    medium: Feb 11, 2023
        #    full: Saturday, February 11, 2023
        # (default: short).
        date_style: short
        # Optional: Set the time style for a specified length.
        # Options are: full, long, medium, short
        # Examples:
        #    short: 8:14 PM
        #    medium: 8:15:22 PM
        #    full: 8:15:22 PM Mountain Standard Time
        # (default: medium).
        time_style: medium
        # Optional: Ability to manually override the date / time styling to use strftime format
        # https://www.gnu.org/software/libc/manual/html_node/Formatting-Calendar-Time.html
        # possible values are shown above (default: not set)
        #strftime_fmt: "%Y/%m/%d %H:%M"
      

      Dank der Integration von go2rtc kann man jetzt auch auf dem iPhone problemlos sich den Live Stream anzeigen lassen ohne eine weiter App nutzen zu müssen.

      In der VIS dann einfach ein iFrame-Widget einsetzten und als Quelle folgendes eingeben:

      http://192.168.188.40:5002/live/webrtc/webrtc.html?src=Flur
      

      Die IP und Port entspricht dabei den von Frigate.

      posted in Visualisierung
      S
      SidM
    • RE: Frigate Adapter für ioBroker

      @wal ahh...ich Depp. Da hab ich dieses mal nicht drauf geachtet. Super, das wird es gewesen sein!

      posted in Tester
      S
      SidM
    • RE: Modbus adapter

      @ronniboy said in Modbus adapter:

      @sidm
      Hallo, ich habe die Konfiguration SDM72-M und den EBAY Adapter.
      Ich habe genau die gleiche Fehlermeldung.en
      Ich habe mir gerade den Waveshare Gateway bestellt. Sobald dieser geliefert wird, wird die Verbindung getestet,.
      Haben Sie weitere Tips.
      Könnten Sie die Einstellungen als Screenshot zur Verfügung stellen,
      Gruß Ronald

      Ach was. Du hast jetzt auch das Gateway von eBay? Also dieses hiermit der Artikelnummer: 155128069141
      ?

      Das wären die EInstellung des Waveshare-Gateways:

      664AC22C-A54B-43B8-A74D-860F53A3F909.jpeg

      posted in ioBroker Allgemein
      S
      SidM
    • RE: [gelöst] Widget für RTSP Stream

      @wal

      Ich habe eben auch nochmal gespielt.

      Weder RTSP noch RTMP funktioniert mit go2rtc zuverlässig. Da ist wirklich HTTP am besten geeignet...

      Ich werde irgendwann werde ich mal Dahua probieren.

      posted in Visualisierung
      S
      SidM
    • RE: Frigate Adapter für ioBroker

      @wal

      Super Walter! jetzt werden die stats angezeigt, available und auch die neuen Werte werden einwandfrei befüllt.

      Klasse Arbeit und besten Dank! Einen schönen Sonntag noch.🙋‍♂️

      posted in Tester
      S
      SidM
    • RE: Vis-2(.0) - Neuer Adapter als Beta

      Hallo zusammen,

      ich habe vor ein paar Wochen Vis 2 Beta installiert und mal 1-2 Sachen dort probiert und auch mal nen VIS 1 Projekt geladen und seitdem nichts wieder damit gemacht.

      Heute wollte ich mich mal wieder dransetzen und meine alte VIS bearbeiten oder vielleicht auch komplett neu gestalten.
      Allerdings habe ich das Problem dass weder Widgets noch Seiten vom Projekt geladen werden. Stattdessen läuft nur der Blaue Ladebalken bei beiden Fenstern, mehr tut sich hier nicht.

      Auch das erstellen eines neues Projekts ändert daran nichts.
      Habe auch mal den VIS 2 Adapter gelöscht und neu installiert (v.2.2.5), auch hier bleibt das gleiche Verhalten.

      Einstellungen Web Adapter:
      2023-09-12 (2).png

      Vielen Dank.

      posted in ioBroker Allgemein
      S
      SidM

    Latest posts made by SidM

    • RE: Bambulab 3d-Drucker adapter

      Hallo zusammen,

      ich hatte jetzt eine Weile den Adapter aus, da dieser mir einfach zu viele Meldungen zwecks finishTime und nozzle.0.temp gebracht hat. Die manuelle Änderung des Datentyp von string zu number überlebt leider nicht den Neustart des Adapters und da ich in letzter Zeit häufiger am Server gebastelt habe, war mir das zu Nervig.

      Jedenfalls habe ich mich heute mal an einen fork von @Dutchman Bamulab Adapter versucht.

      Ich weise daraufhin, dass ich kein Programmierer bin und auch von Javascript keine Ahnung habe, also falls Erweiterungen, Verbesserungsvorschläge für den Adapter gewünscht sind, seid ihr bei mir wirklich an der falschen Stelle und wir alle können nur hoffen dass @Dutchman irgendwann wieder Zeit für den Adapter finden wird.

      Wer mag kann den fork von Github von hier installieren: Github

      damit verschwinden die beiden Meldungen:

      bambulab.0.00xxxxxxxxx.finishTime" has to be type "date" but received type "string"
      bambulab.0.00xxxxxxxxx.device.nozzle.0.temp" has to be type "string" but received type "number"
      

      VG

      posted in Tester
      S
      SidM
    • RE: Zigbee Geräte Ausfall auf Slave

      @arteck

      lustig bin ich gerne😁

      Nee aber im Ernst, von switchen schrieb ich nichts. Ich weiß auch nicht mehr was ich mir bei der erweiterten PAN-ID gedacht habe. Dann werde ich die mal vom Slave ändern und schauen ob das Problem dann nicht mehr auftritt.
      Die PAN-ID ändere ich dann am besten auch gleich mit, wenn ich das richtig lese?
      Hätte aber jetzt nicht damit gerechnet, dass diese sich mit den entfernten Netz verbindet. Dazwischen liegen mindestens 70m und mit 3 Wänden.

      Hingegen erreiche ich ein Aqara Türkontakt und Vibrationssensor die ca.10 Meter Luftlinie entfernt sind mit vielleicht 4 Wänden dazwischen gar nicht.

      posted in Error/Bug
      S
      SidM
    • RE: Zigbee Geräte Ausfall auf Slave

      @arteck ähm... also die Einstellungen sind alle gleich, nur die Erweiterte Pan ID ist unterschiedlich.
      Einmal dddddddddddddddd und DDDDDDDDDDDDDDDD

      Oder zählt die Groß/Kleinschreibung nicht und es ist doch die serbe ID?

      Wenn aber die anderen nicht Repeater Geräte bei Neustart funktionieren und die Repeater nicht, kann es damit zusammenhängen?

      posted in Error/Bug
      S
      SidM
    • Zigbee Geräte Ausfall auf Slave

      Hallo zusammen,

      ich habe bei mir IoBroker mit einem Master und einem Slave. Der Master ist ein Server mit Unraid und IoBroker läuft dort im Docker als Master.
      In meiner Werkstatt habe ich ein RPI 4 der als Slave konfiguriert ist.
      Sowohl Master als auch Slave haben jeweils ein SONOFF Zigbee 3.0 USB Dongle Plus und spannen ihr Netz mit den Zigbee Adapter auf.

      Wenn ich den Server aufgrund von Updates, Änderungen etc. neu starten muss fährt anschließend IoBroker automatisch wieder hoch, startet alle Adapter und die Zigbee Instanz auf den Master verbindet sich wieder mit all seinen Geräten.

      Der Slave startet auch die Zigbee Instanz und verbindet sich mit den Geräten, ABER nicht mit allen.
      Konkret handelt es sich dabei um 2 Geräte. Einmal die Blitzwolf BW-SHP13 Steckdose und einmal den Lidl Livarno HG08010 Außenstrahler, also im Prinzip auch zwei Repeater Geräte.
      Diese wollen sich partout nicht verbinden, auch nicht nach längerer Wartezeit von ein paar Stunden.
      Ich lösche sie dann immer und starte anschließend einen neuen Pairing Vorgang.
      Dann funktionieren sie wieder solange ich wieder, bis ich ein Neustart mache.

      Sowohl auf Master als auch Slave läuft die Zigbee Instanz auf v1.10.2 , aber auch mit Versionen davor hatte ich das Problem.
      Der Slave bleibt während des Server Neustarts natürlich weiterhin an.

      Was kann ich tun, damit diese sich automatisch wieder verbinden?

      posted in Error/Bug
      S
      SidM
    • RE: Frigate Adapter für ioBroker

      @tombox

      Ahh... Ich habe mich in der letzten Zeit schon gewundert warum der Docker von IoBroker immer größer und größer wurde. Hab zwischendurch bestimmt schon 3-4 mal den Docker gelöscht was die Größe erstmal wieder "zurückgesetzt" hat.

      Ist immer auf gute 30GB und mehr angewachsen.

      posted in Tester
      S
      SidM
    • RE: Bambulab X1C Kamera Stream in ioBroker einbinden

      @bjoernf Danke dir. Einen extra Adapter wollt ich dafür eigentlich nicht noch installieren. Ich schau mal ob ich noch weitere Infos zu rtsps finde.

      posted in ioBroker Allgemein
      S
      SidM
    • RE: Bambulab X1C Kamera Stream in ioBroker einbinden

      @BjoernF

      Gesundes Neues!
      Ich würde den Stream gerne über frigate in die VIS bauen und hab dazu erstmal versucht den Stream über VLC zu öffnen, bekomme es aber nicht hin. Geht das bei dir?

      hab die beiden Varianten probiert:
      rtsps://bblp:ZUGRIFFSCODE@DRUCKERIPADRESSE/streaming/live/1
      rtsps://bblp:ZUGRIFFSCODE@DRUCKERIPADRESSE:322/streaming/live/1

      posted in ioBroker Allgemein
      S
      SidM
    • RE: Ring Intercom

      @haselchen

      kein Problem👍

      posted in Hardware
      S
      SidM
    • RE: Ring Intercom

      @eds said in Ring Intercom:

      @sidm Wie heißt denn der Datenpunkt? Bei mir finde ich in 5.0.10 nichts.Ring.jpg

      Servus!

      du hasst doch auch die beiden Datenpunkte 😁

      2023-12-30 (6).png

      posted in Hardware
      S
      SidM
    • RE: [Neuer Adapter] Life360

      Ich habe vor 2 stunden auch bemerkt, dass ich die gleichen Fehlermeldungen im LOG bekomme.

      Habe das Passwort in der App auf dem iPhone geändert und anschließend im Adapter. Leider bleibt die Meldung und zusätzlich werde ich ca. aller 10min aus der App ausgeloggt.

      Es kann aber auch Möglich sein, dass dies am neuen Smartphone liegt, da ich auch schon länger nicht mehr ins Protokoll geschaut habe.

      posted in Tester
      S
      SidM
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo