Skip to content
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

[amazonechocontrol] Add channels to thermostatController #13067

Merged

Conversation

djcampbell
Copy link
Contributor

Addresses issue described in #10260

Added 4 channels to amazonechocontrol:

  • upperSetpoint
  • lowerSetpoint
  • thermostatMode
  • relativeHumidity

Allows a user to change the operation mode of the Alexa Smart Thermostat
Allows a user to control upper and lower temperature thresholds when thermostat is in AUTO mode
Allows a user to view the current humidity reading from the thermostat

Full testing performed on local instance

@djcampbell djcampbell requested a review from mgeramb as a code owner July 3, 2022 02:01
@jlaur jlaur added the enhancement An enhancement or new feature for an existing add-on label Jul 6, 2022
Copy link
Contributor

@jlaur jlaur left a comment

Choose a reason for hiding this comment

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

Thanks! I have looked through your changes, and posted some feedback.

@jlaur
Copy link
Contributor

jlaur commented Jul 25, 2022

@djcampbell - after fixing DCO and regenerating the i18n properties file, this PR can be merged.

Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
@djcampbell djcampbell force-pushed the amazonechocontrol-thermostat-add-channels branch from edd9aca to 8469560 Compare July 30, 2022 15:05
Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
@djcampbell
Copy link
Contributor Author

Thank you Jacob for all the time you spent reviewing this! I truly appreciate your patience!

-Daniel

Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
Copy link
Contributor

@jlaur jlaur left a comment

Choose a reason for hiding this comment

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

Thanks!

@jlaur jlaur merged commit 8d3828a into openhab:main Aug 1, 2022
@jlaur jlaur added this to the 3.4 milestone Aug 1, 2022
leifbladt pushed a commit to leifbladt/openhab-addons that referenced this pull request Oct 15, 2022
* enhance: add thermostat channels to amazonechocontrol

Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
andan67 pushed a commit to andan67/openhab-addons that referenced this pull request Nov 6, 2022
* enhance: add thermostat channels to amazonechocontrol

Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
andrasU pushed a commit to andrasU/openhab-addons that referenced this pull request Nov 12, 2022
* enhance: add thermostat channels to amazonechocontrol

Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
psmedley pushed a commit to psmedley/openhab-addons that referenced this pull request Feb 23, 2023
* enhance: add thermostat channels to amazonechocontrol

Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
nemerdaud pushed a commit to nemerdaud/openhab-addons that referenced this pull request Feb 28, 2023
* enhance: add thermostat channels to amazonechocontrol

Signed-off-by: Daniel Campbell <djcampbell79@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature for an existing add-on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[amazonalexacontrol] Add upperSetpoint and lowerSetpoint to ThermostatController
2 participants