Hi,
I am encountering this issue:
This is my API request (after perform login and receiving a token):
Request:
https://vrmapi.victronenergy.com/v2/installations/35484/stats?type=custom&attributeCodes[]=bs&attributeCodes[]=Gb&attributeCodes[]=Gc&attributeCodes[]=Bc&attributeCodes[]=Bg&attributeCodes[]=Pg&attributeCodes[]=Pc&attributeCodes[]=Pb&start=1483221600&end=1483308000&interval=15mins
Response:
{"success":true,"records":{"bs":false,"Gb":false,"Gc":false,"Bc":false,"Bg":false,"Pg":false,"Pc":false,"Pb":false},"totals":{"bs":false,"Gb":false,"Gc":false,"Bc":false,"Bg":false,"Pg":false,"Pc":false,"Pb":false}}
When I login to VRM portal I am able to see data for installation 35484
What might be the issue?
Thank you