AND logic not working with localhost inputs

Let's atart with the basics

  1. what device are you runnning NR on?
  2. what verswion of NR and Node.js are you running (you can get this from the startup log)
  3. what extra nodes (node-red-contrib-???) are you using oin your flow?
  4. please export your flow and attach it to a reply
  5. 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 :pencil2: icon.

See this post for more details - How to share code or flow json