Replies: 1 comment 6 replies
-
Hi @mugginsjm, And welcome to the project. So.. On the basis you want to respond to temp changes, luminance changes etc. etc. 1 - bring in a filter node (attach it to the right hand side of the controller (or a device node) Double clicking this node, you can add 'rules' to it. So how do you tell each rule to only listen for specific value updates? 2 - On the Zwave UI Tab, double click a values title, and you will get the option to add it to the filter you have activated. The value that you want to process in you function will normally be in |
Beta Was this translation helpful? Give feedback.
-
I'm sure it is covered here but I can't find it. I have tried many variations of filters but cannot understand how to deal with the "complex" json responses. For example how do I pull out just one piece of data, say temperature or luminance from a multilevel sensor so that I can use this value to make a logic decision. I have experimented with Json manipulation in a function but I'm sure I'm missing something really obvious.
Some help really appreciated.
Beta Was this translation helpful? Give feedback.
All reactions