Closed fistac closed 2 years ago
Hi, what configuration method do you use?
My first working configuration was like this:
sensor:
platform: thermal_comfort
sensors:
fiord:
friendly_name: Fiord
temperature_sensor: sensor.t_h_fiord_temperature
humidity_sensor: sensor.t_h_fiord_humidity
unique_id: c080e7cd-9ec7-451f-b044-232604efbeee
After the Home Assistant update, it stopped working. I updated the sensor. That didn't help. Next I tried to configure it using this method: https://github.com/dolezsa/thermal_comfort/blob/master/documentation/config_flow.md
It still wasn't working. Then I checked the logs - there were errors I mentioned in the previous post. At this point, I opened this issue.
Next, I tried many things. I removed the integration from the UI, custom_components, removed sensor entities, and cleared the yaml. Did many restarts of the HA. Restarted the HA docker.
I copied the integration to custom_components again. After restart I'm not able to configure it via UI - there is no Thermal Comfort integration on the list. But, I inserted my old configuration to yaml and the sensors are working now! Unfortunately, I don't know why.
Hi. I have been using this sensor for some time. Today I did an update of the home assistant to the 2022.3.8 version. And now the sensor is not working.
Here is an example error from the home-assistant.log
I tried to update the sensor to the newest version, but this didn't help.