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

Fix device discovery. #20

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ambroselittle
Copy link

I guess maybe Samsung changed the name they return for these, which is what is breaking it for people (including me).

I changed to match on deviceTypeName as it seems that would be less mutable. However, I also added matching based on the label, which is what we customers name it in the app. This allows users of the plugin to specify the specific name of their device in case the type name matching fails in future (won't require another code change/plugin update).

And included some logging around device discovery to help folks identify there's a problem here (or not).

Oh, also reduced the minimum temp, because I actually set mine to 56 at night. No reason I can see not to support lower.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants