#How to access web ui of go2rtc? I have "default_config:" defined in "configuration.yaml" already...

1 messages · Page 1 of 1 (latest)

velvet ermine
#
  • 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?
Home Assistant

Instructions on how to setup go2rtc in Home Assistant.

unique vessel
#

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

velvet ermine
#

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

jagged aspen
#

It probably should be like this instead.

go2rtc:
  debug_ui: true
velvet ermine
#

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.

velvet ermine
#

I mean, for the first-time user, this is very cryptic description overall...

jagged aspen
#

I did not say to put it under default_config.

velvet ermine
jagged aspen
#

Put that block on its own line. Just like frontend has its own.

unique vessel
#

there's an example at the bottom of the docs

velvet ermine
#

I tried to put it after the "default:", saved it, still can't acces..

unique vessel
#

did you restart?

velvet ermine
#

Yes , I can see it now.

#

Thank you 🙂