fwestenberg / reolink_dev

Home Assistant Reolink addon
MIT License
553 stars 101 forks source link

Issues from systemlog #546

Open troelde opened 1 year ago

troelde commented 1 year ago

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

mnpg commented 1 year ago

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.

troelde commented 1 year ago

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?

mnpg commented 1 year ago

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

troelde commented 1 year ago

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

mnpg commented 1 year ago

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).

troelde commented 1 year ago

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.