From: Matthias Glaub Date: Thu, 30 Sep 2021 18:59:26 +0000 (+0200) Subject: [influxdb] Add info that it's no good idea to override the item tag via metadata... X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=46e1b675cbaefe71f8c51c0da9776023903e67ee;p=openhab-addons.git [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 --- 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.