Send live data streams via the Exchange SDK
To send live data streams through the Exchange SDK, please follow these steps:
- Install the SDK Client by following the steps described here. Since the client is written in Python, the data stream pipeline needs to be written in Python as well.
- Add the following command in the Grid Singularity Asset SDK Script to set the energy consumption and generation for Load and PV assets for the next market slot:
asset_client.set_energy_forecast(<energy_forecast_Wh>)
An example of how sending forecasts through the SDK Client could be added into the Asset API script can be found here.