An open API service indexing awesome lists of open source software.

https://github.com/rozhanmk/homeassistant_protocol_converter

using a custom protocol of devices(light and thermostat) and mqtt protocol in home assistant.
https://github.com/rozhanmk/homeassistant_protocol_converter

home-assistant iot mqtt mqtt-client raspberrypi

Last synced: 2 months ago
JSON representation

using a custom protocol of devices(light and thermostat) and mqtt protocol in home assistant.

Awesome Lists containing this project

README

          

# Establishing a connection between MQTT integration and a custom protocol

I used MQTT broker (mosquitto) and MQTT integration to connect my custom devices to home assistant. Also, the conversion from MQTT protocol to my custom protocol and vice versa is included.

If you would like more information about the steps to run this code on a raspberry pi, you can read this [document](https://docs.google.com/document/d/1vr-18SQazBmSCis5B79wnuUJ21W-VJNMiEwHdC39CRQ/edit?usp=sharing).