Gomematic: API server
This project is under heavy development, it's not in a working state yet!
Gomematic will be a simple web interface to manage my own home automation based on Homematicc because I don't really like the currently available interfaces for that. I thought it's time to implement a shiny application with Go for the API and with VueJS for the UI.
Install
You can download prebuilt binaries from the GitHub releases or from our download site. You are a Mac user? Just take a look at our homebrew formula.
Development
Make sure you have a working Go environment, for further reference or a guide take a look at the install instructions. This project requires Go >= v1.11.
git clone https://github.com/gomematic/gomematic-api.git
cd gomematic-api
make generate build
./bin/gomematic-api -h
Security
If you find a security issue please contact gomematic@webhippie.de first.
Contributing
Fork -> Patch -> Push -> Pull Request
Authors
License
Apache-2.0
Copyright
Copyright (c) 2018 Thomas Boerger <thomas@webhippie.de>