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

Log Warning about ClimateEntityFeature.TURN_OFF for AC Device #692

Closed
roygeraets opened this issue Feb 7, 2024 · 4 comments
Closed

Log Warning about ClimateEntityFeature.TURN_OFF for AC Device #692

roygeraets opened this issue Feb 7, 2024 · 4 comments
Assignees

Comments

@roygeraets
Copy link

Core version: 2024.02.0
Supervisor: 2023.01.1
OS: 11.5
Frontend: 20240207.0
ha-smartthinq-sensors version: 0.37.2

2 airco's connected. RAC_056905_WW-RAC (AC)

Home assistant Logbook spits out following 3 warning logs.

Entity None (<class 'custom_components.smartthinq_sensors.climate.LGEACClimate'>) does not set ClimateEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/ollo69/ha-smartthinq-sensors/issues

Entity None (<class 'custom_components.smartthinq_sensors.climate.LGEACClimate'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/ollo69/ha-smartthinq-sensors/issues

Entity None (<class 'custom_components.smartthinq_sensors.climate.LGEACClimate'>) implements HVACMode(s): off, heat, dry, cool, fan_only, heat_cool and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/ollo69/ha-smartthinq-sensors/issues
@ollo69
Copy link
Owner

ollo69 commented Feb 7, 2024

Thanks👍
I need to change minum HA supported version to 2024.2 before implementing this change, so I will wait a couple of HA release.
I keep this issue open as reminder.

@yarafie
Copy link

yarafie commented Feb 12, 2024

Getting same warnings

Entity None (<class 'custom_components.smartthinq_sensors.climate.LGEACClimate'>) does not set ClimateEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/ollo69/ha-smartthinq-sensors/issues

Entity None (<class 'custom_components.smartthinq_sensors.climate.LGEACClimate'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/ollo69/ha-smartthinq-sensors/issues

Entity None (<class 'custom_components.smartthinq_sensors.climate.LGEACClimate'>) implements HVACMode(s): off, auto, dry, cool, 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/ollo69/ha-smartthinq-sensors/issues

@ollo69
Copy link
Owner

ollo69 commented Feb 12, 2024

Please do not add comment to this thread. The deprecated warning is expected and will be fixed in next releases .

Repository owner locked as resolved and limited conversation to collaborators Feb 12, 2024
@ollo69 ollo69 changed the title Plugin warning in logbook; LGEACCLimate Log Warning about ClimateEntityFeature.TURN_OFF for AC Device Feb 25, 2024
@ollo69 ollo69 self-assigned this Feb 25, 2024
@ollo69 ollo69 pinned this issue Feb 25, 2024
@ollo69 ollo69 unpinned this issue May 4, 2024
@ollo69
Copy link
Owner

ollo69 commented May 4, 2024

Close this a s fixed with last release.

@ollo69 ollo69 closed this as completed May 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants