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

Missing ability to control Emergency/Aux heat #25

Open
wirecuttr opened this issue Feb 17, 2024 · 13 comments
Open

Missing ability to control Emergency/Aux heat #25

wirecuttr opened this issue Feb 17, 2024 · 13 comments

Comments

@wirecuttr
Copy link
Contributor

Hi, Not sure if I'm missing it, but I can't seem to find a way to turn on Aux heat. I see it in the code, but it doesn't show up as a mode in the UI:
image

I tested the skyport integration as well and it also does not have Aux heat showing in the HVAC modes, but with that integration Aux heat can be turned on and off using the service call: Climate: Turn on/off auxiliary heater.

Are you able to add in Aux heat control?

@zlangbert
Copy link
Owner

Yes, definitely want to add support for this. To confirm, you want the ability to set the thermostat to the "emergency heat" mode as shown here right?

image

@wirecuttr
Copy link
Contributor Author

Yup, that's it. In the physical thermostat UI, it's called 'emergency heat'

@zlangbert
Copy link
Owner

@wirecuttr I just released 0.7.0-beta.0 which has support for setting emergency heat through a preset mode. This works both through the thermostat card in the UI and with the climate.set_preset_mode service.

Try it out and let me know how it goes.

@wirecuttr
Copy link
Contributor Author

Confirmed working for me :)

@wirecuttr
Copy link
Contributor Author

One minor thing... In the preset you labeled it 'Emergency Heat', but Home Assistant uses the more international standard of not capitalizing every word, so for better HA consistency it would be better to label it 'Emergency heat' (lower case h)

@zlangbert
Copy link
Owner

Good call, I updated the string to Emergency heat

@marcobe
Copy link

marcobe commented Feb 18, 2024

Question, while you guys are busy with this, would be it be easy to add there 2 features?

  • to turn on/off the 'one clean' air feature?
  • to turn on/off air circulation?
    It's on my thermostat, and in the Daikin app.

@wirecuttr
Copy link
Contributor Author

Looking through the diagnostics and toggling the feature in my thermostat, Iooks like the One clean feature is triggered by: 'oneCleanFanActive' true/false
(Unfortunately, I don't know enough to do anything useful with that information)

@otherwish
Copy link

otherwish commented Mar 2, 2024

@zlangbert I have a mix of heat pumps and condenser units with gas furnaces. The payload data "ctSystemCapEmergencyHeat" is true for all, but "modeEmHeatAvailable" seems to track better for me. If the value is true, then "Emergency Heat" is available as a mode in the app. Is there a way to test that value then add to DaikinThermostatCapability?

@wirecuttr do all of your units have emergency heating available?

@wirecuttr
Copy link
Contributor Author

@zlangbert I have a mix of heat pumps and condenser units with gas furnaces. The payload data "ctSystemCapEmergencyHeat" is true for all, but "modeEmHeatAvailable" seems to track better for me. If the value is true, then "Emergency Heat" is available as a mode in the app. Is there a way to test that value then add to DaikinThermostatCapability?

@wirecuttr do all of your units have emergency heating available?

Yes. My set up is heat pumps with gas furnaces for emergency heat.

@zlangbert
Copy link
Owner

@otherwish to clarify, you are saying a portion of your systems do not have an emergency heat mode available, and for those that don't, ctSystemCapEmergencyHeat is still true but modeEmHeatAvailable is false?

@otherwish
Copy link

@otherwish to clarify, you are saying a portion of your systems do not have an emergency heat mode available, and for those that don't, ctSystemCapEmergencyHeat is still true but modeEmHeatAvailable is false?

Correct. I have attached json data from the front and back thermostats. Front thermostat has a cooling only outdoor unit, while back thermostat has a heat pump outdoor unit.

daikinone-33cd35f95293bc7f1e2ebbf6b87917aa-Front Thermostat-3dc3f67cc1eff7ae16f09b5c57e615e6.json
daikinone-33cd35f95293bc7f1e2ebbf6b87917aa-Back Thermostat-87831f09981664f81979edcba99d5942.json

@jf-navica
Copy link

May I suggest you add your voice there: home-assistant/architecture#932
Aux heat should be a heating mode in HA, not a separate entity IMO.

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

5 participants