Skip to content

nodered+homebridge+mosquitto(mqtt)

License

Notifications You must be signed in to change notification settings

lafin/smarthome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smarthome actions


How it works

Nodered

Result

x86_64, armhf, arm64

$ 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

Zigbee

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:

Existed issues