Go to file
matthias.lotz ffd1c2d10e
Some checks failed
IoT Bridge - Tests & Quality Checks / Type Check (mypy) (push) Failing after 5m24s
IoT Bridge - Tests & Quality Checks / Tests (Python ${{ matrix.python-version }}) (3.10) (push) Failing after 55s
IoT Bridge - Tests & Quality Checks / Tests (Python ${{ matrix.python-version }}) (3.11) (push) Successful in 2m13s
IoT Bridge - Tests & Quality Checks / Lint & Format Check (push) Failing after 10m28s
IoT Bridge - Tests & Quality Checks / Integration Tests (push) Failing after 6s
IoT Bridge - Tests & Quality Checks / Tests (Python ${{ matrix.python-version }}) (3.12) (push) Successful in 2m23s
IoT Bridge - Tests & Quality Checks / Docker Build Test (push) Failing after 5m43s
IoT Bridge - Tests & Quality Checks / Quality Gate (push) Failing after 2s
fix: __manifest__.py data view order
2026-03-18 18:20:47 +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: __manifest__.py data view order 2026-03-18 18:20:47 +01:00
iot_bridge fix: __manifest__.py data view order 2026-03-18 18:20:47 +01:00
odoo fix: odoo/ als normales Verzeichnis tracken + Bugfix db_name + Feature-Docs 2026-03-10 17:17:59 +01:00
.gitignore initial version 2026-02-10 20:00:27 +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.