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

Problem with turn_on/turn_off methods? #197

Closed
MEKadan opened this issue Feb 9, 2024 · 1 comment · Fixed by #198
Closed

Problem with turn_on/turn_off methods? #197

MEKadan opened this issue Feb 9, 2024 · 1 comment · Fixed by #198

Comments

@MEKadan
Copy link

MEKadan commented Feb 9, 2024

** Versions **

  • Home Assistant version : 2024.2,1
  • This integration version : Latest (1.7.2)

Describe the bug

The following from the HA log:

Logger: homeassistant.components.climate
Source: components/climate/__init__.py:354
Integration: Climate ([documentation](https://www.home-assistant.io/integrations/climate), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+climate%22))
First occurred: 9 February 2024 at 18:56:35 (2 occurrences)
Last logged: 9 February 2024 at 18:56:35

Entity climate.panasonic_aquarea_main_z1_temp (<class 'custom_components.aquarea.climate.HeishaMonZoneClimate'>) implements HVACMode(s): heat, 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/kamaradclimber/heishamon-homeassistant/issues
Entity climate.panasonic_aquarea_main_z2_temp (<class 'custom_components.aquarea.climate.HeishaMonZoneClimate'>) implements HVACMode(s): heat, 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/kamaradclimber/heishamon-homeassistant/issues

To Reproduce
Steps to reproduce the behavior:

  1. Instaled HA core 2024.2,1 & Heishamon integration 1.7.2
  2. Log entry gets created during system restart

Expected behavior

No errors in log

Screenshots

** MQTT dump **

@kamaradclimber
Copy link
Owner

Thanks for opening an issue for this, it seems due to a change in version 2024.2, described on https://developers.home-assistant.io/blog/2024/01/24/climate-climateentityfeatures-expanded/.
I'll see how to fix it.

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

Successfully merging a pull request may close this issue.

2 participants