Hi,
I am trying to understand how to use the VRM API, but can't figure out timestamps.
For example, if I use the https://vrmapi.victronenergy.com/v2/installations/{idSite}/stats endpoint, I get some results for "Pc", "Bc" and "Gc" codes.
So, I take some timestamps from the response:
- 1720191903000 which translates to Fri Jul 05 2024 15:05:03 UTC
- 1720195503000 which translates to Fri Jul 05 2024 16:05:03 UTC
and try the call again, but I get an empty response. I tried switching them up, but it's the same.
Couldn't find an example or some documentation specifying how the filtering works.
What am I doing wrong?
Thank you for your help.