-
Notifications
You must be signed in to change notification settings - Fork 18
Eufy Vacuum #16
Comments
There's a local TuyAPI on port 6668. Getting the local key is a pain, but can be done from your Android device. I've been able to get the status of the device and trigger cleaning via the API. |
e.g.
Key/Values for status / commands:
|
There's a decent Python TuyAPI library: clach04/python-tuya, but this is very different to the protobuf used by this library. I suggest any TuyAPI implementation be done as part of a separate library. |
Sample code for the Node-based tuyapi library:
|
@mitchellrj thank you the link and notes! |
Can you give any more hints than "it's a pain"? Does it involve pairing the vac with the Tuya app, or can it be done from within the Eufy ecosystem? |
The Eufy app logs it out at various points, you can capture it from there
with adb logcat. There may be a simpler way but that's the way I got it.
…On Fri, 12 Apr 2019, 11:27 jymbob, ***@***.***> wrote:
There's a local TuyAPI on port 6668. Getting the local key is a pain, but
can be done from your Android device.
I've been able to get the status of the device and trigger cleaning via
the API.
Can you give any more hints than "it's a pain"? Does it involve pairing
the vac with the Tuya app, or can it be done from within the Eufy ecosystem?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABD47W7XHYYGKK34ZTL443PQBP2NANCNFSM4HCPO6OA>
.
|
I've got a basic Python library and demo program working now: https://github.com/mitchellrj/eufy_robovac I'll be working on fleshing this out more over the next few weeks. |
looks great - just need a way to find the local key from iOS..... |
More detailed steps on using logcat:
|
unfortunately i can't find the localkey. Translated with Google translater, come from Germany |
Could the 'tuya.m.my.group.device.list' part have changed? I'm getting no output from adb using this, but i can see 'tuya' and 'eufy' get a lot of traffic. Also, not seeing any localkey or devid. |
@aboyher you need to use Eufy app version 2.3.2. Something has changed with newer versions of the app. |
Hello, could someone help me to get the local key and dev ID of my Eufy G10 Hybrid. |
Is it known which of the device id and/or local key are affected by email/password changes? I would guess that device ID does not change when creds change, but that local key does... but I'm just guessing. Does anyone already know and can confirm one way or the other? |
Wondering what it would take to support the Eufy WiFi vacuum. The device is found when calling get_devices and it shows..
[{'address': '72.50.197.174', 'code': '', 'type': 'T2117', 'name': 'QueenVac', 'id': '62840462807d3a36feb7'}]
The text was updated successfully, but these errors were encountered: