alanhamlett / eufy-garage-door-watcher

Send yourself an email whenever the garage door is left open, using a Eufy Security door sensor.
MIT License
17 stars 0 forks source link

403 error for address #2

Open jeffpkamp opened 11 months ago

jeffpkamp commented 11 months ago

When I run the program I get this message

Error response from Eufy API devices list 204:

Error response from login to Eufy API 403:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>tengine</center>
</body>
</html>

Missing api token, exiting.

I noticed when I login to mysecurity that the path has now changed from "https://mysecurity.eufylife.com/api/v1" to "https://mysecurity.eufylife.com/api/v2"

does this still work for you?

alanhamlett commented 11 months ago

does this still work for you?

Doesn't work for me either for a while now. I haven't been able to reverse engineer their new api to get it working again.