nbogojevic / homeassistant-midea-air-appliances-lan

This Home Assistant custom component adding support for controlling Midea air conditioners and dehumidifiers on local network.
MIT License
321 stars 32 forks source link

WARNING (MainThread) [homeassistant.components.climate] Entity None Errors #156

Open FunkeyMonkey opened 4 months ago

FunkeyMonkey commented 4 months ago

Version of the custom_component

v0.9.4 -->

Configuration

here is my automation for AC

alias: Automatic air conditioner description: "" use_blueprint: path: marco-hacs/automatic_air_conditioner.yaml input: language: English climate: climate.air_conditioner set_temperature_climate: 21 hvac_modes: cool target_temperature_start: 24 stop_time: "21:00:00" start_time: "11:00:00" notify_device: 79501b8c4376210c562e9b38773923c2 fan_modes: auto

Add your logs here.



## Describe the bug
I'm having an issue where the AC will randomly show as unresponsive, while looking into that i checked the logs and found these errors

## Debug log

<!-- To enable debug logs check this https://www.home-assistant.io/components/logger/ -->

```text

Add your logs here.

2024-06-09 08:10:56.726 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.midea_dehumidifier_lan.climate.AirConditionerEntity'>) does not set ClimateEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/issues
2024-06-09 08:10:56.726 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.midea_dehumidifier_lan.climate.AirConditionerEntity'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/issues
2024-06-09 08:10:56.726 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.midea_dehumidifier_lan.climate.AirConditionerEntity'>) implements HVACMode(s): off, auto, cool, heat, dry, fan_only and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/issues
github-actions[bot] commented 2 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

holdestmade commented 2 months ago

Same here

Logger: homeassistant.components.fan
Source: components/fan/__init__.py:295
integration: Fan ([documentation](https://www.home-assistant.io/integrations/fan), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+fan%22))
First occurred: 7:46:00 am (2 occurrences)
Last logged: 7:46:00 am

Entity None (<class 'custom_components.midea_dehumidifier_lan.fan.DehumidiferFan'>) does not set FanEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/issues
Entity None (<class 'custom_components.midea_dehumidifier_lan.fan.DehumidiferFan'>) does not set FanEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/issues
Claudio1L commented 3 weeks ago

same here

Logger: homeassistant.components.fan Source: components/fan/init.py:295 integration: Fan (documentation, issues) First occurred: 09:40:49 (2 occurrences) Last logged: 09:40:49

Entity None (<class 'custom_components.midea_dehumidifier_lan.fan.DehumidiferFan'>) does not set FanEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/issues
Entity None (<class 'custom_components.midea_dehumidifier_lan.fan.DehumidiferFan'>) does not set FanEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/issues