documented plugins
This commit is contained in:
parent
85c3180136
commit
90c262fd0d
|
@ -23,6 +23,6 @@ As the CSV is reachable by Grafana, you can create a data source, there.
|
|||
Whith Grafana having access to data in the CSV file, it's easy to access this data to create a dashboard.
|
||||
|
||||
![Using CSV data](./images/grafana-csv-data.png)
|
||||
|
||||
![Defining types](./images/grafana-csv-data-type.png)
|
||||
|
||||
|
||||
|
|
BIN
software/dashboard/docs/images/grafana-csv-data-type.png
Normal file
BIN
software/dashboard/docs/images/grafana-csv-data-type.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
Binary file not shown.
|
@ -6,7 +6,7 @@
|
|||
"view-store-position": false,
|
||||
"view-show-grid": true,
|
||||
"view-snap-grid": true,
|
||||
"view-grid-size": 20,
|
||||
"view-grid-size": "20",
|
||||
"view-node-status": true,
|
||||
"view-node-show-label": true,
|
||||
"view-show-tips": true,
|
||||
|
@ -15,6 +15,15 @@
|
|||
"tours": {
|
||||
"welcome": "3.0.2"
|
||||
}
|
||||
},
|
||||
"git": {
|
||||
"user": {
|
||||
"name": "",
|
||||
"email": ""
|
||||
},
|
||||
"workflow": {
|
||||
"mode": "manual"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -11,6 +11,9 @@
|
|||
"view-node-show-label": true,
|
||||
"view-show-tips": true,
|
||||
"view-show-welcome-tours": true
|
||||
},
|
||||
"tours": {
|
||||
"welcome": "3.0.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -21,6 +21,16 @@ A node can:
|
|||
|
||||
Flows are an organized sequence of nodes. Let's do the "first steps" by creating a simple flow.
|
||||
|
||||
## Plugins
|
||||
|
||||
> The plugin folder is pushed into this Git repository and is mounted in Docker. Maybe we should use an own Docker file, instead.
|
||||
|
||||
Node-RED uses plugins (e.g. for Grafana, InfluxDB or own Dashboard capabilites).
|
||||
|
||||
You can access the plugins in the right burger menu.
|
||||
|
||||
![Plugins](./docs/images/node-red-plugins.png)
|
||||
|
||||
## First steps
|
||||
|
||||
For debuging I already added Node-RED's own dashboard (sure, we are going to use Grafana, later).
|
||||
|
|
BIN
software/flow/docs/images/node-red-plugins.png
Normal file
BIN
software/flow/docs/images/node-red-plugins.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
Loading…
Reference in a new issue