Awesome homeautomation software written in Go and React
Installation from precompiled binaries
curl -s https://api.github.com/repos/stampzilla/stampzilla-go/releases/latest | grep "browser_download_url.*stampzilla-linux-amd64" | cut -d : -f 2,3 | tr -d \" | xargs curl -L -s -o stampzilla && chmod +x stampzilla
sudo mv stampzilla /usr/local/bin #or ~/bin if you use that
sudo stampzilla install server deconz #or whatever nodes you want to use.
Installation from source
go install github.com/stampzilla/stampzilla-go/v2/cmd/stampzilla@latest
sudo stampzilla install
This creates a stampzilla user. checksout the code in stampzilla user home folder and creates some required folders.
Update the cli with stampzilla self-update
Update nodes with
sudo stampzilla install -u
sudo stampzilla restart
Is work in progress and can be found here: