Using arbitrary device values in a string

Is there a way to reference a device that didn't cause the trigger event? Example:

I would like to be able to put the values of three temperature devices into a string. But I don't know how to reference the other devices or if this is even possible. I was thinking something like Device2.value or ?? Is this even possible in RM?

Not directly. First thought would be to create a variable to represent each device and write actions to set each variable to the sensors value.

1 Like

Oh, that's clever. Should work. Thanks!

Worked great. Thanks @FriedCheese2006

1 Like