Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-8937

[fiware-stackoverflow] Error registering Weather Forcast data model (NGSI v2)

    Details

      Description

      Created question in FIWARE Q/A platform on 01-12-2016 at 12:12
      Please, ANSWER this question AT https://stackoverflow.com/questions/40909799/error-registering-weather-forcast-data-model-ngsi-v2

      Question:
      Error registering Weather Forcast data model (NGSI v2)

      Description:
      I am trying to register weather forcast on ContextBroker V1.5.0 but getting below error :-

      400 Bad Request

      { "error": "BadRequest", "description": "attribute must be a JSON object, unless keyValues option is used" }

      Request:
      POST http://[ContextBroker IP]:1026/v2/entities

      Request header :
      Content-Type:application/json

      Here is the payload

      {
      "feelsLikeTemperature":31.8,
      "dayMinimum":

      {"feelsLikeTemperature":31.8,"temperature":0.0,"relativeHumidity":31.0}

      ,
      "temperature":0.0,
      "dateCreated":"2016-12-01T12:05:00+05:30",
      "type":"WeatherForecast",
      "address":

      {"addressCountry":"IN","postalCode":"452001","addressLocality":"Indore"}

      ,
      "windSpeed":3.7,
      "validity":

      {"to":"2016-12-01T06:44:37Z","from":"2016-12-01T06:44:37Z"}

      ,
      "source":"http://dataservice.accuweather.com/",
      "precipitationProbability":0,
      "dayMaximum":

      {"feelsLikeTemperature":31.8,"temperature":0.0,"relativeHumidity":31.0}

      ,
      "weatherType":"Partly sunny",
      "windDirection":"ENE",
      "id":"452001_IN_YYYY-12-DD ",
      "relativeHumidity":31.0
      }

      I verified with FIWARE data models on http://fiware-datamodels.readthedocs.io/en/latest/Weather/WeatherForecast/doc/spec/index.html but it does not seem to be working. Does anyone know solution to this problem?

        Activity

        fla Fernando Lopez made changes -
        Fix Version/s 2021 [ 12600 ]
        fla Fernando Lopez made changes -
        Assignee Backlog Manager [ backlogmanager ]
        fla Fernando Lopez made changes -
        HD-Enabler Orion [ 10875 ]
        Description
        Created question in FIWARE Q/A platform on 01-12-2016 at 12:12
        {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/40909799/error-registering-weather-forcast-data-model-ngsi-v2


        +Question:+
        Error registering Weather Forcast data model (NGSI v2)

        +Description:+
        I am trying to register weather forcast on ContextBroker V1.5.0 but getting below error :-

        400 Bad Request
            {
              "error": "BadRequest",
              "description": "attribute must be a JSON object, unless keyValues option is used"
            }

        Request:
            POST http://[ContextBroker IP]:1026/v2/entities

        Request header :
            Content-Type:application/json

        Here is the payload

         {
            "feelsLikeTemperature":31.8,
            "dayMinimum":{"feelsLikeTemperature":31.8,"temperature":0.0,"relativeHumidity":31.0},
            "temperature":0.0,
            "dateCreated":"2016-12-01T12:05:00+05:30",
            "type":"WeatherForecast",
            "address":{"addressCountry":"IN","postalCode":"452001","addressLocality":"Indore"},
            "windSpeed":3.7,
            "validity":{"to":"2016-12-01T06:44:37Z","from":"2016-12-01T06:44:37Z"},
            "source":"http://dataservice.accuweather.com/",
            "precipitationProbability":0,
            "dayMaximum":{"feelsLikeTemperature":31.8,"temperature":0.0,"relativeHumidity":31.0},
            "weatherType":"Partly sunny",
            "windDirection":"ENE",
            "id":"452001_IN_YYYY-12-DD ",
            "relativeHumidity":31.0
        }


        I verified with FIWARE data models on http://fiware-datamodels.readthedocs.io/en/latest/Weather/WeatherForecast/doc/spec/index.html but it does not seem to be working. Does anyone know solution to this problem?
        Created question in FIWARE Q/A platform on 01-12-2016 at 12:12
        {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/40909799/error-registering-weather-forcast-data-model-ngsi-v2


        +Question:+
        Error registering Weather Forcast data model (NGSI v2)

        +Description:+
        I am trying to register weather forcast on ContextBroker V1.5.0 but getting below error :-

        400 Bad Request
            {
              "error": "BadRequest",
              "description": "attribute must be a JSON object, unless keyValues option is used"
            }

        Request:
            POST http://[ContextBroker IP]:1026/v2/entities

        Request header :
            Content-Type:application/json

        Here is the payload

         {
            "feelsLikeTemperature":31.8,
            "dayMinimum":{"feelsLikeTemperature":31.8,"temperature":0.0,"relativeHumidity":31.0},
            "temperature":0.0,
            "dateCreated":"2016-12-01T12:05:00+05:30",
            "type":"WeatherForecast",
            "address":{"addressCountry":"IN","postalCode":"452001","addressLocality":"Indore"},
            "windSpeed":3.7,
            "validity":{"to":"2016-12-01T06:44:37Z","from":"2016-12-01T06:44:37Z"},
            "source":"http://dataservice.accuweather.com/",
            "precipitationProbability":0,
            "dayMaximum":{"feelsLikeTemperature":31.8,"temperature":0.0,"relativeHumidity":31.0},
            "weatherType":"Partly sunny",
            "windDirection":"ENE",
            "id":"452001_IN_YYYY-12-DD ",
            "relativeHumidity":31.0
        }


        I verified with FIWARE data models on http://fiware-datamodels.readthedocs.io/en/latest/Weather/WeatherForecast/doc/spec/index.html but it does not seem to be working. Does anyone know solution to this problem?
        backlogmanager Backlog Manager made changes -
        Resolution Done [ 10000 ]
        Status In Progress [ 3 ] Closed [ 6 ]
        backlogmanager Backlog Manager made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        backlogmanager Backlog Manager made changes -
        Field Original Value New Value
        Component/s FIWARE-TECH-HELP [ 10278 ]
        backlogmanager Backlog Manager created issue -

          People

          • Assignee:
            backlogmanager Backlog Manager
            Reporter:
            backlogmanager Backlog Manager
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: