问题标签 [thingsboard]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
thingsboard - thingsboard - 与我的 api 的集成
我使用 thingsboard 仪表板来可视化设备的历史数据。我安装了 thingsboard。现在我正在使用他们的外部数据库架构。我需要根据我在 UI 源代码中的要求对其进行自定义。我发现 API 正在从 app->src->ui->api 文件夹调用如何将 thingsboard 仪表板与我的其余 api 集成。
plc - 无论如何从PLC模块上传数据?
目前是否有一个网关可以让 thingsboard 从 PLC 模块中检索数据?
thingsboard - thingsboard mqtt 脚本使用 din 仪表板发布的视频
我看到几天前发布的关于地图和可视化的结核病视频。感人的。
有一些脚本用于发布、订阅设备的请求数据。
您能否分享用于恒温器、能源和水表设备的脚本执行的目标和任务?
TIA
mqtt - MQTT 消息已发布,对于未向 TB 网关注册的新设备,日志中出现错误
Windows 10 设置:
Thingsboard 服务器在 Windows 上作为本地服务运行
Thingsboard.yml mqtt 参数
/li>Thingsboard 网关服务在 Windows 上作为本地服务运行
mqtt的配置文件是默认设置的,如下。
这些是在我的笔记本电脑上运行的仅有的两个服务,我根据文档发布了如下 mqtt 消息:
我在两个日志中都看到了错误。
thingsboard 网关中的错误很奇怪。
我究竟做错了什么?我在本地安装了 mosquitto,因此使用 mosquitto_pub 工具发布消息。
任何线索,伙计们?
thingsboard - Thingsboard - 将仪表板(及其组件)从一个环境导入到另一个环境
如何将仪表板从一台服务器导入到另一台服务器?
我尝试并下载了仪表板 JSON 文件并将其导入其他 TB 服务器,并提供了别名。
但是,设备和资产以及其他实体及其状态并未被进口。
我做错了吗?
是否需要单独导入其他设备和资产和其他实体?如何?
谢谢
mqtt - how to import raw (not json-formatted) mqtt values in thingsboard iot-gateway?
I've searched in the documentation and in the message boards, but was unable to find the following.
I'm trying to import data from mqtt into thingsboard, using the IOT gateway.
The documentation outlines how to configure the IOT gateway to import json-formatted data.
from (https://thingsboard.io/docs/iot-gateway/getting-started/#step-81-basic-mapping-example).
That mapping then works to import data published like this:
mosquitto_pub -h localhost -p 1883 -t "sensors" -m '{"serialNumber":"SN-001", "model":"T1000", "temperature":36.6}'
I am hoping that it is also possible to import raw data, i.e. without json formatting, because I already have many data topics with raw data payloads. So, just raw ascii-encoded values. So, like this:
mosquitto_pub -h localhost -p 1883 -t "sensors/livingroom/temperature" -m '36.6'
Is that possible with the IOT gateway, and if so, what would the configuration look like?
thingsboard - 事情板:系统错误1067
在 Windows 上成功安装 Thingsboard 后,请帮助我在尝试启动服务时遇到此错误。
thingsboard - 在 AWS EC2 上安装 thingsboard 的步骤
我的要求是在 AWS 上安装 thingsboard,我在 thingsboard 官方网站上获得了在 AWS EC2 上安装 thingsboard 的文档“ https://thingsboard.io/docs/user-guide/install/aws/ ”但没有定义所有步骤.
node.js - Thingsboard,运行 install_dev_db.sh 时出错
我分叉了 thingsboard 目录。然后我按照网站上的说明进行操作:
https ://thingsboard.io/docs/user-guide/contribution/how-to-contribute/
我的配置:
.Ubuntu 16.04
.openjdk 版本“1.8.0_151”
.javac 1.8.0_151
.Apache Maven 3.3.9
.Node v8.0.0
.npm 5.6.0
我输入了命令行:
我收到以下消息:(在那之前我没有发现任何有用的问题)
提前致谢!
thingsboard - 安装 thingsboard 但没有“设备”部分
我在 windows10 上安装了 thingsboard 我使用了这个网站“ https://thingsboard.io/docs/user-guide/install/windows/ ”来安装。我想做这个项目“ https://www.hackster.io/thingsboard/temperature-dashboard-using-arduino-uno-esp8266-and-mqtt-5e26eb ”
安装完成后登录http://localhost:8080登录:sysadmin@thingsboard.org 密码:sysadmin 我想添加设计,但没有“设备”部分。