From 96896adfdd9e5dbaf547c4e73d9f3ad24c7a7982 Mon Sep 17 00:00:00 2001 From: AK Date: Fri, 23 Feb 2024 11:01:56 +0000 Subject: [PATCH] Added openLuup in Smart Home Integration Software openLuup is a Home Automation platform with a built-in MQTT server to enable integration with many MQTT supported hardware HA devices. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69eb78e..69d4f1f 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ Here are complete firmwares to turn them into MQTT-controlled smart home nodes: * [ioBroker](https://github.com/ioBroker) has a [MQTT adapter](https://github.com/ioBroker/ioBroker.mqtt). * [Node-RED](https://nodered.org/) - A visual tool for wiring the Internet of Things, has native MQTT Support. * [openHAB](https://github.com/openhab) has a [MQTT binding](https://github.com/openhab/openhab1-addons/wiki/MQTT-Binding). +* [openLuup](https://github.com/akbooer/openLuup) - a pure-Lua open-source emulation of the Vera Luup home automation environment with MQTT. * [pimatic](https://pimatic.org/) has a MQTT plugin.