I do get readings from my sensors via MQTT. Message payload looks like this:
"13.4375,0x6f01d51b07000728"
where 13.4375 is temp and value after come is sensor identifier. Since I will have several sensors connected, there will be different temps registered for several different sensors (with different identifier).
Influx db node is expecting to get value that will be loaded to Measurement that I would specify in the node. But I prefer not to add identifier manually, best would be if identifier that is within payload be used to define measurement for influxdb database. Is it possible to do?