We are trying to get remote port through API, but the API is returning an empty set (as seen in Python):
{u'records': {u'data': {u'152': []}, u'meta': {u'152': {u'code': u'rs', u'description': u'Remote support port', u'formatValueOnly': u'%.0F', u'formatWithUnit': u'Port %.0F'}}}, u'success': True}
The remote port is enabled and showing in the remote console via VRM website.
The request URL is:
GET https://vrmapi.victronenergy.com/v2/installations/1039/widgets/Graph?attributeCodes[]=rs
Am I understanding the syntax correctly?