Closed willefg closed 6 months ago
Same here! Seems that home Assistant have decided to change the name of some variables and the plugins needs to adapt it also in order to comply, if I’m correct.
Same here.
Logger: homeassistant.components.climate
Source: helpers/entity_platform.py:599
Integration: Climate (documentation, issues)
First occurred: February 23, 2024 at 7:19:55 AM (2 occurrences)
Last logged: 8:34:43 AM
fglair_heatpump_controller: Error on device update!
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 599, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1259, in async_device_update
await self.async_update()
File "/config/custom_components/fglair_heatpump_controller/climate.py", line 377, in async_update
await self._fujitsu_device.async_get_display_temperature_degree()
File "/usr/local/lib/python3.12/site-packages/pyfujitsugeneral/splitac.py", line 294, in async_get_display_temperature_degree
display_temperature_value = self._display_temperature["value"]
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
KeyError: 'value'
I think I have the same problem. I have it since I update HA for 2024.03, it's stop working and no entity is created when I reinstall it. My log: @**fglair_heatpump_controller: Error on device update! Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 682, in _async_add_entity await entity.async_device_update(warning=False) File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1262, in async_device_update await self.async_update() File "/config/custom_components/fglair_heatpump_controller/climate.py", line 383, in async_update self._fan_mode = self.fan_mode ^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/climate/init.py", line 322, in getattribute return super().getattribute(__name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/fglair_heatpump_controller/climate.py", line 427, in fan_mode DICT_FAN_MODE[self._fujitsu_device.get_fan_speed_desc()], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pyfujitsugeneral/splitac.py", line 161, in get_fan_speed_desc return FAN_SPEED_DICT[self.get_fan_speed()["value"]]
KeyError: 5**
Please, Any help would be appreciatted. I am new in HA and I tried to downgrade to version 0.27 like othes issues request said but I don't know how to downgrade to a older than 0.30 version. Thanks.
Edit: I retry the installation and the entity could not create because the machine was turned off when I switch on it works!
I noticed some issues as well. My old cards stopped working, but I can replace them with climate.room instead of climate.name
I’m having same issue since last Home Assistant update.
This issue has been solved with v0.3.5
Thank you very much!!!
@Korvenwin thank you for your "beer" contribution, I appreciate it a lot! 🙏 Many thanks!
@Korvenwin thank you for your "beer" contribution, I appreciate it a lot! 🙏 Many thanks!
The problem occurs again. Please, take a look at issuel #107
Thank you very much again
This issue has been solved as the first bug description. The others requests will be already highlighted at https://github.com/bigmoby/fglair_for_homeassistant/issues/107
System Health details
System Information
Home Assistant Community Store
GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok GitHub API Calls Remaining | 4958 Installed Version | 1.34.0 Stage | running Available Repositories | 1458 Downloaded Repositories | 2Home Assistant Cloud
logged_in | false -- | -- can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | okHome Assistant Supervisor
host_os | Home Assistant OS 11.5 -- | -- update_channel | stable supervisor_version | supervisor-2024.01.1 agent_version | 1.6.0 docker_version | 24.0.7 disk_total | 113.9 GB disk_used | 8.1 GB healthy | true supported | true board | rpi4-64 supervisor_api | ok version_api | ok installed_addons | Mosquitto broker (6.4.0), Terminal & SSH (9.9.0), File editor (5.8.0), ESPHome (2023.12.9), Grafana (9.1.3), InfluxDB (5.0.0)Dashboards
dashboards | 2 -- | -- resources | 0 views | 1 mode | storageRecorder
oldest_recorder_run | 4 februari 2024 om 03:12 -- | -- current_recorder_run | 13 februari 2024 om 01:22 estimated_db_size | 232.43 MiB database_engine | sqlite database_version | 3.44.2Checklist
Describe the issue
My Home Assistant log showed the following (see Debug logs) and states to report it here.
Reproduction steps
Debug logs
Diagnostics dump
No response