Das ist ein Odoo Modul für die Verwaltung von Maschinen, Einweisungen für Nutzer in einer offenen Werkstatt / Fablab
Go to file
matthias.lotz 5a27dc6a65 refactor: Remove old service-based MQTT integration
Removed deprecated in-process MQTT service in favor of standalone IoT Bridge container:

Deleted:
- services/ directory (iot_bridge_service, mqtt_client, session_detector, parsers)
- Old tests (test_mqtt_connection, test_mqtt_mocked, test_session_detector, test_topic_matching, test_no_duplicate_messages)

Modified:
- mqtt_connection.py: action_start/stop now show deprecation message
- mqtt_connection.py: Auto-start on Odoo restart disabled
- mqtt_device.py: Auto-subscribe on device changes disabled
- tests/__init__.py: Removed old test imports
- tests/common.py: Replaced with stub (legacy support only)

Reason:
- Old integration ran MQTT client in Odoo process (tight coupling)
- New architecture: Standalone IoT Bridge container + REST API
- Better separation of concerns, scalability, and maintainability
- All functionality moved to iot_bridge/ (Phase 1) + REST API (Phase 2)

All old code is preserved in git history if needed.
Models (mqtt.device, mqtt.session, mqtt.connection, ows.iot.event) remain unchanged.
2026-02-05 16:49:18 +01:00
.devcontainer FIX: pos: wenn auf - gedrückt wird um eine Order zu entfernen, wurde nicht 2025-10-25 14:10:25 +02:00
.gitea/workflows .gitea/workflows/odoo-restore-open_workshop_install.yaml aktualisiert 2025-04-23 21:46:02 +02:00
.vscode FIX: pos: wenn auf - gedrückt wird um eine Order zu entfernen, wurde nicht 2025-10-25 14:10:25 +02:00
aspl_equipment_qrcode_generator feat(aspl_equipment_qrcode_generator): Fix QR-code generation and PDF rendering 2025-12-11 21:53:21 +01:00
FEATURE_REQUEST feat(mqtt): Implement M0-M3 - MQTT IoT Bridge with Session Detection 2026-01-22 19:59:17 +01:00
log working merge with open_workshop 17.0. Missing Traings view in Machine Backend. No POS Machine sidebar. 2025-06-28 15:31:59 +02:00
open_workshop_base fix: POS-Funktionalität in open_workshop_pos verschoben + Workarounds 2026-01-28 18:55:55 +01:00
open_workshop_dokuwiki feat: Wiki-Links in Tree View als klickbare Namen anzeigen 2026-01-19 20:57:43 +01:00
open_workshop_employee_imagegenerator Update custom widget 2026-01-13 17:53:31 +01:00
open_workshop_mqtt refactor: Remove old service-based MQTT integration 2026-02-05 16:49:18 +01:00
open_workshop_pos fix: POS-Funktionalität in open_workshop_pos verschoben + Workarounds 2026-01-28 18:55:55 +01:00
open_workshop_pos_customer_display Umstellung: Employee Image Generator speichert nur Foto, Customer Display baut Badge dynamisch 2026-01-12 19:10:43 +01:00
open_workshop_report Integration Plan für automatisierte DokuWiki-Report-Generierung 2025-12-26 23:47:24 +01:00
.gitignore fix: MQTT topic matching + UI button fixes 2026-01-28 22:08:59 +01:00
open_workshop.code-workspace FIX: pos: wenn auf - gedrückt wird um eine Order zu entfernen, wurde nicht 2025-10-25 14:10:25 +02:00
README.md fix: open_workshop_base Installation-Fehler behoben 2026-01-27 22:29:14 +01:00
todo.md working merge with open_workshop 17.0. Missing Traings view in Machine Backend. No POS Machine sidebar. 2025-06-28 15:31:59 +02:00

Abhängigkeiten von maintenance erklären.