--- title: CatBus subtitle: a home automation platform built on MQTT date: 2020-02-20 --- {% extends 'templates/base.html' %} {% block body %}

{{ title }}

{{ subtitle }}

{% 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 %}