teiln999
(Teiln999)
July 5, 2026, 9:28am
1
Fahrenheit/Celsius
Hi everyone,
Unfortunately, there is a bug in HA Core 7.1. The Tuya app works without issues with HA Core 6.4 for my air conditioners; HA displays 20 degrees Celsius there. After updating from 6.4 to 7.1, it displays -6.7 degrees Celsius. It seems HA Core 7.1 performs the calculation differently. 20 Fahrenheit is exactly -6.7 degrees Celsius. I’ve reverted to Core 6.4, where it works fine.
Perhaps a developer could take a look at this.
Many thanks,
Bernd
tom_l
July 5, 2026, 9:29am
2
Which Tuya integration?
There are at least three I know of.
Tuya Cloud (core)
Tuya Local (3rd party)
Local Tuya (3rd party)
teiln999
(Teiln999)
July 9, 2026, 12:57pm
3
Tuya Cloud (core), added via integration
tom_l
July 9, 2026, 1:32pm
4
In that case you can report the issue here:
But only after checking that there is not already an open issue for it.
There are 2 issues reported about this already. Go put a thumbs up (don’t say “me too”) on both of these:
opened 09:59AM - 07 Jul 26 UTC
integration: tuya
### Checklist
- [x] I have updated to the latest available Home Assistant versi… on.
- [x] I have cleared the cache of my browser.
- [x] I have tried a different browser to see if it is related to my browser.
- [ ] I have tried reproducing the issue in [safe mode](https://www.home-assistant.io/blog/2023/11/01/release-202311/#restarting-into-safe-mode) to rule out problems with unsupported custom resources.
### Describe the issue you are experiencing
**Title**
Tuya climate target temperature is incorrect after Tuya metadata change (Daewoo DAC-18CHSDW-NK / product hw50w7qvxluhslkk)
**Description**
### Checklist
* Home Assistant version: 2026.7.0
* Integration: Official Tuya integration
* Device category: `kt`
* Product ID: `hw50w7qvxluhslkk`
### Problem
My Daewoo air conditioner worked correctly until a few days ago.
The Tuya Smart app still displays the correct target temperature (for example 19°C), but Home Assistant now reports an incorrect target temperature.
Example:
* Tuya app target temperature: **19°C**
* Home Assistant `temperature`: **-7.2°C**
* Home Assistant `current_temperature`: **28°C** (correct)
The current room temperature is reported correctly, only the target temperature is wrong.
### Diagnostics
The diagnostics show:
Current status:
```
temp_set = 190
temp_current = 28
```
The value `190` clearly represents **19.0°C**.
However, the diagnostics also show that the current metadata defines:
```
temp_set
unit = °F
min = 160
max = 880
scale = 1
step = 5
```
while `original_function` still contains:
```
temp_set -> °C
temp_set_f -> °F
```
This suggests that Tuya changed the metadata for this product, but the reported value is still in Celsius.
As a result, Home Assistant interprets the target temperature incorrectly.
### Additional information
* The issue is **not** caused by a recent Home Assistant update.
* I restored a backup from before the problem started.
* I re-authenticated the Tuya integration.
* The issue remains exactly the same.
* The Tuya Smart application always shows the correct temperature.
I have attached the diagnostics file.
[tuya-9f6c6d8b85043923a3e8905cd1dc962a-Air conditioner-b86d4245256f98d865aaa1c69f88e387 (1).json](https://github.com/user-attachments/files/29739944/tuya-9f6c6d8b85043923a3e8905cd1dc962a-Air.conditioner-b86d4245256f98d865aaa1c69f88e387.1.json)
### Describe the behavior you expected
Temperature set to be correct, like viewed in Tuya.
### Steps to reproduce the issue
1.
2.
3.
...
### What version of Home Assistant Core has the issue?
v2026.7.1
### What was the last working version of Home Assistant Core?
v2026.7.0
### In which browser are you experiencing the issue?
_No response_
### Which operating system are you using to run this browser?
_No response_
### State of relevant entities
```txt
```
### Problem-relevant frontend configuration
```yaml
```
### JavaScript errors shown in your browser console/inspector
```txt
```
### Additional information
_No response_
opened 04:28AM - 04 Jul 26 UTC
integration: tuya
### The problem
### The problem
After upgrading to Home Assistant 2026.7.0, my… Tuya air conditioner reports an incorrect target temperature.
The device itself is working correctly and the Tuya Smart app also shows the correct target temperature.
Example:
Target temperature set on device: 21.0°C
Tuya diagnostics:
temp_set = 210
Home Assistant climate entity:
temperature = -6.1°C
The current temperature is reported correctly.
This appears to be a conversion problem inside the Tuya climate integration.
### What version of Home Assistant Core has the issue?
2026.7.0
### What was the last working version of Home Assistant Core?
Home Assistant OS
### What type of installation are you running?
Home Assistant Core
### Integration causing the issue
Tuya
### Link to integration documentation on our website
_No response_
### Diagnostics information
[tuya-01KQ8545SQZY5PYDE5ZZCMC5RW-Klimaanlage-624b69cd781099f5cbb1df48f1a615cd.json](https://github.com/user-attachments/files/29653008/tuya-01KQ8545SQZY5PYDE5ZZCMC5RW-Klimaanlage-624b69cd781099f5cbb1df48f1a615cd.json)
### Example YAML snippet
```yaml
```
### Anything in the logs that might be useful for us?
```txt
```
### Additional information
temperature should report 21.0°C
temperature reports -6.1°C
status:
temp_set: 210
temp_current: 22
mode: cold
current_temperature: 22
temperature: -6.1
The diagnostics also show that the original device definition uses Celsius for temp_set, while the active strategy appears to interpret it as Fahrenheit, resulting in an incorrect conversion.