open_workshop/open_workshop_mqtt/tests
matthias.lotz 92f9548d34 WIP: Duplikate-Fix und ausführliche Service-Dokumentation
- Entfernt doppelte Topic-Subscription (war Ursache für Duplikate)
- Subscription passiert nur noch in _on_connect() Callback
- Ausführliche Dokumentation in iot_bridge_service.py hinzugefügt
- Test für Duplikate erstellt (test_no_duplicate_messages.py)
- Recovery-Logik für Container-Restart dokumentiert

HINWEIS: Service-Design muss überarbeitet werden!
- Aktuell: Lazy Init, manueller Start
- Sollte sein: Auto-Init beim Odoo-Start, always-on MQTT
- Nächster Schritt: Odoo 18 Service Pattern + MQTT Bridge Pattern recherchieren
2026-01-31 11:19:44 +01:00
..
__init__.py WIP: Duplikate-Fix und ausführliche Service-Dokumentation 2026-01-31 11:19:44 +01:00
common.py WIP: MQTT Tests - Mocked approach created but needs better testing strategy 2026-01-25 10:15:52 +01:00
test_device_status.py fix: MQTT topic matching + UI button fixes 2026-01-28 22:08:59 +01:00
test_mqtt_connection.py fix: MQTT topic matching + UI button fixes 2026-01-28 22:08:59 +01:00
test_mqtt_mocked.py fix: Repariere alle Unit Tests - SessionDetector jetzt produktionsreif 2026-01-30 16:46:35 +01:00
test_no_duplicate_messages.py WIP: Duplikate-Fix und ausführliche Service-Dokumentation 2026-01-31 11:19:44 +01:00
test_session_detection.py fix: MQTT topic matching + UI button fixes 2026-01-28 22:08:59 +01:00
test_session_detector.py fix: Repariere alle Unit Tests - SessionDetector jetzt produktionsreif 2026-01-30 16:46:35 +01:00
test_start_stop.py fix: MQTT topic matching + UI button fixes 2026-01-28 22:08:59 +01:00
test_topic_matching.py fix: MQTT topic matching + UI button fixes 2026-01-28 22:08:59 +01:00