Hi all,
I would like to get only the latest SOC value for an instance. I can use the following call:
https://vrmapi.victronenergy.com/v2/installations/[idSite]/widgets/BatterySummary?instance=[idInstance]
but this gives me data for all the attributes. I would like to only get the SOC attribute but so far I can't find a way of doing so. I was hoping this would work but it doesn't seem to be the case:
https://vrmapi.victronenergy.com/v2/installations/[idSite]/widgets/BatterySummary?attributeCodes[]=SOC&instance=[idInstance]
The reason is because I will be operating in a low data environment and want to send/receive as little data as possible.
Thanks in advance for the help