Thingsboard Server使用哪个时区来“每天汇总流数据”?

时间:2019-07-03 21:23:45

标签: aggregation thingsboard

我做了什么:

    I have a "smart energy meter" device simulating data for every 1 minute. my data is pushed into "Thingsboard PE" through mqtt.
    my data contains (sample):
          {
      "ts": 1535234633443     //unix timestamp for my devicedata
      "values":
      {
       "Energy": 0.907        //  data
      }
}       
the raw data is uploaded  in my thingsboard device  "EM 011" (sample device) latest telemetry with  my timestamp perfectly.

聚集过程:

      The link below will show what have i  done in my Aggregation, I attached ScreenShots and description of my rule node.

点击链接: https://saravananofficial96.blogspot.com/2019/07/how-to-do-thingsboard-day-by-day.html

根据我的理解,我正在将我的当前本地时间上传到我的设备数据中。汇总值后,使用“时间序列节点”将其保存在时间序列中。东西服务器将我的当地时间作为美国时间,并添加GMT + 5:30(印度时区)。如果我错了,请纠正我。

我想要的是, 我想要每天从00:00到23.29的汇总值。

  1. 我每天的所有汇总值仅在5:30 AM之后保存。为什么会这样发生?

  2. 同一天(上午0.00到凌晨5.00)之间以前的汇总值会怎样?

  3. 我必须配置Thingsboard时区的设置(例如GMT + 5:30)吗?如果是这样,我该在哪里更改?

  4. TTL值在该聚合流节点中的工作方式。这会影响我的规则时间序列吗,请解释一下?

0 个答案:

没有答案