{"id":1260,"date":"2023-12-14T13:45:10","date_gmt":"2023-12-14T12:45:10","guid":{"rendered":"https:\/\/www.otja.es\/citizen-initiatives\/"},"modified":"2026-07-20T11:52:03","modified_gmt":"2026-07-20T09:52:03","slug":"citizen-initiatives","status":"publish","type":"page","link":"https:\/\/www.otja.es\/en\/citizen-initiatives\/","title":{"rendered":"Citizen initiatives"},"content":{"rendered":"\n<style>.mapa-ce-wrapper {\n    position: relative;\n    width: 100%;\n}\n#mapa-asturias-oficial {\n    width: 100%;\n    height: 450px;\n    background-color: #fcfcfc;\n    border: 1px solid #ddd;\n    border-radius: 8px;\n}\n.tt-title { font-weight:bold; font-size:14px; color:#2c3e50; border-bottom:2px solid #f0f0f0; padding-bottom:7px; margin-bottom:7px; }\n.tt-count { display:flex; align-items:center; color:#45942B; font-weight:bold; margin-bottom:9px; font-size:12px; }\n.tt-empty { display:flex; align-items:center; color:#95a5a6; font-size:12px; }\n.dot-green { width:9px; height:9px; border-radius:50%; background:#79C649; margin-right:6px; flex-shrink:0; }\n.dot-gray  { width:9px; height:9px; border-radius:50%; background:#e2e6e9; margin-right:6px; flex-shrink:0; }\n.tt-ce-header { font-weight:bold; color:#2c3e50; background:#f8f9fa; border-radius:4px; padding:3px 7px; margin-bottom:4px; font-size:12px; }\n.tt-ce-name { font-weight:bold; color:#2c3e50; margin-bottom:5px; font-size:12px; }\n.tt-field { margin:2px 0; word-wrap:break-word; }\n.tt-label { color:#95a5a6; }\n.tt-field a { color:#3498db; text-decoration:none; }\n.tt-field a:hover { text-decoration:underline; }\n.tt-divider { border-top:1px solid #f0f0f0; margin:7px 0; }\n.tt-info { margin-top:5px; font-style:italic; color:#555; border-top:1px dashed #e0e0e0; padding-top:5px; }\n#mapa-loading {\n    position: absolute;\n    inset: 0;\n    z-index: 100;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    background: rgba(255,255,255,0.85);\n    border-radius: 8px;\n    transition: opacity 0.4s;\n}\n#mapa-loading.hidden {\n    opacity: 0;\n    pointer-events: none;\n}\n#mapa-loading .spinner {\n    width: 44px;\n    height: 44px;\n    border: 4px solid #e0e0e0;\n    border-top-color: #45942B;\n    border-radius: 50%;\n    animation: spin 0.8s linear infinite;\n}\n@keyframes spin {\n    to { transform: rotate(360deg); }\n}\n#mapa-loading span {\n    margin-top: 14px;\n    font-size: 13px;\n    color: #7f8c8d;\n}\n<\/style><div class=\"mapa-ce-wrapper\"><div id=\"mapa-loading\"><div class=\"spinner\"><\/div><span>Cargando mapa\u2026<\/span><\/div><div id=\"mapa-asturias-oficial\"><\/div><div id=\"mapa-legend\" style=\"position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:30px;font-size:12px;font-weight:bold;color:#2c3e50;background:rgba(255,255,255,0.92);padding:5px 14px;border-radius:6px;border:1px solid #e0e0e0;z-index:5;pointer-events:none;\"><div style=\"display:flex;align-items:center;gap:6px;\"><span style=\"width:12px;height:12px;border-radius:2px;background:#79C649;display:inline-block;\"><\/span>Con Comunidades Energ\u00e9ticas<\/div><div style=\"display:flex;align-items:center;gap:6px;\"><span style=\"width:12px;height:12px;border-radius:2px;background:#e2e6e9;display:inline-block;\"><\/span>Sin Comunidades Energ\u00e9ticas<\/div><\/div><\/div><script src=\"https:\/\/cdn.jsdelivr.net\/npm\/echarts@5.4.3\/dist\/echarts.min.js\"><\/script><script>document.addEventListener(\"DOMContentLoaded\", function() {\n\n    function escapeHtml(str) {\n        if (!str) return '';\n        return str.replace(\/&\/g, '&').replace(\/, '<').replace(\/>\/g, '>').replace(\/\"\/g, '\"').replace(\/'\/g, ''');\n    }\n\n    function sanitizeUrl(str) {\n        if (!str) return '';\n        return \/^https?:\\\/\\\/\/i.test(str) ? str : '#';\n    }\n\n    var geoJsonUrl = 'https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/Asturias_concejosV1WGS84-2.txt';\n    var csvUrl     = 'https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/comunidades_energeticasV2-3.csv';\n\n    var chartDom   = document.getElementById('mapa-asturias-oficial');\n    var loading    = document.getElementById('mapa-loading');\n    var myChart    = echarts.init(chartDom);\n\n    function parseCSV(text) {\n        var lines   = text.trim().split(\/\\r?\\n\/);\n        var headers = lines[0].split(';').map(function(h) { return h.trim(); });\n        return lines.slice(1)\n            .filter(function(l) { return l.trim(); })\n            .map(function(line) {\n                var values = line.split(';').map(function(v) { return v.trim(); });\n                var obj = {};\n                headers.forEach(function(h, i) { obj[h] = values[i] !== undefined ? values[i] : ''; });\n                return obj;\n            });\n    }\n\n    function groupByConcejo(rows) {\n        return rows.reduce(function(acc, row) {\n            var key = (row['concejo'] || '').toUpperCase().trim();\n            if (!acc[key]) acc[key] = [];\n            acc[key].push(row);\n            return acc;\n        }, {});\n    }\n\n    function buildTooltipHTML(concejo, ces) {\n        var numCE = ces.length;\n        var html  = '<div class=\"tt-title\">' + escapeHtml(concejo) + '<\/script>\n<p class=\"wp-block-paragraph\"><\/p>\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n<div class=\"wp-block-query listado-entradas is-layout-flow wp-block-query-is-layout-flow\"><ul class=\"columns-4 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-eff4d148 wp-block-post-template-is-layout-grid\"><li class=\"wp-block-post post-2608 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/quiros-energy-community\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"350\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Quir\u00f3s Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja.png 350w, https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja-300x300.png 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja-150x150.png 150w\" sizes=\"auto, (max-width: 350px) 100vw, 350px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/quiros-energy-community\/\" target=\"_self\" >Quir\u00f3s Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2604 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/solaller-energy-community\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"2000\" height=\"2000\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoSolAller.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"SolAller Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoSolAller.png 2000w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoSolAller-300x300.png 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoSolAller-1024x1024.png 1024w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoSolAller-150x150.png 150w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoSolAller-768x768.png 768w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoSolAller-1536x1536.png 1536w\" sizes=\"auto, (max-width: 2000px) 100vw, 2000px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/solaller-energy-community\/\" target=\"_self\" >SolAller Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2598 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/eco-nava-energy-community\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"703\" height=\"703\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoEcoNAVA.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"ECO-NAVA Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoEcoNAVA.jpg 703w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoEcoNAVA-300x300.jpg 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoEcoNAVA-150x150.jpg 150w\" sizes=\"auto, (max-width: 703px) 100vw, 703px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/eco-nava-energy-community\/\" target=\"_self\" >ECO-NAVA Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2592 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/renova-onis-energia-energy-community\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"514\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoRenovaOnis.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Renova On\u00eds Energ\u00eda Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoRenovaOnis.jpg 520w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoRenovaOnis-300x297.jpg 300w\" sizes=\"auto, (max-width: 520px) 100vw, 520px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/renova-onis-energia-energy-community\/\" target=\"_self\" >Renova On\u00eds Energ\u00eda Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2586 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/proaza-conecta-energy-community\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoProazaConecta.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Proaza Conecta Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoProazaConecta.png 1024w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoProazaConecta-300x300.png 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoProazaConecta-150x150.png 150w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoProazaConecta-768x768.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/proaza-conecta-energy-community\/\" target=\"_self\" >Proaza Conecta Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2580 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/san-martin-enerxia-energy-community\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"350\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"San Mart\u00edn Enerx\u00eda Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja.png 350w, https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja-300x300.png 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja-150x150.png 150w\" sizes=\"auto, (max-width: 350px) 100vw, 350px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/san-martin-enerxia-energy-community\/\" target=\"_self\" >San Mart\u00edn Enerx\u00eda Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2577 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/santalla-enerxia-energy-community\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"350\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Santalla Enerx\u00eda Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja.png 350w, https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja-300x300.png 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja-150x150.png 150w\" sizes=\"auto, (max-width: 350px) 100vw, 350px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/santalla-enerxia-energy-community\/\" target=\"_self\" >Santalla Enerx\u00eda Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2572 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/abresxia-energy-community\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"241\" height=\"161\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/abrexia-1.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"ABRESX\u00cdA Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/abresxia-energy-community\/\" target=\"_self\" >ABRESX\u00cdA Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2567 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/valdes-industrial-energy-community\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"350\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Vald\u00e9s Industrial Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja.png 350w, https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja-300x300.png 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja-150x150.png 150w\" sizes=\"auto, (max-width: 350px) 100vw, 350px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/valdes-industrial-energy-community\/\" target=\"_self\" >Vald\u00e9s Industrial Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2563 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/grado-renovables-energy-community\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"350\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Grado Renovables Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja.png 350w, https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja-300x300.png 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2023\/05\/favicon-otja-150x150.png 150w\" sizes=\"auto, (max-width: 350px) 100vw, 350px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/grado-renovables-energy-community\/\" target=\"_self\" >Grado Renovables Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2560 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/el-franco-energy-community\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"640\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoCEElFranco.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"El Franco Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoCEElFranco.jpg 640w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoCEElFranco-300x300.jpg 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/07\/LogoCEElFranco-150x150.jpg 150w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/el-franco-energy-community\/\" target=\"_self\" >El Franco Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2235 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/gedrez\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"607\" height=\"512\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-7.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Gedrez Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-7.png 607w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-7-300x253.png 300w\" sizes=\"auto, (max-width: 607px) 100vw, 607px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/gedrez\/\" target=\"_self\" >Gedrez Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2227 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/ruraltopia\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"584\" height=\"581\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-6.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"RURALTOPIA energy community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-6.png 584w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-6-300x298.png 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-6-150x150.png 150w\" sizes=\"auto, (max-width: 584px) 100vw, 584px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/ruraltopia\/\" target=\"_self\" >RURALTOPIA energy community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2221 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/fonteta\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"523\" height=\"526\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-8.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Fonteta Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-8.png 523w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-8-298x300.png 298w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-8-150x150.png 150w\" sizes=\"auto, (max-width: 523px) 100vw, 523px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/fonteta\/\" target=\"_self\" >Fonteta Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2216 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/xuntate-llanera\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"558\" height=\"559\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-4.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"X\u00daNTATE Llanera energy community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-4.png 558w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-4-300x300.png 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-4-150x150.png 150w\" sizes=\"auto, (max-width: 558px) 100vw, 558px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/xuntate-llanera\/\" target=\"_self\" >X\u00daNTATE Llanera energy community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2207 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/saint-martin-in-green\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"557\" height=\"555\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-3.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"SAN MART\u00cdN ENERGY COMMUNITY IN GREEN\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-3.png 557w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-3-300x300.png 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/image-3-150x150.png 150w\" sizes=\"auto, (max-width: 557px) 100vw, 557px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/saint-martin-in-green\/\" target=\"_self\" >SAN MART\u00cdN ENERGY COMMUNITY IN GREEN<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2201 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/pescandi-energy\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"627\" height=\"685\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/LOGO-CABRANES-CE.jpeg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Energy community PESCANDI ENERG\u00cdA\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/LOGO-CABRANES-CE.jpeg 627w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/06\/LOGO-CABRANES-CE-275x300.jpeg 275w\" sizes=\"auto, (max-width: 627px) 100vw, 627px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/pescandi-energy\/\" target=\"_self\" >Energy community PESCANDI ENERG\u00cdA<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-2162 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/shared-self-consumption-langreo\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"1270\" height=\"952\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/04\/Paneles-FV-2.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Shared self-consumption in Langreo\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/04\/Paneles-FV-2.jpg 1270w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/04\/Paneles-FV-2-300x225.jpg 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/04\/Paneles-FV-2-1024x768.jpg 1024w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/04\/Paneles-FV-2-768x576.jpg 768w\" sizes=\"auto, (max-width: 1270px) 100vw, 1270px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/shared-self-consumption-langreo\/\" target=\"_self\" >Shared self-consumption in Langreo<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-1863 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives category-protagonists\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/muros-enerxia-energy-community\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"429\" height=\"429\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/03\/imagen-3.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"MUROS ENERX\u00cdA Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/03\/imagen-3.png 429w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/03\/imagen-3-300x300.png 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/03\/imagen-3-150x150.png 150w\" sizes=\"auto, (max-width: 429px) 100vw, 429px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/muros-enerxia-energy-community\/\" target=\"_self\" >MUROS ENERX\u00cdA Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-1857 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/energy-community-energy-tevergana\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"246\" height=\"247\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/03\/imagen-2.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"ENERG\u00cdA TEVERGANA Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/03\/imagen-2.png 246w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/03\/imagen-2-150x150.png 150w\" sizes=\"auto, (max-width: 246px) 100vw, 246px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/energy-community-energy-tevergana\/\" target=\"_self\" >ENERG\u00cdA TEVERGANA Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-1852 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/cabranes-energy-community\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"627\" height=\"685\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/03\/LOGO-CABRANES-CE.jpeg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Cabranes Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/03\/LOGO-CABRANES-CE.jpeg 627w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/03\/LOGO-CABRANES-CE-275x300.jpeg 275w\" sizes=\"auto, (max-width: 627px) 100vw, 627px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/cabranes-energy-community\/\" target=\"_self\" >Cabranes Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-1837 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/ce-asoleyar-gijon\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"520\" height=\"518\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/03\/imagen-1.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"ASOLEYAR Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2026\/03\/imagen-1.png 520w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/03\/imagen-1-300x300.png 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2026\/03\/imagen-1-150x150.png 150w\" sizes=\"auto, (max-width: 520px) 100vw, 520px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/ce-asoleyar-gijon\/\" target=\"_self\" >ASOLEYAR Energy Community<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-1261 post type-post status-publish format-standard has-post-thumbnail hentry category-protagonists category-citizen-initiatives\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/peon-energy-community\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"1289\" height=\"726\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2024\/01\/CTIC_Ruraltech_principal.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Shared self-consumption of Peon\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2024\/01\/CTIC_Ruraltech_principal.jpg 1289w, https:\/\/www.otja.es\/wp-content\/uploads\/2024\/01\/CTIC_Ruraltech_principal-300x169.jpg 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2024\/01\/CTIC_Ruraltech_principal-1024x577.jpg 1024w, https:\/\/www.otja.es\/wp-content\/uploads\/2024\/01\/CTIC_Ruraltech_principal-768x433.jpg 768w\" sizes=\"auto, (max-width: 1289px) 100vw, 1289px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/peon-energy-community\/\" target=\"_self\" >Shared self-consumption of Peon<\/a><\/h2>\n<\/li><li class=\"wp-block-post post-1265 post type-post status-publish format-standard has-post-thumbnail hentry category-citizen-initiatives\">\n<figure style=\"padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0\" class=\"alignwide wp-block-post-featured-image\"><a href=\"https:\/\/www.otja.es\/en\/bimenes-energy-community\/\" target=\"_self\"  ><img loading=\"lazy\" decoding=\"async\" width=\"1299\" height=\"974\" src=\"https:\/\/www.otja.es\/wp-content\/uploads\/2023\/12\/0.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Bimenes Energy Community\" style=\"border-bottom-color:var(--wp--preset--color--tertiary);border-bottom-width:20px;object-fit:cover;\" srcset=\"https:\/\/www.otja.es\/wp-content\/uploads\/2023\/12\/0.jpg 1299w, https:\/\/www.otja.es\/wp-content\/uploads\/2023\/12\/0-300x225.jpg 300w, https:\/\/www.otja.es\/wp-content\/uploads\/2023\/12\/0-1024x768.jpg 1024w, https:\/\/www.otja.es\/wp-content\/uploads\/2023\/12\/0-768x576.jpg 768w\" sizes=\"auto, (max-width: 1299px) 100vw, 1299px\" title=\"\"><\/a><\/figure>\n\n<h2 style=\"margin-right:0;margin-left:0;margin-top:10px;margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-post-title has-medium-font-size\"><a href=\"https:\/\/www.otja.es\/en\/bimenes-energy-community\/\" target=\"_self\" >Bimenes Energy Community<\/a><\/h2>\n<\/li><\/ul><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Cargando mapa\u2026 Con Comunidades Energ\u00e9ticas Sin Comunidades Energ\u00e9ticas<\/p>\n","protected":false},"author":1,"featured_media":1103,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1260","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/www.otja.es\/en\/wp-json\/wp\/v2\/pages\/1260","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.otja.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.otja.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.otja.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.otja.es\/en\/wp-json\/wp\/v2\/comments?post=1260"}],"version-history":[{"count":7,"href":"https:\/\/www.otja.es\/en\/wp-json\/wp\/v2\/pages\/1260\/revisions"}],"predecessor-version":[{"id":2874,"href":"https:\/\/www.otja.es\/en\/wp-json\/wp\/v2\/pages\/1260\/revisions\/2874"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.otja.es\/en\/wp-json\/wp\/v2\/media\/1103"}],"wp:attachment":[{"href":"https:\/\/www.otja.es\/en\/wp-json\/wp\/v2\/media?parent=1260"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}