Skip to content

Matter Thermostat: add support for modular profiles #2084

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: air-purifier-modular
components:
- id: main
capabilities:
- id: airPurifierFanMode
Copy link
Contributor

@nickolas-deboom nickolas-deboom Apr 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the order of the capabilities going to match the order in existing profiles?

- id: fanSpeedPercent
- id: fanOscillationMode
optional: true
- id: windMode
optional: true
- id: firmwareUpdate
- id: refresh
- id: thermostatHeatingSetpoint
optional: true
- id: thermostatMode
optional: true
- id: temperatureMeasurement
optional: true
- id: dustSensor
optional: true
- id: formaldehydeMeasurement
optional: true
- id: relativeHumidityMeasurement
optional: true
- id: airQualityHealthConcern
optional: true
- id: dustHealthConcern
optional: true
- id: fineDustHealthConcern
optional: true
- id: formaldehydeHealthConcern
optional: true
- id: nitrogenDioxideHealthConcern
optional: true
- id: tvocHealthConcern
optional: true
- id: thermostatOperatingState
optional: true
- id: fineDustSensor
optional: true
- id: activatedCarbonFilter
optional: true
capabilities:
- id: filterState
optional: true
- id: filterStatus
optional: true
- id: hepaFilter
optional: true
capabilities:
- id: filterState
optional: true
- id: filterStatus
optional: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: thermostat-modular
components:
- id: main
capabilities:
- id: temperatureMeasurement
- id: thermostatMode
- id: thermostatHeatingSetpoint
optional: true
- id: thermostatCoolingSetpoint
optional: true
- id: thermostatOperatingState
optional: true
- id: batteryLevel
optional: true
- id: firmwareUpdate
- id: refresh
- id: battery
optional: true
- id: thermostatFanMode
optional: true
- id: relativeHumidityMeasurement
optional: true
categories:
- name: Thermostat
preferences:
- preferenceId: tempOffset
explicit: true
- preferenceId: humidityOffset
explicit: true
Loading
Loading