node-red-matter icon indicating copy to clipboard operation
node-red-matter copied to clipboard

Some clarity on document to help get it to work (cannot pair, or actions cannot work)

Open LMWCoding opened this issue 1 year ago • 0 comments

Thanks developer for a userful node. This is not an issue, but I would like to share some details of how I got this matter node to work, maybe it is in the document somewhere, but I missed it. Hope this helps other users.

  1. On pair. Using Google home, google home will reject because it is not a registered device. Do see instructions at https://github.com/project-chip/matter.js#Pairing-and-Usage-Information on how to enable a testing device
  2. To control the device, the INJECT node is to inject to msg.payload.on To turn on, send msg.payload.on = boolean True To turn off, send msg.payload.on = boolean False. The example in the node uses msg.payload which does not work.

LMWCoding avatar Sep 30 '23 07:09 LMWCoding