• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. espedair
    3. Topics

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by espedair

    • E

      Getting things to build (Eclipse-Neon, Maven, Ubuntu)

      Development general discussion
      • • • espedair
      2
      0
      Votes
      2
      Posts
      1.7k
      Views

      E

      Looks like a corrupt jar in Maven .... now to the next issue looks like I am missing a library

      Tests in error:
      DateUtilsTest.testPreviousMinutes:43 NoClassDefFound org/joda/time/DateTime
      DateUtilsTest.testPreviousMonths:170 NoClassDefFound org/joda/time/DateTime
      DateUtilsTest.quickTest:24 NoClassDefFound org/joda/time/DateTime
      DateUtilsTest.testPreviousHours:74 NoClassDefFound org/joda/time/DateTime
      DateUtilsTest.testPreviousWeeks:136 NoClassDefFound org/joda/time/DateTime
      DateUtilsTest.testPreviousYears:201 NoClassDefFound org/joda/time/DateTime

      Tests run: 6, Failures: 0, Errors: 6, Skipped: 0

      [INFO] ------------------------------------------------------------------------
      [INFO] Reactor Summary:
      [INFO]
      [INFO] Mango Parent ....................................... SUCCESS [ 0.462 s]
      [INFO] Mango Assembly Descriptors ......................... SUCCESS [ 0.555 s]
      [INFO] Mango Core ......................................... FAILURE [ 1.329 s]
      [INFO] Mango Modules ...................................... SKIPPED
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD FAILURE

    • E

      HTTP receiver : Polling an external site for JSON data

      User help
      • • • espedair
      5
      0
      Votes
      5
      Posts
      2.4k
      Views

      phildunlapP

      Hi espedair,

      I suspect you got it as well. There is not a JSON version of the receiver at the moment, but it would be relatively easy to add. Generally you can use regex to get most values and you don't need the arbitrary nesting of JSON, but I'm sure we'll add it at some point.

      To the questions you raised,

      "The data point allows the 'Device Identifier Key' and Device Identifier ... Am I correct in assuming this is station_id and SP ?"
      From the HTTP receiver help dialogue:
      "The device ID is specified in the HTTP request with the parameter name __device (with two underscores)."

      "There is nothing on the UI to allow me to define that time stamp I need is record_datetime ... Am I correct in assuming it will use the time of polling ?"
      The HTTP receiver accepts timestamps, You can see the format of messages it likes the most by capturing outgoing messages from the HTTP Publisher (which the receiver is made to work with, but is general enough to work with other services POSTing or GETing data. The Retriever solves this problem for you as you're expecting.

      "Does this mean that the "Set point URL" should be where I want the data to go in Mango ?"
      The Setpoint URL will get an HTTP message from Mango if within that Mango someone sets a value to the point. In general "Point Locators" tend to describe where data goes (by identifying a point!)