Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vinklat/laporte-mqtt

MQTT connector for Laporte (https://github.com/vinklat/laporte)
https://github.com/vinklat/laporte-mqtt

mqtt prometheus

Last synced: 22 days ago
JSON representation

MQTT connector for Laporte (https://github.com/vinklat/laporte)

Awesome Lists containing this project

README

        

# laporte-mqtt

- bidirectional MQTT connector for [Laporte](https://github.com/vinklat/laporte).
- it can take, convert and push metrics from MQTT sensors
- immediately publish changes (like actuators, relays) to MQTT

## Schema:

![laporte-mqtt schema](doc/laporte-mqtt_schema.svg)

## Features:

- can subscribe/publish multiple topics
- JSON and also single values in payloads are supported
- tested with [zigbee2mqtt](https://github.com/koenkk/zigbee2mqtt), [Tasmota](https://github.com/arendst/Tasmota), RFLink, [nibe-mqtt](https://github.com/vinklat/nibe-mqtt) and others

## Installation:
To install from PyPI:

`pip install laporte-mqtt`

Or using container image from Docker Hub:

`docker pull vinklat/laporte-mqtt`

## Quick HOWTO:

please wait a bit longer, examples are in development...