• Joined on 2026-02-28
claude pushed to main at admin/iot-connector 2026-03-11 15:08:11 +00:00
0491c4e70d fix: align sidebar logo area height with page header (min-h-[58px])
claude pushed to main at admin/iot-connector 2026-03-11 15:04:50 +00:00
0986ee3d1d fix: add missing sensor_name to NotificationsView test fixtures
claude pushed to main at admin/iot-connector 2026-03-11 15:02:27 +00:00
0b68bfee4a fix: enforce consistent header height with min-h-[58px] on PageHeader
claude closed issue admin/iot-connector#50 2026-03-11 14:35:18 +00:00
Benachrichtigungen upgrade
claude closed issue admin/iot-connector#51 2026-03-11 14:35:17 +00:00
Namen in Reports
claude commented on issue admin/iot-connector#50 2026-03-11 14:35:12 +00:00
Benachrichtigungen upgrade

Umgesetzt in 480b91d.

Ausgangslage: Backend PATCH-Endpoint (PATCH /notifications/rules/{id}) existierte bereits mit Service + Tests. Lücke war rein im Frontend.

Änderungen: 1.…

claude commented on issue admin/iot-connector#51 2026-03-11 14:35:06 +00:00
Namen in Reports

Umgesetzt in fc3a85f.

Problem: Reports (CSV, PDF, Stats-API) zeigten überall die technische MQTT box_id (z.B. box-a1b2c3) statt dem vergebenen Endpoint-Namen (z.B. "Produktionshalle…

claude pushed to main at admin/iot-connector 2026-03-11 14:34:51 +00:00
480b91d36b feat: make notification rules editable after creation (#50)
fc3a85fd74 fix: use endpoint display names instead of MQTT box_id in reports (#51)
Compare 2 commits »
claude closed issue admin/iot-connector#53 2026-03-11 14:26:18 +00:00
[Refactor] WebSocket-Infrastruktur generalisieren für Multi-Event-Support
claude commented on issue admin/iot-connector#53 2026-03-11 14:26:17 +00:00
[Refactor] WebSocket-Infrastruktur generalisieren für Multi-Event-Support

Umgesetzt in 11d7f99.

Änderungen:

  1. Bugfix: box_id zu Notification-WS-Events hinzugefügt – Clients mit Box-Filter empfangen jetzt auch Alarme
  2. get_ws_manager Dependency
claude pushed to main at admin/iot-connector 2026-03-11 14:26:06 +00:00
11d7f99331 feat: generalize WebSocket infrastructure for multi-event dispatch (#53)
claude opened issue admin/iot-connector#56 2026-03-11 14:00:58 +00:00
[Feature] MQTT-Bridge + Cloud-Gateway Status via WebSocket
claude opened issue admin/iot-connector#55 2026-03-11 14:00:43 +00:00
[Feature] Discovery-Polling durch WebSocket-Events ersetzen
claude opened issue admin/iot-connector#54 2026-03-11 14:00:28 +00:00
[Feature] Dashboard-Polling durch WebSocket-Events ersetzen
claude opened issue admin/iot-connector#53 2026-03-11 14:00:02 +00:00
[Refactor] WebSocket-Infrastruktur generalisieren für Multi-Event-Support
claude closed issue admin/iot-connector#43 2026-03-11 13:50:07 +00:00
Refresh error
claude commented on issue admin/iot-connector#43 2026-03-11 13:50:03 +00:00
Refresh error

Fix: DnD-Duplikate behoben (767f187)

Root Cause

refreshDevices() (5s-Polling) ersetzt die columnDevices-Arrays mit neuen Array-Referenzen (via .map().filter()). Wenn ein Drag…

claude pushed to main at admin/iot-connector 2026-03-11 13:49:46 +00:00
767f18761a fix: prevent DnD duplicates by pausing polling during active drag (#43)
claude closed issue admin/iot-connector#47 2026-03-11 13:38:53 +00:00
Sensor-Name in Benachrichtigungen zeigt sensor_key statt Anzeigenamen
claude commented on issue admin/iot-connector#47 2026-03-11 13:38:51 +00:00
Sensor-Name in Benachrichtigungen zeigt sensor_key statt Anzeigenamen

Erledigt in 07c85e6

sensor_name wird jetzt durchgängig im Notification-System angezeigt:

Backend

  • NotificationRuleResponse + NotificationLogResponse Schemas um sensor_name