-
I have a button robot, which can be controlled by my phone Xiaomi App correctly. I also installed python-miio 0.6.0.dev0 on my windows laptop and I can see my button robot under my xiaomi cloud as below. == fingerrobot () == So I tried to use token parameter to access it but failed at token length. venv) PS D:\workspace\chatGPT> miiocli device --token f1966a8760d510bb2cf8fb13 info Error: Invalid value for '--token': Token length != 32 chars: 24 Is there any solution I can apply to access and control the button robot? Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I use Bluetooth to connect the device to my cell phone. |
Beta Was this translation helpful? Give feedback.
-
Hi @iamsscn, unfortunately no, this library only implements the local, IP-based communication protocol and there are no plans to add bluetooth support to this library. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your support! |
Beta Was this translation helpful? Give feedback.
Hi @iamsscn, unfortunately no, this library only implements the local, IP-based communication protocol and there are no plans to add bluetooth support to this library.