2024年11月21日星期四 下午11:56:10

Xiaomi Gateway 3接入hass原理

2 年 前
#218 引用
Xiaomi Gateway 3

The component enables Telnet on Gateway via Miio protocol.

2022

小米第三代网关插件是采用劫持本地通讯信息的方法在HomeAssistant生成对应的设备,支持Zigbee、蓝牙子设备。

The binding is connecting to the internal MQTT queue and parces messages.

When creating a binding you need to set three parameters: IP address, token.

2023.07

You need gateway key only for Xiaomi Multimode Gateway on fw 1.5.5, read more.
https://github.com/AlexxIT/Blog/issues/13

插件XiaomiGateway3接入多模网关及子设备


https://github.com/AlexxIT/XiaomiGateway3

Starting with version 3, the component installs a special daemon application on the gateway - openmiio_agent. You can read more in the separate project repository.

After rebooting the gateway, all changes will be reset. The component will launch Telnet and daemon every time it detects that they are disabled.

Xiaomi MIoT



本插件通过登录小米账号,可以获取到账号下所有支持miot云端协议的智能设备,可以将绝大多数米家智能设备(包括蓝牙、蓝牙 Mesh 和 ZigBee 设备)接入到HomeAssistant之中



优点:简单方便、支持控制小爱音箱、支持红外设备生成实体

缺点:比较依赖云端、大部分设备断网不可用,作者比较忙

Xiaomi Miot Auto



使用小米账号登录,通过miot云端协议获取米家相关设备,



优点:简单方便、支持控制小爱音箱、文档详细、作者工作不饱和图片

缺点:比较依赖云端、大部分设备断网不可用


需要注意的是使用miot云端协议是通过调用小米服务接口获取设备信息,所以设备的及时性可能没什么保障,断网之后设备全部会失联






优点:断网可用、响应速度快、延迟低

缺点:不支持WiFi设备
0
2 年 前
#2316 引用
智能插座2采用了一套新的协议,插件暂未跟上。之前的协议叫miio,新的协议叫miot,
0
1 年 前
#20010 引用

Update names for Multimode Gateway 1 and 2

"lumi.gateway.mgl03": ["Xiaomi", "Multimode Gateway", "ZNDMWG03LM"]
"lumi.gateway.aqcn02": ["Aqara", "Hub E1 CN", "ZHWG16LM"],
    "lumi.gateway.aqcn03": ["Aqara", "Hub E1 EU", "HE1-G01"],
    "lumi.gateway.mcn001": ["Xiaomi", "Multimode Gateway 2 CN", "DMWG03LM"],
    "lumi.gateway.mgl001": ["Xiaomi", "Multimode Gateway 2 EU", "ZNDMWG04LM"],


https://github.com/AlexxIT/XiaomiGateway3/commit/1dc15fdd63ef6ff505a80918c9b8bef430776d0f


SUPPORTED_MODELS = (
    'lumi.gateway.mgl03', 'lumi.gateway.aqcn02', 'lumi.gateway.aqcn03',
    'lumi.gateway.mcn001', 'lumi.gateway.mgl001'
)


Add Xiaomi Multimode Gateway 2 EU model
https://github.com/AlexxIT/XiaomiGateway3/commit/9bf168671a3f946c331eeacf1046aee96ccb3084
0
1 年 前
#20543 引用
1
0
1 年 前
#20544 引用
2
0
1 年 前
#20545 引用
3
0
1 年 前
#20546 引用
1
0
1 年 前
#20547 引用
1
0
1 年 前
#20548 引用
1
0
1 年 前
#20549 引用
1
0