AssetIOConfig
config objectrequired
Possible values: [modbus-tcp, ocpp, p1-meter, virtual]
- modbus-tcp
- ocpp
- p1-meter
- virtual
Possible values: >= 0 and <= 65535
registers objectrequired
Possible values: [abb-cms, abb-emax2, alfen, alpitronix-hypercharger, autel, charx, huawei-smart-logger, janitza-umg604pro, pluon-dc, pqube-3, shelly-3em, siemens-pac2200, socomec-countis, sungrow-ems300cp, sungrow-idc480e-c, unsupported]
- abb-cms
- abb-emax2
- alfen
- alpitronix-hypercharger
- autel
- charx
- huawei-smart-logger
- janitza-umg604pro
- pluon-dc
- pqube-3
- shelly-3em
- siemens-pac2200
- socomec-countis
- sungrow-ems300cp
- sungrow-idc480e-c
- unsupported
Modbus connector index of the charging pole on the charger.
Possible values: >= 1 and <= 255
Modbus connector index of the charging pole on the charger.
Possible values: >= 1 and <= 255
Which of the charger's register blocks (offset by 1000 per connector) this connector reads and writes.
Possible values: >= 1 and <= 8
Which of the charger's register blocks (offset by 1000 per charging point) this pole reads and writes.
Possible values: >= 1 and <= 65
Sign convention of the meter's raw registers, set by CT polarity at install time. consumer means positive = consumption; producer means positive = production
Possible values: [consumer, producer]
Modbus connector index of the charging pole on the charger.
Possible values: >= 1 and <= 255
Sign convention of the meter's raw registers, set by CT polarity at install time. consumer means positive = consumption; producer means positive = production
Possible values: [consumer, producer]
Sign convention of the meter's raw registers, set by CT polarity at install time. consumer means positive = consumption; producer means positive = production
Possible values: [consumer, producer]
Sign convention of the meter's raw registers, set by CT polarity at install time. consumer means positive = consumption; producer means positive = production
Possible values: [consumer, producer]
Modbus connector index of the charging pole on the charger.
Possible values: >= 1 and <= 255
Which socket of the charge point this asset is, as the charge point itself labels it in connectorId. Connector 0 addresses the charge point as a whole and is never an asset.
Possible values: >= 1 and <= 255
vendor objectrequired
Possible values: [easee]
- easee
brand object
Optional hardware brand of the physical device (e.g. 'Alfen'). Descriptive metadata for the dashboard; not used by the optimizer.
- string
- null
model object
Optional hardware model of the physical device (e.g. 'Eve Single Pro-line'). Descriptive metadata for the dashboard; not used by the optimizer.
- string
- null
{
"asset_id": "string",
"config": {
"type": "modbus-tcp",
"ip": "string",
"port": 0,
"registers": {
"connector_id": 0,
"type": "alfen"
}
},
"brand": "Alfen",
"model": "Eve Single Pro-line"
}