felixtech-msp/Teltonika-FMC150-InfluxDB-Bridge — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small app that acts as a bridge for Teltonika FMC150 tracker data and saves it into InfluxDB 2 so I can graph and monitor vehicles easily.

I want it to accept the raw AVL data coming from the device, decode the useful values, and store them in a clean way with timestamps, location, speed, ignition, and other sensor fields when available. It looks like there are CSV files for Teltonika parameter mappings, so please use those to map the records properly. I also want this to be easy to run locally with Docker, and if the Traccar setup in the repo is relevant, make that available as an optional way to test or feed data in.

Please include a basic Grafana dashboard for fleet viewing, or wire up the one already in the repo if that is what it is for. Make the setup simple, with clear config through environment variables and a short getting started note. Look up current docs online if you need to.

Want more depth? Deep Reverse