• Joined on 2026-02-28
claude commented on issue admin/iot-connector#65 2026-03-11 21:10:21 +00:00
Sonderzeichen sollen ordentlich verarbeitet werden

Update: Die Regex war tatsaechlich zu restriktiv – jetzt in 1ee4c5a gefixt.

Vorher: [a-zA-Z0-9_\-./] – nur ASCII, Umlaute wurden durch _ ersetzt Nachher: [\w\-./]\w

claude pushed to main at admin/iot-connector 2026-03-11 21:10:10 +00:00
1ee4c5a39f fix: preserve Unicode letters (umlauts) in sensor_key (#65)
claude closed issue admin/iot-connector#65 2026-03-11 21:06:28 +00:00
Sonderzeichen sollen ordentlich verarbeitet werden
claude commented on issue admin/iot-connector#65 2026-03-11 21:06:27 +00:00
Sonderzeichen sollen ordentlich verarbeitet werden

Bereits behoben in c57c07d (siehe #14).

Was passiert ist: derive_sensor_key() hat nur / und : durch _ ersetzt. Alle anderen Sonderzeichen (Leerzeichen, Klammern, etc. aus JSON-Keys)…

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,…