• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. zenvakil
    3. Topics

    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
    Z
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 25
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by zenvakil

    • Z

      HHTP Retriever states no value match

      User help
      • • • zenvakil
      2
      0
      Votes
      2
      Posts
      482
      Views

      R

      Hi zenvakil,

      My working example for Mango:

      <wind value="10" unit="km/h" dir="S" symbol="13" symbolB="37"/>

      If I want the winddirection (=S) I have to code:

      dir="(.*?)"

      So try

      SoC"(.*?)"

      If you have more than 1 SoC in your webpage:

      <hour value="01:00"> <temp value="0" unit="°C"/> <symbol value="1" desc="Sonne" value2="1" desc2="Sonne"/> <wind value="10" unit="km/h" dir="S" symbol="13" symbolB="37"/> <wind-gusts value="27" unit="km/h"/> <rain value="0" unit="mm"/> <humidity value="88"/> <pressure value="1006" unit="mb"/> <clouds value="0%"/> <snowline value="600" unit="m"/> <windchill value="-4" unit="°C"/> <uv_index value="0"/> </hour>

      try this:

      01:00"><.*?><.*?><.*?><.*?><.*?><humidity value="(.*?)"
    • Z

      Formatting by Active Event

      Development general discussion
      • • • zenvakil
      1
      0
      Votes
      1
      Posts
      341
      Views

      No one has replied

    • Z

      How to pass a XID from an input container to a query

      How-To
      • • • zenvakil
      3
      0
      Votes
      3
      Posts
      729
      Views

      MattFoxM

      @zenvakil said in How to pass a XID from an input container to a query:

      <ma-point-query query="'eq(dataSourceXid,DS_f4bd539a-6d8d-4557-8248-1650c7a447e9)&sort(deviceName,name)&limit(200)'" points="eventPoints"></ma-point-query>

      <ma-point-query query="'eq(dataSourceXid,'+myDataSource.xid+')&sort(deviceName,name)&limit(200)'" points="eventPoints"></ma-point-query>

      That's how I do it

      Fox

    • Z

      State Chart X-Axis showing different time format

      How-To
      • • • zenvakil
      15
      0
      Votes
      15
      Posts
      2.4k
      Views

      Z

      Hey Craig, Thanks for all the help.
      I ended up figuring it out :)

      <md-card flex=""> <md-card-content> <ma-get-point-value point-xid="UAR-STN-DP_Gen_BreakerState" point="point1"></ma-get-point-value> <ma-get-point-value point-xid="UAR-STN-DP_Gen_State" point="point2"></ma-get-point-value> <ma-point-values point="point1" values="point1Values" from="dateBar.to | maMoment:'subtract':1:'day'" to="dateBar.to" rollup="FIRST" rollup-interval="1 hours"> </ma-point-values> <ma-point-values point="point2" values="point2Values" from="dateBar.to | maMoment:'subtract':1:'day'" to="dateBar.to" rollup="FIRST" rollup-interval="1 hours"> </ma-point-values> <ma-state-chart style="height: 500px; width: 100%" series-1-title="{{point1.name}}" series-1-values="point1Values" series-1-labels="point1.getTextRenderer().values" series-2-title="{{point2.name}}" series-2-values="point2Values" series-2-labels="point2.getTextRenderer().values"> </ma-state-chart> </md-card-content> </md-card>
    • Z

      Events Table for a Specific Data Source.

      How-To
      • • • zenvakil
      11
      0
      Votes
      11
      Posts
      2.0k
      Views

      Z

      Any new ideas for this? I've just come back to the topic so was wondering if anyone had any insights?

    • Z

      Slack Publisher not working, but webhooks sent to slack work

      User help
      • • • zenvakil
      3
      0
      Votes
      3
      Posts
      953
      Views

      Z

      @craigweb Hey Craig, thanks for helping with this. That is really strange since the user and workspaces are both very much active.
      I am using core version 3.7.7 and slackPublisher module 3.7.0.