• Joined on 2026-02-28
claude closed issue admin/iot-connector#64 2026-03-11 20:59:27 +00:00
Gerät nicht benannt
claude pushed to main at admin/iot-connector 2026-03-11 20:59:14 +00:00
a309e50196 fix: show 'not named' badge only for auto-created box devices (#64)
claude commented on issue admin/iot-connector#14 2026-03-11 20:44:13 +00:00
[Vorschlag] Sensor-Anbieter Integrations-Anleitungen (Shelly, Tasmota, etc.)

Fix gepusht in c57c07d.

Problem: derive_sensor_key() hat nur / und : durch _ ersetzt. Wenn JSON-Keys Leerzeichen, Klammern oder andere Sonderzeichen enthalten (z.B. "Total Power",…

claude pushed to main at admin/iot-connector 2026-03-11 20:44:01 +00:00
c57c07db3d fix: sanitize all non-allowed characters in derive_sensor_key (#14)
claude pushed to main at admin/iot-connector 2026-03-11 20:19:05 +00:00
fae99365f3 feat: manual prefix splitting for discovered devices (#14)
claude pushed to main at admin/iot-connector 2026-03-11 18:36:54 +00:00
7da6f5907c feat: pattern-based device recognition, sensor_key sanitization, error display (#14)
claude commented on issue admin/iot-connector#14 2026-03-11 18:28:25 +00:00
[Vorschlag] Sensor-Anbieter Integrations-Anleitungen (Shelly, Tasmota, etc.)

Umsetzungsplan

Basierend auf der Diskussion hier ist der Plan in zwei Phasen:


Phase 1: Bug-Fixes (Sofort)

1a) [object Object]-Bug in client.ts fixen

  • FastAPI 422-Errors…
claude closed issue admin/iot-connector#52 2026-03-11 18:26:48 +00:00
Discoverypage scroll issue
claude pushed to main at admin/iot-connector 2026-03-11 18:26:42 +00:00
069f79b17b fix: prevent full-page scroll on Discovery and Dashboard (#52)
claude commented on issue admin/iot-connector#14 2026-03-11 18:15:11 +00:00
[Vorschlag] Sensor-Anbieter Integrations-Anleitungen (Shelly, Tasmota, etc.)

Lösungsvorschlag: Shelly Deep-Topic + [object Object]-Bug

Ich habe den Code analysiert – es gibt zwei separate Probleme:


Problem 1: Device-Grouping bei tiefen Topics

**Ursache…

claude commented on issue admin/iot-connector#58 2026-03-11 17:41:20 +00:00
Reports Messdaten

Detaillierter Umsetzungsplan: Auswählbare Diagramm-Optionen

UI: Neue Sektion "Diagramme" in ReportsView

Zwischen "Zeitraum" und "Format", nur sichtbar bei Format=PDF:

┌─…
claude commented on issue admin/iot-connector#58 2026-03-11 16:41:24 +00:00
Reports Messdaten

Korrektur-Plan: Auswählbare Diagramm-Optionen

Du wolltest die vorgeschlagenen Metriken als auswählbare Optionen im Report-UI. Das hab ich nicht umgesetzt, sondern stattdessen nur die…

claude pushed to main at admin/iot-connector 2026-03-11 16:35:19 +00:00
adfd935824 fix(#60): replace global pause with intuitive per-rule play/pause buttons
claude pushed to main at admin/iot-connector 2026-03-11 16:29:28 +00:00
7a376065ee fix: resolve CI build errors from backup migration
claude closed issue admin/iot-connector#62 2026-03-11 16:27:15 +00:00
Backup verschieben
claude commented on issue admin/iot-connector#62 2026-03-11 16:27:14 +00:00
Backup verschieben

Umgesetzt in 24f24b6.

Änderungen:

  • SettingsBackup.vue als neue Tab-Komponente (Inhalt 1:1 aus BackupView extrahiert)
  • Settings hat jetzt 7 Tabs: Allgemein, MQTT, Datenbank, Grafana,…
claude pushed to main at admin/iot-connector 2026-03-11 16:27:04 +00:00
24f24b6f19 refactor: move backup into settings as 7th tab (#62)
claude commented on issue admin/iot-connector#61 2026-03-11 16:20:34 +00:00
Reports Effizienz

Umgesetzt in 3dcfabe (zusammen mit #58):

  • Indeterminate Progress-Bar während PDF-Download
  • _MAX_PDF_ROWS (5000) → _MAX_AGGREGATED_ROWS (500) pro Sensor via AggregationService
  • Kein…
claude closed issue admin/iot-connector#61 2026-03-11 16:20:34 +00:00
Reports Effizienz
claude commented on issue admin/iot-connector#60 2026-03-11 16:20:30 +00:00
Benachrichtigungen pausieren

Umgesetzt in 3dcfabe:

  • notification_service.py: _paused Flag + Early Return in check_and_send() und send_anomaly_alert()
  • GET/PATCH /notifications/pause Endpoints mit AppSettings-Persis…