documented plugins

This commit is contained in:
simonox 2023-02-26 11:31:14 +01:00
parent 85c3180136
commit 90c262fd0d
7 changed files with 24 additions and 2 deletions

View File

@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

View File

@ -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"
}
}
}
}

View File

@ -11,6 +11,9 @@
"view-node-show-label": true,
"view-show-tips": true,
"view-show-welcome-tours": true
},
"tours": {
"welcome": "3.0.2"
}
}
}

View File

@ -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).

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB