• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. jason81
    3. Posts

    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
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 10
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by jason81

    • Advanced Schedule Present Value in Scripting by XID

      Hello Everyone,

      I was wondering if anyone knows how to get the present value from an Advanced Schule directly using its XID into MetaData source.
      fd1be25d-99ba-411e-819b-05449526b62f-image.png

      Right now I can only use the pulldown menu from the metadata source to select available points within mango. What I have been doing is using the Event Handler to send the present value of the schedule to a virtual data point but have encountered some issues of the event now passing the value to the virtual data point. I would rather just look directly at the schuled true or false directly.

      posted in Scripting general Discussion
      J
      jason81
    • RE: Modbus RTU Low and High Register Information

      Here is the manual for the device.0_1492031464463_upload-4687a129-8284-4695-9883-449ddc53a193 ![alt text](image url)

      posted in User help
      J
      jason81
    • Modbus RTU Low and High Register Information

      I'm trying to get some info from a modbus RTU device and some of the data is sent at the same register but one is a low register the other value at the high register.

      71 H Occupied Cooling Setpoint
      71 L Occupied Heating Setpoint
      72 H Un-Occupied Cooling Setpoint
      72 L Un-Occupied Heating Setpoint

      What datatype do I use to read and or command the individual values? Above is an example of 4 points that I need to view and command. The first two are both at register 71 but Occupied Cooling Setpoint is under the H or High and Occupied Heating Setpoint is under the L or Low register. Im looking to map each point value and be able to command as needed.

      posted in User help
      J
      jason81
    • Environment Canada Data Source Station ID Help

      I'm trying to use the Environment Canada Data source for weather info from the web. It asks for the station ID of the weather station you would like to read information from, so I looked on google and it has ID's with 7 digits or some with 4 and so on. I have tried all types and each fails to get data. Im currently using Ottawa as my test because its the capital and I thought this would help. I was hoping that someone who has experience with this data source could get back to me and help me out.
      Thanks

      posted in Mango General
      J
      jason81
    • RE: Totalized Sum of a point

      Thanks Phil,

      I will be doing the totalization within the controller as your correct in stating the accuracy will be better and the load on the mangoES will stay normal.

      Thanks

      posted in Scripting general Discussion
      J
      jason81
    • RE: Totalized Sum of a point

      so far this is working "return Input_1.past(MONTH,12).sum;" I run this every minute to give the client the running total in real-time. But based on your statement of using to much HP in mango to calculate this when the statistic get larger, will this be too much for a mangoES to do for 10 to 20 points?

      0_1467817910422_upload-a15904f3-a2f5-4444-b4a8-db968f257049

      posted in Scripting general Discussion
      J
      jason81
    • RE: Totalized Sum of a point

      I had tried using this "return Input_1.previous(DAY).sum;" from some examples to others in the forums and realized it gets the sum of the day. How would I rewrite this to get sum for more then just the day?. I just want to use the analytics that mango has on each point to get the value from.

      posted in Scripting general Discussion
      J
      jason81
    • Totalized Sum of a point

      I'm looking to get the totalized sum of data points. I currently have 10 modbus points that I totalize in the controller at 1 minute, 1 hour and 24 hours. Then they reset themselves based on their run-times. So I would like to use a Meta Data point for each that would display the total of the sum of each for as long as mango has be trending them for, or at least a year. Like an odometer reading of each of the data points.

      posted in Scripting general Discussion
      J
      jason81
    • Radio Thermostat API Help!

      Hey, I'm trying to read and trend some data from a WiFi stat from Radio Thermostat. The short and simple is that when you hit "http://#.#.#.#/tstat/temp" you get a page that displays {"temp":65.00}. What I'm trying to do is use the HTML data source to collect from this and other points using the stats API data. Please help. I'm as green as it gets to coding.

      posted in User help
      J
      jason81
    • RE: Radio Thermostat API Help!

      Hey, I'm trying to read and trend some data from a WiFi stat from Radio Thermostat. The short and simple is that when you hit "http://#.#.#.#/tstat/temp" you get a page that displays {"temp":65.00}. What I'm trying to do is use the HTML data source to collect from this and other points using the stats API data. Please help. I'm as green as it gets to coding.

      posted in User help
      J
      jason81