You’re solution worked perfectly for me with the configurator. Do you know how to get the corresponding url for the node red add-on, which is also using ingress. I have exactly the same problem with a double panel as above for the configurator.
If you open the addon settings it will show you in the address bar the URL you need to use for that addon for the ingress: setting. It might have letters and numbers in it. It might look like xxxxxx_node-red or something like that. The URL_path is where the side panel tries to open when you tap on it. It might be node-red or something like that. The other settings seem to be common to all addons. I am using ingress with configurator, ssh & Web terminal and vscode addons.
I found the Node-red url that works with panel iframe using the following method.
Open Node-red from the add on page under web ui.
In your browser (in my case Safari) find the corresponding to the following:
a. Open develop menu
b. Select web inspector
c. In the inspector select the document tab
d. Under name there are is a list some having a long complex string. Right click the string and select copy url.
Go back to configuration.yaml
Paste the url you copied as the url in your panel iframe configuration for Node-red.
For the upcoming Home Assistant 0.92 release, we will be adding support to add links to your add-ons to the Home Assistant sidebar via a toggle on the add-on details page. The link will open the add-on Ingress interface, embedding the add-on in the Home Assistant UI. This will make it look and feel like a single system.
After upgrading the add-on, my panel_iframe doesn’t work anymore.
This is related to the question above. Once you enable direct access again, your iFrame panel will start working again. Until the automated panel integration lands in 0.92, you can also manually add a panel that points at Ingress.
Check my previous post for the manual configuration.
I cannot access the add-on via Ingress using the Tor Browser or Firefox.
We found a last minute issue impacting Firefox based browsers (including the Tor Browser). There are some issues accessing add-ons that use WebSockets. We have identified the issue and expect it to be solved with the release of Home Assistant 0.91.4.
Any user assigned the role of “user” does not have access to configuration or the hassio panel at all. You have to be administrator. It is using SSO and when you open this new ingress version of configurator you are signing in with whatever admin you are currently signed in with.
I need to access the configurator first through the hassio addon webui. When I have done that, the menu option in the panel works. Before that I Still get the 401 error.
The other ones you can figure out too, just go to the hassio page, click on the addon’s “Open Web UI” page, and see what’s at the end of the url. That goes in the “ingress: XXXXX” part of the custom panel code.