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

FIWARE.Request.General.FIWARE.Request.Tech.IDAS fiware-figway.

    Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Fix Version/s: 2021
    • Component/s: FIWARE-GENERAL-HELP
    • Labels:
      None

      Description

      Hello,

      I have been testing fiware-figway, doing the exercises of
      http://www.slideshare.net/FI-WARE/io-t-basicexercisesdevelopersweek and
      have had some troubles getting the expected results.

      I have been able to register a new device (getting a 201 response code),
      list it, send some observations (getting a 200 response code), delete the
      device (getting a 204 response code), send observations (getting a 200
      response code) but when I check the entity data from Orion Context Broker I
      just get a basic entity information

      Fiware-service used has been: openiot
      IDAS: http://130.206.80.40:5371

      It seems like data it's not being replicated to Orion from IDAS.

      Commands used:

      Response of GetEntity:

      {
      "contextResponses": [
      {
      "contextElement": {
      "type": "kwido:HealthRecord",
      "isPattern": "false",
      "id": "kwido:tenant:personId:hr",
      "attributes": [

      { "name": "TimeInstant", "type": "ISO8601", "value": "2015-06-24T12:47:56.880888Z" }

      ]
      },
      "statusCode":

      { "code": "200", "reasonPhrase": "OK" }

      }
      ]
      }

      There are missing attributes in the received response: WEIGHT and
      CHOLESTEROL. Where is my mistake?

      Thanks in advance.
      Arkaitz

      _______________________________________________
      Fiware-tech-help mailing list
      Fiware-tech-help@lists.fi-ware.org
      https://lists.fi-ware.org/listinfo/fiware-tech-help

      [Created via e-mail received from: Arkaitz Carbajo <arkaitz.carbajo@gmail.com>]

      1. HEALTH_RECORD
        0.6 kB
        FW External User

        Activity

        Hide
        fw.ext.user FW External User added a comment -

        Hi,

        We provide support on Orion Context Broker through StackOverflow http://stackoverflow.com. This way, all the Q&A about the product become available in a public and searchable knowledge base like StackOverflow, which is quite popular among developers.

        In that sense, could you please ask your question using that platform? Use the “fiware-orion” tag (this is important: using this tag in your question is the only way our support staff realizes a new question on Orion has been posted). Any further interaction will be carried out through answers and comments to your question.

        Thanks,

        Miguel

        El 24/06/2015 a las 15:08, Arkaitz Carbajo escribió:
        Hello,

        I have been testing fiware-figway, doing the exercises of http://www.slideshare.net/FI-WARE/io-t-basicexercisesdevelopersweek and have had some troubles getting the expected results.

        I have been able to register a new device (getting a 201 response code), list it, send some observations (getting a 200 response code), delete the device (getting a 204 response code), send observations (getting a 200 response code) but when I check the entity data from Orion Context Broker I just get a basic entity information

        Fiware-service used has been: openiot
        IDAS: http://130.206.80.40:5371

        It seems like data it's not being replicated to Orion from IDAS.

        Commands used:

        Response of GetEntity:

        {
        "contextResponses": [
        {
        "contextElement": {
        "type": "kwido:HealthRecord",
        "isPattern": "false",
        "id": "kwido:tenant:personId:hr",
        "attributes": [

        { "name": "TimeInstant", "type": "ISO8601", "value": "2015-06-24T12:47:56.880888Z" }

        ]
        },
        "statusCode":

        { "code": "200", "reasonPhrase": "OK" }

        }
        ]
        }

        There are missing attributes in the received response: WEIGHT and CHOLESTEROL. Where is my mistake?

        Thanks in advance.
        Arkaitz

        Show
        fw.ext.user FW External User added a comment - Hi, We provide support on Orion Context Broker through StackOverflow http://stackoverflow.com . This way, all the Q&A about the product become available in a public and searchable knowledge base like StackOverflow, which is quite popular among developers. In that sense, could you please ask your question using that platform? Use the “fiware-orion” tag (this is important: using this tag in your question is the only way our support staff realizes a new question on Orion has been posted). Any further interaction will be carried out through answers and comments to your question. Thanks, Miguel El 24/06/2015 a las 15:08, Arkaitz Carbajo escribió: Hello, I have been testing fiware-figway, doing the exercises of http://www.slideshare.net/FI-WARE/io-t-basicexercisesdevelopersweek and have had some troubles getting the expected results. I have been able to register a new device (getting a 201 response code), list it, send some observations (getting a 200 response code), delete the device (getting a 204 response code), send observations (getting a 200 response code) but when I check the entity data from Orion Context Broker I just get a basic entity information Fiware-service used has been: openiot IDAS: http://130.206.80.40:5371 It seems like data it's not being replicated to Orion from IDAS. Commands used: Register a new device (see attached file): RegisterDevice.py< http://registerdevice.py/ > HEALTH_RECORD 14:da:e9 kwido:tenant:userId:hr List Devices: ListDevices.py< http://listdevices.py/ > Send Observations: SendObservation.py< http://sendobservation.py/ > 14:da:e9 "WEIGHT|87.54#CHOLESTEROL|201" Get Entity: GetEntity.py kwido:tenant:personId:hr Response of GetEntity: { "contextResponses": [ { "contextElement": { "type": "kwido:HealthRecord", "isPattern": "false", "id": "kwido:tenant:personId:hr", "attributes": [ { "name": "TimeInstant", "type": "ISO8601", "value": "2015-06-24T12:47:56.880888Z" } ] }, "statusCode": { "code": "200", "reasonPhrase": "OK" } } ] } There are missing attributes in the received response: WEIGHT and CHOLESTEROL. Where is my mistake? Thanks in advance. Arkaitz

          People

          • Assignee:
            mcp Miguel Carrillo
            Reporter:
            fw.ext.user FW External User
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: