HestiaPi / hestia-touch-openhab

OpenHAB2 files for HestiaPi Touch model
GNU General Public License v3.0
60 stars 17 forks source link

Don't turn on fan before heating/cooling (resolves #67) #68

Closed rucker closed 2 years ago

rucker commented 2 years ago

Set fan to AUTO only after turning Heating/Cooling ON. The meaningful changes are: 1) To schedule a 10 second timer for commandIfDifferent("FanMode", "AUTO"); (such that it matches the call to commandIfDifferent that enables Heating/Cooling); and 2) Create that timer after the timer that enables Heating/Cooling rather than before

See #67