You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem you have/What new integration you would like
I have several cameras feeding into Frigate, and directly into the HA dashbord. I want to be able to stop the streams of cameras inside the house when I'm at home, 1 to protect privacy, 2 to reduce un needed wifi usage when home.
The Home Assistant camera integration already has a camera.turn_on and camera.turn_off service call, this isn't implemented with the esp32 camera (at least not with the suggested config for my camera)
I'd be happy if the stream drops to 0 frames a second if that's easier to implement, and it may be either more or less disruptive to whatever is reading the stream to keep it live but with no data coming through.
Disabling the camera, while also keeping the buttons, temp sensor and PIR monitor on the esp32 camera board would be ideal.
Please describe your use case for this integration and alternatives you've tried:
I've tried disabling the camera card in the interface, but it still feeds into Frigate.
There's a ticket in with Frigate to disable reading the stream per camera, but that won't stop it displaying via the camera card in the dashboard
Others have used switches to cut the power supply to their cameras, but that is using hardware to solve a software problem, and then makes the other sensors on the board unavailable.
Additional context
This is ticket in with Frigate, blakeblackshear/frigate#1911 I think it's worth implementing here too for people who don't use a NVR
The text was updated successfully, but these errors were encountered:
Describe the problem you have/What new integration you would like
I have several cameras feeding into Frigate, and directly into the HA dashbord. I want to be able to stop the streams of cameras inside the house when I'm at home, 1 to protect privacy, 2 to reduce un needed wifi usage when home.
The Home Assistant camera integration already has a camera.turn_on and camera.turn_off service call, this isn't implemented with the esp32 camera (at least not with the suggested config for my camera)
I'd be happy if the stream drops to 0 frames a second if that's easier to implement, and it may be either more or less disruptive to whatever is reading the stream to keep it live but with no data coming through.
Disabling the camera, while also keeping the buttons, temp sensor and PIR monitor on the esp32 camera board would be ideal.
Please describe your use case for this integration and alternatives you've tried:
I've tried disabling the camera card in the interface, but it still feeds into Frigate.
There's a ticket in with Frigate to disable reading the stream per camera, but that won't stop it displaying via the camera card in the dashboard
Others have used switches to cut the power supply to their cameras, but that is using hardware to solve a software problem, and then makes the other sensors on the board unavailable.
Additional context
This is ticket in with Frigate, blakeblackshear/frigate#1911 I think it's worth implementing here too for people who don't use a NVR
The text was updated successfully, but these errors were encountered: