andrei-tatar / node-red-contrib-nora

Node Red Google Home integration
74 stars 25 forks source link

NORA sends two messages when light triggered ON through Google #88

Open qeggs opened 3 years ago

qeggs commented 3 years ago

When I trigger a dimmable light ON or change the brightness, the associated NORA node sends two messages. This isn't the same message sent twice, but actually two separate messages sent in quick succession. When turning a the light OFF, the NORA node only sends a single message.

Also, sometimes the two messages sent after triggering the dimmable light are "ON" and "ON", and sometimes they are "OFF" and "ON". I have not concern with two "ON" messages, but the I run into trouble with my automation when I get an "OFF" message followed by an "ON" message.

Here is the result of an ON command from Google: image

Here is the result of an OFF command from Google: image