Skip to content
Nik19792000 edited this page Feb 11, 2024 · 3 revisions

Nodes

UI Nodes

  • Matter Device Status: This node can be used to receive status updates whenever a (virtual) matter device changes it's status (e.g. when the device is controlled by Alexa or Google Home).
  • Matter Device Control: This node can be used to trigger a status change in a (virtual) matter device.
  • Matter Controller Status: This node can be used to receive status updates from a physical matter device.

Config Nodes

  • Matter Device: This represents a virtual matter device. It has one of the following two types: ** Standalone: An individual device like a light or a switch that can directly be adopted by a controller (e.g. Alexa or Google Home) ** Aggregated: An individual device that is linked to an aggregator (a matter bridge). The device cannot be directly adopted by a matter controller. Instead the aggregator will be adopted, which will link all aggregated devices.
  • Aggregator: A virtual matter bridge, which can expose multiple virtual matter devices to a controller.
  • Matter Server: A virtual matter server, which groups multiple devices/aggregators/controllers logically.
  • Matter Controller: This represents a physical device and is used to connect to an actual Matter device.

Clone this wiki locally