XiaomiGateway3 icon indicating copy to clipboard operation
XiaomiGateway3 copied to clipboard

Home Assistant custom component for control Xiaomi Multimode Gateway (aka Gateway 3), Xiaomi Multimode Gateway 2, Aqara Hub E1 on default firmwares over LAN

Results 338 XiaomiGateway3 issues
Sort by recently updated
recently updated
newest added

https://home.miot-spec.com/spec/line.lock.fms5s ``` { 17213: ["S5", "LINE-fms5S"], "spec": [ BaseConv("action", "sensor"), MapConv("lock_action", "sensor", mi="3.e.1020.p.1", map={1: "lock", 0: "unlock"}), MapConv("method", "sensor", mi="3.e.1020.p.2", map={0: "蓝牙", 1:"密码",2: "指纹", 3: "lock key", 4: "Turntable", 5:...

enhancement

Device: Aqara Curtain Motor C3 Model: lumi.curtain.acn04 Support: Curtain opening/closing and positioning. ``` from custom_components.xiaomi_gateway3.core.devices import * DEVICES = [{ "lumi.curtain.acn04": ["Aqara", "Curtain Motor C3", "ZNCLDJ01LM"], "spec": [ MapConv("motor", "cover",...

enhancement

``` from custom_components.xiaomi_gateway3.core.devices import * DEVICES = [{ # https://home.miot-spec.com/spec?type=urn:miot-spec-v2:device:light:0000A001:lemesh-wy0c24:1:0000C802 17687: ["LeMesh", "Scene Mesh Light V2S Pro", "lemesh.light.wy0c24"], "spec": [ BaseConv("light", "light", mi="2.p.1"), BrightnessConv("brightness", mi="2.p.2", max=100), ColorTempKelvin("color_temp", mi="2.p.3", mink=2700, maxk=6500),...

enhancement

Climate entity does not support action climate.turn_off. / turn_on. You can only set hevc mode, which is inconvenient. HA 2025.1

enhancement

Model:huca.switch.lh3 Device information:https://home.miot-spec.com/s/huca.switch.lh3 Brand:H+ problem: Two-open, three-open or multi-open switches are identified as single-open switches; Only the leftmost button of the switch takes effect. hope: Supports multiple opening of this...

enhancement

product https://home.miot-spec.com/spec/090615.switch.x1tpm ` BaseConv("light_1", "switch", mi="10.p.1"), MapConv("light_1_mode", "select", mi="10.p.2", map={1: "Warmth", 2: "Hospitality", 3: "Night", 4: "Lighting", 5: "Walk", 6: "Sleep"}), MathConv("light_1_brightness", "number", mi="10.p.3", min=1, max=100), MathConv("light_1_color", "number", mi="10.p.5", min=2700,...

enhancement

I've successfully extracted the key for lumi.gateway.mgl001 with firmware 1.0.7_0019. I have connected WXKG01LM (wireless switch) to it, and it integrated perfectly - I can detect clicks, trigger events ......

enhancement

I bought a new lamp, which is an updated version of shff.light.slcwb3. The old database already supports the old version. Request to add a new shhf.light.slcwb8 to the database and...

enhancement

[Request]() to add fan lamp series V1 The following is edited by self-reference to other similar devices. Please add a list of support devices. Thank you 15365: [None, "Mesh風扇燈系列V1", "cxw.light.wyfv01"],...

enhancement

```python 2024-12-30 10:37:40.180 ERROR (MainThread) [custom_components.xiaomi_gateway3.gate.192.168.1.17] {'msg': 'dispatch_event: add_device (,) {}'} Traceback (most recent call last): File "/config/custom_components/xiaomi_gateway3/core/gate/base.py", line 91, in dispatch_event handler(*args, **kwargs) ~~~~~~~^^^^^^^^^^^^^^^^^ File "/config/custom_components/xiaomi_gateway3/hass/add_entitites.py", line 36, in...

bug