Elering / estfeed-datahub-docs

Estfeed Datahub Documentation
0 stars 0 forks source link

[EDH-2582] - "transmissionNetworkEic" is not updated. #37

Closed EinarArro closed 2 months ago

EinarArro commented 4 months ago

Summary

When "POST meter" message is sent with new characteristics, then all other data is updated, but "transmissionNetworkEic" is not. Also - "transmissionNetworkEic" cannot be updated via UI, because there's no such field.

Request

{
  "marketParticipantContext": {
    "marketParticipantIdentification": "38X-EIN-ALL----B",
    "marketParticipantRole": "GRID_OPERATOR",
    "commodityType": "ELECTRICITY"
  },
  "meterMetadata": {
    "meteringPoint": {
      "meterEic": "28ZEE-1000000J-R",
      "meteringType": "VIRTUAL"
    },
    "meterLocation": {
      "adrId": "2116558",
      "comment": "Missugune uusaastapäev, niisugused ilmad tulevad heinaajal.",
      "county": "Harju maakond",
      "municipality": "Tallinn",
      "locality": "Kesklinna linnaosa",
      "streetAddress": ", Lai tn, , 26-4",
      "postcode": "10133",
      "coordinates": {
        "coordinateSystem": "LEST97",
        "latitude": "6589284.90",
        "longitude": "542288.49"
      }
    },
    "electricityCharacteristics": {
      "consumptionScale": "LARGE",
      "connectionState": "CONNECTED",
      "resolution": "PT15M",
      "customerType": "PRODUCER",
      "production": false,
      "productionSource": "SOLAR",
      "transmissionNetworkEic": "38A-EE-59-6495-T",
      "apartmentAssociation": false,
      "isolatedMeteringPoint": false,
      "electricalHeating": false,
      "chargingPoint": false,
      "storageCapacity": 273.91,
      "storageEnergy": 182.55,
      "productionCapacity": 987.6,
      "transmissionCapacity": 859.82
    }
  }
}

Response

----------------------------------------------------------
[15:44:55] // LOG: response code: 200
----------------------------------------------------------
{
  "meteringPoint": {
    "meterEic": "28ZEE-1000000J-R",
    "ownerExternalId": "38X-EIN-ALL----B",
    "ownerMarketRole": "GRID_OPERATOR",
    "meteringType": "VIRTUAL",
    "meteringPointType": "REGULAR"
  },
  "meterLocation": {
    "adrId": 2116558,
    "comment": "Missugune uusaastapäev, niisugused ilmad tulevad heinaajal.",
    "county": "Harju maakond",
    "municipality": "Tallinn",
    "locality": "Kesklinna linnaosa",
    "streetAddress": ", Lai tn, , 26-4",
    "postcode": "10133",
    "coordinates": {
      "coordinateSystem": "LEST97",
      "latitude": 6589284.9,
      "longitude": 542288.49
    }
  },
  "electricityCharacteristics": {
    "consumptionScale": "LARGE",
    "connectionState": "CONNECTED",
    "resolution": "PT15M",
    "customerType": "PRODUCER",
    "production": false,
    "productionSource": "SOLAR",
    "transmissionNetworkEic": "38A-EE-98-4634-U",
    "apartmentAssociation": false,
    "isolatedMeteringPoint": false,
    "electricalHeating": false,
    "chargingPoint": false,
    "storageCapacity": 273.91,
    "storageEnergy": 182.55,
    "productionCapacity": 987.6,
    "transmissionCapacity": 859.82
  }
}
elinasirk commented 2 months ago

Fixed in release 0.8.0