Submit Measurements

Submit Measurements

Besides providing data from our integrated metering point operators, you can also submit measurements via our API endpoint /measurements.

Before submitting measurements to our platform, you have to understand the different site types. The site type defines the valid values for the meter field measuring and the required amount of measurings for a successful billing. You need to set the meters field direction in correlation with measuring correctly so that its OBIS code is configured correctly. Also note that the example timestamps only show HH:mm of the full ISO8601 string.

Site type
site.type
Meter typeMeter measuring type
meter.measuring
Required measurings for billingExample timestampsOBIS Codes
Quarter-hourly balanced
balanced_accurate
RLMload_profile_accurate96 daily15:15
15:30
1.29
2.29
iMSys TAF-7readings_accurate96 daily15:15
15:30
1.8
2.8
Monthly balanced
balanced_inaccurate
RLMload_profile_accurate96 daily15:15
15:30
1.29
2.29
iMSys TAF-7readings_accurate1 daily00:001.8
2.8
moderne Messeinheit (mME)readings_inaccurate1 daily23:14
03:22
1.8
2.8
Billing of fixed prices and time series based pricing
unbalanced_accurate
RLMload_profile_accurate96 daily15:15
15:30
1.29
2.29
iMSys TAF-7readings_accurate96 daily15:15
15:30
1.8
2.8
Manual readings
unbalanced_inaccurate
Manual-Readreadings_inaccurate1 on the key date00:001.8
2.8

Setup

Before submitting measurements we need to setup a custom measuring point operator for you. Please contact our support regarding this matter. After you have setup the site and received the custom point operator ID you can start submitting measurements. The setup process looks like this:

  1. Create a site with the desired type.
  2. Create a meter with the desired measuring and direction type using the custom measuring point operator.
  3. Submit up to 500 measurments at once using the POST /measurements endpoint.
⚠️
  • You are fully responsible for the correctness and completeness of the measurements.
  • The platform does not automatically use interpolation to replace missing measurements. You can do that manually in our web app.
  • In order to be able to bill a site, the daily required measurings are absolutely necessary.
  • Virtual meter measurements cannot be submitted via API, the measurements will be calculated automatically during the balancing process.
  • Submitted measurements of type 1.8 and 2.8 must already include the transformer multiplier, if applicable. Our platform is not aware of transformer factors.
  • Only measurements corresponding to the specific meter's measuring type can be submitted.