diff --git a/software/flow/README.md b/software/flow/README.md index 5396915..d8ff945 100644 --- a/software/flow/README.md +++ b/software/flow/README.md @@ -78,6 +78,10 @@ You can forward this message to InfluxDB. The `URL`of our InfluxDB is `http://influxdb:8086`. In InfluxDB you have to create a `token` to connect: [Load Data -> API Tokens](http://localhost:8086/orgs/721027680173bf2f/load-data/tokens). +![Influx Create Token](./docs/images/influx-create-token.png) + +You can use this `token` to create a connection in Node-RED. + ![Influx Connection](./docs/images/influx-connection.png) Then the measurements should be visible in [Influx Data Explorer](http://localhost:8086/orgs/721027680173bf2f/data-explorer?bucket=test). diff --git a/software/flow/docs/images/influx-create-token.png b/software/flow/docs/images/influx-create-token.png new file mode 100644 index 0000000..65e58d2 Binary files /dev/null and b/software/flow/docs/images/influx-create-token.png differ