From 9d7a40d3fbd6f9559ee5dbc5583dba4db8f648ea Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 14 Jan 2024 17:17:11 +0100 Subject: README: InfluxDB readings are published, not stored. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcd8d03..1e36444 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ influx_url = "..." influx_attr = "..." ``` -Readings will be stored as `mh_z19[influx_attr] co2_ppm=%d,temperature_celsius=%d,abc_ticks=%d,abc_count=%d`. +Readings will be published as `mh_z19[influx_attr] co2_ppm=%d,temperature_celsius=%d,abc_ticks=%d,abc_count=%d`. So, unless `influx_attr = ''`, it must start with a comma, e.g. `influx_attr = ',device=' .. device_id`. ## Images -- cgit v1.2.3