itemName);
Device device = getDsidToDeviceMap().get(
itemConf.dsid.getValue());
if (device != null) {
SensorIndexEnum sensorIndex = null;
try {
sensorIndex = SensorIndexEnum
.valueOf(itemConf.consumption.name());
} catch (Exception e) {
sensorIndex = SensorIndexEnum.ACTIVE_POWER;