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

How complete OTA Software/Firmware Updates?

I assigned software to a device and I imported the software OTA dashboard and I can see that the software update is initiated and is in the queue. However, it stays in that state. How to complete the software transmission? Device: Raspberry pi (as a…
0
votes
0 answers

ThingsBoard telemetry export only provides one data point

I installed ThingsBoard (TB) 3.3.2 at Rasperry Pi, added a device and sent some temperature values to it. Those values can be seen at my TB dashboard. The problem is, when I try to request those data by TB telemetry API, I can only received one…
BernieM
  • 1
  • 2
0
votes
1 answer

MQTT - How to change the behaviour of the default parser for JSON on the CE (SenML)?

I have a gateway fromKhomp manufacturer which delivers packages in the following format (SenML): message: [ { "bn": "000D6FFFFE642E09", "bt": 1611339204 }, { "n": "model", "vs": "nir21z" }, { …
0
votes
1 answer

Problem Using Single Security Token for Multiple MQTT Client

Below are my setups: ThingsBoard (Community Edition) Self-hosted on DigitalOcean Raspberry Pi 4 running the applications below: Node-Red collecting data from sensor (DHT22) and publishing it to ThingsBoard using "MQTT Out" node ThingsBoard…
Caracos
  • 31
  • 5
0
votes
1 answer

MQTT Issue while running Thingsboard IOT gateway

I am trying to connect to thingsboard server using thingsboard IoT gateway. I have followed all steps given in the below link : https://thingsboard.io/docs/iot-gateway/install/source-installation/ When running tb-gateway with command : python3…
0
votes
0 answers

BLE telemetry data via thingsboard-gateway is not updating in thingsboard

I tried everywhere for a solution but I'm stuck. My setup is the following: ESP32 uses BLE GATT NOTIFICATION characteristic to push temperature data via thingsboard gateway into thingsboard. Once the BLE connection is established the first telemetry…
0
votes
1 answer

Does latest version of thingsboard gateway support MultiTenant?

I was trying to add multi tenant in latest Thingsboard gateway, but all i could see is single tenant. It seems latest vesrion of Gateway does not support it. Can anyone help me in setting up multi-tenant on GW.
anjali
  • 23
  • 2
  • 6
0
votes
1 answer

ThingsBoard IoT Gateway doesn't update MQTT values

I try to receive simple text values from external MQTT broker topics with IoT Gateway. For this purpose I simplify the existing script (extensions/mqtt/custom_mqtt_uplink_converter.py): from thingsboard_gateway.connectors.mqtt.mqtt_uplink_converter…
viktorkho
  • 618
  • 6
  • 19
0
votes
1 answer

Is it possible to use "read_holding_registers" with unitid greater than 255 in TCP mode?

I am using thingsboard gateway to connect to a modbus slave with unitid greater than 255, the pymodbus throws error like below: tb-gateway-py_1 | struct.error: ubyte format requires 0 <= number <= 255 tb-gateway-py_1 | ''2020-04-23 08:43:46' -…
Chad Cai
  • 31
  • 3
0
votes
1 answer

Unable to send data to ThingsBoard gateway through MQTT

I have installed ThingsBoard server on one PC (UBUNTU16.04) and ThingsBoard Gateway on another PC(UBUNTU18.04) ,In order to send data to ThingsBoard Gateway I installed Mosquitto MQTT broker on another PC.I followed configuration guides to connect…
0
votes
1 answer

Unable to install Thinbgsboard IoT Gateway on windows

I am trying to apply installation steps for Python on my windows system but I dont know exactly what path should I create for log and config. I get the following error: C:\Program Files\Python38\Scripts>thingsboard-gateway Traceback (most recent…
0
votes
0 answers

How to write in modbus device with Thingsboard RPC?

I have a modbus device connected through tb-gateway, where I can read from device. I'm strugling to use a RPC to write to device. I read this doc thingsboard.io/docs/user-guide/rpc/#server-side-rpc-api and I can read from device. Now I want to…
Fmatic
  • 1
  • 1
-1
votes
1 answer

Is there any way data exchange between Unity and Thingsboard

I'm studying at university and our project is to work on the data exchange between Unity and Thingsboard. We already have a physical machine connected to the things board. But I can't find anywhere how to thingsboard connect to the unity in real…
-1
votes
1 answer

Thingsboard-gateway logs.conf explained

In Thingsboard-gateway is a logs.conf, i want to adjust the settings that way i got the leasest data in the log files. Now i try to understand this…
Tuxed
  • 1
-1
votes
1 answer

Is there any official Docker image for ThingsBoard Gateway?

Is there any officially supported docker image for ThingsBoard gateway? I only found a version from "gmatheu" in the Docker Hub, but none in the official thingsboard repository. Furthermore I see there is a docker folder (with the Dockerfile) in…
1 2
3