$ mkdir -p homebridge nodered && \
curl -O https://raw.githubusercontent.com/lafin/smarthome/master/docker-compose.yml && \
curl -o homebridge/config.json https://raw.githubusercontent.com/lafin/smarthome/master/homebridge/config/config.json
$ docker-compose pull
$ TZ=Europe/Tallinn docker-compose up -d
https://www.zigbee2mqtt.io/getting_started/what_do_i_need.html
$ cat zigbee/configuration.yaml
homeassistant: false
permit_join: true
mqtt:
base_topic: zigbee2mqtt
server: 'mqtt://localhost'
serial:
port: /dev/ttyUSB0
advanced:
log_level: debug
devices:
- doesn't work on a Docker for MacOS #issues/68