How can I detect where I'm coming from? #261
-
I'm trying to use getValue from a Thermostat using ValueAPI in a function, and everything works fine. However, if I have several z-wave device nodes all of them are "trigger", i.e. if I click on the inject of the upper flow as shown on image below, the lower is also triggered, resulting in two debug messages. How can I detect where I'm coming from (e.g. what injection button I am clicking)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @widert, This is something that will be improved upon in V9. However, in the meantime, enable the 'Isolated get value' option in each of your device nodes. This stops other device nodes from being triggered. I.e the result is only passed to the device node that sent the get value request. |
Beta Was this translation helpful? Give feedback.
Hi @widert,
This is something that will be improved upon in V9.
However, in the meantime, enable the 'Isolated get value' option in each of your device nodes.
This stops other device nodes from being triggered.
I.e the result is only passed to the device node that sent the get value request.