Add battery and speed fields to tracker-db workflow

- Add battery and speed fields to Location processing node
- Add battery and speed fields to NocoDB storage
- Update API URL to home64.de domain
- Add new index_owntrack.html with battery/speed display

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-14 14:50:46 +00:00
parent 035148df2e
commit ea058828b8
3 changed files with 184 additions and 2 deletions

View File

@@ -82,7 +82,7 @@
}).addTo(map);
// API URL - anpassen an deine Domain
const API_URL = 'https://n8n.unixweb.eu/webhook/location';
const API_URL = 'https://n8n.unixweb.home64.de/webhook/location';
// Auto-Refresh State
let autoRefreshEnabled = true;