NRCHKB / node-red-contrib-homekit-bridged

Node-RED Contribution - HomeKit Bridged : Node-RED nodes to simulate Apple HomeKit devices.
https://nrchkb.github.io
MIT License
412 stars 52 forks source link

[Help needed]: Unable to view Accessory on iPhone - Pi with Portainer #539

Closed DreadorUK closed 5 months ago

DreadorUK commented 5 months ago

Your Current NRCHKB Plugin Version

1.6.0

Operating System

Raspberry pi 5 with Docker fronted with and installed via Portainer

How can we help?

Standard installs, PI forced to check update/upgrade, Docker Latest, Poetainer Latest + Forced on PI install of Bonjour just in case it was that and also disabled IPV6.

Any more details?

Using same flow that works on NAS so know what going on inside node red is good as such

Any code or functions to add?

No response

khanhnd88 commented 5 months ago

Using network mode: host when deploy nodered container

Shaquu commented 5 months ago

More at https://github.com/NRCHKB/node-red-contrib-homekit-docker

DreadorUK commented 5 months ago

No I was using the one that had its own network

I have tried to build a new stack using

################################################################################

Node-RED Stack or Compose

################################################################################

docker stack deploy node-red --compose-file docker-compose-node-red.yml

docker-compose -f docker-compose-node-red.yml -p myNoderedProject up

################################################################################ version: "3.7"

services: node-red: image: nodered/node-red:latest environment:

volumes: node-red-data:

But I get this when trying that Screenshot 2024-01-14 at 17 52 33

DreadorUK commented 5 months ago

Okay sorted I missed the underscore in network_mode

Reinstalled and all working + I can now see accessories listed

Many thanks

DreadorUK commented 5 months ago

Closed Solution given works well