Add forecasting capabilities to your energy products
Datatype | Description | Example |
---|---|---|
Datepicker | String which includes date and time | |
Map | String which includes latitude and longitude coma separated | |
List | Simple array | |
Select | String with predefined values | |
Array | Array of objects |
Please use SDK to test this feature.
Field | Type | Description |
---|---|---|
projectName | credentials | |
projectKey | credentials |
With Unplugg’s API you can request a forecast based on a provided timeseries.
Create a new webhook. You can use our service as webhookUrl:
https://webhooks.rapidapi.com/api/message/Unplugg/forecastCommand/{projectName}/{projectKey}
* see credentials description above
Field | Type | Description |
---|---|---|
accessToken | credentials | Your Unplugg access token |
timestamp | Number | Timestamps in Unix time format. |
value | String | Integer or float value for specified timestamp. |
callback | String | Link to which the job payload will be sent |
forecastTo | String | Timestamps in Unix time format (seconds) |