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"
homeautomatisation2/start.1700408993.txt.gz ยท Last modified: 2023/11/19 16:49 by illu