Metadata-Version: 2.1
Name: laporte-mqtt
Version: 0.3.0
Summary: MQTT connector for Laporte.
Home-page: https://github.com/vinklat/laporte-mqtt
Author: Václav Vinklát
Author-email: vin@email.cz
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: python-socketio[client]
Requires-Dist: paho-mqtt
Requires-Dist: pyyaml
Requires-Dist: prometheus-client
Requires-Dist: laporte

# 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...


