jtomasrl
jtomasrl
Try the adb method with eufyhome 2.3.2, works perfectly
are you sure you're not having other type of problems (network maybe)? Im using mine without any issues
> > are you sure you're not having other type of problems (network maybe)? Im using mine without any issues > > by the app it works without any problem....
same problem ``` services: mqtt: image: eclipse-mosquitto container_name: mqtt user: 1883:1883 environment: - PUID=1883 - PGID=1883 ```
> it's a permissions thing. In my case I use > > ``` > mosquitto: > container_name: mosquitto > image: eclipse-mosquitto > user: "1000:996" > ports: > - 1883:1883 >...
@proddy the user 1883 is "mosquitto" This is my actual configuration and whatever I do, it doesn't work id mosquitto `uid=1883(mosquitto) gid=1883(mosquitto) groups=1883(mosquitto),996(docker)` ls -l `-rwxrwxrwx 1 mosquitto mosquitto 2...
I was just using a placeholder for the directory, but they match. I tried using mi id 1000 (owner of docker) without luck