diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-06 18:23:10 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-06 18:23:10 +0100 |
commit | b1e6491f77421ae4623391a7f53af7f3e6c13f34 (patch) | |
tree | acc4ce7ae214b92dbf2c269c70e94b68dac1d640 /src/catbus.thrust | |
parent | 04be5845dbaa6f8dec45a80dbe199861608b96f2 (diff) |
import website from previous repo
Diffstat (limited to 'src/catbus.thrust')
-rw-r--r-- | src/catbus.thrust | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/catbus.thrust b/src/catbus.thrust new file mode 100644 index 0000000..5147731 --- /dev/null +++ b/src/catbus.thrust @@ -0,0 +1,23 @@ +--- +title: CatBus +subtitle: a home automation platform built on MQTT +date: 2020-02-20 +--- +{% extends 'templates/base.html' %} +{% block body %} + <nav> + <a href='/projects'>> projects</a> + </nav> + <header> + <h1>{{ title }}</h1> + <p>{{ subtitle }}</p> + </header> +{% markdown %} +CatBus is a home automation platform designed to be low configuration, easily extendable without dependence on the internet, and suitable for automation by multiple independent daemons. + +- [design](/catbus-design) +- actuators: + - [for Energenie relay sockets](https://github.com/ethulhu/mqtt-energenie-bridge) + - [for `usbrelay`-compatible USB relays](https://github.com/ethulhu/catbus-usbrelay-bridge) +{% endmarkdown %} +{% endblock %} |