InfluxDB HTTP Test
Use this script when you want to verify that the telemetry pipeline can accept and store data before the real vehicle source is available.
What it does
The script generates synthetic battery-related telemetry and sends it to InfluxDB on a fixed interval.
How to use it
- Run the script in a test environment.
- Make sure the InfluxDB connection details in the script are correct for the target environment.
- Let it run while you observe the database or dashboard output.
Good fit for
- checking that the backend ingestion path is alive
- validating dashboards before hardware is connected
- testing update timing with known repeatable data
Notes
WARNING
This is a test script. It uses hardcoded connection information, so review it before running anywhere sensitive.
