2024年11月21日星期四 下午11:47:59

How to Integrate Multimode Gateway 1 ( ZNDMWG03LM model) into home assisant with Xiaomi gateway3 step by step

2 年 前
#2313 引用
Xiaomi gateway3 with the mijia Multi mode Gateway 1 ZNDMWG03LM model  into  home assisant  


ZNDMWG03LM
lumi.gateway.mgl03



Xiaomi Gateway 3 for Home Assistant

use AlexxIT‘s  Integrations

https://github.com/AlexxIT/XiaomiGateway3

https://gadget-freakz.com/xiaomi-gateway-3-highly-hackable/



How it works?(Xiaomi gateway3)

The component enables Telnet on Gateway via Miio protocol. Only this Gateway supports this command. Do not try to execute it on other Xiaomi/Aqara Gateways.

The component starts the MQTT Server on the public port of the Gateway. All the logic in the Gateway runs on top of the built-in MQTT Server. By default, access to it is closed from the outside.

ATTENTION: Telnet and MQTT work without a password! Do not use this method on public networks.

After rebooting the device, all changes will be reset. The component will launch Telnet and public MQTT every time it detects that they are disabled.
0
2 年 前
#6010 引用
版本支持

刷固件 - mgl03_1.5.5_0006_mod20230517

https://github.com/zvldz/mgl03_fw/tree/main/firmware/custom



Quick Start

This can be done through the following steps:

Pair devices to mi home app
download Xiaomi gateway3 Integration
unzip Xiaomi gateway3 Integration
copy custom_components/xiaomi_gateway3 folder to custom_components folder
restart Home Assistant Core
Go to the Home Assistant Core Dashboard
Click the Add an Xiaomi gateway3  Integration





0
2 年 前
#6011 引用
Manually Install Xiaomi Gateway3


手动从github上下载最新版的XiaomiGateway3
复制到custom_components目录下
重启HA



安装插件Xiaomi Gateway3

本教程选用插件 Xiaomi Gateway3

这个插件可以:

通过mi home app账号接入无需获取token

通过小米接口接入多模下面的子设备。

这个通过账户获取是官方api



step 1:选插件

https://github.com/AlexxIT/XiaomiGateway3

Step 2:安装插件

2.1 下载 https://github.com/AlexxIT/XiaomiGateway3/releases/master.zip,解压。

2.2 将 ./custom_components/xiaomi_gateway3 文件夹复制到 /config/custom_components 目录下

Download and copy custom_components/xiaomi_gateway3 folder to custom_components folder in your HomeAssistant config folder

other

How to find path of custom_components

Configuration-- >Settings-->Info

or

http://192.168.101.50:8123/config/info

output

Path to configuration.yaml: /home/homeassistant/.homeassistant
Step 3;重启home assistant
step 4:添加集成 Xiaomi Gateway3
在homea ssistant集成界面添加 Xiaomi Gateway3,选择本地模式,输入mi home app username 、password,确定。

登陆HA >⚙️配置> 设备与服务 >集成>➕添加集成> 搜索“Xiaomi Gateway3” (如果搜索不到请清除你的浏览器缓存)




在HA的配置集成里面添加新的gateway3的集成

0
2 年 前
#6012 引用

按照提示选择添加小米云账号
0
2 年 前
#6013 引用


添加完成之后就可以在HA集成页面上找到gateway3的集成,然后从列表选择添加对应的多模网关

0
1 年 前
#22752 引用
如果要对米家蓝牙/蓝牙Mesh或者接入多模的 ZigBee 设备进行本地控制,或者想要把米家的人体门窗传感器、无线开关等触发类设备接入 HA ,就需要用到这个 Xiaomi Gateway 3 集成。

使用此集成需要一台小米多模网关,一代二代都可以。

如果你有小米中枢网关,由于它会跟同网络下的多模网关“抢设备”,造成接入 HA 后部分设备状态丢失,显示不可用,所以需要把中枢网关断电,虽然损失了跨网关本地自动化和极客版自动化的功能,但是 HA 强大的本地联动和 Node-Red 自动化编辑器完全可以替代它们
0