Home Automation with MQTT
MQTT is a popular machine-to-machine real-time communication protocol widely used by a lot of Internet of Things for home automation. Integration of MQTT-enabled devices in popular open source softwar …
Talk Title | Home Automation with MQTT |
Speakers | Leon Anavi (Senior Software Engineer, Konsulko Group) |
Conference | Open Source Summit + ELC Europe |
Conf Tag | |
Location | Lyon, France |
Date | Oct 27-Nov 1, 2019 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
MQTT is a popular machine-to-machine real-time communication protocol widely used by a lot of Internet of Things for home automation. Integration of MQTT-enabled devices in popular open source software solutions like Home Assistant, OpenHAB and Domoticz becomes a challenge because of the various MQTT topics and different format conventions of the payload in MQTT messages.This presentation will address these issues by revealing the existing conventions for the structure and the content of MQTT messages such Homie and Home Assistant MQTT components specification. Furthermore it will provide information about the MQTT protocol, open source MQTT brokers and integration in the open source home automation platforms Home Assistant, OpenHAB and Domoticz. Demonstrations will feature code reviews of practical examples for processing data on a GNU/Linux distributions running on a Raspberry Pi collected from MQTT-enabled Arduino-based sensors.