How can I access the stat/<my_tasmota_device>/RESULT topic published? I can see it in the HA MQTT integration “listen to topic” line and get e. g.
Nachricht 790 empfangen auf stat/SP13/RESULT um 11:55:
{
"Mem1": "-30",
"Mem2": "-12",
"Mem3": "-18",
"Mem4": "80",
"Mem5": "12345",
"Mem6": "",
"Mem7": "",
"Mem8": "",
"Mem9": "",
"Mem10": "",
"Mem11": "",
"Mem12": "",
"Mem13": "",
"Mem14": "",
"Mem15": "",
"Mem16": ""
}
but how can I access this in HA? It is not part of the autodiscover data form my tasmota devices. (The normal sensor readings and buttons or power states are all visible and used in my HA.)