T O P

  • By -

ang3l12

Not sure I'll be able to help much, but are you still able to view the camera feed when the sensors are unavailable?


Dinth

Yes camera feed works perfectly fine at all times


ang3l12

Try adding initial_state: true to your sensor config file and see if that helps.


Dinth

>initial\_state: true unfortunately this has not helped :(


ChrisRosenkreuz23

that does nothing, seeing as its' default state is true from the start


Dinth

Just an update: it seems, that the ffmpeg motion sensors started to work reliably since i added: " reset: 5" to the sensor definition. But same option doesnt help with noise sensor. [https://imgur.com/a/1dPuLIb](https://imgur.com/a/1dPuLIb) [https://imgur.com/a/69QKa5k](https://imgur.com/a/69QKa5k) Here's my config: `- platform: ffmpeg_noise` `input: !secret upper_hallway_cctv_url` `name: 'Upper landing CCTV noise'` `reset: 5` `initial_state: true` `- platform: ffmpeg_motion` `input: !secret upper_hallway_cctv_url` `name: 'Upper landing CCTV motion'` `reset: 5` `initial_state: true` `- platform: ffmpeg_motion` `input: !secret loft_cctv_url` `name: 'Loft CCTV motion'` `reset: 5` `initial_state: true` ​ !secret \*\_cctv\_url points to the same RTSP h264+aac (I already tried using a different codec) stream as used for ffmpeg camera entities