Hello,
im using node-red and Phoscon in Docker Containers on an Raspbi 3b+
I get a websocket Connection from Node Red to Phoscon. But i dont get the Api Key from the Phoscon App.
In this Topic was the same Problem:
If you installed it from docker, it will include the rest API. The next step is adding a temporary part to your >flow, or do it over curl instead if you prefer that. Set up an inject node on JSON input, based on the >following: http://dresden-elektronik.github.io/deconz-rest-doc/configuration/#aquireapikey >, then wire it to an >http->request node set to your phoscon/deconz install, and the output to a debug node. Deploy, go back >to the phoscon settings page and click the authenticate button, then inject on the flow and copy the api >key from the debug sidebar.
I have NR running in docker, accessing the Conbee. I don't much understand the solution you posted either. However, I found I had to setup the NR docker container in host network mode for it to work, although I can't exactly remember why. It might have been because docker containers don't support multicast UDP. I hope this helps.