someone said it should work fine if port 5000 is opened:
opened 05:12AM - 08 Apr 23 UTC
closed 10:47AM - 08 Apr 23 UTC
enhancement
When using Frigate as an addon in hassOS you can show it in the sidebar. When us… ing the sidebar UI your URL will be something like `http://HASSIP:8123/hassio/ingress/ccab4aaf_frigate-beta`. If you go to the system page and click the "go2rtc dashboard" button it will take you to `http://HASSIP:8123/live/webrtc/` which will show `404: Not Found`.
https://github.com/blakeblackshear/frigate/blob/34bdf2fc105bd0a249bc9f1dfa7e0ffe1be4abaf/web/src/routes/System.jsx#L97
This button does work when using frigate through the API port 5000 but that port is disabled by default and says `(Not required for Hass.io Ingress)` so unless enabled there's no way to use the button and when using the sidebar to nav to the UI you won't get to `http://HASSIP:5000/hassio/ingress/ccab4aaf_frigate-beta`.
This should probably be fixed so that when using the UI from the sidebar and when using from the API port the button works.
Also wondering why the button goes to that URL and not `http://HASSIP:1984/`
I'm assuming that the port can not be changed when naving with an href, I've done it before with JS on click but don't know if that would work here.
What does he mean by that? Opened in the frigate config, frigate UI-Configuration or in the router?
2 Likes
crzynik
(Nicolas Mowen)
June 12, 2023, 12:19pm
22
Opened in the docker config which means docker compose fine or HA addon settings
krash
(Harry)
June 27, 2023, 8:56am
23
Had the same issue, hit “reset to defaults” and the remaining port options will appear.
1 Like
ovizii
June 28, 2023, 7:16am
24
Thanks a million, that has finally made all available settings/ports visible.
Did you manage that?
I still don’t know where and how to open the port within Home Assistant-OS so that “404: Not Found” no longer appears when you click on “go2rtc dashboard”.
1 Like
no, didnt manage … but i can open it with the local ip and a specific port (cant remember which) and I noticed that this go2rtc dashboard is nothing I need at all… That´s why I didnt try to continue to solve this