beautypg.com

4 rpc_get_process_data, 1 version 1.0 – SMA SUNNY WEBBOX RPC User Manual

Page 20

background image

7  Service Procedures

SMA Solar Technology AG

20

SWebBoxRPC-BA-en-14

User Manual

"Iac-Ist"
]
}
}

7.4 RPC_GET_PROCESS_DATA

7.4.1 Version 1.0

Returns process data for up to 5 devices per request.

Structure:

RPC={
"version": "1.0",
"proc": "GetProcessData",
"id": "ID",
"format": "FORMAT",
"params":
{
"DEVICES":
[
{
"key": DEVICE_KEY,
"channels": [CHANNELS]
}
]
}
}

A list with the device keys whose process data is to be provided must be transferred as a parameter.

You can submit a selection of required process data to each device. If a selection is omitted, all

process data will be transmitted.

DEVICES:

An array containing objects with the device keys of those devices for which process
data is to be returned, and optional CHANNELS.

DEVICE_KEY:

The corresponding device key (see Section 6.1 "Device Object", page 12).

CHANNELS:

An array containing the meta names of the required process data. The available
meta names can be identified with the command
RPC_GET_PROCESS_DATA_CHANNELS.