{
  "company_info": {
    "company_name": "Ghana Grid Company Ltd",
    "privacy_policy_url": "https://www.gimadigital.com/elci/privacy",
    "logo_url": "https://static.thenounproject.com/png/1563210-200.png",
    "title": "GRIDCo - SMP",
    "company_website": "https://www.gimadigital.com",
    "theme_colors": {
      "light": {
        "menu_background": "#F5F5F5",
        "menu_text_color": "#000000",
        "menu_row_even": "#F5F5F5",
        "menu_row_odd": "#E0E0E0",
        "content_header_background": "#E0E0E0",
        "content_header_text_color": "#000000"
      },
      "dark": {
        "menu_background": "#2E2E2E",
        "menu_text_color": "#FFFFFF",
        "menu_row_even": "#2E2E2E",
        "menu_row_odd": "#3B3B3B",
        "content_header_background": "#1A1A1A",
        "content_header_text_color": "#FFFFFF"
      }
    }
  },
  "firebase": {
    "project_id": "elci-6d846",
    "application_id": "1:264018878520:android:339d87b1f8b735e75206cd",
    "api_key": "AIzaSyApOR-tA3TJGuCHc_hC9mdET2I4VNU8Cdo"
  },
  "menu": [
    {
      "order": 1,
      "title": "GRID System Data",
      "sub-menu": [
        {
          "order": 1,
          "title": "gRID Generation Mix",
          "template": "pie_chart",
          "data": {
            "description": "System Data - Generation Mix",
            "items": [
              {
                "id": "vra_mw",
                "label": "VRA",
                "unit": "MW",
                "color": "#00BCD4"
              },
              {
                "id": "ipp_mw",
                "label": "IPP",
                "unit": "MW",
                "color": "#FFEB3B"
              }
            ]
          }
        },
        {
          "order": 2,
          "title": "Multiple charts",
          "template": "charts",
          "data": {
            "description": "System Data - Generation Mix",
            "chart_items": [
              {
                "order": 1,
                "title": "Generation Mix",
                "template": "pie_chart",
                "data": {
                  "description": "System Data - Generation Mix",
                  "items": [
                    {
                      "id": "vra_mw",
                      "label": "VRA",
                      "unit": "MW",
                      "color": "#00BCD4"
                    },
                    {
                      "id": "ipp_mw",
                      "label": "IPP",
                      "unit": "MW",
                      "color": "#FFEB3B"
                    }
                  ]
                }
              },
              {
                "order": 1,
                "title": "Line Graph",
                "template": "graph",
                "data": {
                  "type": "line",
                  "description": "Line Graph",
                  "x_label": "time",
                  "interval": 3600000,
                  "y_label": "System Information",
                  "graph_items": [
                    {
                      "order": 1,
                      "description": "System Frequency",
                      "id": "sys_freq_ts",
                      "unit": "Hz",
                      "color": "green"
                    },
                    {
                      "order": 2,
                      "description": "System Generation",
                      "id": "sys_gen_ts",
                      "unit": "MW",
                      "color": "0#00ffff"
                    },
                    {
                      "order": 3,
                      "description": "System Load",
                      "id": "sys_ld_ts",
                      "unit": "MW",
                      "color": "blue"
                    }
                  ]
                }
              }
            ]
          }
        },
        {
          "order": 2,
          "title": "System",
          "template": "simple_list",
          "data": {
            "description": "System Data - System",
            "items": [
              {
                "order": 1,
                "id": "sys_freq",
                "description": "System Frequency",
                "unit": "Hz",
                "color": "#00FF00"
              },
              {
                "order": 2,
                "id": "sys_gen",
                "description": "System Generation",
                "unit": "MW",
                "color": "#00FF00"
              },
              {
                "order": 3,
                "id": "cie_exchange",
                "description": "CIE Exchange",
                "unit": "MW",
                "color": "#FF0000"
              }
            ]
          }
        }
      ]
    },
    {
      "order": 2,
      "title": "Plant Generation",
      "sub-menu": [
        {
          "order": 1,
          "title": "IPPs",
          "template": "power",
          "data": {
            "description": "Plant Generation - IPPs",
            "dashboard_title": "Total {title} Generation",
            "unit_prefix": "M",
            "pf_color": "#00BCD4",
            "watt_color": "#00FF00",
            "var_color": "#FFEB3B",
            "var_text_color": "#000000",
            "power_items": [
              {
                "order": 1,
                "description": "Bui Generation",
                "watt_id": "bui_w",
                "var_id": "bui_v"
              },
              {
                "order": 2,
                "description": "TICO Generation",
                "watt_id": "tico_w",
                "var_id": "tico_v"
              },
              {
                "order": 3,
                "description": "Asogli Generation",
                "watt_id": "asogli_w",
                "var_id": "asogli_v"
              }
            ]
          }
        }
      ]
    },
        {
          "order": 3,
          "title": "Graph",
          "sub-menu": [
            {
              "order": 1,
              "title": "Stacked Area",
              "template": "graph",
              "data": {
                "type": "stacked area",
                "description": "Stacked Area Graph",
                "x_label": "time",
                "interval": 3600000,
                "y_label": "System Information",
                "graph_items": [
                  {
                    "order": 1,
                    "description": "System Frequency",
                    "id": "sys_freq_ts",
                    "unit": "Hz",
                    "color": "green"
                  },
                  {
                    "order": 2,
                    "description": "System Generation",
                    "id": "sys_gen_ts",
                    "unit": "MW",
                    "color": "0#00ffff"
                  },
                  {
                    "order": 3,
                    "description": "System Load",
                    "id": "sys_ld_ts",
                    "unit": "MW",
                    "color": "blue"
                  },
                  {
                    "order": 4,
                    "description": "Export",
                    "id": "sys_exp_ts",
                    "unit": "MW",
                    "color": "voilet"
                  },
                  {
                    "order": 5,
                    "description": "Import",
                    "id": "sys_inp_ts",
                    "unit": "MW",
                    "color": ""
                  }
                ]
              }
            }
          ]
        }
      ]
    }
