Open dhanani94 opened 5 years ago
Just to say the RoboVac 30C is exactly the same. Missing local_code and lan_ip_addr set to my WAN IP.
Looking at a different issue on the python_lakeside project it seems that Eufy have moved new products to a cloud endpoint rather than exposing local LAN APIs.
Would have thought the API would be exposing the methods to control the device but not checked yet.
Have just used mitmproxy to check and it might be a dead-end going directly via the Eufy API. I'm pretty sure they are using the Tuya platform for connectvity. Seeing quite a few calls to their APIs coming from my phone that reference eufy (although annoyingly none in direct response to commands being triggered).
Every time I trigger a command on the app it does a POST to https://log.eufylife.com/push_log_es but as the end point suggests I think this is just for their logging. I get the device ID as a 200 response back if I replay the POST but nothing happens on the device.
PS they have a new device endpoint https://api.eufylife.com/v1/device/v2 which their app uses.
Last comment. Not the first to see it's using Tuya and there's a project getting it to work here
So were you able to connect via the Tuya project? @nanowireUK
When pinging the API (home-api.eufylife.com/v1/device/list/devices-and-groups) the response back contains an empty
local_code
field. This might be because this is a 15C and not 11C device.API Response:
Note: all the sensitive characters were replaced with the X, no characters were deleted/removed