[Device Support Request] Aqara H1 EU With Neutral, Single Rocker Smart Wall Switch
See original GitHub issueIs your feature request related to a problem? Please describe. This device is supported by Zigbee2MQTT, DeConz and Zigbee for Domoticz.
Describe the solution you’d like I would like this device to be supported by ZHA, for the following features: device temperature power monitoring power outage memory switch decouple on/off
Device signature - this can be acquired by removing the device from ZHA and pairing it again from the add devices screen. Be sure to add the entire content of the log panel after pairing the device to a code block below this line.
{ "node_descriptor": "NodeDescriptor(logical_type=<LogicalType.Router: 1>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress|RxOnWhenIdle|MainsPowered|FullFunctionDevice: 142>, manufacturer_code=4447, maximum_buffer_size=127, maximum_incoming_transfer_size=100, server_mask=11264, maximum_outgoing_transfer_size=100, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=False, *is_full_function_device=True, *is_mains_powered=True, *is_receiver_on_when_idle=True, *is_router=True, *is_security_capable=False)", "endpoints": { "1": { "profile_id": 260, "device_type": "0x0100", "in_clusters": [ "0x0000", "0x0002", "0x0003", "0x0004", "0x0005", "0x0006", "0x0012", "0xfcc0" ], "out_clusters": [ "0x000a", "0x0019" ] }, "21": { "profile_id": 260, "device_type": "0x0100", "in_clusters": [ "0x000c" ], "out_clusters": [] }, "31": { "profile_id": 260, "device_type": "0x0100", "in_clusters": [ "0x000c" ], "out_clusters": [] }, "41": { "profile_id": 260, "device_type": "0x0100", "in_clusters": [ "0x0012" ], "out_clusters": [] }, "242": { "profile_id": 41440, "device_type": "0x0061", "in_clusters": [], "out_clusters": [ "0x0021" ] } }, "manufacturer": "LUMI", "model": "lumi.switch.n1aeu1", "class": "zigpy.device.Device" }
Additional context URL for device: https://zigbee.blakadder.com/Aqara_WS-EUK03.html Model WS-EUK03 manufactured by Aqara Zigbee ID: “lumi.switch.n1aeu1”
Issue Analytics
- State:
- Created 2 years ago
- Comments:20 (1 by maintainers)
Top GitHub Comments
I have this wall switch (
lumi.switch.n1aeu1
), and am hoping to be able to get it into decoupled mode (ideally without switching to zigbee2mqtt, since I don’t want to migrate all my other devices over). Fairly new to ZHA stuff, but if there’s anything I can do to help push this along, happy to help.Have the same problem and been trying to find out how to get the power consumption to be shown on HA.