Hi,
Is it possible to change the refresh rate for the ‘auto’ camera view? When I set the camera view to ‘auto’ the picture is refreshed every 10 seconds, but I want to have a refresh every 5 seconds.
2 Likes
Hoof
(Robert)
July 28, 2022, 1:21am
3
I am also looking for this exact same thing. 10 seconds is just too long and ‘live’ will consume too much bandwidth and CPU.
c4pete
(Pete)
August 17, 2022, 7:42pm
4
Yep, I’m also interested in this.
rharvey1
(Richard_P_Harvey)
January 13, 2023, 1:28pm
6
I have 5 outdoor POE camera’s around my house and in a number of dashboards I display anywhere from 3 to 5 of them in one dashboard view. What I have landed on is to do the 10 second refresh on all the cameras that are not as important and do the live option on ONLY the screens camera’s thet are most important, like the main front driveway view.
DrewW
(Drew)
April 17, 2023, 9:38pm
7
Looks like I’m doing a me too on this. I agree that 10 seconds is to long and I have to many cameras to want a live view for all of them.
catboxer
(catboxer)
June 12, 2023, 3:19pm
8
Bumping this up in case anyone has found a solution. Would like to see them refresh maybe every 1-3 seconds.
2 Likes
There is a PR on GitHub where a user actually implemented this.
Unfortunately, it’s been blocked/closed since they feel that it may allow users to overload HA.
In my opinion, it would be fine to allow the option with a warning to the user to be careful.
home-assistant:dev
← kkellner:dev
opened 12:32AM - 06 Apr 20 UTC
<!--
You are amazing! Thanks for contributing to our project!
Please, DO N… OT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature request, be sure to link to that issue in the
additional information section.
-->
The hui-image used in picture-entity card has a hard-coded refresh rate of 10 seconds. To provide more flexibility in the image refresh rate a new user-configurable attribute has been added to the picture-entity card.
## Type of change
<!--
What type of change does your PR introduce to the Home Assistant frontend?
NOTE: Please, check only 1! box!
If your PR requires multiple boxes to be checked, you'll most likely need to
split it into multiple PRs. This makes things easier and faster to code review.
-->
- [ ] Dependency upgrade
- [ ] Bugfix (non-breaking change which fixes an issue)
- [X] New feature (thank you!)
- [ ] Breaking change (fix/feature causing existing functionality to break)
- [ ] Code quality improvements to existing code or addition of tests
## Example configuration
<!--
Supplying a configuration snippet, makes it easier for a maintainer to test
your PR.
-->
For `picture-entity` card add a `refresh_rate` property. This is optional and defaults to the original behavior of 10 seconds if the attribute is not defined.
```yaml
aspect_ratio: 70%
entity: camera.blueiris_cam24
show_name: false
show_state: false
type: picture-entity
refresh_rate: 2
```
## Additional information
<!--
Details are important, and help maintainers processing your PR.
Please be sure to fill out additional details, if applicable.
-->
- Link to documentation pull request: https://github.com/home-assistant/home-assistant.io/pull/12710
## Checklist
<!--
Put an `x` in the boxes that apply. You can also fill these out after
creating the PR. If you're unsure about any of them, don't hesitate to ask.
We're here to help! This is simply a reminder of what we are going to look
for before merging your code.
-->
- [X] The code change is tested and works locally.
- [X] There is no commented out code in this PR.
- [ ] Tests have been added to verify that the new code works.
If user exposed functionality or configuration variables are added/changed:
- [X] Documentation added/updated for [www.home-assistant.io][docs-repository]
<!--
Thank you for contributing <3
-->
[docs-repository]: https://github.com/home-assistant/home-assistant.io
2 Likes
jlipsit
(Jlipsit)
January 3, 2024, 1:41pm
10
I came here looking for the same solution. I’m surprised the developers did not adopt adding refresh rate to the picture card. A warning would be perfectly acceptable. The current state of the picture card is near useless. Live is unusable and a 10 second delay is an eternity when you are waiting to see a motion picture. Feel like I’m watching a Webcam from 1995. I surely hope the developers reconsider this implementation.
1 Like
bakast
(Brian)
August 4, 2024, 8:07pm
11
Me too.
I’m a bit surprised at a “One size fits all” implementation given the huge spread of processors running HA.
Other alternatives?
fahlsen
(Zin)
August 18, 2024, 3:24pm
12
So they leave us with an option to set it to live and enable preloading, witch together will overload HA for sure. Someone needs to rethink this
2 Likes