Let's atart with the basics
- what device are you runnning NR on?
- what verswion of NR and Node.js are you running (you can get this from the startup log)
- what extra nodes (node-red-contrib-???) are you using oin your flow?
- please export your flow and attach it to a reply
- Give a step by step description of what you are trying to do.
Frankly I do not understand what you are trying to describe. or example:
is the device returning a true/false or a 1/0? The easy way to find out is attach a debug
node (set to display the complete msg object) to the output of the groove epic node to see what it is actually returning.
again I don't understand what you are saying. This could be because it has to do with a contrib node, but not knowing waht the node is no-one will be able to help.
Here is how to copy and post a flow:
In order to make code readable and usable it is necessary to surround your code with three backticks (also known as a left quote or backquote ```
)
```
code goes here
```
You can edit and correct your post by clicking the pencil icon.
See this post for more details - How to share code or flow json