Sammy Svensson
Sammy Svensson
I've implemented a simple python module to connect to Xiaomi cloud. I'm new to python and it's very early in development. Currently you can only login and get the list...
@starkillerOG @rytilahti I'm glad you found the code useful. As I said, feel free to use it in any way you want. You could add it as your own micloud...
@rytilahti Thank you for the suggestion. I've implemented a super basic cli interface and released a new version. ``` Usage: micloud [OPTIONS] Options: -u, --username TEXT Your Xiaomi username. -c,...
Released a new version with proper password prompt.
Thank you, I'll leave this issue open for people to find. Might add a warning about it to the documentation when I get the time.
Version 0.6 changed how the cli works and I've forgotten to update the documentation. Now you have to specify what command you want to run: ``` Usage: micloud [OPTIONS] COMMAND...
I cannot reproduce that error running Python 3.11.0 and micloud 0.6 installed by pip.
Yes email should work. Also check if you are effected by issue #6 edit: wrong issue link
Seems to be a similar problem, did you try going to the "notificationUrl" in a browser as described in issue #6 ?
Okey! I'll get this in with some documentation updates I forgot with the last PR.