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

Adds Tuya Climate temperature multiplier #756

Merged
merged 2 commits into from Sep 14, 2020

Conversation

jesserockz
Copy link
Member

Description:

Some tuya based climate devices report the temperature with a multiplied factor. Tuya only uses int as its data type so this is required to get .5 values.

[17:14:11][C][tuya:023]: Tuya:
[17:14:11][C][tuya:032]:   Datapoint 1: switch (value: OFF)     -- on/off
[17:14:11][C][tuya:034]:   Datapoint 2: int value (value: 42)   -- setpoint (21)
[17:14:11][C][tuya:034]:   Datapoint 3: int value (value: 47)   -- current temp (23.5)
[17:14:11][C][tuya:034]:   Datapoint 102: int value (value: 44) -- current floor temp (22)

Related issue (if applicable): fixes

Pull request in esphome with YAML changes (if applicable): esphome/esphome#1276

Checklist:

  • Branch: next is for changes and new documentation that will go public with the next ESPHome release. Fixes, changes and adjustments for the current release should be created against current.
  • Link added in /index.rst when creating new documents for new components or cookbook.

@glmnet glmnet added this to the 1.15.1 milestone Sep 14, 2020
@glmnet glmnet merged commit 74829dc into esphome:next Sep 14, 2020
@glmnet glmnet mentioned this pull request Sep 15, 2020
glmnet pushed a commit that referenced this pull request Sep 15, 2020
* Add tuya climate temperature-multiplier

* Fix page link
@glmnet glmnet mentioned this pull request Sep 15, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Oct 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants