This commit is contained in:
George Ruinelli
2023-02-22 10:45:31 +01:00
parent 53d64d9ff3
commit d6af7252dc
35 changed files with 100 additions and 29 deletions

View File

@@ -0,0 +1,4 @@
# Parameter `Database`
Default Value: `''`
Name of the InfluxDB v2 Database into which to publish the values.

View File

@@ -0,0 +1,4 @@
# Parameter `Measurement`
Default Value: `undefined`
Name of the InfluxDB v2 Measurement to use to publish the value.

View File

@@ -0,0 +1,4 @@
# Parameter `<NUMBER>.fieldname`
Default Value: `undefined`
Fieldname for InfluxDB v2 to use for saving.

View File

@@ -0,0 +1,4 @@
# Parameter `Org`
Default Value: `undefined`
Organisation (Org) for InfluxDB v2 authentication

View File

@@ -0,0 +1,4 @@
# Parameter `Uri`
Default Value: `undefined`
URI of the HTTP interface to InfluxDB v2, without trailing slash, e.g. `http://192.168.1.1:8086`.

View File

@@ -0,0 +1,4 @@
# Parameter `token`
Default Value: `undefined`
Token for InfluxDB v2 authentication