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

is_aux_heat warning #245

Closed
AJediIAm opened this issue Mar 29, 2024 · 6 comments
Closed

is_aux_heat warning #245

AJediIAm opened this issue Mar 29, 2024 · 6 comments
Assignees

Comments

@AJediIAm
Copy link
Contributor

AJediIAm commented Mar 29, 2024

Screenshot_20240329-132348

is_aux_heat will be deprecated in 2024.10
This warning is shown since 2024.4.0b0

To users who encounter this issue and who are looking for a solution: you can safely ignore the warning. Everything still works as it should.

@rhammen
Copy link
Contributor

rhammen commented Sep 22, 2024

We're approaching the end of September. It won't be long till people start installing HA 2024.10.0 ...
@BenPru What is the plan/planing? Are you working on a new release? Can we help in some way, e.g. testing the new version? Or have you given up on this project?

@BenPru
Copy link
Owner

BenPru commented Sep 23, 2024

We're approaching the end of September. It won't be long till people start installing HA 2024.10.0 ... @BenPru What is the plan/planing? Are you working on a new release? Can we help in some way, e.g. testing the new version? Or have you given up on this project?

My plan was to work on it last weekend... But the children were outsourced, the weather was great, the open-air music festival in town was fabulous, the alcohol too much and the weekend too short. 🙈😅
I try to release it this week. Testing would be great.

@BenPru
Copy link
Owner

BenPru commented Sep 23, 2024

@rhammen Can you test 2024.9.23-Beta?

@rhammen
Copy link
Contributor

rhammen commented Sep 23, 2024

Happy to see you working on a new release, great!
Testing 2024.9.23-Beta now, using HA 2024.5.3 ...
(Will update my HA to HA 2024.9.x, and HACS to 2.0.1, to check it also works with that version)

  1. The is_aux_heat warning is gone --> 👍

  2. The following warning (as reported in Warning that luxtronik2 Beta 2023.11.30 does not work with HA 2024.10.0 #255 item 6) is still present:

Logger: homeassistant.components.climate
Source: components/climate/init.py:363
integration: Climate (documentation, issues)
First occurred: 22:12:07 (2 occurrences)
Last logged: 22:12:07

Entity climate.luxtronik2_heating (<class 'custom_components.luxtronik2.climate.LuxtronikThermostat'>) 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/BenPru/luxtronik/issues
Entity climate.luxtronik2_cooling (<class 'custom_components.luxtronik2.climate.LuxtronikThermostat'>) implements HVACMode(s): cool, 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/BenPru/luxtronik/issues
  1. The following warning (as reported in Warning that luxtronik2 Beta 2023.11.30 does not work with HA 2024.10.0 #255 item 7) is still present:
    (in Warning that luxtronik2 Beta 2023.11.30 does not work with HA 2024.10.0 #255 it is suggested that changing in base.py
    from homeassistant.backports.enum import StrEnum--> from enum import StrEnum
    fixes this issue)

Logger: homeassistant.backports.enum
Source: helpers/deprecation.py:206
First occurred: 22:12:06 (1 occurrences)
Last logged: 22:12:06

StrEnum was used from luxtronik2, this is a deprecated alias which will be removed in HA Core 2025.5. Use enum.StrEnum instead, please report it to the author of the 'luxtronik2' custom integration

BenPru added a commit that referenced this issue Sep 28, 2024
#255 #245 
* Try fix warning 'implicitly supports the turn_on/turn_off methods'
BenPru added a commit that referenced this issue Sep 28, 2024
#245 #255 
* Try fix warning 'StrEnum'
@BenPru
Copy link
Owner

BenPru commented Sep 28, 2024

@rhammen Can you test the new beta 2024.9.28-Beta. 2 + 3 should also be fixed.

@rhammen
Copy link
Contributor

rhammen commented Sep 28, 2024

@rhammen Can you test the new beta 2024.9.28-Beta. 2 + 3 should also be fixed.

@BenPru
I updated to 2024.9.28-Beta on HA 2024.9.2
The warnings 2+3 are gone, so everything looks good to me!
Thanks for your effort on updating this integration!

@BenPru BenPru closed this as completed Sep 30, 2024
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

3 participants