Skip to content

markbajaj/eufy-device-id-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Eufy device ID & key grabber

This Python program allows you to obtain the device ID & local key for your Eufy devices without having to rely on running an old version of their Android app.

Usage/TLDR:

In a somewhat recent Python 3 (I ran Python 3.9 when developing this) virtualenv, run the following:

pip install -r requirements.txt
python -m eufy_local_id_grabber "<EUFY ACCOUNT EMAIL>" "<EUFY ACCOUNT PASSWORD>"

You will get the following output:

Home: <home ID>
Device: RoboVac, device ID <device ID>, local key <local key>

It will list all the devices in all the "homes" (though I am actually not sure if you can have more than one home in Eufy) on your account.

Credits & Thanks

And the other amazing people who've shown interest in this project and even contributed to it. ❤️

*****THIS WAS ORIGINALLY ON https://gitlab.com/Rjevski/eufy-device-id-and-local-key-grabber AND IS NO LONGER AVAILABLE THERE. This is a clone of that repo.

About

Grab Eufy Device ID with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages