Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Frigate Adapter für ioBroker

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Frigate Adapter für ioBroker

    This topic has been deleted. Only users with topic management privileges can see it.
    • crunchip
      crunchip Forum Testing Most Active @patricknitsch last edited by

      @patricknitsch

      The adapter can send snapshots and clips from events and object detection to instances like telegram, pushover and signal-cbm
      
      P 1 Reply Last reply Reply Quote 0
      • P
        patricknitsch @crunchip last edited by

        @crunchip habe ich mit Signal-cbm getestet. Die Meldung wird auch ausgegeben.

        signal-cmb.0
        2024-05-06 20:19:56.533	info	Send Frontside person wurde erkannt to 941ca990-c12d-4af8-9993-3f4dc36f8f25
        
        signal-cmb.0
        2024-05-06 20:19:56.519	info	Send Frontside person wurde erkannt end 0.84375 to 941ca990-c12d-4af8-9993-3f4dc36f8f25
        
        signal-cmb.0
        2024-05-06 20:19:47.564	info	Send Frontside person wurde erkannt to 941ca990-c12d-4af8-9993-3f4dc36f8f25
        

        Was aber nicht angezeigt oder geschickt wird, ist das Bild dazu. Muss ich hier noch etwas einstellen?

        Hier die Einstellungen im Adapter:

        {
          "mqttObject": "mqtt.0.frigate",
          "friurl": "frigate.proxmox:5000",
          "webnum": 10,
          "mqttPort": 1883,
          "notificationMinScore": 0,
          "notificationActive": true,
          "notificationInstances": "signal-cmb.0",
          "notificationUsers": "",
          "notificationCamera": true,
          "notificationEventSnapshot": true,
          "notificationEventSnapshotStart": false,
          "notificationEventClip": false,
          "notificationEventClipWaitTime": 5,
          "notificationTextTemplate": "{{source}} {{type}} wurde erkannt {{status}} {{score}}",
          "notificationExcludeList": "",
          "notificationEventSnapshotUpdate": false,
          "notificationEventClipLink": false,
          "notificationExcludeZoneList": "",
          "notificationExcludeEmptyZoneList": "",
          "notificationEventSnapshotUpdateOnce": false
        }
        
        crunchip 1 Reply Last reply Reply Quote 0
        • crunchip
          crunchip Forum Testing Most Active @patricknitsch last edited by crunchip

          @patricknitsch sagte in Frigate Adapter für ioBroker:

          Signal-cbm

          verwende ich nicht, ich nutze telegram

          @patricknitsch sagte in Frigate Adapter für ioBroker:

          die Einstellungen im Adapter:

          ich habe nur Snapshot vom Event Ende senden aktiv

          @patricknitsch sagte in Frigate Adapter für ioBroker:

          Was aber nicht angezeigt oder geschickt wird, ist das Bild dazu

          ist auch ein Bild vorhanden?

          P 1 Reply Last reply Reply Quote 0
          • P
            patricknitsch @crunchip last edited by

            @crunchip Im Datenpunkt "person_snapshot" ist ein jpeg enthalten

            1 Reply Last reply Reply Quote 0
            • H
              hmm @tombox last edited by

              @tombox sagte in Frigate Adapter für ioBroker:

              @tschaeens Ist hinzugefügt

              ich hänge mich hier mal an..,

              Die MQTT Steuerung von Frigate kann mit den "set" commands gut gesteuert werden!
              Beispiel: frigate/<camera_name>/recordings/set
              Hier kann die Einbruchmeldeanlage den record state steuern..!
              Zur Zeit muß ich das über eine weitere mqtt Instanz machen.
              Schön wäre es, alle MQTT set commands über den Adapter zu setzen.
              u.a:
              frigate/<camera_name>/detect/set
              frigate/<camera_name>/recordings/set
              frigate/<camera_name>/snapshots/set
              usw..

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

                @hmm aber die option können doch unter remote gesetzt werden
                frigate.0.cameraname.snapshots_state

                H 1 Reply Last reply Reply Quote 0
                • H
                  hmm @tombox last edited by hmm

                  @tombox danke für die Antwort.

                  Vielleicht verstehe ich da was falsch, ich benutze die Personenerkennung von Frigate bei Dunkelheit auch zum einschalten der Gehwegbeleuchtung.

                  Der frigate.0.cameraname.snapshots_state gibt doch nur den Zustand zurück, der erst durch frigate.0.cameraname.snapshots_set gesetzt wird ??

                  Das funktioniert ganz gut. Jedoch hat der Snapshot doch nichts mit Detection/Recording zu tun... - Oder ? -
                  Durch das setzen der jeweiligen MQTT Topics erreiche ich, das unnötiger Speicherplatz durch Bewegungen von uns selbst auf der Terrasse vermieden wird.
                  Beispiel:
                  Tagsüber: Terrassentüre auf -> frigate/<camera_name>/detect/set "OFF" && frigate/<camera_name>/recordings/set "OFF"
                  Dunkelheit: Terrassentüre auf -> frigate/<camera_name>/detect/set "ON" && frigate/<camera_name>/recordings/set "OFF"
                  Einbruchmeldeanlage scharf -> frigate/<camera_name>/detect/set "ON" && frigate/<camera_name>/recordings/set "ON"
                  Einbruchmeldeanlage unscharf -> frigate/<camera_name>/detect/set "ON" && frigate/<camera_name>/recordings/set "OFF"
                  Wie bereits beschrieben, das funktioniert z.Zt. nur über eine weitere MQTT-Instanz , nur diese wollte ich mir sparen.

                  Diese topics mussten in frigate MQTT händisch angelegt werden,

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

                    @hmm aber recording kannst du doch setzen mit
                    frigate.0.cameraName.recordings_state OFF oder ON

                    H 1 Reply Last reply Reply Quote 0
                    • H
                      hmm @tombox last edited by

                      @tombox ja, setzen schon... aber das erwünschte ergebniss bleibt aus! Eben gestestet. Mit 'set' funktioniert das.

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

                        @hmm bei mir geht es im debug log siehst du auch das /set gesetzt wird

                        H 1 Reply Last reply Reply Quote 0
                        • H
                          hmm @tombox last edited by

                          @tombox schade, kann ich so nicht nachvollziehen. Ich beobachte in der Frigate Oberfläche die detect / record Icons. Die reagieren bei mit nur über den set Topic..

                          H 1 Reply Last reply Reply Quote 0
                          • H
                            hmm @hmm last edited by

                            @hmm alles gut! Danke es wird gesetzt ! Hatte mich verzettelt..!

                            1 Reply Last reply Reply Quote 0
                            • CarstenKl.
                              CarstenKl. last edited by

                              Nach vielem hin und her mit unterschiedlichen Kameras und NVR-Software bin ich jetzt bei Frigate gelandet und damit auch ganz happy. Da ich eh iobroker einsetze und auch mqtt habe ich dies zuerst verwendet und leider erst später gesehen, dass es diesen tollen Adapter gibt.

                              Bei mir ist es so, dass mqtt sowieso auf dem iobroker server läuft (Port 1883). Ich hatte zuerst alles entsprchend für mqtt in frigate konfiguriert, was auch funktioniert (Infos sind unter mqtt). Jetzt wollte ich aber auf den Adapter schwenken, allerdings aktualisiert sich nichts im iobroker unter frigate.

                              Bei den Eigenschaften des Adapters wird auch angezeigt, dass dieser nicht verbunden ist (weshalb sich die Daten sicherlich nicht aktualisieren).
                              Ja Verbunden mit Host
                              Ja Lebenszeichen
                              Nein Verbunden mit Gerät oder Dienst

                              Im Adapter steht oben die IP des Frigate-Servers
                              iobroker02.jpg

                              In der Config bei Frigate habe ich für mqtt folgendes konfiguriert, wobei die 87 die IP des iobrokers ist.
                              mqtt:
                              enabled: True
                              host: 10.0.100.87
                              port: 1883
                              #topic_prefix: frigatae
                              #client_id: frigate
                              user: xxx
                              password: xxx

                              Was mich aktuell ziemlich verwirrt, ist dass hier ja der Port des MQTT-Servers auf dem iobroker hinterlegt ist (was ja auch funktioniert augenscheinlich).

                              Hat vielleicht jemand eine Idee, was ich falsch mache und wie ich es hinbekomme, dass der Adapter eine Verbindung aufbauen kann?

                              Herzlichen Dank!
                              Carsten

                              Wal 1 Reply Last reply Reply Quote 0
                              • Wal
                                Wal Developer @CarstenKl. last edited by

                                @carstenkl ,
                                der Frigate Adapter hat seinen eigenen MQTT Server und braucht einen eigenen Port.
                                Das läuft leider nicht mit dem MQTT Adapter und auch nicht über Mosquitto.

                                CarstenKl. W 2 Replies Last reply Reply Quote 0
                                • CarstenKl.
                                  CarstenKl. @Wal last edited by

                                  @wal
                                  Hallo Walter,
                                  ganz lieben Dank, es wäre es so einfach gewesen. Es klappt, vielen DAnk nochmal!

                                  1 Reply Last reply Reply Quote 0
                                  • E
                                    ewc last edited by

                                    Moin Junks

                                    isch habe da mal ein "für Euch sicherlich kleines" Problem:

                                    facts:
                                    1.) Proxmox auf NUC
                                    2.) ioBroker im einem unpriviligiertem LXC
                                    3) frigate in einem priviligiertemm LXC mit docker/portainer

                                    läuft soweit perfekt, ich bekomme NUR ums verrecken keine "pushover" raus!

                                    weder snapshot, noch clip

                                    die entsprechenden Datenpunkte in den Frigate Objekten im ioB werden perfekt geändert und mit den geschriebenen Werten lassen sich im Browser sowohl die Snapshots, als auch Clips aufrufen.
                                    Pushover bleibt aber stumm!
                                    Entscheidend müsste laut Log wohl z.B. folgendes sein:
                                    error: frigate.0 (2283) Error: ENOENT: no such file or directory, unlink '/tmp/,,,,,,,,,,,,,,

                                    Was habe ich da wohl übersehen oder versäumt?

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

                                      @ewc sagte in Frigate Adapter für ioBroker:

                                      unlink '/tmp/,,,,,,,,,,,,,,

                                      Mehr Kontext.
                                      Das dürfte aber mit unterschiedlichen Usern und deren Rechten an Dateien aus /tmp zusammenhängen.

                                      1 Reply Last reply Reply Quote 0
                                      • hardlinerap
                                        hardlinerap last edited by

                                        Ich habe ein Problem mit den Notifications des Adapters, vielleicht weiß jemand von euch woran es liegt.
                                        In Frigate habe ich zwei Zonen definiert, "innen" und "aussen", diese werden auch korrekt erkannt und bei den Events verknüpft.
                                        Im ioBroker Adapter habe ich "aussen" bei den den Exclusions eingetragen:
                                        frigate.png

                                        Jedoch bekomme ich trotzdem Telegram Notifications, wenn ein Event nur die Zone aussen betrifft. Auch in den Adapter Logs sehe ich, dass bei "entered_zones" bzw "current_zones" "aussen" angeführt wird (der Übersichtlichkeit halber habe ich die JFIF Teile entfernt)

                                        2024-07-22 16:04:06.647  - debug: frigate.0 (3803286) fetchEventHistory succesfull 
                                        2024-07-22 16:04:06.648  - debug: frigate.0 (3803286) publish frigate/Vorgarten/person 1
                                        2024-07-22 16:04:06.648  - debug: frigate.0 (3803286) publish frigate/Vorgarten/all 1
                                        2024-07-22 16:04:06.662  - debug: frigate.0 (3803286) new writer for /tmp/9ce0ea94-412a-4e37-ac58-2ebe729d4c21.jpg
                                        2024-07-22 16:04:06.664  - debug: frigate.0 (3803286) prepareEventNotification saved image to /tmp/9ce0ea94-412a-4e37-ac58-2ebe729d4c21.jpg
                                        2024-07-22 16:04:06.670  - debug: frigate.0 (3803286) fetchEventHistory succesfull Vorgarten
                                        2024-07-22 16:04:06.675  - debug: frigate.0 (3803286) Notification score 0.7724742889404297 type person state Event After new image/clip file: /tmp/9ce0ea94-412a-4e37-ac58-2ebe729d4c21.jpg format photo
                                        2024-07-22 16:04:06.689  - debug: frigate.0 (3803286) Notification score 0.7724742889404297 is higher than 0 type person
                                        2024-07-22 16:04:06.691  - debug: frigate.0 (3803286) Notification message Vorgarten person erkannt new file /tmp/9ce0ea94-412a-4e37-ac58-2ebe729d4c21.jpg type photo
                                        2024-07-22 16:04:06.692  - silly: frigate.0 (3803286) sendTo "send" to system.adapter.telegram.0 from system.adapter.frigate.0
                                        2024-07-22 16:04:06.718  - debug: frigate.0 (3803286) Type changed for events.history.01.end_time from mixed to mixed
                                        2024-07-22 16:04:06.722  - debug: frigate.0 (3803286) Type changed for Vorgarten.history.01.end_time from number to mixed
                                        2024-07-22 16:04:06.769  - debug: frigate.0 (3803286) Type changed for events.after.end_time from mixed to mixed
                                        2024-07-22 16:04:07.115  - silly: frigate.0 (3803286) States system redis pmessage io.messagebox.system.adapter.frigate.0/io.messagebox.system.adapter.frigate.0:{"command":"send","message":["{\"5054570927\":2379}"],"from":"system.adapter.telegram.0","callback":{"message":{"message":"/tmp/9ce0ea94-412a-4e37-ac58-2ebe729d4c21.jpg","text":"/tmp/9ce0ea94-412a-4e37-ac58-2ebe729d4c21.jpg","type":"photo","caption":"Vorgarten person erkannt new","title":"Vorgarten person erkannt new"},"id":1,"ack":true,"time":1721657046692},"_id":75008405}
                                        2024-07-22 16:04:07.116  - debug: frigate.0 (3803286) Try to delete /tmp/9ce0ea94-412a-4e37-ac58-2ebe729d4c21.jpg
                                        2024-07-22 16:04:07.117  - debug: frigate.0 (3803286) Deleted /tmp/9ce0ea94-412a-4e37-ac58-2ebe729d4c21.jpg
                                        2024-07-22 16:04:07.258  - debug: frigate.0 (3803286) publish frigate/events {"before": {"id": "1721657046.232116-3f0koz", "camera": "Vorgarten", "frame_time": 1721657046.431797, "snapshot": {"frame_time": 1721657046.431797, "box": [545, 1, 608, 109], "area": 6804, "region": [388, 0, 688, 300], "score": 0.6830997467041016, "attributes": []}, "label": "person", "sub_label": null, "top_score": 0.7724742889404297, "false_positive": false, "start_time": 1721657046.232116, "end_time": null, "score": 0.6830997467041016, "box": [545, 1, 608, 109], "area": 6804, "ratio": 0.5833333333333334, "region": [388, 0, 688, 300], "stationary": false, "motionless_count": 0, "position_changes": 1, "current_zones": [], "entered_zones": [], "has_clip": true, "has_snapshot": true, "attributes": {}, "current_attributes": []}, "after": {"id": "1721657046.232116-3f0koz", "camera": "Vorgarten", "frame_time": 1721657047.197051, "snapshot": {"frame_time": 1721657047.197051, "box": [599, 2, 667, 131], "area": 8772, "region": [439, 0, 739, 300], "score": 0.862883985042572, "attributes": []}, "label": "person", "sub_label": null, "top_score": 0.8338006138801575, "false_positive": false, "start_time": 1721657046.232116, "end_time": null, "score": 0.862883985042572, "box": [599, 2, 667, 131], "area": 8772, "ratio": 0.5271317829457365, "region": [439, 0, 739, 300], "stationary": false, "motionless_count": 0, "position_changes": 1, "current_zones": ["aussen"], "entered_zones": ["aussen"], "has_clip": true, "has_snapshot": true, "attributes": {}, "current_attributes": []}, "type": "update"}
                                        2024-07-22 16:04:07.262  - debug: frigate.0 (3803286) fetchEventHistory succesfull 
                                        2024-07-22 16:04:07.264  - debug: frigate.0 (3803286) publish frigate/aussen/person 1
                                        2024-07-22 16:04:07.265  - debug: frigate.0 (3803286) publish frigate/aussen/all 1
                                        2024-07-22 16:04:07.266  - debug: frigate.0 (3803286) fetchEventHistory succesfull Vorgarten
                                        2024-07-22 16:04:07.317  - debug: frigate.0 (3803286) Type changed for events.history.01.end_time from mixed to mixed
                                        2024-07-22 16:04:07.318  - debug: frigate.0 (3803286) Type changed for Vorgarten.history.01.end_time from mixed to mixed
                                        2024-07-22 16:04:07.380  - debug: frigate.0 (3803286) Type changed for events.after.end_time from mixed to mixed
                                        2024-07-22 16:04:09.850  - debug: frigate.0 (3803286) publish frigate/events {"before": {"id": "1721657046.232116-3f0koz", "camera": "Vorgarten", "frame_time": 1721657047.197051, "snapshot": {"frame_time": 1721657047.197051, "box": [599, 2, 667, 131], "area": 8772, "region": [439, 0, 739, 300], "score": 0.862883985042572, "attributes": []}, "label": "person", "sub_label": null, "top_score": 0.8338006138801575, "false_positive": false, "start_time": 1721657046.232116, "end_time": null, "score": 0.862883985042572, "box": [599, 2, 667, 131], "area": 8772, "ratio": 0.5271317829457365, "region": [439, 0, 739, 300], "stationary": false, "motionless_count": 0, "position_changes": 1, "current_zones": ["aussen"], "entered_zones": ["aussen"], "has_clip": true, "has_snapshot": true, "attributes": {}, "current_attributes": []}, "after": {"id": "1721657046.232116-3f0koz", "camera": "Vorgarten", "frame_time": 1721657049.619589, "snapshot": {"frame_time": 1721657049.619589, "box": [972, 42, 1032, 209], "area": 10020, "region": [819, 0, 1119, 300], "score": 0.5479520559310913, "attributes": []}, "label": "person", "sub_label": null, "top_score": 0.8657687306404114, "false_positive": false, "start_time": 1721657046.232116, "end_time": null, "score": 0.5479520559310913, "box": [972, 42, 1032, 209], "area": 10020, "ratio": 0.3592814371257485, "region": [819, 0, 1119, 300], "stationary": false, "motionless_count": 0, "position_changes": 1, "current_zones": [], "entered_zones": ["aussen"], "has_clip": true, "has_snapshot": true, "attributes": {}, "current_attributes": []}, "type": "update"}
                                        2024-07-22 16:04:09.854  - debug: frigate.0 (3803286) fetchEventHistory succesfull 
                                        2024-07-22 16:04:09.856  - debug: frigate.0 (3803286) publish frigate/aussen/person 0
                                        2024-07-22 16:04:09.857  - debug: frigate.0 (3803286) publish frigate/aussen/all 0
                                        2024-07-22 16:04:09.858  - debug: frigate.0 (3803286) fetchEventHistory succesfull Vorgarten
                                        2024-07-22 16:04:09.890  - debug: frigate.0 (3803286) Type changed for events.history.01.end_time from mixed to mixed
                                        2024-07-22 16:04:09.890  - debug: frigate.0 (3803286) Type changed for Vorgarten.history.01.end_time from mixed to mixed
                                        2024-07-22 16:04:09.963  - debug: frigate.0 (3803286) Type changed for events.after.end_time from mixed to mixed
                                        2024-07-22 16:04:10.429  - debug: frigate.0 (3803286) publish frigate/events {"before": {"id": "1721657046.232116-3f0koz", "camera": "Vorgarten", "frame_time": 1721657049.619589, "snapshot": {"frame_time": 1721657049.619589, "box": [972, 42, 1032, 209], "area": 10020, "region": [819, 0, 1119, 300], "score": 0.5479520559310913, "attributes": []}, "label": "person", "sub_label": null, "top_score": 0.8657687306404114, "false_positive": false, "start_time": 1721657046.232116, "end_time": null, "score": 0.5479520559310913, "box": [972, 42, 1032, 209], "area": 10020, "ratio": 0.3592814371257485, "region": [819, 0, 1119, 300], "stationary": false, "motionless_count": 0, "position_changes": 1, "current_zones": [], "entered_zones": ["aussen"], "has_clip": true, "has_snapshot": true, "attributes": {}, "current_attributes": []}, "after": {"id": "1721657046.232116-3f0koz", "camera": "Vorgarten", "frame_time": 1721657050.232929, "snapshot": {"frame_time": 1721657049.839023, "box": [988, 49, 1043, 197], "area": 8140, "region": [848, 0, 1148, 300], "score": 0.828855037689209, "attributes": []}, "label": "person", "sub_label": null, "top_score": 0.8657687306404114, "false_positive": false, "start_time": 1721657046.232116, "end_time": null, "score": 0.7812522053718567, "box": [1039, 62, 1089, 126], "area": 3200, "ratio": 0.78125, "region": [892, 0, 1192, 300], "stationary": false, "motionless_count": 0, "position_changes": 1, "current_zones": ["aussen"], "entered_zones": ["aussen"], "has_clip": true, "has_snapshot": true, "attributes": {}, "current_attributes": []}, "type": "update"}
                                        2024-07-22 16:04:10.432  - debug: frigate.0 (3803286) publish frigate/aussen/person 1
                                        2024-07-22 16:04:10.433  - debug: frigate.0 (3803286) publish frigate/aussen/all 1
                                        2024-07-22 16:04:10.434  - debug: frigate.0 (3803286) fetchEventHistory succesfull 
                                        2024-07-22 16:04:10.438  - debug: frigate.0 (3803286) fetchEventHistory succesfull Vorgarten
                                        2024-07-22 16:04:10.487  - debug: frigate.0 (3803286) Type changed for events.history.01.end_time from mixed to mixed
                                        2024-07-22 16:04:10.488  - debug: frigate.0 (3803286) Type changed for Vorgarten.history.01.end_time from mixed to mixed
                                        2024-07-22 16:04:10.655  - debug: frigate.0 (3803286) Type changed for events.after.end_time from mixed to mixed
                                        2024-07-22 16:04:15.374  - debug: frigate.0 (3803286) publish frigate/events {"before": {"id": "1721657046.232116-3f0koz", "camera": "Vorgarten", "frame_time": 1721657050.232929, "snapshot": {"frame_time": 1721657049.839023, "box": [988, 49, 1043, 197], "area": 8140, "region": [848, 0, 1148, 300], "score": 0.828855037689209, "attributes": []}, "label": "person", "sub_label": null, "top_score": 0.8657687306404114, "false_positive": false, "start_time": 1721657046.232116, "end_time": null, "score": 0.7812522053718567, "box": [1039, 62, 1089, 126], "area": 3200, "ratio": 0.78125, "region": [892, 0, 1192, 300], "stationary": false, "motionless_count": 0, "position_changes": 1, "current_zones": ["aussen"], "entered_zones": ["aussen"], "has_clip": true, "has_snapshot": true, "attributes": {}, "current_attributes": []}, "after": {"id": "1721657046.232116-3f0koz", "camera": "Vorgarten", "frame_time": 1721657051.279365, "snapshot": {"frame_time": 1721657049.839023, "box": [988, 49, 1043, 197], "area": 8140, "region": [848, 0, 1148, 300], "score": 0.828855037689209, "attributes": []}, "label": "person", "sub_label": null, "top_score": 0.8657687306404114, "false_positive": false, "start_time": 1721657046.232116, "end_time": 1721657054.631806, "score": 0.6486384272575378, "box": [1124, 95, 1176, 158], "area": 3276, "ratio": 0.8253968253968254, "region": [980, 0, 1280, 300], "stationary": false, "motionless_count": 0, "position_changes": 1, "current_zones": ["aussen"], "entered_zones": ["aussen"], "has_clip": true, "has_snapshot": true, "attributes": {}, "current_attributes": []}, "type": "end"}
                                        2024-07-22 16:04:15.374  - debug: frigate.0 (3803286) Wait 5 seconds for clip
                                        2024-07-22 16:04:15.385  - debug: frigate.0 (3803286) fetchEventHistory succesfull 
                                        2024-07-22 16:04:15.403  - debug: frigate.0 (3803286) fetchEventHistory succesfull Vorgarten
                                        2024-07-22 16:04:15.427  - debug: frigate.0 (3803286) Type changed for events.history.01.end_time from mixed to mixed
                                        2024-07-22 16:04:15.435  - debug: frigate.0 (3803286) Type changed for Vorgarten.history.01.end_time from mixed to mixed
                                        2024-07-22 16:04:15.544  - debug: frigate.0 (3803286) Type changed for events.after.end_time from mixed to mixed
                                        2024-07-22 16:04:15.614  - debug: frigate.0 (3803286) publish frigate/Vorgarten/all 0
                                        2024-07-22 16:04:15.615  - debug: frigate.0 (3803286) publish frigate/Vorgarten/person 0
                                        2024-07-22 16:04:15.622  - debug: frigate.0 (3803286) publish frigate/aussen/all 0
                                        2024-07-22 16:04:20.836  - debug: frigate.0 (3803286) prepareEventNotification saved clip to /tmp/2bee407c-c8e9-4e8d-ac87-c76bf6ba5d80.mp4
                                        2024-07-22 16:04:20.846  - debug: frigate.0 (3803286) Check if all zones are excluded aussen from aussen
                                        2024-07-22 16:04:20.846  - debug: frigate.0 (3803286) Notification for Vorgarten is excluded because all zones are excluded
                                        2024-07-22 16:04:20.846  - debug: frigate.0 (3803286) Try to delete /tmp/2bee407c-c8e9-4e8d-ac87-c76bf6ba5d80.mp4
                                        2024-07-22 16:04:20.847  - debug: frigate.0 (3803286) Deleted /tmp/2bee407c-c8e9-4e8d-ac87-c76bf6ba5d80.mp4
                                        2024-07-22 16:04:21.085  - info: admin.0 (1415) <== Disconnect system.user.admin from ::ffff:192.168.1.178 admin
                                        2024-07-22 16:04:21.219  - info: admin.0 (1415) ==> Connected system.user.admin from ::ffff:192.168.1.178
                                        2024-07-22 16:04:27.508  - debug: frigate.0 (3803286) publish $SYS/ce47e2b9-0af1-46b8-80d4-d395cd0606e2/heartbeat ce47e2b9-0af1-46b8-80d4-d395cd0606e2
                                        2024-07-22 16:04:35.239  - debug: frigate.0 (3803286) publish frigate/events {"before": {"id": "1721657074.213598-mlyx25", "camera": "Vorgarten", "frame_time": 1721657074.213598, "snapshot": null, "label": "person", "sub_label": null, "top_score": 0.0, "false_positive": true, "start_time": 1721657074.213598, "end_time": null, "score": 0.6430938243865967, "box": [808, 13, 869, 136], "area": 7503, "ratio": 0.4959349593495935, "region": [699, 0, 999, 300], "stationary": false, "motionless_count": 0, "position_changes": 0, "current_zones": [], "entered_zones": [], "has_clip": false, "has_snapshot": false, "attributes": {}, "current_attributes": []}, "after": {"id": "1721657074.213598-mlyx25", "camera": "Vorgarten", "frame_time": 1721657075.11212, "snapshot": {"frame_time": 1721657075.11212, "box": [805, 10, 871, 119], "area": 7194, "region": [677, 0, 977, 300], "score": 0.942320704460144, "attributes": []}, "label": "person", "sub_label": null, "top_score": 0.8090616464614868, "false_positive": false, "start_time": 1721657074.213598, "end_time": null, "score": 0.942320704460144, "box": [805, 10, 871, 119], "area": 7194, "ratio": 0.6055045871559633, "region": [677, 0, 977, 300], "stationary": false, "motionless_count": 3, "position_changes": 1, "current_zones": ["aussen"], "entered_zones": ["aussen"], "has_clip": true, "has_snapshot": true, "attributes": {}, "current_attributes": []}, "type": "new"}
                                        2024-07-22 16:04:35.239  - debug: frigate.0 (3803286) create uuid image to /tmp/dc9e899f-f110-4c6e-a42e-4c0c4dd20b64.jpg
                                        2024-07-22 16:04:35.252  - debug: frigate.0 (3803286) publish frigate/Vorgarten/person 1
                                        2024-07-22 16:04:35.253  - debug: frigate.0 (3803286) publish frigate/Vorgarten/all 1
                                        2024-07-22 16:04:35.253  - debug: frigate.0 (3803286) publish frigate/aussen/person 1
                                        2024-07-22 16:04:35.253  - debug: frigate.0 (3803286) publish frigate/aussen/all 1
                                        2024-07-22 16:04:35.255  - debug: frigate.0 (3803286) fetchEventHistory succesfull 
                                        2024-07-22 16:04:35.270  - debug: frigate.0 (3803286) new writer for /tmp/dc9e899f-f110-4c6e-a42e-4c0c4dd20b64.jpg
                                        2024-07-22 16:04:35.272  - debug: frigate.0 (3803286) prepareEventNotification saved image to /tmp/dc9e899f-f110-4c6e-a42e-4c0c4dd20b64.jpg
                                        2024-07-22 16:04:35.288  - debug: frigate.0 (3803286) fetchEventHistory succesfull Vorgarten
                                        2024-07-22 16:04:35.339  - debug: frigate.0 (3803286) Check if all zones are excluded aussen from aussen
                                        2024-07-22 16:04:35.339  - debug: frigate.0 (3803286) Notification for Vorgarten is excluded because all zones are excluded
                                        2024-07-22 16:04:35.339  - debug: frigate.0 (3803286) Try to delete /tmp/dc9e899f-f110-4c6e-a42e-4c0c4dd20b64.jpg
                                        2024-07-22 16:04:35.339  - debug: frigate.0 (3803286) Deleted /tmp/dc9e899f-f110-4c6e-a42e-4c0c4dd20b64.jpg
                                        2024-07-22 16:04:35.362  - debug: frigate.0 (3803286) Type changed for events.history.01.end_time from mixed to mixed
                                        2024-07-22 16:04:35.366  - debug: frigate.0 (3803286) Type changed for Vorgarten.history.01.end_time from mixed to mixed
                                        2024-07-22 16:04:35.437  - debug: frigate.0 (3803286) Type changed for events.after.end_time from mixed to mixed
                                        

                                        Unter History wird zu jedem Event auch ein Unterordner + Datenpunkt für jeweils beide Zonen angelegt, auch wenn nur die Zone "aussen" angeführt wurde:
                                        frigate 2.png

                                        Ich habe zwischenzeitlich alle Datenpunkte entfernt und auf 1.2.1 aktualisiert, der Fehler besteht leider immer noch

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

                                          @hardlinerap dafür ist die nächste Zeile "keine benachrichtig wenn zone liste leer ist" am Anfang ist die Zonen liste leer und wird laufe des events korrekt gefüllt.. deswegen gibt es auch die Einstellung für notificaiton bei update

                                          1 Reply Last reply Reply Quote 0
                                          • hardlinerap
                                            hardlinerap last edited by

                                            Danke für deine schnelle Antwort, das verstehe ich allerdings ehrlicherweise nicht ganz. Heisst das ich muss beim Punkt "Keine Benachrichtigung senden, wenn die Zonenliste des Events für diese Kameras leer ist" den Kameranamen eintragen und dafür die Snapshot vom Update (bzw Snapshot von Update, wenn kein Start Snapshot) Funktion aktivieren?

                                            T 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            900
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            42
                                            358
                                            47454
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo