-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
Yup, that's it. In the physical thermostat UI, it's called 'emergency heat' |
@wirecuttr I just released Try it out and let me know how it goes. |
Confirmed working for me :) |
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) |
Good call, I updated the string to |
Question, while you guys are busy with this, would be it be easy to add there 2 features?
|
Looking through the diagnostics and toggling the feature in my thermostat, Iooks like the One clean feature is triggered by: 'oneCleanFanActive' true/false |
@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. |
@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, |
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 |
May I suggest you add your voice there: home-assistant/architecture#932 |
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:
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?
The text was updated successfully, but these errors were encountered: