Go to file
matthias.lotz 0d01b69dcd fix: session-login auth + remove session_id unique constraint (1.5.0)
- odoo_client: session-based auth via /web/session/authenticate
  for multi-database Odoo (no db_name/dbfilter required)
- mqtt_session: remove UNIQUE(device_id, session_id) constraint –
  device session_id is a local counter that resets on restart
- iot_api: revert upsert workaround (no longer needed)
- bump versions: iot_bridge 1.4.0 → 1.5.0, open_workshop_mqtt 18.0.1.4.0 → 18.0.1.5.0
2026-03-21 10:57:10 +01:00
.github/workflows Phase 1: Foundation & Quality Tools 2026-02-18 22:11:25 +01:00
docs docs 2026-03-17 21:22:22 +01:00
extra-addons/open_workshop fix: session-login auth + remove session_id unique constraint (1.5.0) 2026-03-21 10:57:10 +01:00
iot_bridge fix: session-login auth + remove session_id unique constraint (1.5.0) 2026-03-21 10:57:10 +01:00
odoo fix: odoo/ als normales Verzeichnis tracken + Bugfix db_name + Feature-Docs 2026-03-10 17:17:59 +01:00
.gitignore ignore iot_bridge/config.dev.yaml 2026-03-19 21:50:51 +01:00
.readthedocs.yaml feat: Add automatic API documentation generation and device status monitoring 2026-02-15 11:03:22 +01:00
DEPLOYMENT.md docs: consolidate root docs and archive historical requests 2026-02-19 21:57:07 +01:00
DOCUMENTATION_STRATEGY.md docs 2026-03-17 21:27:25 +01:00
IMPLEMENTATION_PLAN.md refactor(odoo): Registry-driven JSON Config (Phase 3) 2026-03-11 10:56:32 +01:00
README.md docs: README.md 2026-03-17 21:51:47 +01:00

odoo_mqtt

MQTT-Integration für Odoo bestehend aus einem Python-Dienst und zugehörigen Odoo-Modulen.

Inhalt

Verzeichnis Beschreibung
iot_bridge/ Python-Dienst: verbindet MQTT-Broker mit Odoo via REST/JSON-RPC
extra-addons/open_workshop/open_workshop_mqtt/ Odoo-Modul: MQTT-Anbindung für den Open Workshop
extra-addons/open_workshop/open_workshop_pos_mqtt/ Odoo-Modul: MQTT-Anbindung für den Point of Sale

Abhängigkeiten

  • Odoo 18
  • MQTT-Broker (z.B. Mosquitto)
  • Python 3.11+

Entwicklung

Siehe iot_bridge/DEVELOPMENT.md für den Python-Dienst.
Die Odoo-Module werden zusammen mit open_workshop entwickelt.