Not sure when this started, but I think in the past couple of weeks. My local IP camera live streams using picture-entity stopped working. They are integrated through the Blue Iris HACS. Anyone else?
HA 2025.7.4
OS 16.0
Not sure when this started, but I think in the past couple of weeks. My local IP camera live streams using picture-entity stopped working. They are integrated through the Blue Iris HACS. Anyone else?
HA 2025.7.4
OS 16.0
Are you getting anything in Settings / System / Logs?
Man, what a newb I am. Following log error. I suppose I should post this to the HACS github? Thanks.
Logger: custom_components.blueiris.api.blue_iris_api
Source: custom_components/blueiris/api/blue_iris_api.py:101
integration: Blue Iris NVR (documentation, issues)
First occurred: August 4, 2025 at 2:51:18 PM (20333 occurrences)
Last logged: 9:13:49 AM
Failed to connect http://192.168.0.100:81/json, Error: Cannot connect to host 192.168.0.100:81 ssl:False [Connect call failed ('192.168.0.100', 81)], Line: 84
Failed to connect http://192.168.0.100:81/json, Error: 401, message='Unauthorized', url='http://192.168.0.100:81/json', Line: 89
Failed to connect http://192.168.0.100:81/json, Error: 503, message='Service Unavailable', url='http://192.168.0.100:81/json', Line: 89
Failed to connect http://192.168.0.100:81/json, Error: Connection timeout to host http://192.168.0.100:81/json, Line: 84
Well, first make sure you can log in at 192.168.0.100:81
401 means unauthorized, and 503 means there’s a problem with the service.
Is that the correct IP:port? Can you reach Blue Iris’s UI3 in a browser?
Yes, http://192.168.0.100:81/ through Chrome works properly so I was going to delete the integration and re-add, but decided to just try reloading (even though there was no error on the Integration GUI), and that fixed it!
I feel like an idiot, that a simple reload fixed my problem, but you were a huge help. Thanks.
What did you reload? Blue Iris or app from HACS? I am brand new with HA so if I’m using the wrong words, excuse my lack of understanding.
Restarting HA should reload all integrations, but I think all I did was go to Settings/Integrations. Click the “>” to the right of Blue Iris NVR, then the 3 vertical dots to the far right of the name of your location, “reload”.