TrueNAS to graphite telegraf

Maybe someone can tell me, I’m trying to transfer data from TrueNas Scale reporting via the graphite exporter to telegraf using listener and it seems like the data is coming, but the hard drive temperature data that I need is not coming
Below is my telegraf.conf

[[inputs.socket_listener]]
service_address = "tcp://:12003"
data_format = "graphite"
templates = [
"os.host.measurement.type.field"
]