Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AbCthings/thingsboard-widgets
New widgets for ThingsBoard IoT platform
https://github.com/AbCthings/thingsboard-widgets
Last synced: 3 months ago
JSON representation
New widgets for ThingsBoard IoT platform
- Host: GitHub
- URL: https://github.com/AbCthings/thingsboard-widgets
- Owner: AbCthings
- License: gpl-3.0
- Created: 2019-06-21T09:06:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T12:22:16.000Z (over 5 years ago)
- Last Synced: 2024-06-30T04:16:56.769Z (5 months ago)
- Size: 26.4 KB
- Stars: 30
- Watchers: 1
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-thingsboard - AbCthings widgets - chart and gauge widgets (Widgets)
README
# thingsboard-widgets
New widgets for ThingsBoard IoT platform.* _chart-future-timestamps.json_ --> This widget allows to plot a chart with values related to **future timestamps**, with a fixed time window. Can be useful when you need to plot forecasts of trends.
* _chart-stacked-with-separate-negative-positive.json_ --> This widget integrates a **chart.js library** widget in ThingsBoard. It allows the user to plot a stacked chart which is different from the ThingsBoard standard one since it can keep separate the negative and positive values, avoiding to sum them when stacking.
* _gauge-temperature-analog.json_ --> Analog gauge for temperature (or other type of data) which is way more configurable than the ThingsBoard standard gauges. It is an example of the integration of **gauge.js library** in ThingsBoard.