reolink_dev icon indicating copy to clipboard operation
reolink_dev copied to clipboard

Issues from systemlog

Open troelde opened this issue 3 years ago • 6 comments

Just installed reolink_dev custom integration. The integration works apparently okay, but there are several issues in the system log.

Enclosed system complete system log. ha-system-log-reolink-issues.txt

IP-camera: Reolink RLC-410W. Environment: Home Assistant 2022.8.3 Supervisor 2022.08.3 Operating System 8.4

troelde avatar Aug 11 '22 05:08 troelde

Hi @troelde, from your log, it's seems that the nginx server of your camera has problem (Bad Gateway). Reboot your camera and check if it solutes your problem. Sometimes, my cameras do not responded normally after fewer days of continious usage. I reboot them regulary to avoid these problems.

mnpg avatar Aug 11 '22 08:08 mnpg

Thank you. I rebooted camera last evening and most of the log entries disappeared. Now, only this error is logged every second minute. That seem to be related to Reolink. PS! I have only one camera installed.

ERROR (MainThread) [async_upnp_client.ssdp] Received error: [Errno 101] Network unreachable, transport: <_SelectorDatagramTransport fd=17 read=polling write=<idle, bufsize=0>>

Any ideas?

troelde avatar Aug 13 '22 08:08 troelde

Not sure that your last problem depends on the reolink_dev plugin. Take a look at this issue at the home-assistant/core github webpage : https://github.com/home-assistant/core/issues/73988

mnpg avatar Aug 13 '22 10:08 mnpg

Yes, you are right. Thank you. I will follow up issue in https://github.com/home-assistant/core/issues/73988.

However, got a few new error log entries since last time: 22020813_ha.log

troelde avatar Aug 13 '22 15:08 troelde

From your log, it's seems that you can't access to the https port of your camera (port closed?) : Cannot connect to host 192.168.1.103:443 Check if you can open the web interface of your cam via your webbrowser: https://192.168.1.103 If not, verify if the https port is open in the reolink app (Network > Advanced > Port Settings).

mnpg avatar Aug 13 '22 15:08 mnpg

Check if you can open the web interface of your cam via your webbrowser: https://192.168.1.103/

It works. Of course I get an certificate error in browser because certificate is self signed by reo-link, but that is as expected. I can continue by ignoring the warning in browser.

troelde avatar Aug 13 '22 15:08 troelde