thingsboard

Posted xfvipp

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thingsboard相关的知识,希望对你有一定的参考价值。

cassandra安装配置用cqlsh登录以后,默认集群是Test Cluster,而thingsboard中要求是Thingsboard Cluster

1修改cassandra集群名称

①修改系统中的集群名称

启动cassandra,登录cqlsh,

select cluster_name from system.local;

显示当前cluster是 Test Cluster

UPDATE system.local SET cluster_name = ‘Thingsboard Cluster‘ where key=‘local‘;

验证修改结果

select cluster_name from system.local;

显示结果是Thingsboard Cluster,

退出cqlsh

exit;

②修改配置文件中的集群名称

找到配置文件,apache-cassandra-3.11.3/conf/cassandra.yaml(apache-cassandra-3.11.3是我的当前安装目录)

将cluster_name: ‘Test Cluster‘ 修改为cluster_name: ‘Thingsboard Cluster‘

③将memtable刷为commitlog

在①exit之后,运行

nodetool flush system

重新启动cqlsh,验证

describe cluster;

2创建keyspace:thingsboard

CREATE KEYSPACE thingsboard WITH replication = {‘class‘: ‘SimpleStrategy‘, ‘replication_factor‘: ‘1‘};

 验证

describe keyspaces;

以上是关于thingsboard的主要内容,如果未能解决你的问题,请参考以下文章

Python通过MQTT协议上传物联网数据给ThingsBoard

Python通过MQTT协议上传物联网数据给ThingsBoard

欢迎一起翻译thingsboard 中文文档,一起学习thingsboard物联网平台

03ThingsBoard-ThingsBoard安装

在 thingsboard 上的自定义控件小部件仪表板上显示 thingsboard 设备属性最新值

thingsboard gateway 部暑 odbc ,都有哪些步殊