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

HeaterCooler accessory not turning on when hitting cool/heat in the detail screen #772

Closed
CyberMrProper opened this issue Jul 10, 2020 · 1 comment

Comments

@CyberMrProper
Copy link

When I go to the detail screen inside the accessory and I click heat/cool, nothing happens.

I think the code is missing this.service.getCharacteristic('Active').setValue(1); before or after the following line:

https://github.com/oznu/homebridge-config-ui-x/blob/06a9666b4f5cb0e1036e6d33e18cbabaa81bdcb3/ui/src/app/core/accessories/types/heatercooler/heatercooler.manage.component.ts#L70

@oznu
Copy link
Member

oznu commented Jul 22, 2020

Thanks, this should be fixed in the next release.

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