panasonic_cc icon indicating copy to clipboard operation
panasonic_cc copied to clipboard

Eco preset / quiet mode swapped

Open flybrys opened this issue 3 years ago • 2 comments

My unit (CS-RZ25WKRW) has a quiet mode for fan speed as well as an eco function

Setting the eco mode in the panasonic app turns on the eco light however setting it in this integration turns on quiet mode for the fan. I don't seem to have any other options to turn on Eco mode. Is this an known issue or something that can be added? I'm using the CZ-TACG1 adaptor if it is related to that.

flybrys avatar Jul 26 '21 00:07 flybrys

Hi @brywithawhy, I think I might be able to expose the eco preset mode. One thing you could try is calling climate.set_preset_mode with eco and see if it does anything.

sockless-coding avatar Aug 01 '21 11:08 sockless-coding

Hi @sockless-coding Calling the service sets quiet mode on the unit, but eco is reported in the integration. Same as doing it via the lovelace card

flybrys avatar Aug 01 '21 13:08 flybrys

I have a similar issue:

my units CS-X35ZKEW-H feature a "quiet mode". However in order to engage it via this integration I have to set preset to "Eco mode"

Kugelfang666 avatar Jun 28 '24 06:06 Kugelfang666

This is an old bug/sin... fixing it would introduce a breaking change... the HA built-in PRESET_ECO was used for Quiet from day 1

sockless-coding avatar Jun 28 '24 19:06 sockless-coding

Ok i see, personally I would be fine with a breaking change but I totally get it that it might not be worth it for many

Kugelfang666 avatar Jun 28 '24 19:06 Kugelfang666

@Kugelfang666 there should now be a switch to toggle the eco navi feature

sockless-coding avatar Jun 28 '24 20:06 sockless-coding

Thanks for putting effort into this. I just updated to 1.0.51 but I don’t see that button, am I looking at the right spot?

IMG_0543

Kugelfang666 avatar Jun 28 '24 21:06 Kugelfang666

It should be a separate switch image

sockless-coding avatar Jun 28 '24 21:06 sockless-coding

I have a similar issue:

my units CS-X35ZKEW-H feature a "quiet mode". However in order to engage it via this integration I have to set preset to "Eco mode"

It's been a while since I raised this and can't quite remember what the result was, but I ended up using an esp32 instead of the cz-tacg device to control it all without the comfort cloud and the functionality matches that of the remote control

https://github.com/DomiStyle/esphome-panasonic-ac If you're interested

flybrys avatar Jun 28 '24 22:06 flybrys

It should be a separate switch image

this setting did not show up for any of my devices after updating. but my devices do NOT feature the Eco mode but do Feature the QUIET mode.

Kugelfang666 avatar Jun 29 '24 08:06 Kugelfang666

I've added a new configuration option (in the next release) that should be default True for new installations and False for existing ones. image That switches to the panasonic naming of presets: image

sockless-coding avatar Jun 29 '24 09:06 sockless-coding

I can confirm this is now working for me! Thanks a lot for putting the effort into this, much apprechiated!

Kugelfang666 avatar Jun 29 '24 19:06 Kugelfang666