blakeblackshear / frigate-hass-integration

Frigate integration for Home Assistant
MIT License
660 stars 110 forks source link

Since upgrading last week Frigate No longer runs on RP4 8gb #627

Closed TStko93 closed 5 months ago

TStko93 commented 5 months ago

I've been using a raspberry pi 4 8gb for a couple years running a camera, last you started using a Google coral to be able to add another camera. Has been working up until the newest update on 2/1/2024. After the update the sensors were all showing unavailable but the cameras were still showing live feeds. I restored the previous version but only the cameras showed. I uninstalled completely and reinstalled and Frigate would no longer start. Only starts after a reboot. When going to the cameras I only get a spinning circle and when I restart from their it won't start. Now the cameras are no longer functioning. I renamed my frigate file yaml it had previously had yml the last couple years. I've been showcasing but this last update seems to have rendered it useless even after Uninstaller and reinstalling. I have arm64 which I'm assuming represents 64bit?

-->

Version of the custom_component

<frigate 4.0.1 doesn't work, and upgrading to 5.0.1 no longer function. I made no changes to my file before this update -->

Configuration


detectors:
  coral:
    type: edgetpu
    device: usb

mqtt:
  host: 192.
  port: 1883
  topic_prefix: frigate
  client_id: frigate
  # Optional: user
  user: T
  password: T
  stats_interval: 50

objects:
  filters:
    person:
      min_score: 0.75
      # Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
      threshold: 0.8
      min_area: 6000 
    car: 
      min_score: 0.75
  track:
    - person
    - car

snapshots: 
  enabled: True 
  timestamp: True 
  bounding_box: True 
  crop: True 
  retain: 
    default: 3
  required_zones: [frontdoor_yard,front_yard_driveway,side_yard]
rtmp: 
  enabled: False 
birdseye: 
  enabled: False 

cameras:

  westdeck:
    ffmpeg:
      inputs:
        -  path: rtsp://
          roles:
    detect:
       width: 640
       height: 480
       fps: 5

  backyardfrigate:
    ffmpeg:
      inputs:
        - path: rtsp://
          roles: 
    detect:
       width: 640
       height: 480
       fps: 5

Add your logs here.

2024-02-08 22:25:53.722822261 172.30.32.2 - - [08/Feb/2024:16:25:53 -0600] "GET / HTTP/1.1" 200 6637 "-" "HomeAssistantSupervisor/2024.01.1 aiohttp/3.9.3 Python/3.12" "-"

2024-02-08 22:26:06.828990537 2024/02/08 16:26:06 [error] 146#146: 366 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", upstream: "http://127.0.0.1:5001version", host: "127.0.0.1:5000" 2024-02-08 22:26:17.044463927 2024/02/08 16:26:17 [error] 146#146: 368 connect() failed (111: Connection refused) while connecting to upstream, client: 172.30.32.1, server: , request: "GET /api/stats HTTP/1.1", upstream: "http://127.0.0.1:5001stats", host: "ccab4aaf-frigate:5000" 2024-02-08 22:26:21.954162669 2024/02/08 16:26:21 [error] 146#146: 370 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", upstream: "http://127.0.0.1:5001version", host: "127.0.0.1:5000" 2024-02-08 22:26:37.084201516 2024/02/08 16:26:37 [error] 146#146: 372 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", upstream: "http://127.0.0.1:5001version", host: "127.0.0.1:5000" 2024-02-08 22:26:52.214456393 2024/02/08 16:26:52 [error] 146#146: 374 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", upstream: "http://127.0.0.1:5001version", host: "127.0.0.1:5000" 2024-02-08 22:27:07.335472842 2024/02/08 16:27:07 [error] 146#146: 376 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", upstream: "http://127.0.0.1:5001version", host: "127.0.0.1:5000" 2024-02-08 22:27:22.467655355 2024/02/08 16:27:22 [error] 146#146: 378 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /api/version HTTP/1.1", upstream: "http://127.0.0.1:5001version", host: "127.0.0.1:5000" 2024-02-08 22:27:37.181934320 2024/02/08 16:27:37 [error] 144#144: 380 connect() failed (111: Connection refused) while connecting to upstream, client: 172.30.32.1, server: , request: "GET /api/stats HTTP/1.1", upstream: "http://127.0.0.1:5001stats", host: "ccab4aaf-frigate:5000" 2024-02-08 22:27:37.622889567 2024/02/08 16:27:37 [error] 144#144: *382 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /api/version Screenshot_20240208_164544_Home Assistant Screenshot_20240208_164618_Home Assistant

NickM-27 commented 5 months ago

have you updated frigate itself to 0.13 ?

TStko93 commented 5 months ago

I have Frigate 0.13.1 since i left the message i went up to I have 5.0.1. I never changed the config, not sure why this won't start I did a full uninstall and reinstall


From: Nicolas Mowen @.> Sent: Thursday, February 8, 2024 4:47 PM To: blakeblackshear/frigate-hass-integration @.> Cc: TStko93 @.>; Author @.> Subject: Re: [blakeblackshear/frigate-hass-integration] Since upgrading last week Frigate No longer runs on RP4 8gb (Issue #627)

have you updated frigate itself to 0.13 ?

— Reply to this email directly, view it on GitHubhttps://github.com/blakeblackshear/frigate-hass-integration/issues/627#issuecomment-1935054656, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANKWYAFUPDQAP5VZCVUH2CTYSVIZZAVCNFSM6AAAAABDARQYW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZVGA2TINRVGY. You are receiving this because you authored the thread.

NickM-27 commented 5 months ago

Check the frigate logs

TStko93 commented 5 months ago

Thanks i had to rewrite the config for some strange reason. All working now


From: Nicolas Mowen @.> Sent: Thursday, February 8, 2024 6:36 PM To: blakeblackshear/frigate-hass-integration @.> Cc: TStko93 @.>; Author @.> Subject: Re: [blakeblackshear/frigate-hass-integration] Since upgrading last week Frigate No longer runs on RP4 8gb (Issue #627)

Check the frigate logs

— Reply to this email directly, view it on GitHubhttps://github.com/blakeblackshear/frigate-hass-integration/issues/627#issuecomment-1935148750, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANKWYAAELR3K4C24HWKXH6DYSVVSXAVCNFSM6AAAAABDARQYW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZVGE2DQNZVGA. You are receiving this because you authored the thread.Message ID: @.***>