From e5ca23a276134d1bac11ecff0688115f8a31bccf Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Fri, 14 Nov 2025 17:52:21 +0000 Subject: [PATCH] Refactor index.html to MQTT-only location tracker with device mapping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove Telegram source filter and references - Add device name mapping for username field (10→Joachim Pixel, 11→Huawei Smartphone) - Implement color-coded markers and polylines per device - Update time filter: default to 1h, add 3h/12h options, remove 7d/30d - Add battery and speed info to location popups - Improve marker design with custom droplet-shaped icons - Filter only MQTT data (user_id = 0) - Group locations by device with separate polylines - Keep map layer selection (OSM, Satellite, Terrain, Dark) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- index.html | 231 +++++++++++++++++++++++++++++++++-------------------- 1 file changed, 143 insertions(+), 88 deletions(-) diff --git a/index.html b/index.html index 38fce1d..b6b6ea7 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Location Test + MQTT Location Tracker