Learn more about the services that you can do online with I-DE with a few clicks away. We work every day to make things easier and simpler for you.Descubre todas las gestiones online que puedes hacer desde la web con i-DE y en muy pocos clics. Trabajamos día a día para ponértelo todo más fácil y sencillo.
Managing without needing to signing up
Discover all the features you can use without signing up that can be very helpful.
Connect to our electrical grid. Learn about the two types of connections to the i-DE network: as a consumer or as a self-consumer/energy producer.Conéctate a nuestra red eléctrica. Infórmate de los dos tipos de conexión a la red de i-DE: como consumidor o como autoconsumidor/productor de energía.
Register for electricity service
Changes in my Electricity Connection
Essencial Electric Supply
Consumption capacity map
Self-consumption Types
Self-consumption Grid Connection
Self-Consumption Set-Up and Billing
Producers Grid Connection
Capacity Map
Generation capacity map
This map shows the available connection capacity for generation.
Check the available connection capacity for consumption.
Access this page and choose the option to be able to know the information about the scheduled outages and faults in the i-DE gridAccede a esta página y elige la opción para poder conocer la información de los cortes programados y averías en la red de i-DE.
View Outages Map
Discover in a simple and fast way if there are outages or scheduled outages on the grid.
Know more about i-DE, the new energy models to adapt to new trends and what actions guarantee safety in our processes.Conoce que es i-DE, los nuevos modelos energéticos para adaptarnos a las nuevas tendencias y qué acciones garantizan la seguridad en nuestros procesos.
Company Overview
Our Commitments To You
Business Plan
i-DE’s investment plans
Results
Digitalization and Innovation
Plain language
Electric Vehicles
Smart Cities
Local Energy Communities
Aerothermics
Safety Grids
Our Assets
Report an Accident
New Rates
Discover how the new electricity rates affect you.
Know more about electric distribution: how it is distributed, infrastructures, what are grids and smart meters, and the legislation of the sector.Todo sobre la distribución eléctrica: cómo se distribuye, infraestructuras, qué son las redes y contadores inteligentes y la legislación del sector.
Electromagnetic fields
Components in the Electrical Grid
Grid codes
Smart Meters
The STAR Project, which involves replacing all analog meters for smart meters.
Discover the latest from i-DE in our News sectionDescubre lo último de i-DE en nuestra sección de Novedades.
Differences between distributor and retailer
Which of the two should you go to for management?
Consejos sobre Ciberseguridad
Qué tipos de estafas y fraudes existen y cómo evitarlas con una buena ciberseguridad.
Private Area
Claims
Access and Connections
Retailers
Suppliers
Producers
DocumentaT
Online Payment
Distributors Map
Electric Power Calculator
Electric Supply
Self-consumption
Energy Producers
I need to open a connection file
Outages Map
How to report an electric outage
Scheduled Power Cuts
What is the "ICP" and what is it for
Get to know us
New energy models
Safety and Prevention
How electrical energy is distributed
Smart Grids
Electrical Installations
Electricity sector legislation
Interruptor diferencial superinmunizado
How to Turn on the Electricity in My House for the First Time
How to know, Which is my electricity distributor
What Types of Renewable Energy Exist and What Role Do They Play in Society?
What Is a Transformation Center?
Java method "jdk.proxy13.$Proxy225.getTag(long, String)" threw an exception when invoked on jdk.proxy13.$Proxy225 object "com.liferay.asset.tags.internal.service.AssetTagLocalServiceWrapper@32be7fce"; see cause exception in the Java stack trace. ---- FTL stack trace ("~" means nesting-related): - Failed at: #local tagObject = assetTagLocalServi... [in template "19842963717691#2803100#27141296" in macro "getTerminosRelacionados" at line 48, column 9] - Reached through: @getTerminosRelacionados tagName=Titu... [in template "19842963717691#2803100#27141296" at line 40, column 9] ----
1<style>
2 .termino-relacionado:hover{
3 box-shadow: 0 5px 24px -5px #2C4866;
4 }
5</style>
6<#assign assetTagLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetTagLocalService") />
7<#assign assetEntryQueryService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") />
8<#assign assetEntryQuery = objectUtil("com.liferay.asset.kernel.service.persistence.AssetEntryQuery") />
9<#assign default_text_size = "h3" >
10
11<#if (Titulo.AtributoTitulo.getData())?? && Titulo.AtributoTitulo.getData() != "">
12 <#assign titulo_seccion_size = Titulo.AtributoTitulo.getData()>
13<#else>
14 <#assign titulo_seccion_size = default_text_size >
15</#if>
16
17
18<div class="row margin-top-components">
19 <#-- TITULO DE TERMINO -->
20 <#if (Titulo.getData())?? && Titulo.getData() != "" >
21 <div class="col-12" style="margin-bottom: 30px;">
22 <${titulo_seccion_size}>${Titulo.getData()}</${titulo_seccion_size}>
23 </div>
24 </#if>
25
26 <#-- CUERPO DE TERMINO -->
27 <#if (Body.getData())?? && Body.getData() != "" >
28 <div class="col-12" style="margin-bottom: 65px;">
29 ${Body.getData()}
30 </div>
31 </#if>
32
33 <#-- TERMINOS RELACIONADOS-->
34 <div class="col-12" style="margin-bottom: 30px;">
35 <h2>Términos relacionados</h2>
36 </div>
37
38 <#-- INSERTAR MACRO PARA BUSCAR TERMINOS RELACIONADOS -->
39 <#if (TituloFieldSet.Titulo.getData())??>
40 <@getTerminosRelacionados tagName=Titulo.getData()?lower_case/>
41</#if>
42
43
44</div>
45
46<#macro getTerminosRelacionados tagName >
47
48 <#local tagObject = assetTagLocalService.getTag(getterUtil.getLong(groupId), tagName) />
49 <#local tagID = tagObject.getTagId() />
50
51 <#if validator.isNotNull(tagID) && tagID != 0>
52
53 <#local search = assetEntryQuery.setAllTagIds([tagID])>
54 <#local search2 = assetEntryQuery.setOrderByCol1("title")>
55
56 <#local teste = assetEntryQueryService.getEntries(assetEntryQuery)>
57
58 <#if validator.isNotNull(teste)>
59
60 <#list teste as object >
61 <#local obj = object.getAssetRenderer() >
62 <#local journalArticle = obj.getAssetObject() >
63
64 <div class="d-flex col-6 col-sm-6 col-lg-4" style="cursor: pointer;margin-bottom: 20px;">
65 <div class="termino-relacionado d-flex container col-12 contenedor-medium" style="flex-wrap: wrap;border-radius: 12px;" >
66
67 <#-- ddmTemplateKey TERMINOS LOCAL 40696 -->
68 <#-- ddmTemplateKey TERMINOS DESARROLLO 9816215 -->
69 <#-- ddmTemplateKey TERMINOS INTEGRACION 27141292 -->
70 <#-- ddmTemplateKey TERMINOS PRODUCCION 27141292 -->
71 <@liferay_journal["journal-article"]
72 articleId=journalArticle.getArticleId()
73 ddmTemplateKey="27141292"
74 groupId=journalArticle.getGroupId()
75 />
76 </div>
77
78 </div>
79
80 </#list>
81
82 </#if>
83
84 </#if>
85
86</#macro>