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

    Topics created by mircsicz

    • mircsiczM

      [SOLVED] fresh install "Handshake failed"

      Mango Automation Installation
      • • • mircsicz
      4
      0
      Votes
      4
      Posts
      4.2k
      Views

      mircsiczM

      That's why I'm proxying it, it's my lazy men's way to get it on HTTPS ;-)

    • mircsiczM

      Graph with 15Min consumption from electricity meter with absolute value

      User help
      • • • mircsicz
      5
      0
      Votes
      5
      Posts
      1.8k
      Views

      CraigWebC

      Hi Mircsicz

      I needed to accomplish a similar UI with flow meter totalizers. These 2 videos should help you with navigating the legacy UI for data points and getting the delta roll up you trying to accomplish.


    • mircsiczM

      [SOLVED] Changing Admin passwd leads to "Timeout trying to lock table "USERS"; SQL statement:"

      User help
      • • • mircsicz
      7
      0
      Votes
      7
      Posts
      2.1k
      Views

      mircsiczM

      I Installed the update and can approve that changing the passwd now works for me ;-)

    • mircsiczM

      [SOLVED] Accessing H2 Web-Console give's "IO Exception"

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

      mircsiczM

      I've moved this issue to it's own topic

      And BTW: I've pasted the log output in that new topic...

    • mircsiczM

      [SOLVED] CSV Import errors with "Value 0 for clockhourOfHalfday must be in the range [1,12]"

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

      mircsiczM

      @mircsicz said in CSV Import errors with "java.lang.ArrayIndexOutOfBoundsException: 1":

      I get that it doesn't like a time like this, but there's 365 of those "midnight" timestamp's in a full year's profile and so for me there's no way to change that... And I'm not enough of a java programmer to change that in org.joda.time! :-(

      My Bad:

      It's late in germany, after sitting with it for a while and reading this I looked into it once more:

      private DateTimeFormatter dtf = DateTimeFormat.forPattern("dd.MM.yyyy HH:mm:ss");

      "HH" makes the Pattern 24hour format compatible... So now it import's my CSV!

      Thank's a lot so far, but now it limit's me to 5k value's:

      Point values limited to 5001 values, please reduce the time range or adjust the rollup interval

      So hopefully the final question on this topic: where do I adjust the rollup interval?

      Found an answer

      There's still an issue with that, but so far I'ld consider this topic solved!

    • mircsiczM

      Import EnergyData from XML

      Development general discussion
      • • • mircsicz
      19
      0
      Votes
      19
      Posts
      4.7k
      Views

      mircsiczM

      Yeap Phil, I'm aware of that. But with a working basic example like this one I can abstract the rest...

      THX a ton Philip I reran the import on al 50k XML files and I now have the expected data point's.... I'll now start to adopt for other value type's!!!