-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
ble_dbg_tbl_dump user ack timeout #1051
Comments
device model? token/ip correct? |
Token & IP are correct as this error message comes from the device itself and not from this library. This error is very generic and can happen for example when the device doesn't know that command, doesn't accept the parameters etc. Otherwise, knowing the model and the reason why you think this command should work might be helpful. |
I has 5 devices: All lamps works well in HA, so token and ip are correct. Also, another commands is work |
i maked request from windows before, now i was try from LTS, and all work. |
@viiy when you send from windows might be better to send like this
|
ty |
Is this for yeelight? If yes, should the |
@rytilahti it's for some yeelight devices (ceilings, 1s strip) which can pair yeelight bt remotes/dimmer directly. you can read mac and beaconkey of paired device, which can be later used to decrypt payload (but there are also other ways to get this data). check https://github.com/custom-components/ble_monitor for details. support for yeelight remotes/dimmer was added recently. |
Thanks @rezmus! I think it's fair enough to add it there, makes it simpler and less error-prone than using raw-commands :-) |
I trying get mibeacon encryption key
run command
miiocli device --ip --token raw_command ble_dbg_tbl_dump '{"table":"evtRuleTbl"}'
token and ip is right but always rescived:
Error: {'code': -9999, 'message': 'user ack timeout'}
The text was updated successfully, but these errors were encountered: