and I’m interested in the content of the Data-field. As I understood this should be extracted by a template like this:
{{value_json.RFReceived.Data}})
However this leads to an error in HA-Core:
Protokolldetails (FEHLER)
Logger: homeassistant.helpers.template
Quelle: helpers/template/__init__.py:640
Erstmals aufgetreten: 17. Januar 2026 um 21:50:58 (6 Vorkommnisse)
Zuletzt protokolliert: 17. Januar 2026 um 21:51:13
Error parsing value: 'dict object' has no attribute 'RFReceived' (value: {"Time":"2026-01-17T21:50:57","RfReceived":{"Sync":23168,"Low":924,"High":2434,"Data":"XXXXXX","RfKey":"None"}}, template: {{value_json.RFReceived.Data}})
What the heck is wrong here? What must be corrected? I’m afraid I still have too little knowledge about templates and I would like to learn about it. Any help?
I’m specifically interested in the content of Data and I thought a template was suitable to extract it. The template cited here was one i came up with myself. Unfortunately it seems to be wrong, as it results in the logged error. So the question is, what would be correct way to grab the content of Data. I hope it became clear now.