P3 和E1一样,可以先切到米家模式用 XiaomiGateway3 接入一次, telnet就开好了,
然后 telnet 进去刷固件(默认账号好像是root,无密码) 参考这里: https://github.com/niceboygithub ... ied-firmware-method
进去之后就依次执行下面这三条命令(有时候需要魔法)
cd /tmp && wget -O /tmp/curl "http://master.dl.sourceforge.net/project/mgl03/bin/curl?viasf=1" && chmod a+x /tmp/curl
/tmp/curl -s -k -L -o /tmp/p3_update.sh https://raw.githubusercontent.com/niceboygithub/AqaraM1SM2fw/main/modified/P3/p3_update.sh
chmod a+x /tmp/p3_update.sh && /tmp/p3_update.sh
刷完之后切回 Aqara Home 模式,
然后就可以用 AqaraGateway 接入了 |