Überarbeite Dokumentation auf aktuellen MQTT-only Stand

- README.md komplett neu geschrieben:
  - Fokus auf n8n-tracker.json (MQTT-only)
  - Entfernt: Telegram-Workflows, Datei-basierte Speicherung
  - Hinzugefügt: OwnTracks-Setup, Geräte-Mapping, erweiterte Features
  - Neue Sektionen: Sicherheitshinweise, DSGVO-Compliance
  - Praktische Code-Beispiele für Customization

- CLAUDE.md aktualisiert:
  - Neue Workflow-Architektur dokumentiert
  - NocoDB-Schema mit battery/speed Feldern
  - Web-Interface Details (Filter, Kartenebenen, Marker)
  - Wichtige Gotchas und Edge Cases hinzugefügt

- Dateien bereinigt:
  - Gelöscht: tracker.json, tracker-db.json, tracker-mqtt.json
  - Gelöscht: index_owntrack.html, locations-example.csv
  - Hinzugefügt: n8n-tracker.json (aktueller Workflow)
  - Hinzugefügt: database-example.csv (aktuelles Schema)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-14 18:47:05 +00:00
parent 4bec87d42b
commit 59c46a023b
9 changed files with 1368 additions and 1979 deletions

12
database-example.csv Normal file
View File

@@ -0,0 +1,12 @@
latitude,longitude,timestamp,user_id,first_name,last_name,username,marker_label,display_time,chat_id,battery,speed
48.1383784,11.4276172,2025-11-14T18:00:37.000Z,0,11,fused,11,11,"14.11.2025, 19:00:37",0,73,0
48.1383761,11.4276122,2025-11-14T18:00:43.000Z,0,11,fused,11,11,"14.11.2025, 19:00:43",0,73,0
48.1383761,11.4276122,2025-11-14T18:00:43.000Z,0,11,fused,11,11,"14.11.2025, 19:00:43",0,73,0
48.1383739,11.4276184,2025-11-14T18:00:49.000Z,0,11,fused,11,11,"14.11.2025, 19:00:49",0,73,0
48.1383635,11.4276113,2025-11-14T18:00:56.000Z,0,11,fused,11,11,"14.11.2025, 19:00:56",0,73,0
48.1383631,11.4276126,2025-11-14T18:00:58.000Z,0,11,fused,11,11,"14.11.2025, 19:00:58",0,73,0
48.1383735,11.4276116,2025-11-14T18:01:08.000Z,0,11,fused,11,11,"14.11.2025, 19:01:08",0,73,0
48.1383595,11.4276089,2025-11-14T18:01:14.000Z,0,11,fused,11,11,"14.11.2025, 19:01:14",0,73,0
48.1383581,11.4275939,2025-11-14T18:01:20.000Z,0,11,fused,11,11,"14.11.2025, 19:01:20",0,73,0
48.1383497,11.4276117,2025-11-14T18:01:26.000Z,0,11,fused,11,11,"14.11.2025, 19:01:26",0,73,0
1 latitude longitude timestamp user_id first_name last_name username marker_label display_time chat_id battery speed
2 48.1383784 11.4276172 2025-11-14T18:00:37.000Z 0 11 fused 11 11 14.11.2025, 19:00:37 0 73 0
3 48.1383761 11.4276122 2025-11-14T18:00:43.000Z 0 11 fused 11 11 14.11.2025, 19:00:43 0 73 0
4 48.1383761 11.4276122 2025-11-14T18:00:43.000Z 0 11 fused 11 11 14.11.2025, 19:00:43 0 73 0
5 48.1383739 11.4276184 2025-11-14T18:00:49.000Z 0 11 fused 11 11 14.11.2025, 19:00:49 0 73 0
6 48.1383635 11.4276113 2025-11-14T18:00:56.000Z 0 11 fused 11 11 14.11.2025, 19:00:56 0 73 0
7 48.1383631 11.4276126 2025-11-14T18:00:58.000Z 0 11 fused 11 11 14.11.2025, 19:00:58 0 73 0
8 48.1383735 11.4276116 2025-11-14T18:01:08.000Z 0 11 fused 11 11 14.11.2025, 19:01:08 0 73 0
9 48.1383595 11.4276089 2025-11-14T18:01:14.000Z 0 11 fused 11 11 14.11.2025, 19:01:14 0 73 0
10 48.1383581 11.4275939 2025-11-14T18:01:20.000Z 0 11 fused 11 11 14.11.2025, 19:01:20 0 73 0
11 48.1383497 11.4276117 2025-11-14T18:01:26.000Z 0 11 fused 11 11 14.11.2025, 19:01:26 0 73 0