{
  "version": "public",
  "updated": "2026-06-10",
  "note": "Valores orientativos. Mide tu equipo real con enchufe medidor cuando sea posible.",
  "devices": [
    {
      "name": "Router doméstico",
      "watts": 12,
      "peak": 18,
      "category": "Internet",
      "dc": true
    },
    {
      "name": "ONT / fibra",
      "watts": 8,
      "peak": 12,
      "category": "Internet",
      "dc": true
    },
    {
      "name": "Router + ONT",
      "watts": 20,
      "peak": 30,
      "category": "Internet",
      "dc": true
    },
    {
      "name": "Portátil eficiente",
      "watts": 45,
      "peak": 65,
      "category": "Trabajo",
      "dc": false
    },
    {
      "name": "Monitor LED",
      "watts": 24,
      "peak": 35,
      "category": "Trabajo",
      "dc": false
    },
    {
      "name": "Móvil cargando",
      "watts": 10,
      "peak": 18,
      "category": "Comunicación",
      "dc": true
    },
    {
      "name": "Luz LED",
      "watts": 6,
      "peak": 8,
      "category": "Iluminación",
      "dc": false
    },
    {
      "name": "Frigorífico eficiente medio",
      "watts": 60,
      "peak": 650,
      "category": "Frío",
      "dc": false
    },
    {
      "name": "CPAP sin humidificador",
      "watts": 35,
      "peak": 60,
      "category": "Salud",
      "dc": false
    },
    {
      "name": "Radio pequeña",
      "watts": 3,
      "peak": 5,
      "category": "Comunicación",
      "dc": true
    }
  ],
  "efficiency": {
    "dc": 0.9,
    "ac": 0.82
  },
  "recommendedReserve": 0.25
}