-
Notifications
You must be signed in to change notification settings - Fork 18
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
Homebridge not working with Mi-Philips-Light #19
Comments
Anyone? |
I encountered the similar issue. |
sadly I have the same issues. @YinHangCode can you have a look please? Mär 16 23:11:21 raspberrypi homebridge[17266]: [2018-3-16 23:11:21] [MiPhilipsLightPlatform] [MiPhilipsLightPlatform][ERROR]MiPhilipsCeilingLamp - getBrightness Error: Error: Call to device timed out |
I think its timing out because of the wrong token size? |
Well, I tried it with for sure a 32 characters token size but still the same unfortunately :( |
Fixed it. It’s working right now. iOS stores the token encrypted as 96 characters. So you have another step before it will work: decrypt the token See under: non jailbroken iOS users And on this page you can decrypt it for free: http://aes.online-domain-tools.com And you have to look in the right corner, the two lines are the decrypted 32 Charakters token: |
I have the same error |
[2018-2-15 21:39:34] [MiPhilipsLightPlatform] [MiPhilipsLightPlatform][ERROR]MiPhilipsSmartBulb - Light - setBrightness Error: Error: Method not found.
[2018-2-15 21:39:34] [MiPhilipsLightPlatform] [MiPhilipsLightPlatform][ERROR]MiPhilipsSmartBulb - Light - setPower Error: Error: Method not found.
Hello!
Added a smartbulb to Homebridge. Apple Homekit sees the device but when trying to use no action is being taken; error messages shown above. Some help please :+1 :)
The text was updated successfully, but these errors were encountered: