Go to file
matthias.lotz 0ed67b34a0
Some checks failed
IoT Bridge - Tests & Quality Checks / Type Check (mypy) (push) Failing after 42s
IoT Bridge - Tests & Quality Checks / Tests (Python ${{ matrix.python-version }}) (3.10) (push) Failing after 16s
IoT Bridge - Tests & Quality Checks / Tests (Python ${{ matrix.python-version }}) (3.11) (push) Successful in 1m5s
IoT Bridge - Tests & Quality Checks / Tests (Python ${{ matrix.python-version }}) (3.12) (push) Successful in 1m9s
IoT Bridge - Tests & Quality Checks / Integration Tests (push) Failing after 18s
IoT Bridge - Tests & Quality Checks / Lint & Format Check (push) Failing after 4m49s
IoT Bridge - Tests & Quality Checks / Docker Build Test (push) Failing after 3m38s
IoT Bridge - Tests & Quality Checks / Quality Gate (push) Failing after 3s
added build-push.sh script for iot-bridge
2026-03-19 19:17:04 +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(device-availability): fix timeout monitor and bridge-restart race conditions 2026-03-19 19:11:03 +01:00
iot_bridge added build-push.sh script for iot-bridge 2026-03-19 19:17:04 +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.