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

    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

    espedair

    @espedair

    0
    Reputation
    620
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    espedair Unfollow Follow

    Latest posts made by espedair

    • RE: Deploying via Docker

      @shaun

      Hi Shaun,

      I don't know if you got this working but got a vagrant file going with Oracle VMBOX.

      Cheers
      Jon K

      posted in Mango Automation Installation
      E
      espedair
    • RE: Getting things to build (Eclipse-Neon, Maven, Ubuntu)

      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

      posted in Development general discussion
      E
      espedair
    • Getting things to build (Eclipse-Neon, Maven, Ubuntu)

      Hi Folks,

      I have been following the video on how to build under Eclipse but the Maven Install part is stuck.

      After a git pull from the https://github.com/infiniteautomation/ma-core-public.git I have run mvn install and I get ...

      [INFO] Building Mango Assembly Descriptors 3.0.0-SNAPSHOT
      [INFO] ------------------------------------------------------------------------
      [INFO] ------------------------------------------------------------------------
      [INFO] Reactor Summary:
      [INFO]
      [INFO] Mango Parent ....................................... SUCCESS [ 1.934 s]
      [INFO] Mango Assembly Descriptors ......................... FAILURE [ 0.018 s]
      [INFO] Mango Core ......................................... SKIPPED
      [INFO] Mango Modules ...................................... SKIPPED
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD FAILURE

      Is anyone else able to build from GIT or is this my environment I need to debug ?

      Thanks
      Jon King

      posted in Development general discussion
      E
      espedair
    • RE: HTTP receiver : Polling an external site for JSON data

      I think I have got it ....

      trying a HTTP receiver with .... Regex ...

      AIR TEMP : "air_temp"[ :]+((?=[)[[^]]]|(?={){[^}]}|"[^"]")
      TIMESTAMP : "record_datetime"[ :]+((?=[)[[^]]
      ]|(?={){[^}]}|"[^"]")

      posted in User help
      E
      espedair
    • RE: HTTP receiver : Polling an external site for JSON data

      Also .,... the HTTP Retriever is for Polling .... is there a JSON version of this ?

      posted in User help
      E
      espedair
    • RE: HTTP receiver : Polling an external site for JSON data

      "The HTTP receiver data source is used to accept data delivered to the system using HTTP GET or POST methods. Data can be delivered by anything that can act as an HTTP client, the most obvious example of which is a web browser, although there are many others"

      So data is PUSHED to Mango rather than PULL by Mango.

      Does this mean that the "Set point URL" should be where I want the data to go in Mango ?

      posted in User help
      E
      espedair
    • HTTP receiver : Polling an external site for JSON data

      Hi,

      I have a URL that I can poll with an API key to get the following data :-

      {"result":[{"station_id":"SP","name":"South Perth","record_datetime":"2016-12-16 14:20:00","air_temp":"30.1","humidity":"26.1","soil_temp":"27.9","solar":"1002","rain":"0","dewpoint":"8.6","wind_speed_ave":"11.16","wind_speed_max":"15.88","wind_direction_deg":"98.9","wind_direction_comp":"E"}]}

      I have a number of questions ....

      The data point allows the 'Device Identifier Key' and Device Identifier ... Am I correct in assuming this is station_id and SP ?

      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 ?

      I want to capture the air_temp ... I assume I set the HTTP parameter name to air_temp ... I have used the HTTP JSON receiver ... why does it not work / poll ?

      Thanks
      Jon K

      posted in User help
      E
      espedair