-
Notifications
You must be signed in to change notification settings - Fork 469
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
Rolling up beta to production #1062
Conversation
The matter-thermostat driver is using the "fanOnly" value of the thermostatMode capability. But since this capability requires using the "fanonly" value, events using the "fanOnly" value are ignored. This change renames "fanOnly" to "fanonly". https://developer.smartthings.com/docs/devices/capabilities/capabilities-reference/#thermostatMode Signed-off-by: Youngho Yoon <[email protected]>
Matter Thermostat: Fix thermostatMode capability
Sometimes old devices are failing to successfully use https to download samsung hosted audio notification files, in that case we should re-attempt with http before completely failing.
* adjust zigbee-thermoatat edge driver to work with popp smart thermostat * adding POPP Smart Thermostat (Zigbee) EdgeDriver * remove custom capabilities try to replace custome modes with thermostat modes * new model id added * move preferences to profile * updated popp thermostat * code refactoring * bugfixing and refactoring * refactor spaces and lineendings * battery report adjusted * popp zigbee thermostat final refactoring * finished popp driver test + minor fix in init function * minor adjustment for custom thermostat attribute configuration * fix luacheck warnings * driver reworked to fit with 285#pullrequestreview-1501647628 * luacheck issues fixed * fix year and indentation * revert changes from review https://github.com/SmartThingsCommunity/SmartThingsEdgeDrivers/pull/285/files/aca52e4fce7ecbffb6493215eef4d15308c707a7 revert changes from review https://github.com/SmartThingsCommunity/SmartThingsEdgeDrivers/pull/285/files/aca52e4fce7ecbffb6493215eef4d15308c707a7 avoid breaking existing popp/danfoss edge drivers * revert fingerprint changes --------- Co-authored-by: Marcel Kermer <[email protected]> Co-authored-by: lelandblue <[email protected]>
Some changes in another PR modified an existing profile in an breaking way, and we asked for those changes to be reverted in the PR. Some stuff got missed, though. This addresses the stragglers.
…tat-bad-template
Rolling up main to beta
Duplicate profile check: Passed - no duplicate profiles detected. |
Channel deleted. |
matter-thermostat_coverage.xml
zigbee-thermostat_coverage.xml
Minimum allowed coverage is Generated by 🐒 cobertura-action against 1947aff |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI I think there may be a follow on PR for the samsung audio changes which improves behavior further, and may constitute a "hotfix" to beta so that we can get it out to prod sooner.
No description provided.