npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@node-red-matter/node-red-matter

v0.3.1

Published

The Node-RED Matter plugin is an open-source project that enables the generation of Matter devices within Node-RED. Matter devices created using this plugin can be seamlessly integrated into popular smart home controllers such as Apple Home, Google Home,

Downloads

198

Readme

Node-RED Matter Plugin

The Node-RED Matter plugin is an open-source project that enables the generation of Matter devices within Node-RED. Matter devices created using this plugin can be seamlessly integrated into popular smart home controllers such as Apple Home, Google Home, and Alexa. Additionally, you can control and retrieve data from these devices directly within Node-RED.

The project is heavily based on matter.js, the official JavaScript Matter SDK.

✨ Features

  • Matter Device Generation: Generate Matter devices within Node-RED for easy integration with various smart home controllers.
  • Controller Compatibility: Compatible with popular smart home controllers such as Apple Home, Google Home, and Alexa.
  • Bi-Directional Communication: Control and read data from Matter devices directly within Node-RED.
  • Flexibility: Customize and configure the behavior of Matter devices based on your specific requirements.
  • Seamless Integration: Connect Matter devices to existing Node-RED flows effortlessly.

demo

🛠️ Installation

To install the Node-RED Matter plugin, follow these steps:

  1. Open your Node-RED dashboard.
  2. Go to the palette manager and search for @node-red-matter/node-red-matter
  3. Install the plugin and load the provided example flow!

ℹ️ Usage

To use the Node-RED Matter plugin, please follow these instructions:

  1. Launch Node-RED in your browser.
  2. Drag and drop the "Matter Device Status" or "Matter Device Control" node from the palette onto your workspace.
  3. In the node configuration, create a new Matter device or select an existing device.
  4. Establish the required connections between the Matter device node and other nodes in your flow.
  5. Deploy your Node-RED flow to make the Matter device available for control and data retrieval.

📚 Documentation

Find the documentation our our wiki.

⛔ Limitations

Currently, the Node-RED Matter plugin has the following limitations:

  • The plugin only supports 4 device types: Dimmable and not dimmable lights, and dimmable and not dimmable switches. More device types will be added in the future.

💾 Backup

The generated Matter device configurations are currently stored in ~/.node-red/node-red-matter/matter-devices, or under wherever your Node-RED user directory is located.

Each device is stored in a sub-folder named after the configuration node ID, if you ever need to recreate a Matter configuration node but don't want to lose your existing virtual Matter device, you can simply rename the folder with the new configuration node ID and it will automatically pick it up.

🤲 Contributing

We welcome contributions from the community to enhance and improve the Node-RED Matter plugin. To contribute, please follow these guidelines:

  1. Fork the project on GitHub.
  2. Create a new branch for your contribution.
  3. Make your changes and ensure they are thoroughly tested.
  4. Submit a pull request, explaining the purpose and benefits of your changes.

Please refer to the project's GitHub repository for any additional guidelines and instructions.

💙 Support

If you have any questions, feature requests, or need assistance with the Node-RED Matter plugin, please reach out via the project's GitHub issue tracker.

📝 License

Node-RED Matter is released under the MIT License. Please review the license file in the project's GitHub repository for more details. Note: This project is not affiliated with or endorsed by Matter, Apple Home, Google Home, or Alexa.