Hello everyone,
Does anyone know is it’s possible to connect the Xiaomi M365 smart scooter with Home Assistant? There are various smartphone apps capable of doing this, but I would like to see all details (battery %, etc.) in Home Assistant.
Adam.
Hello everyone,
Does anyone know is it’s possible to connect the Xiaomi M365 smart scooter with Home Assistant? There are various smartphone apps capable of doing this, but I would like to see all details (battery %, etc.) in Home Assistant.
Adam.
Same question for me! Someone has an answer?
Any news about that?
No unfortunately
Yes I kinda want this option too, to automate turn off charger at 4.05volt to extend battery life and safty.
Subscribed
I have just achieved something like this, using MQTT and the discovery functionality, i was able to modify https://github.com/AntonHakansson/m365py into a tool that will push the data into MQTT and generate the sensors in HA. It stays as a daemon waiting for the scooter to show up, and as soon as it can it will connect and start pushing data.
I’ll test more, fix a couple things and publish the first version soon.
It has no “charging” state yet, but battery state, odometer and others are all available.
Also interested. Would be nice to automate the smart plug to stop the charging process at 100
Hi, did you publish the code on github? It’s very interesting!
thanks
How are things progressing with this? Would be really interesting to have this integrated into HA.
Linked python library not working on BLE > 91.
So newer scooters (S1 / Pro 2) not working.
I have done some research and found xiaomi implemented an sha1 encryption.
Here are some examples how to decrypt:
Maybe someone would like to work with me on updating the python lib.
Hi everyone! Is there any progress? So excited about it!
some progress in the topic, someone can share on github, I have s1
Hi P0ns,
Did you make any more progress on this or could you publish what you have?
could you share it please? i want to use a switch when the battery is at 80% and what you have is perfect!
Seems @dnandha already port to python - miauth/lib/python at main · dnandha/miauth · GitHub
Doesn’t have own scooter yet to test.
Hello!
Just bought Ninebot Max G30 gen 2. And im running HA in Proxmox VM.
I just dont get it how to use these Python things ( because i cannot instal pip/pip3 etc etc).
Can someone give instructions “for dummies” how to run these / test
Thank you!
Now that HA supports BL is not easy to create a integration?
I’m interested too. But my programming skills are far from good.