• 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
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 22
    • Groups 0

    Topics

    • S

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

      Watching Ignoring Scheduled Pinned Locked Moved User help
      1
      0 Votes
      1 Posts
      457 Views
      No one has replied
    • S

      Custom time configuration in date bar and quick dates

      Watching Ignoring Scheduled Pinned Locked Moved User help
      1
      0 Votes
      1 Posts
      431 Views
      No one has replied
    • S

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

      Watching Ignoring Scheduled Pinned Locked Moved MangoES Hardware
      8
      0 Votes
      8 Posts
      4k Views
      phildunlapP
      No problem and glad to hear you got it resolved!
    • S

      Develop a java client for swagger RESTful API

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • S

      Feeding an external application expecting RESTful webservice

      Watching Ignoring Scheduled Pinned Locked Moved User help
      5
      0 Votes
      5 Posts
      2k 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

      Watching Ignoring Scheduled Pinned Locked Moved Mango General
      3
      0 Votes
      3 Posts
      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) [image: zK1v01c.png] . Value in the watchlist [image: jEFUwjO.png] . Thank you very much! Sasa
    • S

      Implementation with Intellij IDEA

      Watching Ignoring Scheduled Pinned Locked Moved Development general discussion
      1
      1 Votes
      1 Posts
      1k Views
      No one has replied