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.

  • Writting to JSON store from a Global Script

    How-To json scripting
    6
    0 Votes
    6 Posts
    2k Views
    ThomasEinastoT
    Can you show your whole method instead of the error? Cant really help otherwise. Also version of Mango would also be helpful to know as 4.x has some major changes in scripting env.
  • 0 Votes
    4 Posts
    2k Views
    CraigWebC
    No problem. to convert it to decimal you could use alphanumeric meta point and in your script do the following. [image: e7mJD5n.png]
  • Sending JSON objects via MQTT

    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).