- I am trying to navigate to the web ui of the go2rtc on my HA.
- I have reviewed those documentation https://www.home-assistant.io/integrations/go2rtc/
- I still don't understand how to enable go2rtc.
- From what I understand, with the "default_config:" defined, the "go2rtc" must be enabled already?
- How do I check it?
#How to access web ui of go2rtc? I have "default_config:" defined in "configuration.yaml" already...
1 messages · Page 1 of 1 (latest)
The docs tell you how to enable the debug UI, and give you the correct port numbers.
debug_ui: true Enables the UI of the go2rtc
"If you using the go2rtc server managed by Home Assistant, please be aware that all ports are prefixed by 1 compared to the default port settings to avoid port conflicts" -> 11984
"If you using the go2rtc server managed by Home Assistant, please be aware that all ports are prefixed by 1 compared to the default port settings to avoid port conflicts" -> 11984
- But still those ports do not work...
debug_ui: true Enables the UI of the go2rtc
- Is this the right way to enable?
It still shows like that...
It probably should be like this instead.
go2rtc:
debug_ui: true
to me this description is very very criptic.
So, how I read it
"Use a self-hosted instance"
What does mean "self-hosted" ? How do I know that "self-hosted" is exactly means that it is built-in into my HA already , and NOT something that I myself, maybe, host on some separate machine...
So, I ignored that descrption, because I thought that the "self-hosted" means that I , as the user, host that instance Myself on some separate host.
I just added, correct me if I am wrong, but I still not able to navigate to that UI...
I mean, for the first-time user, this is very cryptic description overall...
I did not say to put it under default_config.
Okay, but then where to put it?
Put that block on its own line. Just like frontend has its own.
there's an example at the bottom of the docs
This example, right?
I tried to put it after the "default:", saved it, still can't acces..
did you restart?
No. Restarting now.
Yes , I can see it now.
Thank you 🙂