You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a weird problem. I have 3 x KTBL11LM. 2 of them work. However one of them that is located in our living room will only work in the evenings for some reason. If I try to use it during daytime nothing happens.
platform: xiaomi_miio_airconditioningcompanion
name: Aqara AC Server
host: 192.168.170.192
token: xxxxxxxxxxxxxxxxxxxx
target_sensor: sensor.server_environment_temperature
scan_interval: 5`
I have two things that stand out from the logs:
`Logger: homeassistant.components.climate
Source: helpers/entity_platform.py:985
integration: Climate (documentation, issues)
First occurred: March 13, 2024 at 11:29:10 PM (314 occurrences)
Last logged: 6:19:19 PM
Updating xiaomi_miio_airconditioningcompanion climate took longer than the scheduled update interval 0:00:05`
`Logger: homeassistant.components.climate
Source: components/climate/init.py:361
integration: Climate (documentation, issues)
First occurred: March 13, 2024 at 10:41:43 PM (9 occurrences)
Last logged: March 13, 2024 at 10:41:46 PM
Entity None (<class 'custom_components.xiaomi_miio_airconditioningcompanion.climate.XiaomiAirConditioningCompanion'>) does not set ClimateEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/syssi/xiaomi_airconditioningcompanion/issues
Entity None (<class 'custom_components.xiaomi_miio_airconditioningcompanion.climate.XiaomiAirConditioningCompanion'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/syssi/xiaomi_airconditioningcompanion/issues
Entity None (<class 'custom_components.xiaomi_miio_airconditioningcompanion.climate.XiaomiAirConditioningCompanion'>) implements HVACMode(s): heat, cool, auto, dry, fan_only, off and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/syssi/xiaomi_airconditioningcompanion/issues`
Any suggestions?
The text was updated successfully, but these errors were encountered:
Hey,
I have a weird problem. I have 3 x KTBL11LM. 2 of them work. However one of them that is located in our living room will only work in the evenings for some reason. If I try to use it during daytime nothing happens.
`- platform: xiaomi_miio_airconditioningcompanion
name: Aqara AC Bedroom
host: 192.168.170.233
token: xxxxxxxxxxxxxxxxxxxx
target_sensor: sensor.bedroom_environment_temperature
scan_interval: 5
platform: xiaomi_miio_airconditioningcompanion
name: Aqara AC Livingroom
host: 192.168.170.159
token: xxxxxxxxxxxxxxxxxxxx
target_sensor: sensor.livingroom_environment_temperature
scan_interval: 5
platform: xiaomi_miio_airconditioningcompanion
name: Aqara AC Server
host: 192.168.170.192
token: xxxxxxxxxxxxxxxxxxxx
target_sensor: sensor.server_environment_temperature
scan_interval: 5`
I have two things that stand out from the logs:
`Logger: homeassistant.components.climate
Source: helpers/entity_platform.py:985
integration: Climate (documentation, issues)
First occurred: March 13, 2024 at 11:29:10 PM (314 occurrences)
Last logged: 6:19:19 PM
Updating xiaomi_miio_airconditioningcompanion climate took longer than the scheduled update interval 0:00:05`
`Logger: homeassistant.components.climate
Source: components/climate/init.py:361
integration: Climate (documentation, issues)
First occurred: March 13, 2024 at 10:41:43 PM (9 occurrences)
Last logged: March 13, 2024 at 10:41:46 PM
Entity None (<class 'custom_components.xiaomi_miio_airconditioningcompanion.climate.XiaomiAirConditioningCompanion'>) does not set ClimateEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/syssi/xiaomi_airconditioningcompanion/issues
Entity None (<class 'custom_components.xiaomi_miio_airconditioningcompanion.climate.XiaomiAirConditioningCompanion'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/syssi/xiaomi_airconditioningcompanion/issues
Entity None (<class 'custom_components.xiaomi_miio_airconditioningcompanion.climate.XiaomiAirConditioningCompanion'>) implements HVACMode(s): heat, cool, auto, dry, fan_only, off and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/syssi/xiaomi_airconditioningcompanion/issues`
Any suggestions?
The text was updated successfully, but these errors were encountered: