Giter Club home page Giter Club logo

mqtt-homeassistant-bridge's Introduction

MQTT Homeassitant bridge

This simple piece of code is intended to work as an small bridge between two different MQTT brokers for applications that are not able to connect to two different MQTT brokers at the same time, as for example HomeAssitant

This was the particular need for me but surely it can be addapted and used for many more cases. It also was a very good Python exercise to probe my skills.

It is deprecated even before its creation as I discovered the Mosquitto MQTT bridge so I will recommend you to stop reading this and use the Mosquitto MQTT Bridge

Nevertheless the embedded MQTT Bridge is only a valid option if you have access to the MQTT Broker itself (in fact to the mosquitto.conf). So this code will be valid if you have not.

Configuring it

Edit the sample.config.yml to match your configuration.

  • Client source: MQTT broker where you want to source the messages
  • Client sink: MQTT broker where you want to source the message

Running it

It uses Python3 (tested succesfully with 3.8.5).

You will need the following libraries

Clon this repo and install it with:

$ git clone http://github.com/jaimelaborda/mqtt-homeassistant-bridge
$ pip install requirements.txt

Then run it with:

python ./mqtt-homeassistant-bridge/mqtt-homeassistant-bridge.py

mqtt-homeassistant-bridge's People

Contributors

jaimelaborda avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.