blakeblackshear / frigate

NVR with realtime local object detection for IP cameras
https://frigate.video
MIT License
19.01k stars 1.74k forks source link

[Support]: 0.9.1 incompatilbe #1977

Closed mgsnell closed 2 years ago

mgsnell commented 3 years ago

Describe the problem you are having

Received an email re 0.9.1 stating "This version is not compatible with the current version of the Home Assistant integration for clips in notifications or the media browser. You will need to use the v2.0.0 pre-release of the integra..." Where does one go to use the pre-release ( I assume beta) v2.0.0 version? The Frigate hass.io addons states "Frigate NVR Beta (Outdated) so it cannot be installed this way and I have searched for the v2.0.0 release but don't seem to find it

Lastly. after install the integration (see attached screen shot} most of the entities are either unavailable or in the case of the "front porch cam detect", "front porch cam person", "front porch cam recordings" are unavailable to toggel frigate addon status

frigate inconpatible

Version

0.9.1

Frigate config file

mqtt:
  host: 192.168.1.59
  port: 1883
  topic_prefix: frigate
  client_id: frigate
  user: mqtt_user
  password: xxxxxxxxxxxx
  stats_interval: 60

detectors:
  cpu1:
    type: cpu
  cpu2:
    type: cpu

cameras:
  front_porch_cam: 
    ffmpeg:
      inputs:
        - path: rtsp://mgsnell:Laughlin85@192.168.1.227/live 
          roles:
            - detect 
    detect:
      width: 1920 
      height: 1080 
      fps: 5
      enabled: True
      max_disappeared: 25
    objects:
      track:
        - person
        - bird
        - dog
        - cat

Relevant log output

Frigate NVR
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[2021-10-10 06:29:28] frigate.app                    INFO    : Starting Frigate (0.9.1-800f33e)
[2021-10-10 06:29:29] frigate.app                    INFO    : Creating directory: /tmp/cache
[2021-10-10 06:29:29] frigate.app                    WARNING : Camera front_porch_cam has rtmp enabled, but rtmp is not assigned to an input.
Starting migrations
[2021-10-10 06:29:29] peewee_migrate                 INFO    : Starting migrations
There is nothing to migrate
[2021-10-10 06:29:29] peewee_migrate                 INFO    : There is nothing to migrate
[2021-10-10 06:29:29] frigate.app                    INFO    : Output process started: 220
[2021-10-10 06:29:29] detector.cpu1                  INFO    : Starting detection process: 217
[2021-10-10 06:29:29] frigate.edgetpu                WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
[2021-10-10 06:29:29] ws4py                          INFO    : Using epoll
[2021-10-10 06:29:29] frigate.mqtt                   INFO    : MQTT connected
[2021-10-10 06:29:29] detector.cpu2                  INFO    : Starting detection process: 218
[2021-10-10 06:29:29] frigate.app                    INFO    : Camera processor started for front_porch_cam: 227
[2021-10-10 06:29:29] frigate.edgetpu                WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
[2021-10-10 06:29:29] frigate.app                    INFO    : Capture process started for front_porch_cam: 228
[2021-10-10 06:29:29] ws4py                          INFO    : Using epoll
[2021-10-10 06:32:04] ws4py                          INFO    : Managing websocket [Local => 127.0.0.1:5002 | Remote => 127.0.0.1:34334]
[2021-10-10 06:32:10] ws4py                          INFO    : Managing websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:54544]
[2021-10-10 06:32:46] ws4py                          INFO    : Terminating websocket [Local => 127.0.0.1:5002 | Remote => 127.0.0.1:34334]
[2021-10-10 06:32:46] ws4py                          INFO    : Terminating websocket [Local => 127.0.0.1:8082 | Remote => 127.0.0.1:54544]

FFprobe output from your camera

Don't know how to do this

Frigate stats

No response

Operating system

Debian

Install method

HassOS Addon

Coral version

CPU (no coral)

Network connection

Wired

Camera make and model

Wyze Cam V2

Any other information that may be helpful

No response

blakeblackshear commented 3 years ago

It looks like you are fully up to date. The sensors may be unavailable if frigate and home assistant are not connected to the same mqtt server.

mgsnell commented 3 years ago

Thanks guess I was confused as to the version. Regarding the mqtt server, as far as I know ( fairly new to HA) I only have one mqtt server setup thru the addon store but I will do some more researching. Frigate NVR must be changing often, I have followed recent youtube video with respect to the .yml file and they don't work most recently: https://youtu.be/ICuWjPp3L9Q?list=PLFFSkDDgcMEzFmmCnYaLM9nRB1aLvPhuv dated 9/2/2021 and as of now it is incorrect. Is there a video you know about that someone like me (semi knowledgeable in what he is doing) can use to try and get Frigate NVR up and running properly. The process to me this far as been frustrating in that I have spent hours googling each individual error I get to try and fix it sometimes with success but usually not requiring me to spend more time trial and erroring until I cant resolve it and ask for help.

2021-10-10_8-56-48

blakeblackshear commented 3 years ago

Latest version was just released recently, so all the videos/blogs/etc are now outdated. I would suggest following the documentation here. The previous version was out for over 6 months before a release, so I wouldn't say it's "changing often".

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.