-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix-an-issue-of-thermostat-does-not-support-fan-speed
- Loading branch information
1 parent
5f9650e
commit bf54799
Showing
19 changed files
with
435 additions
and
1 deletion.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
...Things/matter-thermostat/profiles/thermostat-fan-speed-cooling-only-nostate-nobattery.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: thermostat-fan-speed-cooling-only-nostate-nobattery | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: thermostatMode | ||
version: 1 | ||
- id: thermostatFanMode | ||
version: 1 | ||
- id: thermostatCoolingSetpoint | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Thermostat |
22 changes: 22 additions & 0 deletions
22
drivers/SmartThings/matter-thermostat/profiles/thermostat-fan-speed-cooling-only-nostate.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: thermostat-fan-speed-cooling-only-nostate | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: thermostatMode | ||
version: 1 | ||
- id: thermostatFanMode | ||
version: 1 | ||
- id: thermostatCoolingSetpoint | ||
version: 1 | ||
- id: battery | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Thermostat |
24 changes: 24 additions & 0 deletions
24
drivers/SmartThings/matter-thermostat/profiles/thermostat-fan-speed-cooling-only.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: thermostat-fan-speed-cooling-only | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: thermostatMode | ||
version: 1 | ||
- id: thermostatFanMode | ||
version: 1 | ||
- id: thermostatCoolingSetpoint | ||
version: 1 | ||
- id: thermostatOperatingState | ||
version: 1 | ||
- id: battery | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Thermostat |
20 changes: 20 additions & 0 deletions
20
...Things/matter-thermostat/profiles/thermostat-fan-speed-heating-only-nostate-nobattery.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: thermostat-fan-speed-heating-only-nostate-nobattery | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: thermostatMode | ||
version: 1 | ||
- id: thermostatFanMode | ||
version: 1 | ||
- id: thermostatHeatingSetpoint | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Thermostat |
22 changes: 22 additions & 0 deletions
22
drivers/SmartThings/matter-thermostat/profiles/thermostat-fan-speed-heating-only-nostate.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: thermostat-fan-speed-heating-only-nostate | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: thermostatMode | ||
version: 1 | ||
- id: thermostatFanMode | ||
version: 1 | ||
- id: thermostatHeatingSetpoint | ||
version: 1 | ||
- id: battery | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Thermostat |
24 changes: 24 additions & 0 deletions
24
drivers/SmartThings/matter-thermostat/profiles/thermostat-fan-speed-heating-only.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: thermostat-fan-speed-heating-only | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: thermostatMode | ||
version: 1 | ||
- id: thermostatFanMode | ||
version: 1 | ||
- id: thermostatHeatingSetpoint | ||
version: 1 | ||
- id: thermostatOperatingState | ||
version: 1 | ||
- id: battery | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Thermostat |
22 changes: 22 additions & 0 deletions
22
drivers/SmartThings/matter-thermostat/profiles/thermostat-fan-speed-nostate-nobattery.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: thermostat-fan-speed-nostate-nobattery | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: thermostatMode | ||
version: 1 | ||
- id: thermostatFanMode | ||
version: 1 | ||
- id: thermostatHeatingSetpoint | ||
version: 1 | ||
- id: thermostatCoolingSetpoint | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Thermostat |
24 changes: 24 additions & 0 deletions
24
drivers/SmartThings/matter-thermostat/profiles/thermostat-fan-speed-nostate.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: thermostat-fan-speed-nostate | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: thermostatMode | ||
version: 1 | ||
- id: thermostatFanMode | ||
version: 1 | ||
- id: thermostatHeatingSetpoint | ||
version: 1 | ||
- id: thermostatCoolingSetpoint | ||
version: 1 | ||
- id: battery | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Thermostat |
26 changes: 26 additions & 0 deletions
26
drivers/SmartThings/matter-thermostat/profiles/thermostat-fan-speed.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: thermostat-fan-speed | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: thermostatMode | ||
version: 1 | ||
- id: thermostatFanMode | ||
version: 1 | ||
- id: thermostatHeatingSetpoint | ||
version: 1 | ||
- id: thermostatCoolingSetpoint | ||
version: 1 | ||
- id: thermostatOperatingState | ||
version: 1 | ||
- id: battery | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Thermostat |
22 changes: 22 additions & 0 deletions
22
...tter-thermostat/profiles/thermostat-humidity-fan-speed-cooling-only-nostate-nobattery.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: thermostat-humidity-fan-speed-cooling-only-nostate-nobattery | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: thermostatMode | ||
version: 1 | ||
- id: thermostatFanMode | ||
version: 1 | ||
- id: thermostatCoolingSetpoint | ||
version: 1 | ||
- id: relativeHumidityMeasurement | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Thermostat |
24 changes: 24 additions & 0 deletions
24
...tThings/matter-thermostat/profiles/thermostat-humidity-fan-speed-cooling-only-nostate.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: thermostat-humidity-fan-speed-cooling-only-nostate | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: thermostatMode | ||
version: 1 | ||
- id: thermostatFanMode | ||
version: 1 | ||
- id: thermostatCoolingSetpoint | ||
version: 1 | ||
- id: relativeHumidityMeasurement | ||
version: 1 | ||
- id: battery | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Thermostat |
26 changes: 26 additions & 0 deletions
26
...ers/SmartThings/matter-thermostat/profiles/thermostat-humidity-fan-speed-cooling-only.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: thermostat-humidity-fan-speed-cooling-only | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: thermostatMode | ||
version: 1 | ||
- id: thermostatFanMode | ||
version: 1 | ||
- id: thermostatCoolingSetpoint | ||
version: 1 | ||
- id: thermostatOperatingState | ||
version: 1 | ||
- id: relativeHumidityMeasurement | ||
version: 1 | ||
- id: battery | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Thermostat |
22 changes: 22 additions & 0 deletions
22
...tter-thermostat/profiles/thermostat-humidity-fan-speed-heating-only-nostate-nobattery.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: thermostat-humidity-fan-speed-heating-only-nostate-nobattery | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: thermostatMode | ||
version: 1 | ||
- id: thermostatFanMode | ||
version: 1 | ||
- id: thermostatHeatingSetpoint | ||
version: 1 | ||
- id: relativeHumidityMeasurement | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Thermostat |
24 changes: 24 additions & 0 deletions
24
...tThings/matter-thermostat/profiles/thermostat-humidity-fan-speed-heating-only-nostate.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: thermostat-humidity-fan-speed-heating-only-nostate | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: thermostatMode | ||
version: 1 | ||
- id: thermostatFanMode | ||
version: 1 | ||
- id: thermostatHeatingSetpoint | ||
version: 1 | ||
- id: relativeHumidityMeasurement | ||
version: 1 | ||
- id: battery | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Thermostat |
26 changes: 26 additions & 0 deletions
26
...ers/SmartThings/matter-thermostat/profiles/thermostat-humidity-fan-speed-heating-only.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: thermostat-humidity-fan-speed-heating-only | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: thermostatMode | ||
version: 1 | ||
- id: thermostatFanMode | ||
version: 1 | ||
- id: thermostatHeatingSetpoint | ||
version: 1 | ||
- id: thermostatOperatingState | ||
version: 1 | ||
- id: relativeHumidityMeasurement | ||
version: 1 | ||
- id: battery | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Thermostat |
24 changes: 24 additions & 0 deletions
24
...martThings/matter-thermostat/profiles/thermostat-humidity-fan-speed-nostate-nobattery.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: thermostat-humidity-fan-speed-nostate-nobattery | ||
components: | ||
- id: main | ||
capabilities: | ||
- id: fanSpeedPercent | ||
version: 1 | ||
- id: temperatureMeasurement | ||
version: 1 | ||
- id: thermostatMode | ||
version: 1 | ||
- id: thermostatFanMode | ||
version: 1 | ||
- id: thermostatHeatingSetpoint | ||
version: 1 | ||
- id: thermostatCoolingSetpoint | ||
version: 1 | ||
- id: relativeHumidityMeasurement | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: Thermostat |
Oops, something went wrong.