Hey all,
Long timer lurker, first time posting to this forum.
So, I'm using Tasmota on ESP32 to monitor some Xiaomi Temperature and Humidity BLE sensors.
Similar to "Help me parse this payload" I'm having some trouble with how to parse the MQTT message. I'm intending to push this data into influxdb.
Here's the output from the MQTT In node (set to output 'a Parsed JSON Object')
As I have a number of different types of the Xiaomi sensors, there are identifiers prefixed with MJ_HT_V1 or ATC plus a suffix being part of the MAC address. Using the solution of change node as suggested for the post linked above means that I loose these identifiers.
So I'm after some guidance or pointers on what combination of Switch/Split/JSON/Join or function (code example welcome) nodes that I might need to extract this data, keep the identifier possibly add the name from the message topic and manipulate it into a format for inserting into influxdb.
Thanks
Andrew