Sam Wolfson
Sam Wolfson
I have another progress update. Long story short, from what I can tell it appears that the Eufy Clean app doesn't communicate directly with the vacuum at all. Instead, it...
I was able to connect to the MQTT server and inspect all the messages sent to the relevant topics. I could also publish on the topics and cause the vacuum...
Eufy appears to be using some obscenely complicated protocol to generate the "set mode" payloads (seems like they're using an AST to build up the message like programming language syntax...why???)...
In a nicer format: https://gist.github.com/terabyte128/0598dcb735ec73842dfc5d204d968320
Hmm, could be, I'll dig into that.
Hi @haschdl, I took the somewhat more complex route of actually parsing the Java code into a syntax tree and making visitor passes. Right now it also doesn’t handle those...
Can you post logs from `oauth2-proxy` and your configuration? We have it setup with Cognito and it works fine, so I suspect an issue with your config.
Your configuration looks broadly reasonable. Are you sure that the login flow is working correctly? I would try watching the logs during that process and see if any errors occur...