Hello
I installed a third temperature probe and unfortunately improperly programmed my script at the beginning which sent a string type data instead of float and now I really do not see how to resolve the conflict.
Can you help me, please?
use influx_db_temperature
show field keys from temperature
name: temperature
fieldKey fieldType
-------- ---------
temperature 1 float
temperature 2 float
temperature 3 string
I wish I had that :
fieldKey fieldType
-------- ---------
temperature 1 float
temperature 2 float
temperature 3 float
I saw this on github “The Converter processor plugin Telegraf” but I don’t understand how to install and use the plugin
[[processors.converter]]
[processors.converter.fields]
float = [“temperature 3”]


