Skip to content

Conversation

@SheetMetalConnect
Copy link
Owner

Implements MQTT publishing as an alternative to webhooks using the Unified Namespace (UNS) pattern based on ISA-95 hierarchy.

Features:

  • Configurable topic pattern: {enterprise}/{site}/{area}/{cell}/{event}
  • Support for custom MQTT brokers (HiveMQ, EMQX, Mosquitto, etc.)
  • Same event types as webhooks for consistency
  • Centralized event dispatch system in src/lib/event-dispatch.ts
  • Admin UI at /admin/config/mqtt-publishers with logs and documentation
  • Full i18n support (EN/NL/DE)

Database:

  • mqtt_publishers table for broker configuration
  • mqtt_logs table for delivery tracking
  • RLS policies for multi-tenant isolation

This is part of the unified integration infrastructure alongside Webhooks, MCP, and API.

Implements MQTT publishing as an alternative to webhooks using the
Unified Namespace (UNS) pattern based on ISA-95 hierarchy.

Features:
- Configurable topic pattern: {enterprise}/{site}/{area}/{cell}/{event}
- Support for custom MQTT brokers (HiveMQ, EMQX, Mosquitto, etc.)
- Same event types as webhooks for consistency
- Centralized event dispatch system in src/lib/event-dispatch.ts
- Admin UI at /admin/config/mqtt-publishers with logs and documentation
- Full i18n support (EN/NL/DE)

Database:
- mqtt_publishers table for broker configuration
- mqtt_logs table for delivery tracking
- RLS policies for multi-tenant isolation

This is part of the unified integration infrastructure alongside
Webhooks, MCP, and API.
@SheetMetalConnect SheetMetalConnect merged commit 1766222 into main Dec 3, 2025
1 check failed
@SheetMetalConnect SheetMetalConnect deleted the claude/add-mqtt-publisher-01YAxKJMeEf4H1BduXaPMga3 branch January 18, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants