-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Xiaomi MAEU01 plug #1479
Fix Xiaomi MAEU01 plug #1479
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1479 +/- ##
==========================================
- Coverage 80.35% 80.30% -0.05%
==========================================
Files 227 227
Lines 6698 6763 +65
==========================================
+ Hits 5382 5431 +49
- Misses 1316 1332 +16 ☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 2208969468
💛 - Coveralls |
Home Assistant 2022.9.0
With my version, it is still showing 0W. It worked with Z2M. |
@No0Vad Did you try re-pairing the plug? Also, what coordinator are you using? |
Yeah, I removed it from HA. Shutdown HA and unplugged the USB device for a few minutes and reconnected it all again. Using: deCONZ = dresden elektronik deCONZ protocol: ConBee I/II, RaspBee I/II {
"node_descriptor": "NodeDescriptor(logical_type=<LogicalType.Coordinator: 0>, complex_descriptor_available=0, user_descriptor_available=1, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.RxOnWhenIdle|MainsPowered|FullFunctionDevice|AlternatePanCoordinator: 15>, manufacturer_code=4405, maximum_buffer_size=89, maximum_incoming_transfer_size=61, server_mask=64, maximum_outgoing_transfer_size=61, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=False, *is_alternate_pan_coordinator=True, *is_coordinator=True, *is_end_device=False, *is_full_function_device=True, *is_mains_powered=True, *is_receiver_on_when_idle=True, *is_router=False, *is_security_capable=False)",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0400",
"in_clusters": [
"0x0000",
"0x0006",
"0x000a",
"0x0019",
"0x0501"
],
"out_clusters": [
"0x0001",
"0x0020",
"0x0500",
"0x0502"
]
},
"2": {
"profile_id": 49246,
"device_type": "0x0820",
"in_clusters": [
"0x0000"
],
"out_clusters": []
}
},
"manufacturer": "dresden elektronik",
"model": "ConBee II",
"class": "zigpy_deconz.zigbee.application.DeconzDevice"
} |
Can you check the app_version attribute on the Basic cluster? It's likely that your Conbee just needs a firmware upgrade then. |
Well, at least it's not a quirk problem then. Try setting ZHA logs to debug by executing the following service call: service: logger.set_level
data:
homeassistant.core: debug
homeassistant.components.zha: debug
bellows.zigbee.application: debug
bellows.ezsp: debug
zigpy: debug
zigpy_deconz.zigbee.application: debug
zigpy_deconz.api: debug
zigpy_xbee.zigbee.application: debug
zigpy_xbee.api: debug
zigpy_zigate: debug
zigpy_znp: debug
zhaquirks: debug Do another attribute read and see what's in |
@DlargeX Install the latest Z-Stack version on your coordinator and re-pair the plugs. Then see if it's solved |
I have Conbee2, how do I do that? My Aqara Smartplug doesnt show energy as well! |
I have the same issue on 2 of 4 plugs with SkyConnect. Any solution for this het? |
@Steephsel Create a new issue in this repo, fill out the template, and mention what your issue is. I've confirmed that the MAEU01 plugs work with SkyConnect, |
@Steephsel did you end up opening a new issue for MAEU01 plugs with SkyConnect? |
Fixes #1337
Fixes: home-assistant/core#67644
Fixes: home-assistant/core#65292