badreddine-dlaila / esgi.4moc.iot

0 stars 0 forks source link

Setup CC2531 stick #2

Open badreddine-dlaila opened 2 years ago

badreddine-dlaila commented 2 years ago

https://www.zigbee2mqtt.io/guide/adapters/flashing/flashing_the_cc2531.html

badreddine-dlaila commented 2 years ago

https://www.zigbee2mqtt.io/guide/configuration/zigbee-network.html#network-config

badreddine-dlaila commented 2 years ago

Node-Red

bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)

sudo apt-get update --allow-releaseinfo-change -v sudo apt-get upgrade curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -

docker run -it --restart=unless-stopped -p 1880:1880 --name nodered nodered/node-red

Home-Assistant

sudo mkdir -p /homeassistant

docker run -d \ --name homeassistant \ --privileged \ --restart=unless-stopped \ -e TZ=MY_TIME_ZONE \ -v /homeassistant:/config \ --network=host \ ghcr.io/home-assistant/home-assistant:stable