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.

  • Cloud Connect Help

    17
    0 Votes
    17 Posts
    3k Views
    CraigWebC
    Awesome! They are not HTTP payloads. I use let's encrypt and certbot to handle certificate renewals. There is a script in mango that can be run after the cert is renewed that will move the certificate into the keystore and replace the old cert. /mango/bin/certbot-deploy.sh You may want to look at that.
  • JSON RETRIEVER: Error 400

    5
    0 Votes
    5 Posts
    2k Views
    MattFoxM
    @zaaphod said in JSON RETRIEVER: Error 400: {"slot":0,"io":{"di":[ {"diIndex":0,"diMode":0,"diStatus":0}, {"diIndex":1,"diMode":0,"diStatus":0}, {"diIndex":2,"diMode":0,"diStatus":0}, {"diIndex":3,"diMode":0,"diStatus":0} ]}} You're already 90% of the way there. I'd argue your code will be something like this since there is no "result" property in your incoming data. var data = JSON.parse(content); data = data.io.di; //lets get the info we want. However, you still need to be able to have a means to link what diIndex is what point. If you have the points configured with a specific XID or naming convention, we can use that to map it all together. Fox
  • Datafile datasource saving => 422 (Unprocessable Entity)

    13
    0 Votes
    13 Posts
    3k Views
    MattFoxM
    Cripes Id love to but we are talking five thousand plus points here. Thanks so much for digging deeper
  • Basic dashboard question

    7
    0 Votes
    7 Posts
    2k Views
    K
    Hii You can also use https://onlinejsontools.org/ for json validator,beautify,minify,xml,yaml,CSV,bson,plain text,base64,tsv. Do checkout this site!
  • Modbus Publisher on Port 502

    8
    0 Votes
    8 Posts
    2k Views
    S
    @craigweb Thanks Craig for your help, it worked :-)
  • Limiting pre-cache for slow networks

    1
    0 Votes
    1 Posts
    354 Views
    No one has replied
  • Port forwarding issue with Mango GT

    1
    0 Votes
    1 Posts
    493 Views
    No one has replied
  • Data point query limited to 100 points returned

    2
    0 Votes
    2 Posts
    784 Views
    MattFoxM
    I believe since 3.6 the default was changed from 200 to 100. This has always been the case. I always write a full rql string to ensure nothing is amiss. I think you've found a typo. Fox
  • Changing Data Source but Retaining Data Point History?

    25
    0 Votes
    25 Posts
    15k Views
    M
    No worries, much appreciated. =)
  • CSV export of events

    1
    1 Votes
    1 Posts
    511 Views
    No one has replied
  • User session not closing

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

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • How to disable fonts from being loaded

    1
    0 Votes
    1 Posts
    605 Views
    No one has replied
  • How is 'Grid Count' value applied in Watch-list chart?

    6
    0 Votes
    6 Posts
    1k Views
    MattFoxM
    @cwangv I'd argue this isn't much of an issue rather than being a means to display watchlist values. Exactly..
  • 1 Votes
    1 Posts
    507 Views
    No one has replied
  • Edit-mode not working in Watch-list chart

    1
    0 Votes
    1 Posts
    401 Views
    No one has replied
  • Updating a data point value at a specific timestamp

    7
    0 Votes
    7 Posts
    1k Views
    G
    Ah ok, thank you guys. This helps quite a bit. I am currently using the free license at the moment to investigate whether or not Mango is the right for our project. So far it seems really great and I'm glad there is a solution for my duplicates problem. I appreciate all the help here in the forums.
  • Disable data purging

    purge
    1
    0 Votes
    1 Posts
    665 Views
    No one has replied
  • Watchlist chart size

    3
    0 Votes
    3 Posts
    929 Views
    C
    Ok. Yeah I saw these but they look like they're more for dashboard or data that we know that we want to see ahead of time. I need a page which can just be a generic chart that an operator can get into and select whatever combination of trends they need to look at in order to interrogate the process. Pretty much exactly what the watchlist page is, I'd just like the option to make that chart at the bottom take up more of the screen as there's currently a bit of lost real estate. Can I modify the standard watch list page so that it's possible to drag the chart out? My apologies for the questions it's just my web/html skills at the moment are "<h1> Hello World </h1>" at best.
  • Meta Point Context Point Error

    3
    0 Votes
    3 Posts
    779 Views
    M
    Hi @CraigWeb , We check all context points, none of them is disabled. Although all context points are enabled, we get an error. Thanks in advance,