Open svenar-nl opened 3 months ago
Same here (Comfoair 160)
I guess that is normal... from the comfoair.h only CLIMATE_MODE_FAN_ONLY is exposed:
traits.set_supported_modes({ climate::CLIMATE_MODE_FAN_ONLY });
So if you want to change the fans speed you'll have to use the action: climate.set_fan_mode and not climate.set_hvac_mode
@deam0n wondering if it's the right abstraction or if there's something we can do to make it work out of the box (I'm not an expert on ESPHome)
When selecting fan mode 'Auto' or 'Off' it shows the following message
Failed to call service climate/set_hvac_mode. expected HVACMode or one of 'off', 'heat', 'cool', 'heat_cool', 'auto', 'dry', 'fan_only' for dictionary value @ data['hvac_mode']
.