Basic Logging Question

Have a basic logging question. I want to log a message in a rule that is an attribute of a device (in this case, the weather text of my open weather device. I found "Log a message" under actions, but not sure how to insert the weather attribute into the log statement.

You'll need to create a local variable (or hub variable or just some way to store this value), assign the value of this device attribute to that variable (this is an option under Set Variable), the use that variable in your log message.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.