andrei-tatar / node-red-contrib-nora

Node Red Google Home integration
74 stars 25 forks source link

Output status of node #35

Closed JaspervanKol closed 4 years ago

JaspervanKol commented 4 years ago

Hi @andrei-tatar

I am using a RF remote and a Arduino to switch on and off wireless sockets. Now I am using NORA to switch on and off the wireless sockets with arduino.

The problem I have is when I turn it on with google assistent and then off with the remote but then again turn it on with google assistent it won't turn on because it is still on in google assistent.

It is not possible for me to have feedback from the remote to Node-RED. But is it possible when you ask google to turn something on when it is already on that it will still give the "true" message from the node?

Thank you for this amazing project!

andrei-tatar commented 4 years ago

Hi, Just tick this box in nora-config:

image

JaspervanKol commented 4 years ago

Thank you for your quick response.

But unfortunately it doesn't seems to work, I still can't get the second message with the same output state.

Do I need to do something else, like restarting Node-RED?

image

image

andrei-tatar commented 4 years ago

Hmm, don't remember. Try restarting.

JaspervanKol commented 4 years ago

Restarting did the trick, It's working now!