-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reolink live snapshot images don't update #1708
Comments
To make sure I understand, do you just mean the Home Assistant live stream? What if you open that same stream in Home Assistant outside of the card does that work (press 'e', find the entity in the list, see what loads)? |
Would you mind answering this question? I'm trying to tell if the issue is the card, or Home Assistant. |
That's right. On any Home Assistant dashboard, can you press 'e' on your keyboard, find the "broken" entity and tell me if the stream loads correctly? |
Yes, looks same as the default card. |
What does "default card" mean? Do you mean it looks correct outside the Frigate card, but incorrect inside it? |
I see it's called picture entity card. I set my first page up by hitting add card=>by entity=>select camera.
|
Does anything show up on your Javascript console when you try to access the broken stream inside the Frigate card? You can see the console by pressing F12 in Chrome. |
No errors. |
Sorry for late respond The stream works fine in Home Assistant stream outside of the card. Also Automatic doesn't work on the card. |
Currently at a bit of a loss as to what's going on here, however the Would you mind adding this to your config and see if it changes anything:
This will tell the card to treat the camera like a "generic" camera and not something that gets special reolink functionality. |
Did not work for me. There are a lot of new issues on the Reolink integration, and that is probably what broke the card. Specifically, home-assistant/core#130091 is of interest to me. My core version is 2025.1.0.dev202412050235. My card version is 5.2.0 so this is most likely a HA issue. |
Still the same after adding that |
... oh, I missed that it's not associated with the new beta card release. I only have a single Reolink camera and hadn't ever enabled the '_snapshots' entities before. I see the same problem as you when I do after I enable them. Looks like, for some reason, the snapshot associated with any of the cameras is not being updated. Let me look into this more. Fundamentally, a premise I want to keep is: If it works in HA, it should work in the card. And that does not seem to happen here. I can't tell yet if the issue is the card or the Reolink integration. |
Not sure if it's related, but I'm using Reolink camera with WebRTC card and since beta 8 everything was OK. The card instead of live streams shows this error:
Adding engine: generic to camera configuration fixed the problem. |
@Dieghito72 I think that is #1723 . |
FYI: I now understand what's going on with this issue, and just need to figure out how to fix it :-) This issue only impacts users who are looking at MJPEG based live streams. |
🎉 This issue has been resolved in version 6.0.3 🎉 See: GitHub release |
[REQUIRED] Card diagnostic information:
[REQUIRED] Description of problem:
Hello,
Reolink Camera Stream (Snapshots) was working fine with HA 2024.10 but after updating to 2024.11 it stopped working I thought it is related to this issue #1678 ,but after updating to the latest HA 2024.12 it is still not working with the 5.2.0 card and with 6.0.0-beta.9 card.
I tried changing the live_provider to image in the card options, it shows the camera snapshots for a few seconds and then stops updating the snapshots. + I have 4 cameras if I change all to live_provider: image same issue but sometimes just two of the cameras actually works fine only two random cameras not more.
[OPTIONAL] Last working release (if known):
HA 2024.10
5.2.0 Card
--
The text was updated successfully, but these errors were encountered: