summaryrefslogtreecommitdiff
path: root/src/catbus.thrust
diff options
context:
space:
mode:
Diffstat (limited to 'src/catbus.thrust')
-rw-r--r--src/catbus.thrust23
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'>&gt; 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 %}