Line Protocol import / manually

Hi
I don’t understand the lineprotokol import because all the example I find don’t give any data in buckets “import”.
For exmaple, I manually entered a simple line entry in the bucket “import”:
totalenergy value=157800 1701388800000
(totalenergy is the labelname, value 1587800 wh and timestamp unix)

No errors but, also no entry either :slight_smile:

What am I doing wrong?

Hi! The entry should be there. Just set the range to query the corresponding date.
Your example line protocol is sending data to GMT : Thursday, 16 July 1970 22:04:48

Hope it helps!

Best Regards!

Thank you very much, you showed me the right way.
The solution is to fill the missing numbers up to 19 digits with 0.

Example with measurement total energy and value:
total energy value=157800 1701388800000000000

Best regards