I triy to connect the frigate integration from HACS with my frigate installation. Frigate is running on a seperate host. I can connect with the browser to frigate on 192.168.1.55:5000. If I add the IP adress to the integration I get failed to connect. The log shows ERROR (MainThread) [custom_components.frigate.api] Error fetching information from http://192.168.1.55:5000/api/stats: [Errno 104] Connection reset by peer
If I open the console and enter curl 192.168.1.55:500 I get also connection reset by peer. I set up also a new VM with KVM on Ubuntu and a fresh image (V. 13.2) with the same result.
With a Kali image, curl is able to download the data.
Any hints?
Solved:
On the KVM host I added “dhcp6 = no” in the netplan configuration of the ethernet which is used for the bridge for HAOS.