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

    Topics

    • S

      Mango REST API -- event detectors

      Watching Ignoring Scheduled Pinned Locked Moved User help mangoapi api rest api event-detectors
      7
      0 Votes
      7 Posts
      3k 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

      Watching Ignoring Scheduled Pinned Locked Moved User help mangoapi watchlist datapoint
      5
      0 Votes
      5 Posts
      2k Views
      S
      It goes perfectly, thanks again!
    • S

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

      Watching Ignoring Scheduled Pinned Locked Moved User help api mangoapi datasource datapoint
      7
      0 Votes
      7 Posts
      3k Views
      S
      Wonderful!!! It works perfectly :D Thanks @phildunlap
    • S

      Sending JSON objects via MQTT

      Watching Ignoring Scheduled Pinned Locked Moved User help json mqtt
      12
      0 Votes
      12 Posts
      6k 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?

      Watching Ignoring Scheduled Pinned Locked Moved Dashboard Designer & Custom AngularJS Pages dashboard axis
      5
      0 Votes
      5 Posts
      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)

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

      Watching Ignoring Scheduled Pinned Locked Moved Mango feedback
      9
      0 Votes
      9 Posts
      2k Views
      phildunlapP
      Glad to hear it! Thanks for bringing this to our attention.
    • S

      Date Range Picker Bug

      Watching Ignoring Scheduled Pinned Locked Moved Mango feedback
      2
      0 Votes
      2 Posts
      1k 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.