I am fetching data from VMR portal using API (https://vrmapi.victronenergy.com/v2/installations/{idSite}/data-download)
and writing this data into files containing one-day data. All works well except the fact that time stamps are in Local Time zone (EET) not in UTC as they always should be in our case.
I found that time stamps are in VRM’s time zone not in Cerbo’s which has UTC set. VRM on the other hand seems to change Time zone based on Location information.
Is there any way around this in VRM portal? That is, having set correct location ( thus get correct forecast) and have data retrieved via VRM API timestamped in UTC.