panasonic_cc icon indicating copy to clipboard operation
panasonic_cc copied to clipboard

Setting temperature to T15 or 15 using automation

Open mstendah opened this issue 2 years ago • 1 comments

Hi, I have an automation that turns on the unit using Heat mode, but is there a way to add a tenperature setting as well? Here is the code I currently use:

device_id: xxx domain: climate entity_id: climate.kitchen type: set_hvac_mode hvac_mode: heat enabled: true

mstendah avatar Nov 27 '23 11:11 mstendah

I believe this is a HA limitation in that you need to set the mode and then separately set the temperature.

codyc1515 avatar Jan 09 '24 20:01 codyc1515

Added support for +8/15 in v1.0.49

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