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

    Topics created by Andras

    • A

      Bulk configuration of devices/datapoints

      How-To
      • • • Andras
      4
      0
      Votes
      4
      Posts
      1.5k
      Views

      A

      Thanks, I will take a look at these options.

    • A

      [solved] Change device in dynamic watchlist as result of click event

      Dashboard Designer & Custom AngularJS Pages
      • • • Andras
      8
      0
      Votes
      8
      Posts
      1.8k
      Views

      Jared WiltshireJ

      @Andras is your parameter a data source? That's what it looks like, a device name will just be a string. Glad you got it working anyway.

      @andras said in [solved] Change device in dynamic watchlist as result of click event:

      It's funny to see that my forum profile is older than that of the IAS staff members :)

      I had no idea the forum had even been around that long!

    • A

      Modbus4J changes in Mango 1.8.2

      Modbus4J general discussion
      • • • Andras
      8
      0
      Votes
      8
      Posts
      6.6k
      Views

      M

      No problem. Thanks for getting back.

    • A

      How to create a counter meta point

      User help
      • • • Andras
      7
      0
      Votes
      7
      Posts
      3.7k
      Views

      A

      I think it would indeed be best if the meta point didn't update upon a change of itself.

      I can think of other interesting uses if you can add the meta point value itself to the script context if it didn't update upon it's own change. You could for instance have metapoint m be an exponential smoothed version of data point p with smoothing factor x, like this: m(N) = x*p(N-1) + (1-x)*m(N-1)

    • A

      Publish data on pachube; get charts in iPhone/Android app

      How-To
      • • • Andras
      2
      0
      Votes
      2
      Posts
      3.7k
      Views

      A

      I'd like to share here how to get Mango datapoints published on pachube.com. You could want to do so if you want to share some data feed with the world on this common datastream excange platform, or maybe you would like to be able to view datapoint charts in the pachube iPhone/Android app.

      You can create a free account at pachube. You will get an API key after creating your account.

      The pachube api normally works with http PUT to update data feeds and requires the api key to be put in a custom http header; that won't work with the Mango publisher. Luckily it is still possible to do it differently, but it is a bit hard to derive that from the documentation. Here's how to do it.

      In the Mango publisher:
      -choose the POST method.
      -For feed number 0 in your stream number 1234, choose URL:

      http://www.pachube.com/api/feeds/1234/datastreams/0.csv?_method=put&key=57<bla>7e

      -Add the Mango point that you'd like to publish. Use parameter name "data". Don't add the timestamp.

      That's it.

    • A

      Jee Labs OSH wireless sensor data in Mango

      Hardware
      • • • Andras
      2
      0
      Votes
      2
      Posts
      2.8k
      Views

      A

      Hi,

      I have Mango running with wireless sensor nodes from Jee Labs. The JeeLabs hardware and software are based on Arduino and is open source hardware/software. You can get JeeNodes from jeelabs.org either fully assembled or as a kit (note: I'm not affiliated in any way with Jee Labs).

      To get JeeNode rooms data (temp, presence, humidity, etc.) into Mango, I made a rooms2modbus sketch (in the Arduino world, that's a program that can be compiled and loaded on you microcontroller). This makes the central JeeNode/JeeLink act as a modbus RTU slave. For those interested, you can get the source here:

      www.tucsni.nl/jee

    • A

      Building Mango in Eclipse

      Development general discussion
      • • • Andras
      42
      0
      Votes
      42
      Posts
      49.0k
      Views

      A

      Hi all
      i followed all the steps told by craig.
      But it showed error Eclipse that the myMangoBranch directory already exists (and suggests to use import existing project). & if i import the project cannot be run properly using tomcat..
      Can anyone help please?