-
Notifications
You must be signed in to change notification settings - Fork 0
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
Other version of Chsmartbulb ? #1
Comments
Same here, I'll try to get the btsnoop_hci.log from my phone. Maybe the protocol just changed a little. |
btsnoop_hci.log use |
Hi I comment out most of the code in light.py, so i think that is expected if you run directly and nothing happened. But if you try the commands in the light.py and it still not work, maybe you can try to send all the commands which the app send. It have been a long time since I make this repo so I forget some detail, but if you use the same app as i use then maybe I omit some commands that your bulb needed. Something may help is, all the command is 01fe000051811800000000000......, but i suspect this prefix may be the bulb ID or something likely. |
Hi @samsam2310, @hajs I managed to get the lights I bought for my home working. This is the code I'm running in my raspberry pi: https://github.com/eazel7/living-room-lights-rpi
|
Hello,
I just bought a light bulb which should be a Chsmartbulb.
Unfortunately it does not respont to any commands.
The test-script fails at #508
If I comment out the assert command I get
Unfortunately I cannot see any changes on the light bulb.
Could you please give me a hint, how I can adapt the protocol?
Thanks :)
The text was updated successfully, but these errors were encountered: