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
4
votes
2 answers

Why do I get error ("status":405,"error":"Method Not Allowed") upon sending data to Thingsboard device via command line

I was just sending some data to my device in thingsboard by writing this command on command line curl -v -X POST -d "{\"temperature\": 25}" http://demo.thingsboard.io/devices/api/v1/IG4XXXXXXXXXCQM/telemetry --header…
Sadaf Shafi
  • 1,016
  • 11
  • 27
3
votes
1 answer

export telemetry data of a device in ThingsBoard

im using thingsboard community edition. i want to know if there is a way to export all time series data of a device into csv or any other file format. i need all the data to analyse it. thingsboard Professional edition has this feature. but how…
Arman Ghoreshi
  • 123
  • 1
  • 8
2
votes
0 answers

Can thingsboard Gateway handle nested loop, which can create device in bulk

is there ant way which can create devices based on input json payload. Lets suppose input payload is { "success": true, "msg": [{ "deviceName": "new sensor 05", "deviceType": "temperature sensor", "temperature": 39, …
anjali
  • 21
  • 3
1
vote
0 answers
1
vote
0 answers

Is it possible to convert xml telemetry to json in Thingsboard

My target api returns xml structured telemetry data. How can I convert it to json within Thingsboard CE, preferably using TBEL? Could I alternatively use a converter within Thingsboard-gateway? Debugging the rest response in the rulechain shows a…
tomtomnz
  • 187
  • 14
1
vote
0 answers

Unable to start ThingsBoard Gateway service

I am using Ubuntu 20.04.1 OS with MQTT Broker installed. I followed all the instructions from the ThingsBoard Gateway website to download, install and configure the ThingsBoard Gateway. I used the first method i.e. IoT Gateway installation on…
1
vote
0 answers

Request more attributes values from the server(Thingboard-Gateway)

is it possible to request more attributes (shared attributes) values from server, when the MQTT Gateway APIs are used? Unfortunately in the thingsboard MQTT Gateway API Reference only for one…
VNN
  • 31
  • 5
1
vote
0 answers

Unable to review Thingsboard gateway statistics installed as python module

I'm trying to install the Thingsboard gateway in TechBase controller devices. I'm following the Thingsboard documentation available at 1, 2, and 3. I've attempted to install the gateway as a python module. The installation process goes fine and I'm…
santobedi
  • 866
  • 3
  • 17
  • 39
1
vote
1 answer

How to show pagination in thingsboard custom widget table?

I developed a widget where I display some data using the angular material table. The data is quite large and users need to scroll for a long time to see all the data. I want to show a pagination so that it will help users to see the data by clicking…
1
vote
1 answer

Thingsboard - split messages in rule chain

I need to have a "script node" in rule chain to return more than one message. I'm working on two different projects, and in both project I need this feature. For example because I need to invoke a dynamic number of API request. Using node-red I can…
1
vote
0 answers

Dependency problem with thingsboard-gateway package installer in linux debian 9

i've recently been trying to install Thingsboard Gateway on a gateway running linux Debian 9 32bits, but the packages installer says "missing dependency: python3-paho-mqtt", i have python2.7 and python3.5.3 installed so i tried: sudo pip3 install…
1
vote
0 answers

How to use deviceNameTopicExpression in Thingsboard IoT Gateway with custom_mqtt_uplink_converter?

I have MQTT topics looking like this: ABC123DE/devices/sensor1/controls/temperature where sensor1 is device name, and temperature is device type I want them both to be passed in TB. My mqtt.json: ... "mapping": [ { "topicFilter":…
viktorkho
  • 618
  • 6
  • 19
1
vote
1 answer

How ThingsBoard servers in a cluster communicates with each other?

Currently, I am doing some R&D on Thingsboard IOT platform. I am planning to deploy it in cluster mode. When it is deployed, how two Thingsboard servers communicate with each other? I got this problem in my mind because a particular device can send…
diyath.nelaka
  • 193
  • 14
1
vote
1 answer

HTTP API Rest Controller POST `/api/plugins/rpc/oneway/{deviceId}` RPC calls do not reach the gateway

Currently, I have Thingsboard and Thingsboard-gateway running together through the token of the gateway device, I can synchronize extensions via Thingsboard UI and generate new devices through the Thingsboard-gateway in Thingsboard. The problem I…
0
votes
0 answers

Add python library to thingsboard gateway

I'm trying to build a custom Request connector/converter for Thingsboard Gateway using the XML2dict library. Thingsboard-gw is running in a linux container hosted on Windows. Adding the additional library throws an error and I can't wok out how to…
tomtomnz
  • 187
  • 14
1
2 3