thingsboard-edge
thingsboard-edge copied to clipboard
[Question] Edge activity information is not showing on a dashboard widget assigned to Edge instance
**Component** * UI **Description** Normally, the Thingsboard status can be monitoring on both the Cloud and Edge. While at Cloud, it can be monitored either by clicking on the Edge...
Is it possible to support compiling Native Images with GraalVM? I have encountered reflection issues. If it can be compiled into binary files, it will be a great success for...
* Installation Issue --- **Description** I followed edge installation guide in Ubuntu. [https://thingsboard.io/docs/user-guide/install/edge/deb-installation/](https://thingsboard.io/docs/user-guide/install/edge/deb-installation/) When I install edge in Mac mini desktop which with Ubuntu 20, everything is clear. But when...
**Describe the bug** After migrating the TB-Cloud to v3.6.0 (went fine, no errors in the logs) an then migrating the TB-Edge to v3.6.0 I started to see the following error...
**Component** * ThingsBoard Edge PE **Description** I am using ThingsBoard PE Perpetual license with ThingsBoard Cloud Maker. The issue is, Edge status is shown offline at the cloud. Below are...
## Pull Request description Rule chain creation on Edge TB PR: [9195](https://github.com/thingsboard/thingsboard/pull/9195) ## General checklist - [ ] You have reviewed the guidelines [document](https://docs.google.com/document/d/1wqcOafLx5hth8SAg4dqV_LV3un3m5WYR8RdTJ4MbbUM/edit?usp=sharing). - [ ] [Labels](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels#about-labels) that classify...
**Describe the bug** Self hosted TB cloud seems to loose connection with Edge after sometime (hours). Issue apply only for RPC calls from cloud server. Error from audit log TB...
**Component** * Rule Engine **Description** I have a Edge 3.5.1 instance configured on Thingsboard CE 3.5.1 with "Connected" status and both instances with public static Ip for access. In the...
**Describe the bug** In the Rule Chain used in the originator telemetry data query, the returned data set with escape characters backslash, difficult to parse data into a json string;...
Original issue from thingsboard: https://github.com/thingsboard/thingsboard/issues/7719 ``` the way that tb deal with data from edge is not effecient,that's part of the code in TelemetryEdgeProcessor processPostTelemetry for (TransportProtos.TsKvListProto tsKv : msg.getTsKvListList())...