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

Dyson HP04 "Heat" Mode Setting Automatically Activating When Setting Slider to a "Colder" Temperature #133

Open
mrdunu opened this issue Feb 25, 2024 · 7 comments

Comments

@mrdunu
Copy link

mrdunu commented Feb 25, 2024

Dyson HP04 "Heat" Mode Setting Automatically Activating When Setting Slider to a "Colder" Temperature

Home Assistant Core v2024.2.3 - Supervisor v2024.02.0

Steps to replicate:

  1. Set Mode to 'Cool'
    2024-02-25_22-27-44
  2. Slide Temperature Setting to 7 Degrees (Celsius)
    2024-02-25_22-29-35
  3. Note Mode automatically changes to 'Heat' and Colour Changes to Orange
@mrdunu mrdunu changed the title Dyson HP04 "Heat" Temperature Setting Automatically Activating When Setting Slider to a "Colder" Temperature Dyson HP04 "Heat" Mode Setting Automatically Activating When Setting Slider to a "Colder" Temperature Feb 25, 2024
@dotvezz
Copy link
Contributor

dotvezz commented Feb 25, 2024

I'm not entirely certain about the mechanism for this, as it was implemented by Shen before I adopted the project. But I think it may be a quirk of the devices themselves. The only use for a target temperature with the device is heat, as heating is the only way it has to influence the surrounding temperature.

That said, I'll work to confirm this assumption. And if I can find a way to change this behavior, I'll do my best to implement it on this project.

@dotvezz
Copy link
Contributor

dotvezz commented Feb 25, 2024

Okay, turns out my assumption was wrong! This is how it was implemented by Shen, and I'm guessing it's based on the fact that these devices don't actually have any way to reduce the environment's temperature; they can't cool, only heat.

It's easy to make a change to allow the temperature to be set without turning it to heat mode. But I'm not sure whether this simple solution would cause inconvenience for other users. The main issue I'm afraid of seeing is this: Even if we set the mode to "Heat", the actual heating element doesn't turn on until needed. On the other hand, if the mode is turned to "Heat" and it doesn't have any heating to actually do, it changes the fan settings. So changing this behavior risks impacting users who depend on it to turn on automatically at the appropriate time

I'll work on a test implementation that tries to give the best of both worlds! I'll make this part of a pre/beta release for testing, and will let you know when it's available. I'll also open a discussion with poll attached to that feature to invite other users to provide feedback. Thanks for bringing this up!

@codyc1515
Copy link
Contributor

Despite Dyson’s marketing, their fans are not AC units and so - other than the fanning action itself - cannot actually cool. They can heat though.

Because of this we end up with two separate entities - one for heat (climate) and one for everything else (fan).

Given the above, I do feel that we should decouple the target temperature from the mode to align with how all other HA devices work.

@mrdunu
Copy link
Author

mrdunu commented Mar 8, 2024

Thanks for the investigation @dotvezz.

Just to clarify:

  • If target temperature > current temperature, heat mode will trigger automatically
  • If target temperature < current temperature, heat mode will trigger but won't activate the heating element?

@dotvezz
Copy link
Contributor

dotvezz commented Mar 8, 2024

@mrdunu yep, that's exactly correct.

@mrdunu
Copy link
Author

mrdunu commented Mar 17, 2024

@dotvezz Just following on from this issue, it appears as though "Heat" mode is the default when toggling the device on. Is this expected? How can we default it to "Cool"?

When manually switching modes between Heat to Cool in the user interface, there is a noticable change in fan speed (which doesn't seem to be consistent with the second scenario in my previous comment where target temp < current temp)

@dav-is
Copy link

dav-is commented Jun 30, 2024

For what it's worth, I leave my fan in auto mode most of the day, meaning it doesn't circulate much air unless there is some dust in the air. My air conditioner struggles to circulate cool air around my entire apartment, so running the fan decreases the temperature near the fan.

It would be interesting to me to have a cooling mode where the fan would turn on if it became hotter than a certain temperature near the fan, to circulate the cool AC air coming from the far side of the room. The fan speed should be set according to how far the target temp is from the actual temp, so the fan doesn't make a ton of noise needlessly. Then return back to the auto mode.

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

4 participants