Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

acpartner.v3 - KTBL11LM only works in the evenings. #167

Open
Curiosity87 opened this issue Mar 14, 2024 · 0 comments
Open

acpartner.v3 - KTBL11LM only works in the evenings. #167

Curiosity87 opened this issue Mar 14, 2024 · 0 comments

Comments

@Curiosity87
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant