niceboygithub

Results 174 comments of niceboygithub

short data pin of SPI NAND flash

M2 gateway EU version has signed firmware. Can not flash modified fw. To enable telnet, there is a way with high risk. Not recommend that normal users to use it....

stay tuned for M2 EU hack

@rafaelreis-r Can you try the master branch of [AqaraGateway](https://github.com/niceboygithub/AqaraGateway)?

Your model is "aqara.lock.acn001" you can add the blew to [here](https://github.com/niceboygithub/AqaraGateway/blob/9c3ff9547dbaed73f76ba554b46eacf5e18e5713/custom_components/aqara_gateway/core/utils.py#L608) ``` 'aqara.lock.acn001': ["Aqara", "Door Lock A100", "ZNMS02ES"], ``` You shall got basic support of this lock.

Please paste your modification.

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

You can enable , mqtt logs. With lock activities, you shall get lots of logs. Please paste the logs. like this ``` 2022-09-15 07:22:49 DEBUG gateway 10.0.1.27: MQTT on_message: zigbee/send...

> @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...

> Hey @niceboygithub > > I have a very long and rich log. It includes: > > * Unpairing > * Repairing > * Adding User > * Various actions...