rafaelreis-r

Results 23 comments of rafaelreis-r

Can confirm this is happening. 3 amd64 node, 1 arm64 node and 2 armhf nodes, amd64 nodes are running fine, tried all different images from arm tags, none worked.

Tried using the plugin on a arm64 dietpi raspberry pi 3B+, same issue as mentioned above: `Error response from daemon: dial unix /run/docker/plugins/2b05a7a2d0d98718a289f2d2415a4a3a14878764ecbec7f5364ce9c295bcc40a/gfs.sock: connect: no such file or directory`

Oh, Sorry @AlexxIT I might have not explained myself enough. I've paired both the https://www.aqara.com/en/product/smart-door-lock-a100-zigbee and a regular known device, an [Aqara Mini Switch - WXKG12LM](https://www.zigbee2mqtt.io/devices/WXKG12LM.html) to the rooted G3...

> @rafaelreis-r > > Can you try the master branch of [AqaraGateway](https://github.com/niceboygithub/AqaraGateway)? Just did. Checked out master branch. Deleted the Integration Restarted HA Readded the Integration Connected to G3 Hub...

@niceboygithub Got an Error: ``` 2022-09-13 23:45:40.805 ERROR (Thread-2) [root] Uncaught thread exception Traceback (most recent call last): File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/config/custom_components/aqara_gateway/core/gateway.py", line 138, in...

![image](https://user-images.githubusercontent.com/57492577/190048002-5b42a37b-9e21-4c2d-bc86-d6ac0d731337.png) Full file: [utils.py.zip](https://github.com/AlexxIT/XiaomiGateway3/files/9562269/utils.py.zip)

> The easy modification. > > ``` > }, { > 'aqara.lock.eicn01': ["Aqara", "Door Lock A100", "ZNMS02ES"], > 'aqara.lock.acn001': ["Aqara", "Door Lock A100", "ZNMS02ES"], > 'params': [ > ``` It...

I've added to lock_data.py: ``` DEVICE_MAPPINGS = { "lumi.lock.aq1": SUPPORT_ALARM, "lumi.lock.acn02": SUPPORT_ALARM | SUPPORT_DOORBELL, "lumi.lock.acn03": SUPPORT_ALARM | SUPPORT_DOORBELL, "aqara.lock.wbzac1": ( WITH_LI_BATTERY | SUPPORT_ALARM | SUPPORT_DOORBELL | SUPPORT_WIFI | SUPPORT_CAMERA), "aqara.lock.bzacn3":...

@niceboygithub Could you please clarify? I beleive I should enable mqtt logs in the G3 hub, right? I see that the binary is in `4004 1 root S 2220 1.8...

Hey @niceboygithub I have a very long and rich log. It includes: - Unpairing - Repairing - Adding User - Various actions (lock, unlock, inside, outside, with fingerprint, with homekit,...