question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't get motion to work with v3

See original GitHub issue

Version of the custom_component

3.0.0

Configuration

mqtt:
  host: 10.0.0.73
  port: 1883
ffmpeg:
  hwaccel_args:
    - -hwaccel
    - vaapi
    - -hwaccel_device
    - /dev/dri/renderD128
cameras:
  front:
    ffmpeg:
      inputs:
        - path: rtsp://10.0.0.73:8554/front-porch-cam
          roles:
            - detect
            - rtmp
            - record
    detect:
      width: 1920
      height: 1080
    record:
      enabled: True
      retain_days: 0
      events:
        retain:
          default: 10
    zones:
      approaching_house:
        coordinates: 0,1080,0,368,1920,969,1920,1080
  carport:
    ffmpeg:
      inputs:
        - path: rtsp://10.0.0.73:8554/carport-cam
          roles:
            - detect
            - rtmp
            - record
    detect:
      width: 1920
      height: 1080
    record:
      enabled: True
      retain_days: 0
      events:
        retain:
          default: 10
    zones:
      approaching_house:
        coordinates: 1920,1080,1920,208,0,0,0,1080
  kitchen:
    ffmpeg:
      inputs:
        - path: rtsp://10.0.0.73:8554/kitchen-cam
          roles:
            - detect
            - rtmp
            - record
    detect:
      width: 1920
      height: 1080
    record:
      enabled: True
      retain_days: 0
      events:
        retain:
          default: 10
birdseye:
  enabled: True
  mode: continuous

Describe the bug

I recently updated Frigate as well as the Frigate HA integrations. I noticed in the release notes that the old person_motion sensors had been converted to occupancy ones, and that there are new _motion sensors that can be used. However, I can’t seem to get these new sensors to trigger for my cameras.

Occupancy and detection works, as do my camera notifications. However, a light sensor blueprint I have does not work with the new sensor, and moving in front of the camera while looking at the sensor in HA also shows that it does not detect anything.

If I go to the Frigate camera device in HA, I can see a toggle switch for “Motion” that just reverts back when I click it.

SCR-20221123-hyr

Debug log

Nothing of note in warn or above logs.

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
NickM-27commented, Nov 23, 2022

Can you confirm what version of frigate you’re on… seems like it’s not on the latest version

0reactions
alexturpincommented, Nov 23, 2022

Seems I was pulling from the blakeblackshear/frigate:stable-amd64 image tag. Switched to stable which bumped my Frigatae to 0.11 which fixed all issues. Thank you so much for your time and patience.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't get person detection to work on v3 - Wyze Forum
I have 2 v2 cams that seem to work, but neither of my v3 cams detect anything but motion. Holding off on donating...
Read more >
Motion Detection & Notification Not Working - Reolink
Reason and fixes for motion detection security cameras not detecting motion, detect movement but not record, no motion notification & alert.
Read more >
NLR V3 Motion Don't Work :: DiRT Rally 2.0 General ...
When I start DR 2.0 normally, I feel that the Next level Motin platform V3 is being addressed, but it only reacts gently...
Read more >
Iris v3 iL07_1 motion sensors getting stuck at "Initializing ...
When I try to join them, they get recognized, but I can't get past initializing. I've tried shutting the hub down and doing...
Read more >
How to use Motion Detection (Dashboard V3) - Shinobi
Tip : Open your camera stream directly in VLC (copy the URL from Shinobi) and then keep an eye on the timestamp your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found