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

Thermostat wrong temperature #502

Closed
flayy73 opened this issue Sep 29, 2021 · 24 comments · Fixed by home-assistant/core#66664
Closed

Thermostat wrong temperature #502

flayy73 opened this issue Sep 29, 2021 · 24 comments · Fixed by home-assistant/core#66664
Labels
bug Something isn't working

Comments

@flayy73
Copy link

flayy73 commented Sep 29, 2021

Hi,
I try to set up this Thermostat model : https://www.aliexpress.com/item/1005001874317882.html?spm=a2g0s.9042311.0.0.40d74c4d5VSqTv

Should be possible to see the actual temperature, to set a temperatore, switch on/stand-by the thermostat but unfortunately none of this options are possible with the Thermostat standar card into lovelace and the current temperature is completely wrong.

Here the card image
immagine

Home Assistant Version
core-2021.9.7
supervisor-2021.09.4

Device info **
2021-09-29 11:26:22 DEBUG (SyncWorker_0) [tuya iot] Response: {
"result": [
{
"active_time": 1628280192,
"biz_type": 18,
"category": "wk",
"create_time": 1622049142,
"icon": "smart/icon/15264583415nnlzwfs1qd2wqz6i937op3nmi_0.png",
"id": "878608518caab5e502f5",
"ip": "
",
"lat": "
",
"local_key": "
",
"lon": "
",
"model": "",
"name": "Termostato01",
"online": true,
"owner_id": "35277597",
"product_id": "IAYz2WK1th0cMLmL",
"product_name": "thermostat",
"status": [
{
"code": "switch",
"value": false
},
{
"code": "temp_set",
"value": 30
},
{
"code": "upper_temp",
"value": 45
},
{
"code": "eco",
"value": false
},
{
"code": "child_lock",
"value": false
}
],
"sub": false,
"time_zone": "+01:00",
"uid": "
*",
"update_time": 1632846559,
"uuid": "878608518caab5e502f5"
}
],
"success": true,
"t": 1632907582148
}

Tks for your support

@flayy73 flayy73 added the bug Something isn't working label Sep 29, 2021
@AlessandroTischer
Copy link

Same thermostat, same problem.

@derekoharrow
Copy link

I have the same issue. IIRC on the old version of Tuya you could set a "multiplier". It looks like the temp should be 5x what mine is reporting, but how/where do you set the multiplier?

@nervaluca
Copy link

I have same problem....

@JavierJMzgz
Copy link

Exactly the same issue here with BHT-6000 thermostat (HA shows 4,2ºC when it should be 21ºC)
In previous official integration (let's say v1) there were some parameters in its configuration that allowed to apply some multipliers to fix the temperature shown in HA. It would be fine if something similar could be implemented in tuya v2, as @derekoharrow said before.

@efcarv
Copy link

efcarv commented Oct 7, 2021

Same problem here...

@gabrieledaltoe
Copy link

Same Issue with BHT-002... I see wrong setpoint temperature (HA shows 3,7°C when it should be 18,5°C), but I Can not see actual temperature!!!

@lucaxxaa
Copy link

lucaxxaa commented Oct 8, 2021

same problem. show wrong temp.

@EmmanuelLM
Copy link

Same here

@rafalg7
Copy link

rafalg7 commented Oct 8, 2021

Same here with BHT-002-GBLW

@archcam
Copy link

archcam commented Oct 9, 2021

same problem... BHT-002

@Roky8-6
Copy link

Roky8-6 commented Oct 10, 2021

same problem... and it is no longer possible to display the room temperature
A lifetime to troubleshoot v.1 and now let's start again :/

@piwi3910
Copy link

same here

@jone9618
Copy link

I have the same problem

@koforiko
Copy link

same problem

1 similar comment
@stax77
Copy link

stax77 commented Oct 16, 2021

same problem

@eliashe92
Copy link

Same problem, showing about 5 times lower than actual temperature for all my thermostats. Hope this will be fixed asap

@AlessandroTischer
Copy link

Same issue in HA 2021.11... I think I'll keep using 2021.9.7 for a while...

@mrascol
Copy link

mrascol commented Nov 16, 2021

Regarding the number of issue for the same subject... a least the following :
#676
#675
#670
#547
#542
#535
#502

It appears to be a Critical issue... unfortunatly I'm note able to contribute...
Is anyone able to fix Thermostat issue :

  • wrong temperature set reported by the integration plugin
  • unable to get current temperature
  • unable to change/manage/set the temperature

@kossn93
Copy link

kossn93 commented Dec 3, 2021

There was a problem that the temperature was displayed correctly on the thermostat and in the tuya application, for example, 26 degrees Celsius, and in HA 2.6 degrees, a temporary solution is to change the divider in the climate.py file from 100 to 10, on line number 40. in my case this file is located config \ deps \ Python38 \ site-packages \ tuyaha \ devices.
Maybe this will help someone too.

@AlessandroTischer
Copy link

Hi! Is there any news on this topic? Any way to get our thermostats working with the official integration? (I have a couple of them in another place, so being on different networks I can't use local-Tuya)

@evanvruggink
Copy link

There was a problem that the temperature was displayed correctly on the thermostat and in the tuya application, for example, 26 degrees Celsius, and in HA 2.6 degrees, a temporary solution is to change the divider in the climate.py file from 100 to 10, on line number 40. in my case this file is located config \ deps \ Python38 \ site-packages \ tuyaha \ devices. Maybe this will help someone too.

This file doesn't exist for me, also I have the same problem. It's a shame that the previous option to multiply/devide the temperature was removed.

@kizio1000
Copy link

Hi.

For months already I have been postponing update of Home assistant due to this problem. Beginning of 2022 Tuya planned to stop functionality of "old" integration and still there is no solution for making this thermostat working. :/
x

@richardcastle
Copy link

Same problem here. Target temperature seems to be out by a factor of 5 and actual temperature reports null.

@paulius2k
Copy link

Same problem with BHT-002-GCLW

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.