NAiOS IconNAiOS Logo
Volver al catálogo

Corrently

corrently

Corrently 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
2
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • zipanyObligatorio

    German 5-digit postal code indicating the meter's location.

  • timeinteger

    Unix timestamp of the reading in seconds since epoch. Defaults to current server time if omitted.

  • valuenumberObligatorio

    New meter reading value (in watt-hours).

  • sourcestringObligatorio

    Unique identifier for the CO₂ meter.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

PV Generation ForecastCORRENTLY_PV_GENERATION_GET_FORECASTAcción

Tool 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

  • dinteger

    Number of days to forecast (defaults to 7).

  • wnumberObligatorio

    Installed PV capacity in watts.

  • zipanyObligatorio

    Five-digit ZIP code of the location for the forecast.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not