Hi, I use this card extensively with my Daikin AC. Works great and its really good that my wife can continue using the Daikin remote and I can use HA. Its all in sync! Thanks for the card!
Now to my question:
I would also in one room (TV room) use my Harmony Hub to control the Daikin AC in that room. By using the HA Roku integration I can get Harmony to start and stop the AC. BUT what I also want to do is to be able to change the temperature in step of 0,5 degrees via the Harmony remote, as I can do in the card but I don’t find any service to call to do this.
Is this only possible via the card or am I missing where to find the info / service to change AC 0,5 degrees by pressing a button (as using the arrows in the card).
Thanks
Nope, the integrations are UI or YAML. What you’d need here is some kind of automation or script, that does what you want (in your case calling the service climate.set_temperature).
In your case this could be something like the Harmony remote is calling a script, that calls the service on the climate integration. Could also be possible, that the Harmony remote can call services by itself.
I’m sorry, I have no idea, how the Harmony is connected to HA, as I don’t own or use one and therefor don’t know how these work in HA.
Okay, so that’s the road I’m on. And are halfway, but my real problem in its essence is that there is no service I can use directly.
I was looking for a service that can change current temperature setting either a 0,5 degrees up or down. But again there is no such service as I can conclude and was hoping for someone that knew how tio implement. In this thread I got a great suggestion with input.numbers helper which I have started to test and it might work out well.
But of course if there had been a service like climate.rise_temperature and climate.lower_temperature that had been easier to call from my Harmony integration
Hi, well maybe not what Daikin thought but anyhow. I bought a Daikin Wi-Fi module to my AC in-house unit which then the HA Daikin integration work with. I was lucky that HA supports the Wi-Fi module that fitted my unit. Then it’s like normal, the services becomes available and at it seems, sync works out of the box. I can freely use the normal Daikin remote and HA gets updated with the new temperature settings. So keeps the remote still valid. Was good in our family.
I’m trying to hide the Fan control when the AC is off. I see there’s _hide_when_off but is it only for the HVAC Mode? Do I have to use card-mod to hide the fan controls? How would I target it since both of the controllers have the class modes?
I want to change the colour used on the ‘Off’ button of the control, when the unit is switched off.
Currently it is a grey box, but I would prefer to leave the background of the button is the same blue as the rest of the card, and change the power icon to a dark red.
I suspect card-mod can do this somehow, but haven’t get a clue how to find out what variables I need to work on. Any thoughts? Thanks!
Is there a way to make the control buttons align, since I have 6 operation modes, 5 fan modes, and 4 swing modes?
Is there a way to add buttons to call services? (Silent mode, sleep mode, boost mode and the display light are all controlled with services that need true/false sent to them).
I’ve been trying many things, but I never manage to!
Here is my design. I have disabled the state and temperature variables because I couldn’t customize their icons. Instead I have manually added temperature as a sensor entity which does allow me to personalize it.
I have additionally added a sensor that tracks the power consumption of the AC unit and a binary sensor that turns green if we are producing power to the grid via solar panels and thus running the airco at that moment is ‘green’.
Hi, love that Simple Thermostat Card. I want to show the next scheduled temperature change. The sensor is sensor.buro_next_scheduled_change_time.
The output of these sensor is 2022-09-30T21:00:00+00:00
I tried to format these output in day month hour minute, but no idea to get this working.