From 46e1b675cbaefe71f8c51c0da9776023903e67ee Mon Sep 17 00:00:00 2001 From: Matthias Glaub Date: Thu, 30 Sep 2021 20:59:26 +0200 Subject: [PATCH] [influxdb] Add info that it's no good idea to override the item tag via metadata (#11316) * add info that it's no good idea to override the item tag via metadata closes #11288 Signed-off-by: Matthias Glaub --- bundles/org.openhab.persistence.influxdb/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/org.openhab.persistence.influxdb/README.md b/bundles/org.openhab.persistence.influxdb/README.md index bfc077a553..449903b460 100644 --- a/bundles/org.openhab.persistence.influxdb/README.md +++ b/bundles/org.openhab.persistence.influxdb/README.md @@ -93,6 +93,8 @@ temperature,item=tempBath,floor=firstfloor You can now easily select all temperatures of the firstfloor or the average temperature of the groundfloor. +*Warning: Do **not** override the tag `item` within the metadata. This tag is used internally by openHAB and changing it will lead to problems querying the persisted datapoints.* + #### Extended automatic tagging Besides the metadata tags, there are additional configuration parameters to activate different automatic tags generation. -- 2.47.3