-
Notifications
You must be signed in to change notification settings - Fork 550
Add support for Tuya thermostats #3071
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
KKlimczukS
merged 12 commits into
SmartThingsCommunity:main
from
r-slezak:tuya-thermostat
Jul 2, 2026
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
6b4cfeb
Add support for Tuya thermostats
r-slezak a2a98ea
Merge branch 'SmartThingsCommunity:main' into tuya-thermostat
r-slezak a087e48
Add more unit tests
r-slezak 4649038
Update copyright notice in test_tuya_thermostat.lua
KKlimczukS 457d9de
Update copyright and license comments in init.lua
KKlimczukS 946ea7e
Merge branch 'main' into tuya-thermostat
KKlimczukS 17875cf
Update test_tuya_thermostat.lua
KKlimczukS 44318af
Update drivers/Unofficial/tuya-zigbee/src/thermostat/init.lua
KKlimczukS 48c0ba3
Remove thermostatMode enabledValues from profile
r-slezak a62bca2
Move category to be below capabilities in Tuya Zigbee thermostat profile
r-slezak 6a41eb9
Add newline at end of Tuya Zigbee fingerprints
r-slezak 4f4b3ad
Merge branch 'main' into tuya-thermostat
KKlimczukS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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 | ||
| components: | ||
| - id: main | ||
| capabilities: | ||
| - id: temperatureMeasurement | ||
| version: 1 | ||
| - id: thermostatHeatingSetpoint | ||
| version: 1 | ||
| config: | ||
| values: | ||
| - key: "heatingSetpoint.value" | ||
| range: [5, 30] | ||
| step: 0.5 | ||
| - id: thermostatMode | ||
| version: 1 | ||
| config: | ||
| values: | ||
| - key: "thermostatMode.value" | ||
| - id: battery | ||
| version: 1 | ||
| - id: refresh | ||
| version: 1 | ||
| categories: | ||
| - name: Thermostat | ||
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.