core: Tuya climate device report wrong temperature

The problem

The new Tuya integration reports wrong current_temperature. I have an ITC-308-WIFI.

What is version of Home Assistant Core has the issue?

core-2021.10.4

What was the last working version of Home Assistant Core?

core-2021.9.7

What type of installation are you running?

Home Assistant Supervised

Integration causing the issue

Tuya

Link to integration documentation on our website

https://www.home-assistant.io/integrations/tuya/

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Data from Tuya IOT:
Product Name: ITC-308-WIFI
Product Category: wk

[
  {
    "code": "temp_unit_convert"
  },
  {
    "code": "temp_set",
    "value": 200
  }
]

Additional information

Screenshot_2021-10-13-18-44-55-868_com tuya smart 1634143635467 has_state

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 16 (3 by maintainers)

Most upvoted comments

The temperature setting is still wrong. The selected temperature is divided by 10 on the thermostat.

It works as expected.

[
  {
    "code": "temp_unit_convert",
    "value": "c"
  },
  {
    "code": "temp_set",
    "value": 180
  }
]