Print Text to phone message

I am trying to send the text event to my phone, that has triggered the blinds. I use %condtion_text%, but it does NOT send the %text. Can anyone say what I am doing wrong?

You can't access device attributes directly that way. But, there's an easy workaround:

  1. Create a local string variable called "Text".

  2. "Set Variable" to Weather Petrolia's "device attribute" of "condition_text".

  3. Use "%Text%" in your Notify to pass the value.

3 Likes

Excellent, thank you

1 Like