unixko / MitsuCon

Mitsubishi Heat Pump Controller for Home Assistant
Apache License 2.0
68 stars 12 forks source link

Timers #16

Open hernanjc opened 4 years ago

hernanjc commented 4 years ago

Is it possible to send timers to the unit from HA?

unixko commented 4 years ago

Currently not possible. Anyway we can use HA automation script to turn on or off instead which is more flexible than built-in timer. For example, beside basic or weekly timer, we can do setback mode to automatically turn on AC when temperature is higher than x degree and turn off AC when temperature is lower than y degree.