rospogrigio / daikin_residential

Cloud control of Daikin devices that are supported by Daikin Residential Controller app.
GNU General Public License v3.0
282 stars 39 forks source link

[Issue]: Startup fails on some entities #194

Closed ridderr closed 11 months ago

ridderr commented 11 months ago

My Control, to switch the Daikin, is greyed out. The sensors are still working. See in attached log the errors which are reported.

Schermafbeelding 2023-12-29 110724

home-assistant_daikin_residential_2023-12-29T09-55-01.951Z.log

ridderr commented 11 months ago

Additional logging: Logger: homeassistant.components.climate Source: helpers/entity_platform.py:507 Integration: Climate (documentation, issues) First occurred: 10:54:25 (2 occurrences) Last logged: 10:54:26

Error adding entities for domain climate with platform daikin_residential Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 507, in async_add_entities await asyncio.gather(*tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 662, in _async_add_entity capabilities=entity.capability_attributes, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/climate/init.py", line 333, in capability_attributes if ClimateEntityFeature.TARGET_HUMIDITY in supported_features: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: argument of type 'int' is not iterable

jwillemsen commented 11 months ago

Looks an error coming from the HA core, which HA version are you using?

ridderr commented 11 months ago

Latest version: Core 2024.1.0b1 Supervisor 2023.12.1 Operating System 11.3.rc1 Frontend 20231228.0

jwillemsen commented 11 months ago

Ok, I think something did change in the core which breaks the integration

jwillemsen commented 11 months ago

Much more issues related to this, see https://github.com/home-assistant/core/issues/106522

jwillemsen commented 11 months ago

Maybe try https://github.com/jwillemsen/daikin_residential_altherma/releases/tag/v3.2.12

jwillemsen commented 11 months ago

Please upgrade to beta 2

ridderr commented 11 months ago

Hi, I had to change from rospogrigio to this version. All seems to work again. Top job!! And as a bonus, I now have far more options :-)

jwillemsen commented 11 months ago

Great, please close this issue