Norkart API will allow to send your meter data to Norkart. It will send data every 1hour but looks back all the time 1hour data.
- API Key - This is provided by Norkart to connect your user to Norkart Server
- User ID - This is proveded by Norkart as RegionID or UserID which connects your account to theire account
- Data direction - Can set if you first Test or sending data directly to production
- Disable/Enable - Will allow to set API to pause that you do not need to remove Integration.
- Timezone - As all data in Divako is saved in UTC time then this will convert UTC time to your choosed region time.
POST: /api/v1/Readings
{
"region": "string",
"readings": [
{
"timestamp": "string",
"volume": 0
}
],
"device": {
"meterNumber": "string",
"iotIdentifier": "string",
"batteryVoltage": 0,
"temperature": 0
},
"alarms": [
"string"
]
}