Build your own smart building hub
A self-hosted web application for monitoring and controlling a building over the web.
Installation
On Ubuntu Server/Ubuntu Desktop:
$ sudo snap install --edge webthings-gateway
$ sudo snap connect webthings-gateway:system-observe
$ sudo snap connect webthings-gateway:network-manager
$ sudo snap restart webthings-gateway
On Ubuntu Core
$ snap install --edge webthings-gateway
$ snap connect webthings-gateway:system-observe
$ snap install network-manager
$ snap connect webthings-gateway:network-manager network-manager:service
$ snap restart webthings-gateway
Currently untested on other host operating systems.
Note: This snap package is currently experimental and may not yet be fully functional. For manual installation instructions of a stable version please see https://webthings.io/docs/gateway/installation/