Joep Admiraal
Joep Admiraal
I'm replying here instead of in the issue to concentrate our findings. I tested with the EU addresses and it now seems to get a bit further for me. Sometimes...
Seems better now: ``` DEBUG:asyncio:Using selector: EpollSelector INFO:eufy_security.api:Switching to another API_BASE: https://security-app-eu.eufylife.com/v1 ------------------ Station Name: eufy base Serial Number: T8010P2320020A43 DEBUG:eufy_security.station:Unable to process parameter "1266", value "0" DEBUG:eufy_security.station:Unable to process...
The watermark is successfully added and removed in the video. Also when I look at the app I see the watermark toggle is on, and later is off. I have...
I would love to test this but I am having some trouble in running the example. I changed the variables in subscribe.py and when I run it I get this:...
Thanks. When I run it now I get this error: ``` Connection rejected with code '5' Connection failed: ConnectException('Connection rejected by broker') ``` I got the userId by reading from...
I ran this (replaced some details with X): ``` set -x user_id=cc05d0a796a1877a352e7ee80XXXXXXXXXXXX device_sn=T8010PXXXXXXXXXX [email protected] android_id=f404f4XXXXXXXXXX username=eufy_$user_id password=$email client=android_EufySecurity_${user_id}_${android_id} mosquitto_sub \ --cafile eufy.crt \ -C 1 -F '%p' -N \ -h...
I figured out I mixed up two accounts. So now it is not giving me any errors when I start the script. However it also does not show any events...
I changed `api.py` so it reads and exposes `auth_resp["data"]["user_id"]`. With that I could let `test_api.py` print the userId.
> @joepadmiraal @nonsleepr > With the above script, are you doing this to acquire a new eufy.crt that is associated to your eufy doorbell? I deleted the certificate and ran...
I had a quick look at the APK and it seems to have some MQTT classes. Maybe it's using MQTT instead of HTTP for the mode buttons.