# mgl03_fw **Repository Path**: ablen/mgl03_fw ## Basic Information - **Project Name**: mgl03_fw - **Description**: 小米智能多模网关固件相关 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: customize - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-26 - **Last Updated**: 2026-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mgl03_fw Xiaomi Gateway v3 firmwares and update manuals * [Updating mgl03 gateway firmware via telnet](/firmware) * [Updating zigbee firmware of mgl03 gateway via telnet for Zigbee2MQTT](/zigbee) # Useful links * [Xiaomi Gateway v3 Hack Telegram Group](https://t.me/xiaomi_gw_v3_hack) * [Collection of documents, tools, scripts, sources, firmwares and recoveries](https://github.com/serrj-sv/lumi.gateway.mgl03) * [Xiaomi Gateway 3 integration for Home Assistant](https://github.com/AlexxIT/XiaomiGateway3) * [Another XGW3 project](https://github.com/niceboygithub/XiaomiGateway3fw) * [Article about gateway flashing(russian)](https://simple-ha.ru/posts/261) * [Enable telnet on Aqara G3 hub](https://github.com/Wh1terat/aQRootG3) ## Note ``` wget -O /tmp/curl "http://master.dl.sourceforge.net/project/mgl03/bin/curl?viasf=1" && chmod +x /tmp/curl export PATH="$PATH:/tmp" curl -s -k -L -o /tmp/update.sh https://gitee.com/ablen/mgl03_fw/raw/customize/firmware/mgl03_update.sh && chmod +x /tmp/update.sh ```