• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. tomatopi

    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
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 18
    • Best 1
    • Controversial 0
    • Groups 0

    tomatopi

    @tomatopi

    1
    Reputation
    36
    Profile views
    18
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    tomatopi Unfollow Follow

    Best posts made by tomatopi

    • RE: Help with ideas for how to guide

      Just wondering if anything is in the works regarding more documentation and what not. This thread was quite promising when it was posted, but it seems like stuff stalled out and never really materialized. I'm sure many people, including myself, would like better documentation.

      Thanks

      posted in User help
      T
      tomatopi

    Latest posts made by tomatopi

    • RE: Move Data Points to new Data Source

      That really helps.

      Setting up the new data source isn't a problem.

      The B part:

      1. JSON import/export - that looks like the easiest way to go. In each data point, I'd just have to change dataSourceXid and the settings under pointLocator to reflect JSON fields instead of RegEx fields.

      2. Sounds not too hard, but I find documentation is a bit lacking on the NoSQL tools.
        It would be useful is mango provided an easy point history import/export feature. I know in the watch-list I can export CSV, but it would be nice to have an "export all" for a datapoint somewhere that could be easily imported back in. Like an additional tab to import/export data points.

      3. Sounds more complicated than the route I'd like to go down. Keeping the XID the same wouldn't break things elsewhere.

      I don't know how often it happens, but maybe a future tool to move a data point to a new data source would be useful?

      posted in User help
      T
      tomatopi
    • Move Data Points to new Data Source

      I have around 100 data points currently spread across three HTTP Retriever data sources that are parsed using RegEx. There's been an update on the client end and I would now be able to pull all the data points from a single JSON request.

      What is the best way to migrate all these data points while still retaining their point value history?

      posted in User help
      T
      tomatopi
    • RE: Help with ideas for how to guide

      Just wondering if anything is in the works regarding more documentation and what not. This thread was quite promising when it was posted, but it seems like stuff stalled out and never really materialized. I'm sure many people, including myself, would like better documentation.

      Thanks

      posted in User help
      T
      tomatopi
    • RE: Statistics for specific time in range

      @CraigWeb That's a good re-assurance I'm on the right train of though.

      It would be neat if there was a data point that could capture sunrise and sunset for a given location. Changes in those values would trigger a context change and update the statistical point. Sunrise and Sunset values would be great if they could be used in the advanced scheduler, too, as one could save energy by using those values to trigger events like setpoints and the like.

      I was hoping to use the envcands Environment Canada module to capture weather data and perhaps sunrise/sunset, but I never managed to make it work. There's a distinct lack of documentation on that module. If there is documentation, that would be extremely useful.

      posted in User help
      T
      tomatopi
    • RE: Statistics for specific time in range

      @CraigWeb Dang. That makes it much less convenient.

      Another approach I was thinking was to somehow create a data point that ran every day that would store an average value based on criteria. So one for day average, one for night average, etc. The advantage would be that it would be easy to visualize any range via the date bar in a bar graph. Does this seem like a scenario that would be plausible?

      posted in User help
      T
      tomatopi
    • Statistics for specific time in range

      I would like to gather some statistics on temperature readings over time. I know when I select a range, I can use maPointStatistics to get the average over the range, min, max, etc.. I'm trying to see if there's a way to (easily) get average day temperatures and average night temperatures of said date range rather than just the overall average.

      For example, I want to set the date bar range to 1 week and I would like to display overall average temperature, average night temperature between 6pm and 6am, and average day temperature between 6am and 6pm.

      Even better would be if I could set the time range using sunrise and sunset, but I expect that would get very complicated.

      Is what I'm attempting possible out-of-the-box or are we back into custom directives?

      posted in User help
      T
      tomatopi
    • RE: Help with ideas for how to guide

      @CraigWeb As a beginner and using Mango outside of a standard SCADA environment, I'd love to see some how-to's.

      Perhaps a "best practices" guide on using Device Names, Name, Tags, etc. I found myself re-naming devices quite often to make things easier with filters later on as I expended my install.

      I'd like to see a basic tutorial on how to take a repeated snippet out of a display and turn it into a template. For example, I'm trying to display irrigation statistics so each zone has a valve, a sensor (with bar display), a meta point to set, and statistically how long the valve was on. Rather than repeating this collection of standard dashboard components, create a new one to integrate all the components together. Somewhat like turning a watchlist-based display page into a component/directive, so you could have multiple copies on a single display.

      It would be nice to have a bit more how-to on the user component part in the docs. Having it say Hello is a start, but maybe show how to pull a datapoint in as well. That would make for an easier jumping off point.

      The HVAC tutorial helped more, but it seems out of date and the code snippets appear to sometimes be escaped making it hard to follow. I never managed to make it all work. Also, the HVAC tutorial is really based on writing everything custom from scratch. Maybe a version that's based on Dashboard Designer or other built-in tools would be a better starting point.

      Perhaps a tutorial on how to re-create one of the built-in simple dashboard components. I've seen other tutorials that show the rebuilding of exiting code and they are very helpful to understand the inner workings.

      That's a start for me. I'll post if I think of more.

      posted in User help
      T
      tomatopi
    • RE: Change Bar Display bar-color based on point value

      @CraigWeb I was trying this again and it couldn't get it to work, but I found the issue.

      I used point="1water" and got a console error:

      Token 'water' is unexpected token at column 2 of the expression [1water] starting at [water].
      

      If I used point="water1", then it works. So if the first character of a point variable is a number, it barfs. I'm curious why that is? Is it documented anywhere? Seems a pretty important gotcha.

      posted in Dashboard Designer & Custom AngularJS Pages
      T
      tomatopi
    • RE: Change Bar Display bar-color based on point value

      @CraigWeb I tried that before and it didn't work. I tried again and now it is working.

      Probably a syntax error on my part. I may have used { ... } instead of {{ ... }} for the logic replicating what was in ng-style.

      The learning curve is a little steep. Most searches for AngularJS comes back newer Angular information, or links on the forum are often broken or redirect to something newer. What programming I do is more server-side and not Java based so it's a little frustrating. It's nice to see more activity here now. Most definitely a help.

      Thanks!

      posted in Dashboard Designer & Custom AngularJS Pages
      T
      tomatopi
    • RE: Change Bar Display bar-color based on point value

      @joeamiraglia That could very well do the trick. It would be similar to a VU meter, I think.

      Is there any examples of how to implement that? A forum search led me to one thread, but it didn't really show a working example.

      posted in Dashboard Designer & Custom AngularJS Pages
      T
      tomatopi