Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code fails on Venstar T4800 and T4900 Commercial Thermostats #23

Closed
broswell opened this issue Feb 14, 2020 · 3 comments
Closed

Code fails on Venstar T4800 and T4900 Commercial Thermostats #23

broswell opened this issue Feb 14, 2020 · 3 comments

Comments

@broswell
Copy link
Contributor

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":
@hpeyerl
Copy link
Owner

hpeyerl commented Feb 14, 2020

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

@broswell
Copy link
Contributor Author

broswell commented Feb 14, 2020 via email

@broswell
Copy link
Contributor Author

broswell commented Feb 14, 2020 via email

@hpeyerl hpeyerl closed this as completed Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants