-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[deconz] Added THING_TYPE_SWITCH as supported Thing and correct temperature calculation #4406
Merged
Conversation
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
Markkuuss
changed the title
[deconz] Added THING_TYPE_SWITCH as supported Thing
[deconz] Added THING_TYPE_SWITCH as supported Thing and correction temperature calculation
Dec 18, 2018
davidgraeff
approved these changes
Dec 21, 2018
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.
LGTM
cweitkamp
approved these changes
Dec 21, 2018
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.
LGTM. Thank you.
cweitkamp
added
the
bug
An unexpected problem or unintended behavior of an add-on
label
Dec 21, 2018
limdul79
pushed a commit
to limdul79/openhab2-addons
that referenced
this pull request
Dec 23, 2018
…mperature calculation (openhab#4406) - Added `THING_TYPE_SWITCH` as supported Thing - Temperature and humidity have the unit 0.01˚C / 0.01% and must therefore be divided by 100. See here: https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Supported-Devices#measured-values-legend Fixes openhab#4402 Signed-off-by: Markus Schraufstetter <markus.schraufstetter@gmail.com>
limdul79
pushed a commit
to limdul79/openhab2-addons
that referenced
this pull request
Dec 23, 2018
…mperature calculation (openhab#4406) - Added `THING_TYPE_SWITCH` as supported Thing - Temperature and humidity have the unit 0.01˚C / 0.01% and must therefore be divided by 100. See here: https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Supported-Devices#measured-values-legend Fixes openhab#4402 Signed-off-by: Markus Schraufstetter <markus.schraufstetter@gmail.com>
chaton78
pushed a commit
to chaton78/openhab-addons
that referenced
this pull request
Jan 1, 2019
…mperature calculation (openhab#4406) - Added `THING_TYPE_SWITCH` as supported Thing - Temperature and humidity have the unit 0.01˚C / 0.01% and must therefore be divided by 100. See here: https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Supported-Devices#measured-values-legend Fixes openhab#4402 Signed-off-by: Markus Schraufstetter <markus.schraufstetter@gmail.com> Signed-off-by: Pascal Larin <plarin@gmail.com>
This pull request has been mentioned on openHAB Community. There might be relevant details there: |
ne0h
pushed a commit
to ne0h/openhab-addons
that referenced
this pull request
Sep 15, 2019
…mperature calculation (openhab#4406) - Added `THING_TYPE_SWITCH` as supported Thing - Temperature and humidity have the unit 0.01˚C / 0.01% and must therefore be divided by 100. See here: https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Supported-Devices#measured-values-legend Fixes openhab#4402 Signed-off-by: Markus Schraufstetter <markus.schraufstetter@gmail.com> Signed-off-by: Maximilian Hess <mail@ne0h.de>
wborn
changed the title
[deconz] Added THING_TYPE_SWITCH as supported Thing and correction temperature calculation
[deconz] Added THING_TYPE_SWITCH as supported Thing and correct temperature calculation
Dec 8, 2019
wborn
added
enhancement
An enhancement or new feature for an existing add-on
and removed
bug
An unexpected problem or unintended behavior of an add-on
labels
Dec 8, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #4402
and
Temperature and humidity have the unit 0.01˚C / 0.01% and must therefore be divided by 100. See here:
https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Supported-Devices#measured-values-legend
Signed-off-by: Markus Schraufstetter markus.schraufstetter@gmail.com