GHenry Posted December 22, 2023 Posted December 22, 2023 How do I grab a value from a Z-Wave device? I have an Aeotec TriSensor and would like to include the lux reading in notifications. How do I grab it? I’m guessing something similar to “${sys.xxx…}” but where do I find that info?
Solution Bumbershoot Posted December 22, 2023 Solution Posted December 22, 2023 Assuming that you're on the latest/greatest firmware: Right click on the device/node you're interested in, select "X-Ray" from the context menu. An X-Ray window will pop up, then select "Node Info" from the drop down list, and click on "Go". In the example in the screenshot, the device is "ZY007_1", and the value you're looking for is "Lumin". The value in your email would look like this: ${sys.node.ZY007_1.LUMIN}
GHenry Posted December 23, 2023 Author Posted December 23, 2023 Wow, thanks, that’s what I was looking for! I discovered the Z-Wave/Xray menu item, but that didn’t have “Node Info”…the contextual menu did, thanks again!
Recommended Posts