hpeyerl/venstar_colortouch

Code fails on Venstar T4800 and T4900 Commercial Thermostats

Closed this issue · 3 comments

My Fixes

172,173c172
< if self._type != "commercial": #Commercial thermostats don't support "away"
< self.away = self.get_info("away")

    self.away = self.get_info("away")

198,199c197
< #elif self.model == "COLORTOUCH":
< elif self.model == "VYG-4900-VEN" or self.model == "VYG-4800-VEN" or self.model == "COLORTOUCH":

    elif self.model == "COLORTOUCH":

I'm more likely to be able to handle this in a timely manner if you send a pull request. Thanks!