User Tools

Site Tools


homeautomatisation2:start

This is an old revision of the document!


My current project didnt work as expected, so i switched to homebridge.io.

Docker Compose File:

version: '2'
services:
  homebridge:
    image: homebridge/homebridge:latest
    restart: always
    network_mode: host
    devices:
      - /dev/ttyACM0:/dev/ttyACM0
    volumes:
      - ./volumes/homebridge:/homebridge
    logging:
      driver: json-file
      options:
        max-size: "10mb"
        max-file: "1"

- network_mode: host → needed for node-red alexa integration

- dont forget to forward my zigbee device on /dev/ttyACM0

homeautomatisation2/start.1700409213.txt.gz · Last modified: 2023/11/19 16:53 by illu