
thingboard
浮_雲
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
cassandra启动报错:Exiting due to error while processing commit log during initialization.
ERROR 07:18:45 Exiting due to error while processing commit log during initialization. org.apache.cassandra.db.commitlog.CommitLogReplayer$CommitLogReplayException: Could not read commit log descriptor in file /var/lib/cassandra/commitlog/CommitLog-6-16026原创 2020-10-14 15:32:17 · 1032 阅读 · 0 评论 -
thingsboard邮箱自动激活功能
thingsboard激活主要是靠user_credentials表中“enabled ”字段和“activate_token”字段,所以说我们在数据插入的时候更新一下这个字段就可以实现自动激活功能了 第一步:创建函数user_credentials_insert_trigger_fun() CREATE OR REPLACE FUNCTION user_credentials_inse...原创 2020-03-30 11:37:41 · 573 阅读 · 0 评论 -
thingsboard仿官方demo在仪表板中显示资产关联设备的所有警报
官方demo地址:https://thingsboard.io/smart-metering/ 在仪表板中显示资产关联设备的所有警报 1.我将提供两个连接到资产的设备的示例,以便您可以参考。 首先,数据流经过“更改发起者”节点,并将发起者更改为其连接的资产。 然后,“创建警报”节点将遥测对象转换为易于在仪表板“警报小部件”上显示的字符串,并将“警报类型”设置为设备名称,以便它不...原创 2020-03-17 10:15:52 · 2006 阅读 · 0 评论 -
thingsborad统计设备总数以及资产关联的设备数量
您需要在规则链中使用“最新聚合”节点,并将其与“复制到组”节点绑定,以便能够在仪表板上显示此数据。 定制时需要特别注意的事项用箭头标记。 如果要在仪表板上显示此信息,请创建类似于以下内容的别名: 然后,我使用了小部件“简单卡”并向其中添加了参数。 ...原创 2020-03-06 12:32:29 · 1303 阅读 · 1 评论