Skip to content

Latest commit

 

History

History
79 lines (49 loc) · 1.7 KB

File metadata and controls

79 lines (49 loc) · 1.7 KB

Home Assistant Core Deployment with docker-compose

alt text

What is this ?

This is an example Home Assistant Core and Basic Companion stack with docker-compose

Disclaimer

This repository just for example/development purpose, please use it with your own risk.

Change requirement value

Rename or Copy default.env to .env

cp default.env .env

Running with docker-compose

docker-compose up -d 

Configure

  1. Setting Node-RED credentials in settings.js within node-red directory

  2. Setting proper serial port for zigbee dongle at

    devices:
      - /dev/ttyACM0:/dev/ttyACM0
  1. Access Home Assistant as you wish

Access Companion

If you deploy on remote please access with ip address that you running at

Quick version jumping

When you need to change companion version

change default value in .env file as you wish

Variable Default value
SET_TZ latest
HA_VER latest
Z2M_VER latest
NR_VER latest

rebuild with

docker-compose up -d --no-deps --build <service>

Issue

please check the issue tracker for similar issues before creating one.

Credits

Home Automation Consultant Services