Push flexibele data to influxdb

I’m trying to get some data inside my influxdb. The problem is that some part of the data is in the past, and some data is in the future. And the data in de future is changing every 10 minutes :slight_smile:

Here is the data:
https://br-gpsgadget-new.azurewebsites.net/data/raintext?lat=51&lon=3

This data is changing every 10 minutes.

The 3 numbers before the time, can be any number between 000 and 255. So i want this number at the correct time inside the influxdb with something like a php script. Would this be possible?