apetrycki / daikinskyport

API for accessing a DaikinOne+ Thermostat
59 stars 26 forks source link

Unable to adjust Cool and Heat setpoints via automation? #88

Closed joeygray0519 closed 7 months ago

joeygray0519 commented 7 months ago

I can manually adjust cool and heating setpoints from the thermostat UI on a dashboard but why can't I adjust those same setpoints via automation? it only lets me change the mode.

apetrycki commented 7 months ago

You must be doing something wrong. You need to call climate.set_temperature with temperature in your data if you're in heating or cooling mode, or target_temp_high and target_temp_low if you're in auto mode.