FezVrasta / node-red-matter

Create Virtual Devices with Ease for the Matter Protocol!
43 stars 9 forks source link

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

Open LMWCoding opened 1 year ago

LMWCoding commented 1 year ago

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.