Git Product home page Git Product logo

Comments (5)

twocolors avatar twocolors commented on June 20, 2024

oh, check mdns in docker

from node-red-contrib-apple-tv-x.

 avatar commented on June 20, 2024

mDNS just works in the same subnet. As docker creates his own subnet the Plugin can't detect the AppleTV. Running the container in "network_mode: host" solves this issue.

Thank you for your hint!

from node-red-contrib-apple-tv-x.

twocolors avatar twocolors commented on June 20, 2024

i use

  node-red:
#    image: nrchkb/node-red-homekit:latest-12-minimal
    image: nrchkb/node-red-homekit:latest-14-minimal
    hostname: kubik3
    container_name: node-red
    environment:
      - TZ=Europe/Moscow
      - PORT=80
    networks:
      bridge:
      local:
        ipv4_address: 192.168.0.11
    volumes:
      - /home/pi/.node-red:/data
    restart: unless-stopped

networks:
  local:
    external: true
  bridge:
    driver: bridge

and

pi@holyland:~ $ docker network ls
NETWORK ID     NAME        DRIVER    SCOPE
9c4c28970f73   local       macvlan   local

in macvlan full work mDNS in docker and host machins

from node-red-contrib-apple-tv-x.

 avatar commented on June 20, 2024

Thanks. I'm using macvlan now. With that my PiHole DHCP works also perfekt.

from node-red-contrib-apple-tv-x.

Jai-Gogineni avatar Jai-Gogineni commented on June 20, 2024

Hi i am running this

sudo docker run -it --net=host -v node_red_data:/data --name nodered5 nodered/node-red still not able to recognise

from node-red-contrib-apple-tv-x.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.