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

[bug] - hvac_power_level when off #276

Closed
Bergoglio opened this issue Aug 29, 2024 · 8 comments · Fixed by #280, #282 or #283
Closed

[bug] - hvac_power_level when off #276

Bergoglio opened this issue Aug 29, 2024 · 8 comments · Fixed by #280, #282 or #283
Assignees
Labels
bug Something isn't working

Comments

@Bergoglio
Copy link

Hi,

three bugs that I found :

  1. I don't know if it happens only in my Home Assistant but in Settings > Device & Services > Integrations > Dual Smart Thermostat it continues to show me 0.9.6 even if I installed 0.9.8.beta.6 version
    Screenshot_20240829_091826

  2. even if hvac_action_reason: opening and / or hvac_action: off (so, when the thermostat switch off heater and cooler for different reasons than achieved target temperature) hvac_power_level and hvac_power_percent stay with values different from 0
    Screenshot_20240829_093432

  3. it continues to show hvac_power_percent value with a lot of decimals instead of an int number and hvac_power_level show 2.0 instead of 2 (0, 1 and 3 are ok; i cannot test more because my fancoils are a 3-speeds type)

@swingerman swingerman changed the title Bugs in 0.9.8.beta.6 [bug] - hvac_power_level when off Aug 29, 2024
@swingerman swingerman self-assigned this Aug 29, 2024
@swingerman swingerman added the bug Something isn't working label Aug 29, 2024
@swingerman
Copy link
Owner

Please check v0.9.8.beta-7

@Bergoglio
Copy link
Author

This is the situation of 0.9.8.beta-7
Screenshot_20240829_125318

@Bergoglio
Copy link
Author

Bergoglio commented Aug 29, 2024

But the problem 2,0 in speed 2 is fixed
Screenshot_20240829_125750

@Bergoglio
Copy link
Author

Also in speed 2 hvac_power_percent doesn't show 66,66666666 but 67
The problem of 33,333333333 is only on speed 1

@swingerman
Copy link
Owner

Please check v0.9.8.beta-8

@Bergoglio
Copy link
Author

Ok, power levels now work good on device state changes.

Remain only speed 1 - percentage 33,333333333 as You can see
Screenshot_20240830_125350

@swingerman
Copy link
Owner

OK. It's foxed now in v0.9.8.beta-9

@Bergoglio
Copy link
Author

Ok, it is fixed !
Good work, well done !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment