No description
Find a file
Sam 89ed0c6d0a feat: add MQTT integration for real-time entity updates
- aiomqtt async client with auto-reconnect and topic store
- MQTT router: GET /api/mqtt, GET /api/mqtt/topic/{path}, POST /api/mqtt/publish
- MQTT entities included in /api/all + WebSocket broadcast
- MqttCard frontend component with category filters, entity list
- Configurable via ENV: MQTT_HOST, MQTT_PORT, MQTT_USERNAME,
  MQTT_PASSWORD, MQTT_TOPICS (comma-separated or JSON array)
- Gracefully disabled when MQTT_HOST is not set

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 10:13:50 +01:00
server feat: add MQTT integration for real-time entity updates 2026-03-02 10:13:50 +01:00
web feat: add MQTT integration for real-time entity updates 2026-03-02 10:13:50 +01:00
.gitignore refactor: complete rewrite as React+FastAPI dashboard 2026-03-02 01:48:51 +01:00
.gitlab-ci.yml refactor: complete rewrite as React+FastAPI dashboard 2026-03-02 01:48:51 +01:00
docker-compose.yml feat: add MQTT integration for real-time entity updates 2026-03-02 10:13:50 +01:00
Dockerfile refactor: complete rewrite as React+FastAPI dashboard 2026-03-02 01:48:51 +01:00
requirements.txt feat: add MQTT integration for real-time entity updates 2026-03-02 10:13:50 +01:00
SETUP.md Initial commit 2026-02-13 00:24:31 +01:00