Questions tagged [thingsboard-gateway]

This tag should be used only for Thingsboard IoT Gateway related questions.

The ThingsBoard IoT Gateway is an open-source solution that allows you to integrate IoT devices connected to legacy and third-party systems with ThingsBoard.

46 questions
0
votes
0 answers

Thingsboard owner change doesnt make any change on devices group

The problem is when i try to move a device from a customer/device group into my main tenat device group with owner change it doesnt move. Actualy it moves device but it still shows under customer/devicegroup and when i try to move it again , it…
0
votes
0 answers

Thingsboard Image function

I need to display image and last line of a text file using Thingsboard Widget through http POST request. I can do it separately or together but can't seem to find the appropriate widget for this. Please help, thank you so much! I tried finding the…
Walden Ng
  • 3
  • 1
0
votes
0 answers

My java jdk does not contain jre/lib/ext files which is required to install thingsboard what to do?

can anyone tell me what to do to install thingsboard on windows Copy downloaded file to C:\Program Files\AdoptOpenJDK\jdk-11.0.10.9-hotspot\jre\lib\ext and add a global variable named CLASSPATH with value .;”C:\Program…
0
votes
1 answer

telemetry data after breaching the threshold generate multiple mails until the telemetry data come under the threshold in thigsboard

this is my rule cain(https://i.stack.imgur.com/VVkmh.png) what I require to do is after the threshold breached , the first mail needs to be generated after 30 minuets and the second mail needs to be generated until the the telemetry data come under…
0
votes
1 answer

thingsboard - Telemetry is being split into 2 mssessages

I am trying to send the following data via tb-gateway mqtt connector '{"timestamp": 1670415775, "camera": "testcamera", "alert": "Temperature", "guid": "241ffb1c-5d8f-4959-a34a-02edf32487a1", "highTemp": "false", "temperature": "95.9\u00baF/…
user1900266
  • 339
  • 2
  • 5
0
votes
1 answer

What is the url for http telemetry, in the Thingsboard micro service architecture?

I am implementing a system using thingsboard msa (micro service architecture) to achieve high availability and fault tolerance. But I cannot pass telemetry data to the http transport layer. I am using the released version on thingsboard github…
0
votes
0 answers

Changing the api endpoint to my thingsboard app

I'm still new to thingsboard app, flutter and dart. Right now I have my thingsboard which have it's own database (it is managed by someone else). I want the thingsboard app to pointed to my thingsboard instead of the demo one. I change the…
mianuar
  • 41
  • 3
0
votes
1 answer

How to connect thingsboard cloud in python without using mqtt connector?

Note : should not use mqtt connector. Please guide me how to connect to thingsboard cloud by using python without mqtt connector? I've been doing R & D for 2 weeks but I didn't find any help over the internet. Can someone write a custom connector to…
0
votes
0 answers

Attach different thingsboard gateway to different thingsboard tenant

I'm using an instance of Thingsboard Gateway connected to Thingsboard server through his equivalent gateway type sensor on Thingsboard. On Thingsboard, the gateway type sensor is owned by a tenant. So all telemetry read from Gateway goes to that…
dellui
  • 1
  • 1
0
votes
1 answer

Messages loss in Thingsboard

I am trying to send messages to google pubsub through Thingsboard using MQTT broker . I am using only one instance of Thingsboard and thingsboard is installed on kubernates. But there I am facing messages loss. Is single instance cause this problem…
0
votes
1 answer

Thins board as MQTTT Broker

If I was using thinsboard.cloud then I was putting MQTT broker name as thingsboard.cloud . But as of now I have deployed things board at GKE so what MQTT broker I can use to communicate. I tried to put public Ip address of the same but not working
0
votes
1 answer

ThingsBoards How to change an server attribute using the custom action option in a widget

Is it possible to change an server attribute using the custom action option in a widget? Thanks for help enter image description here
0
votes
0 answers

How to connect multiple slave devices under the modbus-serial (rtu) connector

this is my Configuration File. I'm using the new profile https://thingsboard.io/docs/iot-gateway/config/modbus/ [new_modbus.json], in the new configuration file, seems to be able to configure several different devices in { master : { "slaves" : []…
lanruo
  • 1
  • 1
0
votes
2 answers

Thingsboard: How do i change main logo?

I currently have a Thingsboard installation with docker and all I would need to do is change the main logo of the web application to another logo. I've made several attempts by searching within the container but can't find any reference to the image…
0
votes
1 answer

Thingsboard Gateway REST connector fails to initialize

I'm trying to set up the REST connector for Thingsboard IoT Gateway and getting some errors on initialization. My rest.json config is: { "host": "127.0.0.1", "port": "5000", "SSL": false, "mapping": [ { "endpoint": "/sizerdata", …