dolezsa / thermal_comfort

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

Cannot use weather.home to pull data #412

Open vandad51 opened 2 weeks ago

vandad51 commented 2 weeks ago

I believe it worked at one point, but I think I updated HA Core a couple times and didn't notice when it broke. Now it can't produce any data in the entities at all.

I'm using the "Meteorologisk institutt (Met.no)" integration for my weather.

Thermal Comfort 2.2.2 (installed through HACS) HA Core 10.4

See debug logs below.


2024-11-05 21:22:24.951 DEBUG (MainThread) [custom_components.thermal_comfort.sensor] async_setup_entry: {'name': 'Thermal Comfort', 'temperature_sensor': 'weather.home', 'humidity_sensor': 'weather.home', 'poll': True, 'scan_interval': 30, 'custom_icons': True}
2024-11-05 21:22:24.951 INFO (MainThread) [custom_components.thermal_comfort.sensor] Temperature has an invalid value: None. Can't calculate new states.
2024-11-05 21:22:24.951 INFO (MainThread) [custom_components.thermal_comfort.sensor] Relative humidity has an invalid value: None. Can't calculate new states.
2024-11-05 21:22:26.426 INFO (MainThread) [custom_components.thermal_comfort.sensor] Temperature has an invalid value: <state weather.home=clear-night; temperature=-1.4, dew_point=-2.4, temperature_unit=°C, humidity=94, cloud_coverage=1.6, uv_index=0.0, pressure=1012.4, pressure_unit=hPa, wind_bearing=137.1, wind_speed=8.3, wind_speed_unit=km/h, visibility_unit=km, precipitation_unit=mm, attribution=Weather forecast from met.no, delivered by the Norwegian Meteorological Institute., friendly_name=Forecast Home, supported_features=3 @ 2024-11-05T21:22:26.425873-06:00>. Can't calculate new states.
2024-11-05 21:22:26.430 INFO (MainThread) [custom_components.thermal_comfort.sensor] Relative humidity has an invalid value: <state weather.home=clear-night; temperature=-1.4, dew_point=-2.4, temperature_unit=°C, humidity=94, cloud_coverage=1.6, uv_index=0.0, pressure=1012.4, pressure_unit=hPa, wind_bearing=137.1, wind_speed=8.3, wind_speed_unit=km/h, visibility_unit=km, precipitation_unit=mm, attribution=Weather forecast from met.no, delivered by the Norwegian Meteorological Institute., friendly_name=Forecast Home, supported_features=3 @ 2024-11-05T21:22:26.425873-06:00>. Can't calculate new states.