https://github.com/limitium/mqtt2wled
https://github.com/limitium/mqtt2wled
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/limitium/mqtt2wled
- Owner: limitium
- License: mit
- Created: 2022-07-24T14:12:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T14:54:04.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T06:33:33.933Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mqtt 2 wled bridge

## Description:
Converts zigbee2mqtt xiaomi magic cube to wled
## Usage:
- Create a folder to hold the config (default: "conf/")
- Add config in yaml format to the folder. (See exampleconf/conf.yaml for details)
- Run ./mqtt_exporter.py or Docker `docker run -v /Users/limi/projects/mqtt_wled/conf:/usr/src/app/conf mqtt2wled`
- Profit!
## Config:
Yaml files in the folder config/ is combined and read as config.
See exampleconf/ for examples.
## Python dependencies:
- paho-mqtt
- PyYAML
- yamlreader
## Todo:
- Add persistence of metrics on restart
- Add TTL for metrics