I started to learn Home Assistant some days ago. I could install Node-Red add-on, and it works fine and I can access the UI from the browser (http://homeassistant.local:1880/endpoint/ui), but I don’t know how I can access Editor from the browser?
Thank you for your help. I succeeded to set the Node-Red sidebar button earlier, but I’d like to access Node-Red editor without home assistant webpage, as I can access the Node-Red UI without HA, at address: http://homeassistant.local:1880/endpoint/ui. Because I’d like to switch between HA and Node-Red editor page quick. When I switch to Node-Red editor in Ha webpage, the editor always loads again from the beginning.
@krovachek: Unfortunately, the different solution is not good for me, because the node-red editor windows reloaded cyclically therefore the debug window is cleared.
I also thought the http_static: configuration entry was what controlled access to the editor via a web page, but I can’t get it to work. There really should be an option to use a different username/password for web access to the Node Red editor than the one for HA.
Were you able to access the editor directly - outside of the HA window? Mine only loads the editor header and nothing else after using my HA credentials:
I ended up changing the port which was being used to 1881 and it worked fine. I must have a conflict somewhere. Thanks for the feedback!
I used to use Node Red for all my Hubitat automations and enjoyed putting it together. I’m still learning HA automations but find them challenging when it comes to branching and keeping track of things.