Homebridge plugin to showcase examples of Matter devices in Homebridge.
This plugin provides example implementations of Matter device types in Homebridge:
- Demonstration & Testing: Perfect for developers building Matter plugins or testing Matter integrations
- Example Code Reference: Clean, documented examples showing how to implement Matter devices in Homebridge
- Apple Home Compatible: Works seamlessly with Apple Home and other Matter ecosystems
- To use this plugin, you will need to already have:
- Node: latest version of
v20,v22orv24- any other major version is not supported. - Homebridge:
>=2.0.0-beta.63- refer to link for more information and installation instructions.
- Node: latest version of
- Introduction
- Core Concepts
- Getting Started
- State Management
- Monitoring External Changes
- Error Handling
- Best Practices
- Advanced Patterns
- Lighting Devices (§4)
- Smart Plugs/Actuators (§5)
- Switches & Controllers (§6)
- Sensors (§7)
- Closure Devices (§8)
- HVAC (§9)
- Robotic Devices (§12)
- Custom Devices
- To the developers of matter.js who make the Matter integration possible.
- I am in no way affiliated with Matter and this plugin is a personal project that I maintain in my free time.
- Use this plugin entirely at your own risk - please see licence for more information.
