Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highest load does not return values for all zones #62

Open
ttben opened this issue Aug 15, 2020 · 0 comments
Open

Highest load does not return values for all zones #62

ttben opened this issue Aug 15, 2020 · 0 comments
Labels
backend bug Something isn't working

Comments

@ttben
Copy link
Collaborator

ttben commented Aug 15, 2020

Routes : http://51.210.182.41:8080/api/v1/zones/installations/load/last?filter=highest

Result :

[
  {
    "zoneId": "FR-24",
    "snapshots": [
      {
        "datetime": "2020-08-15T21:00:00+02:00",
        "highest": "bioenergy"
      }
    ]
  },
  {
    "zoneId": "FR-11",
    "snapshots": [
      {
        "datetime": "2020-08-15T21:00:00+02:00",
        "highest": "bioenergy"
      }
    ]
  },
  {
    "zoneId": "FR-93",
    "snapshots": [
      {
        "datetime": "2020-08-15T21:00:00+02:00",
        "highest": "fossil"
      }
    ]
  },
  {
    "zoneId": "FR-32",
    "snapshots": [
      {
        "datetime": "2020-08-15T21:00:00+02:00",
        "highest": "bioenergy"
      }
    ]
  },
  {
    "zoneId": "FR-53",
    "snapshots": [
      {
        "datetime": "2020-08-15T21:00:00+02:00",
        "highest": "bioenergy"
      }
    ]
  },
  {
    "zoneId": "FR-76",
    "snapshots": [
      {
        "datetime": "2020-08-15T21:00:00+02:00",
        "highest": "bioenergy"
      }
    ]
  },
  {
    "zoneId": "FR-28",
    "snapshots": [
      {
        "datetime": "2020-08-15T21:00:00+02:00",
        "highest": "hydraulic"
      }
    ]
  },
  {
    "zoneId": "FR-44",
    "snapshots": [
      {
        "datetime": "2020-08-15T21:00:00+02:00",
        "highest": "nuclear"
      }
    ]
  },
  {
    "zoneId": "FR-52",
    "snapshots": [
      {
        "datetime": "2020-08-15T21:00:00+02:00",
        "highest": "bioenergy"
      }
    ]
  },
  {
    "zoneId": "FR-75",
    "snapshots": [
      {
        "datetime": "2020-08-15T21:00:00+02:00",
        "highest": "bioenergy"
      }
    ]
  },
  {
    "zoneId": "FR-84",
    "snapshots": [
      {
        "datetime": "2020-08-15T21:00:00+02:00",
        "highest": "bioenergy"
      }
    ]
  },
  {
    "zoneId": "FR",
    "snapshots": [
      {
        "datetime": "2020-08-15T21:00:00+02:00",
        "highest": "nuclear"
      }
    ]
  }
]

Note that it is missing FR-27.

@ttben ttben added bug Something isn't working backend labels Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant