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.
- Host: GitHub
- URL: https://github.com/rozhanmk/homeassistant_protocol_converter
- Owner: RozhanMk
- Created: 2024-07-30T11:31:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T09:43:33.000Z (over 1 year ago)
- Last Synced: 2025-01-22T08:42:51.720Z (over 1 year ago)
- Topics: home-assistant, iot, mqtt, mqtt-client, raspberrypi
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).