tim2u Posted February 1, 2014 Posted February 1, 2014 I cant find any forum posts, or figure out how to (or if possible) to do the following: I would like to show the status of certain nodes (on/off/etc) in a custom email notification. 1) is this possible? 2) is the format something like {sys.node.#.status}? 3) if so, where do I get the node #? Thanks in advance.
LeeG Posted February 1, 2014 Posted February 1, 2014 "2) is the format something like {sys.node.#.status}?" Yes. The # is the device address, aa bb cc 1 for example. The ending number, 1 in this case, is required. For devices with multiple nodes it is the number associated with the node. The second node of an 8 button KeypadLinc would be aa bb cc 2
tim2u Posted February 1, 2014 Author Posted February 1, 2014 Thanks for quick reply. Still having no luck. Below is the body of my message. The device only has 1 node. ${sys.node.14 3A CB.status} also tried ${sys.node.143ACB.status} and ${sys.node.14.3A.CB.status} None appear to return status
tim2u Posted February 1, 2014 Author Posted February 1, 2014 also tried ${sys.node.14.3A.CB 1.status} with no luck either
LeeG Posted February 1, 2014 Posted February 1, 2014 ${sys.node.14 3A CB 1.ST} This link goes to the Wiki for details http://wiki.universal-devices.com/index ... _Variables
tim2u Posted February 1, 2014 Author Posted February 1, 2014 Awesome. Thanks! That is the documentation I could not find earlier. Thanks very much!!!
Recommended Posts