Skip to content

vinklat/laporte-mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laporte-mqtt

  • bidirectional MQTT connector for Laporte.
  • it can take, convert and push metrics from MQTT sensors
  • immediately publish changes (like actuators, relays) to MQTT

Schema:

laporte-mqtt schema

Features:

  • can subscribe/publish multiple topics
  • JSON and also single values in payloads are supported
  • tested with zigbee2mqtt, Tasmota, RFLink, 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...