Hello.
I have an ITC-308-WIFI which is running through the Smart Life app and using the Tuya Smart Life Home Assistant Integration.
The temperature sensor is working correctly.
The issue is with setting the temperature.
Both HA and the device are set to F.
But when I set the temperature in HA it is sending it as C somehow.
So for instance I want it to be set at 35F. I have to set it to 95F in HA.
Or if I want 0F I have to set it to 32F, etc.
HA will show the set temp as the higher “F” temp and the device shows the correct F temp I wanted.
I tried setting the unit_of_measurement
but it only affected the displayed temp.
The behavior was the same.
Any advice is appreciated.
Thank you.
Edit:
Well somehow now the temperature setting is working properly but the card is no longer displaying the sensor reading. I had messed with some settings but reverted them so not really sure how this happened.
Update:
Now it is displaying the sensor reading in C but labeled as F.
So the unit is sitting at 35F and shows that on the device but HA is showing 2F.
I think this may be related to my problem but not sure how to correct it:
home-assistant/core#64128 (comment)
In my diagnostic file I have:
"temp_current": {
"type": "Integer",
"value": {
"unit": "\u2103",
"min": -500,
"max": 1200,
"scale": 1,
"step": 10
}