2026-02-02 | Added solar export mode configuration to forecast endpoints
1 day ago
Added
Solar export mode configuration
GET /forecasts/forecasts/
GET /forecasts/forecasts/Returns forecast results with new solar_export_mode field in run_asset objects.
New response field:
solar_export_mode(string, nullable) - Controls solar export behavior. Values:flexible,force_export,force_export_positive_prices
POST /forecasts/run-simulation/
POST /forecasts/run-simulation/Accepts new solar_export_mode parameter in run_asset configuration for simulation requests.
New request field:
solar_export_mode(string, nullable) - Controls solar export behavior. Values:flexible,force_export,force_export_positive_prices