• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. sasa
    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
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 22
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by sasa

    • S

      Script to delete problematic datapoint-values like NaN or infinte from the database

      User help
      • • • sasa
      1
      0
      Votes
      1
      Posts
      181
      Views

      No one has replied

    • S

      Custom time configuration in date bar and quick dates

      User help
      • • • sasa
      1
      0
      Votes
      1
      Posts
      162
      Views

      No one has replied

    • S

      No space left on device // (org.tinytsdb.TinyTSDBException: java.io.IOException: No space left on device)

      MangoES Hardware
      • • • sasa
      8
      0
      Votes
      8
      Posts
      3.2k
      Views

      phildunlapP

      No problem and glad to hear you got it resolved!

    • S

      Develop a java client for swagger RESTful API

      Dashboard Designer & Custom AngularJS Pages
      • • • sasa
      1
      0
      Votes
      1
      Posts
      1.1k
      Views

      No one has replied

    • S

      Feeding an external application expecting RESTful webservice

      User help
      • • • sasa
      5
      0
      Votes
      5
      Posts
      2.0k
      Views

      S

      Thank you for the interesting news Joel!
      I had a bit contact with swagger and will dive deeper now to get it going.

      Regards,
      Sasa

    • S

      Receiving json-data over http-service

      Mango General
      • • • sasa
      3
      0
      Votes
      3
      Posts
      2.3k
      Views

      S

      Terry,

      thank you for your help. I used the type "HTTP Retriever" where it is possible to create points by choosing the groups of the matched regular expression (now I understand the functionallity ;-)). I had to change the expression a little bit. Here is the working implementation as example for others and documentation.

      Regular Expression

      .*"tuples": [ [ ([0-9]+), ([0-9]+\.[0-9]+).] ] \} ] \}

      Target string:

      { "version": "0.5.1", "generator": "vzlogger", "data": [ { "uuid": "123", "last": 1470924327196, "interval": 5, "protocol": "d0", "tuples": [ [ 1470924327195, 115.185 ] ] } ] }

      Matcher

      group(0) { "version": "0.5.1", "generator": "vzlogger", "data": [ { "uuid": "123", "last": 1470924327196, "interval": 5, "protocol": "d0", "tuples": [ [ 1470924327195, 115.185 ] ] } ] } group(1) 1470924327195 group(2) 115.185

      Configuration in Mango for choosing the value group 2 (115.185)

      0_1470933096792_http-retriever-point.PNG
      .

      Value in the watchlist

      0_1470933232504_watchlist.PNG

      .

      Thank you very much!
      Sasa

    • S

      Implementation with Intellij IDEA

      Development general discussion
      • • • sasa
      1
      1
      Votes
      1
      Posts
      1.2k
      Views

      No one has replied