-
Notifications
You must be signed in to change notification settings - Fork 190
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
Cannot Create Thermostat Accessory #126
Comments
I'm also looking into something similar, and wondering if the (as yet un-merged) #118 might help. |
From the log I can see that the client successfully connected and paired with the accessories. But then it immediately unpairs with the accessories. Probably the data of the accessory is invalid. Maybe a min and max temperature of 75° is invalid. Have you tried to use 70° for min and 75° for max? |
@brutella Yes, I've tried 70 for min and 80 for max. Same result (logs):
|
Any suggestions on what the issue could be? |
Can somebody please try with hc v1.1.0? |
I just tried it, and it works without issues. @jtsiros, note that the units are degrees Celsius (according to the HAP specs). |
Hello,
I'm attempting to create a thermostat accessory, and for some reason, The Home app returns "Couldn't connect to this accessory." error.
here is my initialization code:
Here is an excerpt from the logs:
I've been able to successfully run a LightSwitch accessory without any issues.
The text was updated successfully, but these errors were encountered: