thingsboard使用教程

thingsboard使用教程

CentOS版本安装配置:
http://www.ithingsboard.com/docs/user-guide/install/rhel/

启动服务

启动ThingsBoard:

sudo service thingsboard start

启动后,您将可以使用以下链接打开

  • http://localhost:8080/
    thingsboard使用教程_第1张图片

如果在安装脚本的执行过程中指定了-loadDemo则可以使用以下替代替代:

1、创建资产和设备

(1)创建资产
thingsboard使用教程_第2张图片thingsboard使用教程_第3张图片

thingsboard使用教程_第4张图片
(2)创建设备
thingsboard使用教程_第5张图片
thingsboard使用教程_第6张图片
thingsboard使用教程_第7张图片

2、定义资产和设备间的关系

thingsboard使用教程_第8张图片
thingsboard使用教程_第9张图片
在这里插入图片描述
thingsboard使用教程_第10张图片

3、发送设备数据至ThingsBoard

thingsboard使用教程_第11张图片

# Please replace $HOST_NAME and $ACCESS_TOKEN with corresponding values.
curl -v -X POST -d "{\"temperature\": 25}"  $HOST_NAME/api/v1/$ACCESS_TOKEN/telemetry --header "Content-Type:application/json"


curl -v -X POST -d "{\"temperature\": 25}" node02:8080/api/v1/JKvXp7ID17EDchECRRw3/telemetry --header "Content-Type:application/json"

thingsboard使用教程_第12张图片

thingsboard使用教程_第13张图片
thingsboard使用教程_第14张图片
thingsboard使用教程_第15张图片
thingsboard使用教程_第16张图片
thingsboard使用教程_第17张图片
thingsboard使用教程_第18张图片
thingsboard使用教程_第19张图片
thingsboard使用教程_第20张图片
thingsboard使用教程_第21张图片
thingsboard使用教程_第22张图片
thingsboard使用教程_第23张图片

4、创建实时仪表板

thingsboard使用教程_第24张图片
thingsboard使用教程_第25张图片
thingsboard使用教程_第26张图片
thingsboard使用教程_第27张图片
thingsboard使用教程_第28张图片
thingsboard使用教程_第29张图片
thingsboard使用教程_第30张图片
thingsboard使用教程_第31张图片
thingsboard使用教程_第32张图片
thingsboard使用教程_第33张图片
thingsboard使用教程_第34张图片
thingsboard使用教程_第35张图片
thingsboard使用教程_第36张图片
thingsboard使用教程_第37张图片
thingsboard使用教程_第38张图片
thingsboard使用教程_第39张图片
thingsboard使用教程_第40张图片
thingsboard使用教程_第41张图片
thingsboard使用教程_第42张图片
thingsboard使用教程_第43张图片

5、定义阀值并报警

thingsboard使用教程_第44张图片
thingsboard使用教程_第45张图片
thingsboard使用教程_第46张图片
thingsboard使用教程_第47张图片
thingsboard使用教程_第48张图片
thingsboard使用教程_第49张图片
thingsboard使用教程_第50张图片

curl -v -X POST -d "{\"temperature\": 55}" node02:8080/api/v1/753xZr5YGPFyENFk9I9R/telemetry --header "Content-Type:application/json"

thingsboard使用教程_第51张图片

6、将警报通过邮件发送.

你可能感兴趣的:(thingsboard使用教程)