A completely self-built Smarthome-system written in Go.
Smarthome is a completely self-build home-automation system written in Go (backend) and Svelte (frontend). The system focuses on functionality and simplicity in order to guarantee a stable and reliable home-automation system, which is actually helpful in automating common tasks.
- Completely self-hostable on your own infrastructure
- Simple setup: the entire configuration can be managed via the web interface
- Is able to operate without internet connection (except for the weather which relies on an API service)
- Privacy focused: Your data will stay on your system because Smarthome is not relying on cloud infrastructure
- An up-to-date docker-image is built and published to Docker-Hub on every release → Official Docker support
- Most of the configuration can be
exported
andimported
viaJSON
→ Reproducible configuration after web-setup
As of April 27, 2022 the only way to make Smarthome interact with the real world is through the use of node, a Hardware interface which is required in order to interact with most generic 433mhz remote-sockets. Naturally, the use of node requires physical hardware in order to communicate with remote sockets.
However, support for additional hardware, for example Zigbee devices is planned and would open additional possibilities, for example integration with other hardware.
A guide for getting started can be found here.
A comprehensive list of screenshots can be found here
Screenshot of the Dashboard in version 0.2.4