
iot - Video feed to ThingsBoard dashboard - Stack Overflow
Feb 13, 2019 · I'm currently using ThingsBoard as an IoT broker to capture and display telemetry data from several sensors to a dashboard. I would like to add the capability of displaying a live video feed …
How to Install ThingsBoard from Source on Ubuntu
Feb 16, 2025 · I'm trying to install ThingsBoard Community Edition (CE) from source on Ubuntu, but I'm facing some issues during the build process. I would appreciate any guidance on the correct steps to …
Thingsboard - Custom timeseries widget injected with Chart.js library
Jul 12, 2023 · I want to create my linear timeseries widget in thingsboard but i need some custom features not included in the default version. Configuration provided as an example byThingsboard: …
How to create and use an Angular component in ThingsBoard widget
Jul 25, 2023 · The Widgets Development Guide of ThingsBoard describes how to develop widgets with JavaScript hooked to the Widget API. For the development of reusable widget component, I'd like to …
javascript - How to make Custom Action of Thingsboard to accept …
Jan 23, 2024 · How to make Custom Action of Thingsboard to accept users input and act accordingly? Asked 1 year, 11 months ago Modified 1 year, 11 months ago Viewed 1k times
mqtt - Thingsboard, Posting Data to Two Seperate Devices From One ...
Aug 4, 2022 · Is that possible on thingsboard? I achieved this via ESP32 but when I am posting data with two different token, I need to cut the wifi and reconnect the Thingsboard with the other devices …
thingsboard - How to make custom widget in things board ... - Stack ...
Aug 8, 2020 · Can any one tell me how to create custom widget in things board? I want to create widget for operator position where operator can enter reason why machine is not working? like answers.
javascript - Thingsboard: How to change an attribute from Current User ...
Aug 26, 2022 · Thingsboard: How to change an attribute from Current User using the custom action Asked 3 years, 4 months ago Modified 3 years, 3 months ago Viewed 2k times
thingsboard - How can I forward Protobuf message in rule chain?
Jan 21, 2025 · So far, that works and I can see the telemetry data in the ThingsBoard UI. Now, I would like to forward the Protobuf message to an external server via the rule chain, but it seems like …
Thingsboard widget coding - how to access the data of the device ...
May 3, 2023 · For reference take a look at some of the default widgets from ThingsBoard e.g. the Simple Card Widgets. The HTML section is blank and filled dynamically with the JavaScript Code.