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.

  • Mango v4.0.0 twilio

    10
    0 Votes
    10 Posts
    3k Views
    JoelHaggarJ
    Hi Victor, Thanks for the feedback. I think all your points are very valid. We actually have plans to integrate into many services, as you mention, including Twillo, but our priority for Mango v4 has been stability and scale. We now have systems with over 1 million data points which was quite an achievement for Mango. But I completely agree, and we will not lose sight of these other features and integration. Did you use the Twilio module in Mango v3? Did you find it worked well? It is possible we could upgrade the module to v4, but I was under the impression not many people used it, and it behaved a bit odd as a publisher rather than an event handler. Building it as an event handler will be the better way to go, but I welcome some more feedback.
  • 0 Votes
    10 Posts
    3k Views
    MattFoxM
    Sure, You'll have to use the point-values api for the deletion though. ([mango_domain]/swagger-ui.html#/point-value-rest-controller/deletePointValuesUsingDELETE_1) Refer to my http builder forum post here for using the http builder. Let's call your context variable: pt var DELTA_MAX = 10; var last = pt.lastValue(1,false); var delta = Math.abs(pt.value - last.value); if(delta > DELTA_MAX) { //http.delete("/rest/v2/point-values/"+pt.xid+"?from="+(pt.timestamp-10)+"&to="+(pt.timestamp+10)); } I'm afraid I do not know if there are any other means at this time to delete point values without the API. Fox
  • icon availability issues for menu items

    2
    0 Votes
    2 Posts
    821 Views
    MattFoxM
    Fa are foundation icons. I use material icons, have a Google for them. There is a page with all the icons available. Angularjs material icons Fox
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Import Config Status hangs when not used in browser

    1
    0 Votes
    1 Posts
    560 Views
    No one has replied
  • Folder Menu v4

    1
    0 Votes
    1 Posts
    698 Views
    No one has replied
  • Dashboard Designer bug?

    1
    0 Votes
    1 Posts
    658 Views
    No one has replied
  • Strange issue in Maintenance Event

    1
    0 Votes
    1 Posts
    481 Views
    No one has replied
  • Event Detector/Handler firing after being deleted

    1
    0 Votes
    1 Posts
    459 Views
    No one has replied
  • Watch lists not saving

    1
    0 Votes
    1 Posts
    583 Views
    No one has replied
  • Excel Report Not Running at Correct Time

    4
    0 Votes
    4 Posts
    864 Views
    cmusselmC
    Terry, Updating the priority seemed to do the trick. The job ran on time this morning. Another factor that I'm sure contributed is that we didn't realize our CPU was pegged for a couple days and had to restart Mango to clear that up. (Different post created for that issue...) Thanks, Chad
  • display discrepency for suffix

    3
    0 Votes
    3 Posts
    1k Views
    cwangvC
    @cbyrne I have solved the problem. I will post it tomorrow if you are interested.
  • OPC Datasource deletes "\" after Import csv

    2
    1 Votes
    2 Posts
    608 Views
    MattFoxM
    Use a text editor to escape them with another backslash. Its likely trying to treat the * as a control character... \\ Fox
  • Mango V4 Beta - Cron pattern option not visible in Scripting DS

    2
    0 Votes
    2 Posts
    705 Views
    CraigWebC
    Hi @cwangv there is a use cron checkbox at the top which brings out the corn pattern input.
  • Are FTL reports going to be in V4?

    1
    0 Votes
    1 Posts
    372 Views
    No one has replied
  • error when import json from 3.6.x to 3.7..7

    1
    0 Votes
    1 Posts
    560 Views
    No one has replied
  • Mango V4 Beta 5 not working in Mac OSX Big Sur and Debian

    6
    0 Votes
    6 Posts
    2k Views
    cwangvC
    @craigweb I did not enable SSL. I have the same problem in Debian and Mac. But why would beta 4.0.3 work but not 4.0.5 when installed in the same environment? I have tried fresh installed as well but no luck for both Debian and Mac. It baffles me.