BnMcG / HomeAssistant-RoboVac

Component to implement Eufy RoboVac support in Home Assistant
Apache License 2.0
45 stars 14 forks source link

Eufy Robovac 15c doesn't work with this #11

Open wgjhstt247 opened 4 years ago

wgjhstt247 commented 4 years ago

To save others the time and trouble, the robovac package version 0.0.9 attempts to connect to tcp port 55556, but this port is not listening on robovac 15c. The robovac 15c listens on tcp port 6668. Also, get_local_code() using the Eufy username and password no longer works because Eufy removed it in the API call.

cjazinski commented 4 years ago

If there a workaround?

wgjhstt247 commented 4 years ago

robovac 15c and later uses a different API. Use this project for 15c and later: https://github.com/mitchellrj/eufy_robovac . Look at the issue list for robovac 15c for a tip to get it working correctly.