I have a NR flow to control heat pump SWW and heating. I would like to share this flow but some names and properties are custom. I have inserted a change node where people can define their properties and names. First of all, perhaps this is not the best way to make the flow universal. I’d appreciate any tips if this is the case.
Anyhow, I can create a full path by concatenating fixed home assistant object paths with some of those strings. Problem being that the result is a string. If I put this in a debug node the path string get’s returned, not the value of the property. I have searched for some time but haven’t gotten any further than $lookup. Not sure if this is the correct function but I haven’t gotten it to work. I set flow.dhwCalendar to “calendar.dhw”. For example:
$lookup(“calendarEventDhw[” & $flowContext(“dhwCalendar”)` & “].events[0]”, “.summary”)
What am I missing?