[feature-request] Matter 1.2 / beta support for Matter Fan device type

Could you add beta support for Matter Fan device type in beta HA (Matter 1.2)?

  • deviceTypeId: 43
  • deviceType: Fan
  • HexdeviceType: 0x002B

Implementation

Dev kits
I tried this with those 2 boards:

This is supported in iOS Home app.

In addition, to build and run Matter Fan Linux example from SDK :

cd connectedhomeip
scripts/bootstrap.sh
./examples/chef/chef.py -t linux -d rootnode_fan_7N2TobIlOX -b
./examples/chef/linux/out/rootnode_fan_7N2TobIlOX

For ESP32:

./examples/chef/chef.py -t esp32 -d rootnode_fan_7N2TobIlOX -b

I started a PR: [Draft] Add Fan integration (Fan device) #111212 for this integration.

1 Like