gcgarner / IOTstack

docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.51k stars 584 forks source link

Node-Red-Contrib-HomeKit-Bridged not working #186

Open frooonk opened 4 years ago

frooonk commented 4 years ago

I have installed the NRCHKB-Node in Node-Red (IOTstack) and I could see the device in Homekit. But if I try to add that device it just runs into a timeout. This problem does not occur with Node-Red standard installation. So it must have something to do with Docker or the network configuration in Docker...

On the github repo to the official docker file (https://github.com/RaymondMouthaan/node-red-homekit-docker) is mentioned that you have to add network_mode: "host" to your config otherwise it will not work. When I do this, however, it has no effect on the network settings: in the Portainer Web-UI, the nodered-container still remains assigned to the network "iotstack_default" (network mode bridged). When I try to connect the nodered container to the "host" network in the Portainer Web UI, an error message appears.

Maybe I would have more information if I could start node-red in debug mode as described by Shaquu (https://github.com/NRCHKB/node-red-contrib-homekit-bridged/issues/252) but I don't know how to use the extended debug command "DEBUG = NRCHKB, Accessory, HAPServer, EventedHTTPServer node-red" on a docker container.

Slyke commented 4 years ago

Hello @frooonk please note that this repo is no longer active. It has been migrated over to: https://github.com/SensorsIot/IOTstack

frooonk commented 4 years ago

@Slyke Thanks for your message.

In this case I will have to close this issue and install the latest iotstack from the new repo. If i still have the problem, i will open a new issue on https://github.com/SensorsIot/IOTstack.