Questions tagged [thingsboard]

ThingsBoard is an open-source, multi-OS IoT platform for the rapid development, management and scaling of IoT projects. It allows the use of several protocols for delivering IoT data to the ThingBoard server. This tag should be used for specific programming questions related to ThingBoard. Questions regarding MQTT, HTTP, CoAp, and other protocols should include those protocol specific tags.

Thingsboard is an open-source IoT platform that enables rapid development, management and scaling of IoT projects.

With Thingsboard, you are able to:

  • Provision and control devices.
  • Collect and visualize data from devices.
  • Analyze device data and trigger alarms.
  • Deliver device data to other systems.
  • Enable use-case specific features using customizable rules and plugins.

Thingsboard is:

  • scalable: horizontally scalable platform, build using leading open-source technologies.
  • fault-tolerant: no single-point-of-failure, every node in the cluster is identical.
  • robust and efficient: single server node can handle tens or even hundreds thousands of devices depending on use-case. Thingsboard cluster can handle millions of devices.
  • customizable: adding new functionality is easy with customizable widgets, rule engine and plugin system.
  • durable: never lose your data.

    Documentation Page

609 questions
-1
votes
1 answer

Arduino can't show out respond get from mqtt server through esp8266

I'm trying to let my Arduino and esp8266 send data to thingsboard and then subscribe to thingsboard's mqtt channel and get a timestamp from it but for some unknown reason, it just doesn't work. Checked server-side and it was ok, tried postman to…
Tenent Jason
  • 5
  • 1
  • 6
-1
votes
1 answer

How to get current time in thingsboard MQTT exchange

request time from thingsboard.io through its time plugin RPC using MQTT. will it be accurate.
zulfi007
  • 93
  • 1
  • 9
-1
votes
1 answer

Read sensor data from ThingSpeak with MIT App Inventor

I've been trying to build an android IOT app using MIT App Inventor. It's supposed to read the voltage value from my NodeMCU device and display it. I think the values should be transmitted to ThingSpeak database channels and I did that just fine.…
B.Djo
  • 1
  • 1
  • 3
-1
votes
1 answer

Access Raspberry Pi "Thingsboard" account from outside home?

I have installed Thingsboard cloud platform on my raspberry pi using ThingsBoard Installation Guide. I access the Raspberry Pi IP address 192.168.xx.xx:8080/login from another Ethernet connected device. It takes me directly to Thingsboard WebUI…
-1
votes
2 answers

thingsboard running on Raspberry Pi don't start after shutdown -- cqlsh "Connection refused"

everytime that I shutdown and start the raspberry Pi 3 after a fresh and working Thingsboard instalation it won't start due to an error on cqlsh. the Log file shows this error: 2017-02-03 23:27:07,556 [localhost-startStop-1] WARN …
-2
votes
1 answer

Is it possible to get Asset attributes via REST API?

I checked that it's possible to get Device attributes thorough the devices-api-controller API, but I didn't find the API for getting Asset attributes. Our assets has attributes as coordinates and address that we want to inform to another system. Is…
-3
votes
1 answer

Thingsboard Dashboard for All Customers

I have multiple customers with users for each of the customer groups. I have created a single dashboard which will be managed by myself (Tenant Admin). So if customer "A" logs in, I want them to see only their devices, on "my" dashboard. I had this…
1 2 3
40
41