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

[deconz] Added THING_TYPE_SWITCH as supported Thing and correct temperature calculation #4406

Merged
merged 3 commits into from
Dec 21, 2018

Conversation

Markkuuss
Copy link

@Markkuuss Markkuuss commented Dec 18, 2018

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

@Markkuuss 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
Copy link
Member

@davidgraeff davidgraeff left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@cweitkamp cweitkamp left a 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 cweitkamp merged commit af628c6 into openhab:master Dec 21, 2018
@cweitkamp cweitkamp added the bug An unexpected problem or unintended behavior of an add-on label Dec 21, 2018
@cweitkamp cweitkamp added this to the 2.5 milestone 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>
@wborn wborn modified the milestones: 2.5, 2.4 Feb 28, 2019
@openhab-bot
Copy link
Collaborator

This pull request has been mentioned on openHAB Community. There might be relevant details there:

https://community.openhab.org/t/aqara-multisensor-temperature-is-displayed-with-wrong-decimal/76359/6

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 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 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
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.

[deconz] Adding a switch/button thing fails
5 participants