node-red-matter
node-red-matter copied to clipboard
Some clarity on document to help get it to work (cannot pair, or actions cannot work)
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.
- 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
- 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.