All Projects → stampzilla → stampzilla-go

stampzilla / stampzilla-go

Licence: Apache-2.0 License
Homeautomation software written in Go and React

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
SCSS
7915 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to stampzilla-go

maestrogateway
Manage MCZ pellet stoves that are equipped with Maestro technology
Stars: ✭ 30 (-6.25%)
Mutual labels:  homeautomation
python-amcrest
A Python 2.7/3.x module for Amcrest and Dahua Cameras using the SDK HTTP API.
Stars: ✭ 159 (+396.88%)
Mutual labels:  homeautomation
python-insteonplm
Python 3 asyncio module for interfacing with Insteon Powerline modems
Stars: ✭ 34 (+6.25%)
Mutual labels:  homeautomation
haconfigs
My Home-Assistant configuration files
Stars: ✭ 61 (+90.63%)
Mutual labels:  homeautomation
radiale
What if home automation was homoiconic? Just transformations of data? No more YAML!
Stars: ✭ 21 (-34.37%)
Mutual labels:  homeautomation
homebridge-roomba
Roomba plugin for Homebridge
Stars: ✭ 13 (-59.37%)
Mutual labels:  homeautomation
Brad Homeassistant Config
Home Assistant configuration
Stars: ✭ 212 (+562.5%)
Mutual labels:  homeautomation
jarvis
Jarvis Home Automation
Stars: ✭ 81 (+153.13%)
Mutual labels:  homeautomation
ccu-jack
CCU-Jack bietet einen einfachen und sicheren REST- und MQTT-basierten Zugriff auf die Datenpunkte der Zentrale (CCU) des Hausautomations-Systems HomeMatic. Zudem können einfach Fremdgeräte an die CCU angebunden werden.
Stars: ✭ 63 (+96.88%)
Mutual labels:  homeautomation
HomeAssistant-Config
Here is my current Home Assistant config. Hope this helps who needs it!!
Stars: ✭ 87 (+171.88%)
Mutual labels:  homeautomation
HomeAssistantConfig
My Home Assistant Configuration
Stars: ✭ 87 (+171.88%)
Mutual labels:  homeautomation
MQTT-MotorizeBlinds
Code for ESP8266 Microcontrollers that control DIY motorized blids made from IKEA TUPPLUR blinds. Code in this repo is intentionaly to use with Homebridge MQTT plugin on raspberry Pi
Stars: ✭ 17 (-46.87%)
Mutual labels:  homeautomation
zwave-core
Flexible Z-Wave Service Server - Access your Z-Wave nodes fast and independent - Planned/supported: REST-API, Browser UI, MQTT* - Perfect for maintaining big node-numbers, drop-in ozwcp replacement!
Stars: ✭ 19 (-40.62%)
Mutual labels:  homeautomation
home-assistant-config
My configuration for Home Assistant
Stars: ✭ 63 (+96.88%)
Mutual labels:  homeautomation
HomeKit-Bridge
Enabled HomeKit integration via Homebridge for Indigo Home Automation
Stars: ✭ 43 (+34.38%)
Mutual labels:  homeautomation
ha-birthdays
Birthday integration for HomeAssistant
Stars: ✭ 14 (-56.25%)
Mutual labels:  homeautomation
janitor
Availability monitoring and alerting for IOT devices
Stars: ✭ 55 (+71.88%)
Mutual labels:  homeautomation
ESPecial
ESP32 automation with web interface and telegram bot
Stars: ✭ 77 (+140.63%)
Mutual labels:  homeautomation
OliveTin
OliveTin gives safe and simple access to predefined shell commands from a web interface.
Stars: ✭ 491 (+1434.38%)
Mutual labels:  homeautomation
awesome-homebridge
Popular list of Homebridge Plugins
Stars: ✭ 106 (+231.25%)
Mutual labels:  homeautomation

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 get -u github.com/stampzilla/stampzilla-go/v2/cmd/stampzilla
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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].