Hello, I am using the integration ans all works well.
Now I am starting to use automations and I can activate the AC but what I am not able to do is change the temperature set using automation. I can change it on the dashboard but not from an automation, the entity is not available.
Are someone that was able to do it? If so, how?
Thanks
Denis
Hi, can you show the code to make it like yours?
Hello, now I have this problem.
Just integrated Comfort Cloud in HA but I’m not able to see the temperature set.
Can somebody help me to solve this problem since regularly you should see the last temperature set?
Integration works great, although it seems there isn’t a horizontal swing attribute:
I’m not sure if this is a limitation or a bug, but the image in post 26 would indicate that the attribute used to exist. Regardless, I managed to mirror the Simple Thermostat card @sockless posted and used buttons to call the set_horizontal_swing_mode
service.
If this is a limitation, is there any way to at least retrieve the current horizontal position through an additional service call? I tried playing around with the custom component files, but I’m new to Python (and Home Assistant in general) and didn’t get anywhere.
Horizontal swing modes are exposed with device_state_attributes(self)
It has been deprecated for extra_state_attributes
See Warning that custom component is using device_state_attributes
So try to change the property to extra_state_attributes
I am so sorry if this has been answered already but I was not able to find anything about this topic.
Is there any way to send the commands for „boost/powerful“ and „silent/quiet“ these are the two modes I use the most.
If you’re using the standard thermostat card, then you need to click on the three dots. Quiet and Powerful are labelled “Eco” and “Boost” under presets:
That did the trick! Thank you.
A sidenote, but how did you get that thermostat card to look like yours?
Hi. I’m wondering if anyone has a multisplit. 2x1 (or more)
When I look for the consumption values, both splits has the same consumption, even the office split has not been used that day.
Therefore, can I assume that the consumption is controlled for or takes values from the compressor or exterior unit?
Thanks in advance
Looks like the Panasonic CC app, not HA.
Hi @oaragues,
Same here, multisplit 3x1 and energy consumption seems to be cumulated. If I think about it - it’s even better for me, as I’m planning for an automation to only use ACs for heating when there’s solar surplus.
Same actually happens in the Comfort Cloud app - if you browse statistics of all indoor modules, you’d see that the consumption is the same - even for the units that didn’t work that day.
Hi…
is there a way to get the current power value per device quicker? Its very slow, sometimes i need to wait 15 Minutes until the actual value is displayed. So my automations don’t work
Any way to get this?
Hi there,
unfortunately, since HA 2023.7.0, some of the AC’s are not recognized by the Integration.
In my case randomly 2-4 out of six AC’s are missing after a restart.
On GitHub there are already reports about this Problem.
It would be very nice if someone with expertise (Jimmy E. ) could take on this topic.
Thank you very much!
Regards
Herbi
I also had issues, but after I deleted the integration, and re-added it, it works smooth again
Man, you did my day!
Deleting and reinstalling made it.
Best regards
Herbi
Great…my guess something changed in the api, and because of it, a new key is required…
or maybe not…who knows
Hi, I have the issue too. Seems related to the daily energy sensor. When I had only two device, everything was working. Then I added a third, and it started not recognizing one or two device randomly. If i remove the energy sensor, everything is working again, but I can’t track my energy then…
Exactly the same behavior here, I use 2 devices, one of them would fail to initialize randomly.
After I re-added the integration, both started working again normally