• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. silvia
    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 9
    • Posts 35
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by silvia

    • S

      Mango REST API -- event detectors

      User help
      • mangoapi api rest api event-detectors • • silvia
      7
      0
      Votes
      7
      Posts
      3.0k
      Views

      S

      You're both absolutely right, maybe I wasn't refreshing the page to see the newly created events, I can now... Thanks so much for all of your help! :)

    • S

      Mango REST API and Watch Lists

      User help
      • mangoapi watchlist datapoint • • silvia
      5
      0
      Votes
      5
      Posts
      2.1k
      Views

      S

      It goes perfectly, thanks again!

    • S

      Mango REST API -- how to create Data Sources / Data Points?

      User help
      • api mangoapi datasource datapoint • • silvia
      7
      0
      Votes
      7
      Posts
      3.1k
      Views

      S

      Wonderful!!!

      It works perfectly :D

      Thanks @phildunlap

    • S

      Sending JSON objects via MQTT

      User help
      • json mqtt • • silvia
      12
      0
      Votes
      12
      Posts
      5.9k
      Views

      Jared WiltshireJ

      @silvia We have made a v3.1.2 release of the MQTT data source which should rectify the issues you were experiencing.

      There we some bugs around referencing values inside JSON objects so we decided to switch the notation over to the JSON pointer spec. Your existing points with $. type notation will be automatically converted and hopefully should just work.

      I've added a help document to the data point edit page for MQTT too (click the blue help icon).

    • S

      Double Axis?

      Dashboard Designer & Custom AngularJS Pages
      • dashboard axis • • silvia
      5
      0
      Votes
      5
      Posts
      2.2k
      Views

      S

      Excellent, this is what I needed!
      Thanks @Will-Geller :)

      (I changed series-4-axis to right-2)

    • S

      Change colour depending on two variables (SVG custom dashboard)

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

      S

      @Jared-Wiltshire said in Change colour depending on two variables (SVG custom dashboard):

      Ternary operators should work, the only issue I can see with this is that there is a curly brace at the start of the expression.
      Your code should look like

      <ma-svg> <div ma-selector="#meterState001 tspan" ng-bind="plug1.value ? (switch1.value ? 'Charging' : 'Plugged In') : (switch1.value ? 'Error' : 'Empty')"></div> </ma-svg>

      You are a star @Jared-Wiltshire!!! :) Thanks so so much! :)

      I didn't know ng-bind only works with strings.

    • S

      Data Sources and Devices - Basic Example Bug

      Mango feedback
      • • • silvia
      9
      0
      Votes
      9
      Posts
      1.8k
      Views

      phildunlapP

      Glad to hear it! Thanks for bringing this to our attention.

    • S

      Date Range Picker Bug

      Mango feedback
      • • • silvia
      2
      0
      Votes
      2
      Posts
      1.2k
      Views

      Jared WiltshireJ

      @silvia thanks fixed for next release. I think we will also have to try and compile each element individually and catch the errors in the future so this sort of scenario doesn't repeat itself.