devaskim

Results 50 issues of devaskim

Till TB v3.4.1 there is horizontal bar widget. It would be great to have option to specify not only value range but also acceptable range. For example, value range may...

feature

**Component** * UI **Description** Out of the box Thingsboard lets user to configure widget *"statically"*, i.e. this is done on creation or while updating widget configuration. Does custom widget API...

question

Description of problem is in #7258 With this PR I would receive continuous updates in my custom widgets from all timeseries data keys without explicitly specifying them in widget configuration:...

**Is your feature request related to a problem? Please describe.** Our monitoring system receives various sets of json-formatted data from different type of devices. Also these devices send its vocabulary...

feature

I am not a first who asking but no response, no documentation.

bug

Such selector saves time when you are debugging several rule chains at time. I copied code from *DashboardSelectComponent* but without *DashboardSelectPanelComponent* because rule chain selector looks good both on the...

Data from my broker has the following format: ``` [false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false] ``` With this PR my custom converter gets the whole array and covert its based on index of value and...

**Describe the bug** I made this PR #913 and built Docker container to test ``` export GW_DOCKER_TAG=3.2 && \ docker build -t devaskim/tb-gateway:$GW_DOCKER_TAG docker/ && \ docker push devaskim/tb-gateway:$GW_DOCKER_TAG ```...

bug

**Describe the bug** I deployed official Docker image of gateway, using [default log](https://github.com/thingsboard/thingsboard-gateway/blob/master/thingsboard_gateway/config/logs.conf) and [Docker Compose configurations](https://github.com/thingsboard/thingsboard-gateway/blob/master/docker/docker-compose.yml) with modified paths. I expected to find logs in ./logs directory but there...

bug

I am going to use this awesome project to extend capabilities of [map widget implemented in Thingsboard IoT platform](https://thingsboard.io/docs/user-guide/ui/widget-library/#maps-widgets). The UI of the platform is Angular project, so there is...