Corrently
correntlyCorrently provides a suite of APIs offering real-time and forecasted data on renewable energy availability, CO₂ emissions, and electricity pricing, enabling users to optimize energy consumption and reduce carbon footprints.
Acciones disponibles (2)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
CO₂ Meter UpdateCORRENTLY_CO2_METER_UPDATE_READINGAcciónTool to create or update a co₂ meter reading for emissions tracking. use when sending new or updated electricity consumption readings to corrently.
CORRENTLY_CO2_METER_UPDATE_READINGAcciónTool to create or update a co₂ meter reading for emissions tracking. use when sending new or updated electricity consumption readings to corrently.
Parámetros de entrada
zipanyObligatorioGerman 5-digit postal code indicating the meter's location.
timeintegerUnix timestamp of the reading in seconds since epoch. Defaults to current server time if omitted.
valuenumberObligatorioNew meter reading value (in watt-hours).
sourcestringObligatorioUnique identifier for the CO₂ meter.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
PV Generation ForecastCORRENTLY_PV_GENERATION_GET_FORECASTAcciónTool to get solar energy production forecasts (hourly output and loss estimates) for a specific location. use when you need hourly pv generation data to optimize energy scheduling.
CORRENTLY_PV_GENERATION_GET_FORECASTAcciónTool to get solar energy production forecasts (hourly output and loss estimates) for a specific location. use when you need hourly pv generation data to optimize energy scheduling.
Parámetros de entrada
dintegerNumber of days to forecast (defaults to 7).
wnumberObligatorioInstalled PV capacity in watts.
zipanyObligatorioFive-digit ZIP code of the location for the forecast.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not