BESS - Battery Energy Storage System



Os Battery Energy Storage Systems (BESS) estão transformando a forma como produzimos, consumimos e gerenciamos energia. Em residências e pequenos comércios, o BESS permite armazenar a energia gerada por painéis solares durante o dia para ser usada à noite, reduzindo custos e aumentando a autonomia energética. Em condomínios, indústrias e prédios públicos, as baterias ajudam a suavizar picos de demanda, garantir energia de backup e melhorar a eficiência do consumo.
Em larga escala, os BESS são aplicados em usinas eólicas e solares para reduzir o desperdício de energia — o chamado curtailment — e para estabilizar a rede elétrica. Vale ressaltar que integrados ao Sistema Interligado Nacional (SIN), eles atuam como elementos estratégicos, fornecendo serviços ancilares como regulação de frequência, controle de tensão e reserva de capacidade.
Com tecnologias avançadas, como os inversores Grid-Forming, os BESS tornam possível operar sistemas com alta penetração de fontes renováveis, garantindo segurança, flexibilidade e qualidade no fornecimento de energia. Do lar ao SIN, o armazenamento em baterias é um passo essencial para o futuro sustentável da matriz elétrica brasileira.
ReNs ANEEL
ANEEL Normative Resolutions No. 1,161/2026 and 1,162/2026, both enacted on June 2, 2026 (and published on June 24, 2026), establish the regulatory foundation for Energy Storage Systems (SAE) in Brazil. Resolution No. 1,161/2026 defines the specific requirements, legal procedures, and guidelines necessary for agents to request and obtain exploration authorizations (Outorga de Autorização) for both autonomous and co-located storage systems. On the other hand, Resolution No. 1,162/2026 modifies several existing grid codes and market regulations to integrate these storage technologies into the national grid, detailing the rules for network connection, tariff application, and electricity commercialization.
Under the new regulatory framework established by ANEEL, the rules for contracting the MUST (Montante de Uso do Sistema de Transmissão) for Energy Storage Systems (SAE) vary significantly depending on whether the system is autonomous (SAE autônomo) or co-located with a generation plant (SAE colocalizado), as well as its operational relationship with the National System Operator (ONS).
The new ANEEL regulatory framework establishes distinct MUST (Montante de Uso do Sistema de Transmissão) contracting rules for Energy Storage Systems (SAE) depending on whether the system is connected autonomously or co-located with a generation plant. While Autonomous SAEs must contract both injection (MUSTg) and consumption (MUSTc) demands, they can reduce their MUSTc to zero if they voluntarily agree to full ONS dispatch. In contrast, Co-located SAEs must contract a standard consumption demand but are eligible for a discount of up to 30% on their contracted injection demand. For both configurations, standard annual MUST reductions are capped at 5% without penalty, with larger reductions classified as onerous and subject to transmission charges for up to three subsequent calendar years. (Temos que corrigir esse Parágrafo)
Requisitos Técnicos Mínimos para a Conexão de Sistemas de Armazenamento de Energia via Baterias
Nota Técnica Conjunta ONS e EPE
NT-ONS DPL 0111/2025
EPE-DEE-NT-095/2025

Ideia Básica do Uso do BESS fazendo Arbitragem no PLD horário
Alex Coutinho, Eduardo Sodré, Rodrigo Salim, Marina Dantas e Alcides Codeceira Neto, "Análise de Portfólio de Geração Eólica e Solar com Armazenamento em Mercados de Energia Horário", XXV SNPTEE - Seminário Nacional de Produção e Transmissão de Energia Elétrica, 10 a 13 de novembro de 2019 – Belo Horizonte - MG.
BESS Sizing and BESS Dimensioning



BESS Dimensioning - Parte 1
scipy.optimize.linprog is a Python for solving Linear Programming problems
Exploded View of BESS
Modern utility-scale deployments increasingly utilize 1500V DC architectures, medium-voltage PCS designs, and grid-forming inverter capabilities to improve efficiency, support black-start operation, and enhance grid stability. Inside the container, energy density continues to climb. While 2–6 MWh containers have become common, the industry is rapidly moving toward liquid-cooled 5–7+ MWh platforms.
Advanced thermal management enables tighter battery packing, improved temperature uniformity, and higher continuous power capability. At the rack and module level, manufacturers are simplifying architectures through cell-to-pack designs, advanced compression systems, and integrated thermal propagation barriers that improve both safety and cost efficiency. At the cell level, LFP remains the dominant chemistry for stationary storage due to: - Long cycle life (6,000–8,000+ cycles) - Superior thermal stability - Reduced cobalt and nickel dependence - Lower total cost of ownership.
Emerging technologies such as LMFP and sodium-ion batteries are also beginning to appear in pilot deployments, particularly where cost and supply-chain resilience are priorities.
For AI data centers, BESS is evolving beyond backup power. Hyperscalers increasingly use energy storage for demand response, renewable firming, peak shaving, and behind-the-meter energy optimization. As global storage deployments continue growing at more than 40% annually in many markets, the industry's key differentiators are no longer just battery chemistry, they are system integration, software intelligence, thermal management, safety performance, and long-term bankability.
The future of energy storage belongs to the companies that can seamlessly integrate power electronics, batteries, thermal systems, controls, and software into a single scalable platform.
Python PV Curtailment BESS
Below is a simple optimization-based Python program that includes:
1. A 3-day hourly PV generation curve, with 72 hourly values.
2. A 3-day hourly electricity price curve.
3. A grid export limit, which causes curtailment.
4. A linear optimization model ("linprog") to operate the BESS hour by hour.
5. A BESS "sizing loop" search to find the best combination of MW/MWh.
This model is still simple, but it is much closer to a real techno-economic approach. The battery is no longer operated by a fixed rule. Instead, the optimization decides when to charge and discharge based on the PV generation profile, the export limit, the battery constraints, and the electricity price.The BESS charges when there is available PV energy that is economically useful to store, especially during hours of lower price or when the PV plant would otherwise be curtailed. It discharges when the electricity price is higher, respecting the grid export limit. The "sizing loop" tests different combinations of battery power in MW and battery energy capacity in MWh. For each candidate size, the model computes the optimal dispatch and estimates the annualized economic result.In this example, the optimal BESS size is selected by maximizing:
Annualized economic result =
Annualized Revenue - Annualized BESS Investment Cost
Esse Programa está com o lógica Errada.
Pecisa corrigir.

Hybrid Inverters
A Hybrid Inverter, often referred to as a multi-mode inverter, is the "brain" of a modern energy system. Unlike a traditional solar inverter that only converts DC power from solar panels into AC power for your home, a hybrid inverter manages power from three different sources simultaneously: Solar panels, Battery Storage (BESS), and the Utility Grid.
Core Functions
In the context of a BESS, the hybrid inverter acts as a two-way gateway:
-
DC to AC (Discharging): It takes the DC electricity stored in your batteries and converts it to AC to power your appliances.
-
AC to DC (Charging): It can take excess power from the grid (during off-peak hours) or from your solar panels and convert it to DC to charge the batteries.
-
Grid Management: It monitors grid stability and can disconnect the house to operate in "Island Mode" during a blackout, using the battery as the primary power source.
The hybrid inverter is the critical link that determines how a battery system performs. It typically handles several sophisticated tasks:

Why use a Hybrid Inverter instead of two separate ones?
In older systems, you would need a "Solar Inverter" and a separate "Battery Inverter" (known as AC-Coupling). A hybrid inverter (DC-Coupling) offers several advantages:
-
Efficiency: Every time you convert electricity from DC to AC, you lose roughly 1–3% of the energy. A hybrid system keeps the solar energy in DC form to charge the battery directly, skipping one conversion step.
-
Lower Cost: You only purchase, install, and maintain one piece of hardware instead of two.
-
Unified Monitoring: You can see your solar production, battery health, and household consumption in a single app rather than juggling different platforms.
Technical Considerations
When selecting a hybrid inverter for a BESS, the most important specifications are:
-
Pass-through capacity: How much total power the inverter can handle from the grid.
-
Maximum Charge/Discharge Rate: This determines how quickly you can fill your batteries or how many heavy appliances at your home you can run at once.
-
Switch-over Time: High-end hybrids can switch to battery power in less than 10–20 milliseconds, meaning your computers or clocks won't even reset during a power flicker.