-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Bug Report HVAC Mode Issue #1329
Comments
Have the same and one of my Thermostats is always not available. Logger: homeassistant.components.climate Entity None (<class 'custom_components.better_thermostat.climate.BetterThermostat'>) 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/KartoffelToby/better_thermostat/issues |
got a similar problem, but i hav a TRV 801W which has the following HVAC modes: "off", heat_cool, heat_cool |
I got the same error. I tried to get around with some automation. I guess this could work out till an update comes:
|
@stelau81, @Panoramiac You're probably using outdated BT versions, this should be fixed long ago (02/2024, like v1.5.0 or v1.5.1+), otherwise let us know - closing issue @tco99ttocs, @E5TO Your issue is something completly different, and also was already reported before #1322 and fixed #1533, so please update / try v1.7.0b3 Actually @E5TO Your request seems different, you seem to want heat_cool for an entity that actually/apparently supports mode heat. This shouldn't be required - When adding the entity also as cooling entity, this should already ensure BT is setting mode cool as required afaik. |
@folfy Updated to 1.7.0b1 but still got the Note:
Edit: Got on 1.7.0b3
|
@E5TO Yeah, as said you need at least b3, but you noticed you mixed that up. The stated log message is not related to BT at all, we don't even care about any kind of "lock" entity. So you have to go to the tuya integration development with this, if that particular problem is actually causing trouble for you. |
I use a Rapsberry 4 with HA, SD Card., HA Version: 12.1, Core: 2024.4.0
Got a Better Thermostat Protocol Information:
Logger: homeassistant.components.climate
Quelle: components/climate/init.py:367
Integration: Klima (Dokumentation, Probleme)
Erstmals aufgetreten: 20:51:35 (4 Vorkommnisse)
Zuletzt protokolliert: 20:51:35
Entity None (<class 'custom_components.better_thermostat.climate.BetterThermostat'>) 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/KartoffelToby/better_thermostat/issues
Can you fix this?
Thank You
The text was updated successfully, but these errors were encountered: