Alex Bason
Alex Bason
Here's a workaround I used to overcome the problem for now: ```sh mkdir ~/.clippy curl -s https://www.scala-clippy.org/api/advices > ~/.clippy/clippy.json.gz ```
Looks promising. Wasn't able to connect to the my doorbell with that yet though. Will dig deeper.
I think I figured out why it's not working with the doorbell: When you do discovery, STUN servers actually send your (client's) host/port to the doorbell. Since you open a...
Could be `API_BASE` switching. In my case it switches to `-eu` and can't find anything. I think that's also the reason why my doorbell is no longer displayed in the...
> So I think you're getting around the NAT issues that @nonsleepr might be hitting since you’re accessing your device over LAN I'm trying to connect over internet and not...
@joepadmiraal You need to `pip install .` first.
Try running the following script (requires `mosquitto-clients` installed, you can get `eufy.crt` from the package): ```bash #! /usr/bin/env bash set -x device_sn=T8200N0XXXXXXXXX [email protected] # adb shell settings get secure android_id...
Yes, that's how it's implemented in the Android app. Have you tried another host (`security-mqtt-eu.eufylife.com`) here too?
@joepadmiraal Haven't tried to MitM, however, the code in the repo and the script works for me with wired doorbell and in the US though (used my primary account). I...
IIUC MQTT only works with wired doorbell (T8200).