User Tools

Site Tools


homeautomatisation2:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
homeautomatisation2:start [2023/11/19 16:53] illuhomeautomatisation2:start [2023/12/16 22:10] (current) – removed illu
Line 1: Line 1:
-My current project didnt work as expected, so i switched to [[https://homebridge.io|homebridge.io]]. 
  
-Docker Compose File:  
- 
-<code yaml>  
-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" 
-</code> 
- 
-- network_mode: host -> needed for node-red alexa integration 
-- dont forget to forward my zigbee device on /dev/ttyACM0 
homeautomatisation2/start.1700409205.txt.gz · Last modified: 2023/11/19 16:53 by illu