From ea39926d30351ebc25c449080a90cae788ffcda0 Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Thu, 16 Jun 2016 11:58:22 +0200 Subject: [PATCH] adds Homie --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b76672..7ed23bb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi - [Smart Metering](#smart-metering) - [Messaging](#messaging) - [Visualization, Dashboards](#visualization-dashboards) -- [Architecture](#architecture) +- [Architecture, Convention](#architecture-convention) ### Community Resources @@ -223,8 +223,9 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi Other tools that can be used to create Visualization/Dashboards can be found under [Smart Home Integration Software](#smart-home-integration-software) -### Architecture +### Architecture, Convention +* [Homie](https://github.com/marvinroger/homie) - A lightweight MQTT convention for the IoT * [mqtt-smarthome](https://github.com/mqtt-smarthome/mqtt-smarthome) - Smart home automation with MQTT as the central message bus - Architectural proposal.