This is a Project part of my PhD. For this project I perform a data gathering of Power Demand for all Power Subsystems in Mexico from CENACE Plots

Important: CENACE states that this data is merely demonstrative, MUST not be used for infrastructure nor operations or any other than demonstrative

In Future days I will add the major information of how this system works, nonetheless, I have developed an API so researchers can gather the data I’ve stored since September 2022.

Below you can see a visualization made with Grafana for the SIN system

The API works as follows:

http://orduna.xyz:5000/api/<System>/<StarttTimestamp>/<EndTimestamp>

Where

System is mapped from:

BC – Baja California Norte
BCS – Baja California Sur
NO – Noroeste
NTE – Norte
NE – Noreste
OCC – Occidental
CEN – Central
OR – Oriental
PEN – Peninsular
NAC – Sistema Interconectdo Nacional

Timestamps are based on UTC hence remember to add the Tz information.

The first Register was added at timestamp 1664299202

The resulting JSON is mapped as:

[ { “datetime<system>”: string, “demanda<system>”: string, “enlace<system>”: string, “generacion<system>”: string, “timestamp”: bigint }]

datetime – String of updated value

demanda – Power Demand in MW

enlace – CENACE Forecast in MW

generacion – Generation in MW

timestamp