-
Notifications
You must be signed in to change notification settings - Fork 42
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
Cameras Stop Working #217
Comments
Did you take a BI update or HA update around the time it started? Let's focus on trying to find what changed. The integration hasn't changed for quite some time so it's unlikely to be the root cause though possible it needs changed to meet the change of something else. |
I have updated both within the last week as I typically do when updates are released but I can't pinpoint when it started for sure. I know I should leave well enough alone, but I never learn my lesson. But like anything else, as soon as I posted this, I haven't had any issues. I'll post back if I do, but it did fail me 4-5 times over the past few days. |
No worries - I do the same. Trial by fire :) |
They stopped working about an hour after my post last night. A few hours ago I deleted the integration, and re-added it using the local BlueIris IP address and port. I may have used the URL before, but not sure. Anyway, got it up and running again, and I see it is down again. Any ideas what logs I should be looking at? Editing to add, they never just start working again. Only way to make them work is to reload the integration. Restarting BI does nothing. |
Same sequence of errors as before? |
And I know you said it was working fine in the past so a BI config isn't likely but just to check as a comparison- you have the authentication settings configured as specified here? https://github.com/elad-bar/ha-blueiris/blob/master/docs/blueiris-server.md |
Yes, same sequence as before. No issues with BI, but on my panel, the four cameras I have just go blank. Connecting from another computer, there is no camera feed either, so not isolated to the computer running the touch panel. I'm pretty sure I had things set up like in the link you shared. Definitely was using a separate user on LAN only. Not sure about the Require login from Non-Lan Only setting, because I think my proxy was messing with that setting. This time around I was using my regular admin login, but will switch that back and see. Hard thing is that I can't replicate this, I just have to wait until it fails. I'd assume something should be in the logs, but I'm not seeing anything that makes sense. |
So, again after my last post I have had zero issues. Seems completely random. |
Also having this issue - Cameras seem to go offline through the integration. Reloading the integration appears to bring them back up. I notice cameras fo offline more frequently when changing server/camera settings. Usually it would recover, however it would appear from a recent blueiris update this may have changed. |
I am seeing this also - I don't use the video streams in HA so I added a couple when @bwthor reported it. What's interesting is that the mqtt sensors still work correctly - I still get motion detected in HA even though the camera entity isn't showing video. |
I am really hesitant to post this, but I think my cameras have been up for four days. I have changed nothing since the last time they stopped. Now they will quit in a few hours... |
Yeah I have also seen the same… if it stops working I’ll blame you |
I have the same although one camera continues to work, all the other just go blank. reloading the intergration brings them all back. |
Hey, I've been running this integration for months without a burp. I know, not helpful, but in the early days I recall a few burps and what I ended up doing was to exempt the HA IP address from authentication to BI. You do that with the carat (^) before the IP under the Web Server advanced settings | Limit access by IP address. Just a thought. I do understand why some would not like that approach, but I thought it safe enough for my world and then I have the secure session keys and login page enabled for all other IPs. |
I'm seeing the same issue. Similar to others, mine has been running fine since originally installed but now all cameras go blank. I have found that disabling and re-enabling the integration gets it working but that's not a good workaround. |
This started happening to me yesterday, right after an updated to HAOS 12.2. BI integration shows most of the entities of the cameras are "no longer being provided by the Blue Iris integration" but the profiles and schedule entities still work. Edit: This was my own issue. When I upgraded the BI integration had to be reconfigured and each of my cameras and its entities re-checked in the BI config page. |
Is everyone getting an invalid session error when this happens? Best guess is something on BIs end changed since the integration hasn't and I wouldn't expect an HA change to impact authentication with BI. Opening a request to BI to see if anything has changed recently around that would be the best initial option. |
You can actually reproduce this issue fairly easily. Stop the Blue Iris Service, wait until you get a "failed to connect" message in the HA system logs (may take a few minutes), then start the Blue Iris Service. Wait a few more minutes and you should get the "invalid session" system log. I actually built an automation to reload the configuration of a single camera which seems to fix all cameras as a result. This requires the alias: General - Blue Iris Reload
description: ""
trigger:
- platform: event
event_type: system_log_event
event_data:
name: custom_components.blueiris.api.blue_iris_api
condition:
- condition: template
value_template: "{{ '\\'reason\\': \\'Invalid session\\'' in trigger.event.data.message[0] }}"
action:
- service: homeassistant.reload_config_entry
data: {}
target:
entity_id: camera.blue_iris_courtyard
- service: notify.mobile_app_android_phone
data:
message: Blue Iris integration restoration has been attempted. Please verify!
title: Reload Blue Iris integration
mode: single |
As a stopgap I set up the automation from @permster but for some reason it didn't trigger even though I had two events (below). Any idea why?
I ran it manually and the action reset all the cams but I'd like to get it to trigger without intervention until this issue is resolved. |
Did you enable the system log |
That was it. Thank you! |
Any updates on this? I've been having the same issue for a couple of months now. I was hoping the latest update to the integration and HA 2024.1.0 would fix it, but it has not. They still all go offline after some amount of time (a few hours). No issue that I can find in Blue Iris. |
No real updates. BI support told me there was a change: Yes if you send an invalid session to the /video? endpoint, it will [now] return invalid session. Previously, it would redirect to the login page. That didn't make sense and our UI3 developer asked for this change. But I haven't found a connection between it and this behavior. |
Same issue. Started when I updated blue iris to the most current release. I rolled back to the 12/5/23 version (very easy) and it appears to be working fine. Thanks for the ack above. Look forward to an update. :-) |
Ditto here, HOWEVER everything has been stable for the past couple days after the last restart of the integration. I do see BI upgraded to 5.8.4.4 on the 16th, so here's to hoping the that resolved this issue. |
Had this issue today, HA 2024.1.6, BI 5.8.5.7. Reloading the BI integration fixed for me. Updating BI to 5.8.6 to see if it helps. The update, which briefly shuts off BI, did not affect camera access. I haven't yet gotten to using the BI integration to do anything other than a quick way of looking at cameras, as I find the BI web interface works well, but I have plans to turn on lights when motion is detected in BI, and this loss of connection would put a crimp in that. Thanks, permster, for a workaround! |
@PrestonMcAfee The camera stream is separate from the mqtt traffic. You will use mqtt for the motion detection so you'll be good there. If you have any questions on the mqtt part, check out the guide here in GitHub (on mobile so can't easily link it). |
Thanks! I still have a lot to learn.
…On Sat, Feb 3, 2024 at 12:07 PM kramttocs ***@***.***> wrote:
@PrestonMcAfee <https://github.com/PrestonMcAfee> No, the camera stream
is separate from the mqtt traffic. You will use mqtt for the motion
detection so you'll be good there.
—
Reply to this email directly, view it on GitHub
<#217 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKANTXLPN6UGWONKKTGHXE3YR2KIZAVCNFSM6AAAAAA74ALH2CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGQ2DGNZTHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
You bet! Here is the link for that manual: https://github.com/elad-bar/ha-blueiris/blob/master/docs/blueiris-server.md |
Well, it hasn't been 100% since I last posted the above, but it's only been about 3 times where the cameras went wonky. In one occasion, the integration reload didn't work, requiring a full HA restart. So not perfect, but far and above better than the near daily issue that was once seen. |
I'm also having this issue. The automation above sometimes works, but even manually reloading the integration I couldn't get my feeds back without a full HA restart. |
That seems like a different issue (or multiple) as restarting the integration generates a new bi auth session. Did you see anything in the bi logs? Like an invalid login or anything? |
BI logs do show the logins when rebooting the integration without any error on the BI side. MQ works great, but cameras take a full HA restart to resolve the problem in my Dashboard. |
Just had a situation where the automation above restarted the integration, but it did not recover, requiring a full HA restart. Checking BI logs shows this happened when BI performed an automated update and restarted itself. |
So I also have this issue. It's super annoying. I use them for motion sensors.. none of my lights are working now and it's super annoying, I smashed my toe on a door frame in the dark.. how can I make this work for now? Or like just in general. |
The camera stream issue should be completely isolated from mqtt which is what is used for motion detection. |
Oh crap it did a backup and some stuff stopped working i think a restart fixed it, correlation is not always causation, my apologies, disregard that part. The cameras do blank out though and won't come back without reloading the integration. |
No worries - hope the toe turns out ok :) |
Has anyone figured out what's wrong and how to make it work now? |
Same here...appears to be a logout occurring...I'm going to dig deeper...Just moved from Shinobi to BlueIris, and this hurts... |
If you exempt your HA IP address from requiring authentication in BI all of these problems will disappear. |
Well, that was harder to find than I thought, but will keep an eye on it...no to the other erroneous log entries the integration sends... |
Sorry, should have added detail: in Blue Iris main settings: (cog icon at top left). Web Server, Advanced, Limit access by IP address, in the box enter a carat "^" followed by the IP of your HA instance. For example ^192.168.1.10 Since doing this it has been perfect. Not a solution, but a workaround. |
I use NGINX Reverse Proxy, and I seem to recall when I set this, it allowed anyone to log on, even from outside. It was 6+ months ago and my memory is junk, but that seems to be the issue. Either way, double check the access from outside if you do set this. |
Thanks, I did +192.168... and will keep an eye on it. |
So, I'm home only, not commercial, and do have access into my system by rule and secured for me. But I agree it's a bit scary. I'm a dev by nature and have written some HA stuff, so may poke around a but. I also hat log entries that indicate potential issues. I've done ALOT to clean my system up and hate seeing some integrations that just generate "noise"... |
BI documentation says you need an account named "admin", which I added, but it's still not working for me. I always end up on the login page. |
Tryng this now |
Been working flawlessly for last 3 hours. Both via direct local IP and via ZeroTier. That 2.5 hours longer than any other time in the last 6 months or whenever this problem started Thanks @wmichael3 |
One other thing I've noticed that I didn't see mentioned in this thread is the hitting of the connection limit in BI, which is set to 50 by default. It seems that the HA integration creates a lot of connections - maybe 1 per camera? - and if you have a couple people using HA and surfing cameras you can all of a sudden get broken camera images or thumbnails without any obvious error message. I bumped my connection limit to 75 and that fixed it. (We have 7 cameras) Reloading the integration probably terminates all existing connections so there is a chance that this is another underlying issue along with authentication, which I think is the main one. Exempt the IP and increase the connection limit and I bet it will solve just about every problem. I see you have it set to 99, which is good. I've never had to reload the BI integration after a BI update or restart. |
Yep 16 cameras in my set up but I didn't change that setting yesterday (maybe I had in the past). Everything is still running smoothly. No feed has become unavailable from BI |
All seems fine now with those changes...still some log entries in HA i'd like to clean up though...
…________________________________
From: johnjoemorgan ***@***.***>
Sent: Wednesday, April 10, 2024 9:34 PM
To: elad-bar/ha-blueiris ***@***.***>
Cc: Robert Stephens ***@***.***>; Comment ***@***.***>
Subject: Re: [elad-bar/ha-blueiris] Cameras Stop Working (Issue #217)
Yep 16 cameras in my set up but I didn't change that setting yesterday (maybe I had in the past). Everything is still running smoothly. No feed has become unavailable from BI
—
Reply to this email directly, view it on GitHub<#217 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADCD5HKSGTQ2F7RDE2AO5JTY4XSA3AVCNFSM6AAAAAA74ALH2CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBYG43TKMRRGY>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hello everyone, I also had this problem. I have a somewhat complex network at home with segregations for video surveillance, IoT, and other networks. By doing network dumps, I practically noticed that Home Assistant uses port 1900/UDP on the multicast address 239.255.255.250 to keep the media player of the cameras active. By testing and dropping this connection, after a while, it sets the camera entity to "inactive," and the streaming flow doesn't work. If I restart the integration, it starts again, but after a short while, it stops as it receives drops from the firewall and gets the error: |
I've had the BI/HA Integration running for quite some time, and have had zero issues. This past week I've started losing all my cameras after a number of hours. BI is working with no issues. In order to get them working again, I need to Reload the Integration, and then it works just fine again. Logs below show some issues.
I'd be more than happy to look at other areas for logs and such if someone can point me in the right direction.
HA is updated to the latest and BI is as well (5.8.1.1).
The text was updated successfully, but these errors were encountered: