Skip to content

Homeautomation software written in Go and React

License

Notifications You must be signed in to change notification settings

stampzilla/stampzilla-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stampzilla-go Build Status codecov Go Report Card

Awesome homeautomation software written in Go and React

Installing

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.

Updating

Update the cli with stampzilla self-update

Update nodes with

sudo stampzilla install -u
sudo stampzilla restart

Documentation

Is work in progress and can be found here: