Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/vinklat/laporte-mqtt
- Owner: vinklat
- License: mit
- Created: 2019-01-10T20:22:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T00:01:56.000Z (about 3 years ago)
- Last Synced: 2024-12-17T22:18:45.891Z (about 2 months ago)
- Topics: mqtt, prometheus
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...