dolezsa / thermal_comfort

Thermal Comfort sensor for HA (absolute humidity, heat index, dew point, thermal perception)
Other
611 stars 117 forks source link

Wrong temperaure on second device #339

Closed gio-dot closed 11 months ago

gio-dot commented 11 months ago

Hi, I added two devices in Thermal_comfort: an external temperature sensor and an internal temperature sensor. Ther are no issues with external temperature sensor, but the internal one report wrong temperature and humidity data. Checked several times if i added the right sensor in the integration, and yes, the right sensor is there, but it seems that thermal_cpmfort pick data from an another imaginary sensor... In below screenshots you can see a sensor reporting 22,75°C when the real sensor is at 19,5°C. I also checked the time when source sensor update reading and it is the same of thermal_comfort udate time, but readings are different. Tried to reboot, reload integration etc. but result is the same.

image image image

rautesamtr commented 11 months ago

Hi there's no sensor offered from thermal comfort that is called Temperatura, or any sensor representing the actual temperature of your sensors. There's only indices based on them. So it look like you renamed one of the indices to Temperatura?

rautesamtr commented 11 months ago

Also you can check the temperature the sensor uses as input in the attributes of the index sensor, e.g. image

gio-dot commented 11 months ago

Hi there's no sensor offered from thermal comfort that is called Temperatura, or any sensor representing the actual temperature of your sensors. There's only indices based on them. So it look like you renamed one of the indices to Temperatura?

Ok, i found where is the problem... I didn't rename any sensor, but strangely the integration named summer simmer index "Temperatura". I don't know why, but now i know that "temperatura" is summer simmer index. Thank you. Immagine 2023-12-11 175217

rautesamtr commented 11 months ago

Found the problem. Looks like i forgott to add the summer simmer index to the new entity translation system and it automatically names it temperature because it's marked as temperature sensor. Going to fix this a soon as i have time.