Hmm, sometimes asking for help is enough to 'fix' the problem.
I found changing the Node red docker from bridge to host mode allowed all the devices to be discovered.
I presume doing this prevents other dockers responding to upnp requests, so what is the correct way to do this?
Hello,
I'm trying to use node-red-contrib-alexa-local within the node-red docker but can't get Alexa to discover the 'node red' devices.
Based on superficial research it looks like there is a dependency on upnp for this to work.
Do I need to add a port forward to the docker to support upnp? Umm - which port?
Thanks in advance