Skip to content
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

Merged
merged 5 commits into from
Apr 22, 2022
Merged

Fix Xiaomi MAEU01 plug #1479

merged 5 commits into from
Apr 22, 2022

Conversation

dmulcahey
Copy link
Collaborator

@dmulcahey dmulcahey commented Apr 9, 2022

@codecov-commenter
Copy link

codecov-commenter commented Apr 9, 2022

Codecov Report

Attention: Patch coverage is 76.92308% with 3 lines in your changes missing coverage. Please review.

Project coverage is 80.30%. Comparing base (6baa04e) to head (12247e1).
Report is 635 commits behind head on dev.

Files with missing lines Patch % Lines
zhaquirks/xiaomi/aqara/plug_mmeu01.py 76.92% 3 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@coveralls
Copy link

coveralls commented Apr 9, 2022

Pull Request Test Coverage Report for Build 2208969468

  • 10 of 13 (76.92%) changed or added relevant lines in 1 file are covered.
  • 112 unchanged lines in 8 files lost coverage.
  • Overall coverage decreased (-0.05%) to 80.305%

Changes Missing Coverage Covered Lines Changed/Added Lines %
zhaquirks/xiaomi/aqara/plug_mmeu01.py 10 13 76.92%
Files with Coverage Reduction New Missed Lines %
zhaquirks/tuya/mcu/init.py 2 98.04%
zhaquirks/tuya/ts0601_dimmer.py 2 93.75%
zhaquirks/aurora/aurora_dimmer.py 3 82.61%
zhaquirks/adeo/color_controller.py 4 82.5%
zhaquirks/tuya/ts130f.py 4 83.02%
zhaquirks/tuya/ts0601_smoke.py 6 66.67%
zhaquirks/terncy/init.py 13 50.56%
zhaquirks/tuya/init.py 78 72.14%
Totals Coverage Status
Change from base Build 2112012540: -0.05%
Covered Lines: 5431
Relevant Lines: 6763

💛 - Coveralls

@dmulcahey dmulcahey changed the title Fix Xiaomi MAEU01 plug Fix Xiaomi MAEU01 plug by removing quirk Apr 21, 2022
@dmulcahey dmulcahey changed the title Fix Xiaomi MAEU01 plug by removing quirk Fix Xiaomi MAEU01 plug Apr 22, 2022
@dmulcahey dmulcahey merged commit 5f378ee into dev Apr 22, 2022
@dmulcahey dmulcahey deleted the dm/fix-xiaomi-maeu01 branch April 22, 2022 16:56
@niorko
Copy link

niorko commented Sep 8, 2022

Home Assistant 2022.9.0
Supervisor 2022.08.5
Operating System 8.5
Frontend 20220907.0 - latest

image

{
  "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": "0x0051",
      "in_clusters": [
        "0x0000",
        "0x0002",
        "0x0003",
        "0x0004",
        "0x0005",
        "0x0006",
        "0x0009",
        "0x0702",
        "0x0b04",
        "0xfcc0"
      ],
      "out_clusters": [
        "0x000a",
        "0x0019"
      ]
    },
    "242": {
      "profile_id": 41440,
      "device_type": "0x0061",
      "in_clusters": [],
      "out_clusters": [
        "0x0021"
      ]
    }
  },
  "manufacturer": "LUMI",
  "model": "lumi.plug.maeu01",
  "class": "zhaquirks.xiaomi.aqara.plug_mmeu01.PlugMAEU01"
}

With my version, it is still showing 0W. It worked with Z2M.

@TheJulianJES
Copy link
Collaborator

@niorko You can try this custom quirk: #1656

See the "Testing" section for how to install it.
Note: After you've installed the quirk and rebooted Home Assistant, make sure to remove the plug from HA before re-pairing it again.

@No0Vad
Copy link

No0Vad commented Oct 25, 2022

I also get measures of 0 on my plug
image

Signature

{
  "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": "0x0051",
      "in_clusters": [
        "0x0000",
        "0x0002",
        "0x0003",
        "0x0004",
        "0x0005",
        "0x0006",
        "0x0009",
        "0x0702",
        "0x0b04",
        "0xfcc0"
      ],
      "out_clusters": [
        "0x000a",
        "0x0019"
      ]
    },
    "21": {
      "profile_id": 260,
      "device_type": "0x0051",
      "in_clusters": [
        "0x000c"
      ],
      "out_clusters": []
    },
    "242": {
      "profile_id": 41440,
      "device_type": "0x0061",
      "in_clusters": [],
      "out_clusters": [
        "0x0021"
      ]
    }
  },
  "manufacturer": "LUMI",
  "model": "lumi.plug.maeu01",
  "class": "zhaquirks.xiaomi.aqara.plug_eu.PlugMAEU01"
}
  • Home Assistant 2022.10.5
  • Supervisor 2022.10.0
  • Operating System 9.2
  • Frontend 20221010.0 - latest

@TheJulianJES
Copy link
Collaborator

@No0Vad Did you try re-pairing the plug? Also, what coordinator are you using?

@No0Vad
Copy link

No0Vad commented Oct 25, 2022

@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
by ZHA

{
  "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"
}

@TheJulianJES
Copy link
Collaborator

Can you check the app_version attribute on the Basic cluster?
Some versions of those plugs require to receive Xiaomi manufacturing codes during pairing.

It's likely that your Conbee just needs a firmware upgrade then.

@No0Vad
Copy link

No0Vad commented Oct 25, 2022

I tried to read the value, but it failed. In fact I cant read any attributes.
image

@TheJulianJES
Copy link
Collaborator

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 home-assistant.log then.

@No0Vad
Copy link

No0Vad commented Oct 26, 2022

I'll think these is the intressting part (at least starts with the request).
I have also noticed HA looses connection to it? (Or the device loosed connection) because after a while the LED starts to flash red slowly.

2022-10-26 19:30:04.674 DEBUG (MainThread) [homeassistant.components.zha.api] Requested attributes for: cluster_id: 0, cluster_type: 'in', endpoint_id: 1, response: [{'id': 0, 'name': 'zcl_version'}, {'id': 1, 'name': 'app_version'}, {'id': 2, 'name': 'stack_version'}, {'id': 3, 'name': 'hw_version'}, {'id': 4, 'name': 'manufacturer'}, {'id': 5, 'name': 'model'}, {'id': 6, 'name': 'date_code'}, {'id': 7, 'name': 'power_source'}, {'id': 8, 'name': 'generic_device_class'}, {'id': 9, 'name': 'generic_device_type'}, {'id': 10, 'name': 'product_code'}, {'id': 11, 'name': 'product_url'}, {'id': 12, 'name': 'manufacturer_version_details'}, {'id': 13, 'name': 'serial_number'}, {'id': 14, 'name': 'product_label'}, {'id': 16, 'name': 'location_desc'}, {'id': 17, 'name': 'physical_env'}, {'id': 18, 'name': 'device_enabled'}, {'id': 19, 'name': 'alarm_mask'}, {'id': 20, 'name': 'disable_local_config'}, {'id': 16384, 'name': 'sw_build_id'}, {'id': 65533, 'name': 'cluster_revision'}, {'id': 65534, 'name': 'attr_reporting_status'}]
2022-10-26 19:30:07.261 DEBUG (MainThread) [zigpy.zcl] [0x0000:1:0x0000] Sending request header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=False, direction=<Direction.Server_to_Client: 0>, disable_default_response=0, reserved=0, *is_cluster=False, *is_general=True, *is_reply=False), tsn=19, command_id=<GeneralCommand.Read_Attributes: 0>, *direction=<Direction.Server_to_Client: 0>, *is_reply=False)
2022-10-26 19:30:07.262 DEBUG (MainThread) [zigpy.zcl] [0x0000:1:0x0000] Sending request: Read_Attributes(attribute_ids=[1])
2022-10-26 19:30:07.263 DEBUG (MainThread) [zigpy_deconz.zigbee.application] Sending packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=19, profile_id=260, cluster_id=0, data=Serialized[b'\x00\x13\x00\x01\x00'], tx_options=<TransmitOptions.ACK: 1>, radius=0, non_member_radius=0, lqi=None, rssi=None)
2022-10-26 19:30:07.263 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_request (20, 20, <DeconzSendDataFlags.NONE: 0>, <DeconzAddressEndpoint address_mode=AddressMode.NWK address=0x0000 endpoint=1>, 260, 0, 1, b'\x00\x13\x00\x01\x00', <DeconzTransmitOptions.USE_APS_ACKS|USE_NWK_KEY_SECURITY: 6>, 0)
2022-10-26 19:30:07.267 DEBUG (MainThread) [zigpy_deconz.api] Received command aps_data_request[2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 20]
2022-10-26 19:30:07.267 DEBUG (MainThread) [zigpy_deconz.api] APS data request response: [2, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, 20]
2022-10-26 19:30:07.268 DEBUG (MainThread) [zigpy_deconz.api] Received command device_state_changed[<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|APSDE_DATA_CONFIRM|2: 174>, 0]
2022-10-26 19:30:07.268 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|APSDE_DATA_CONFIRM|2: 174>, 0]
2022-10-26 19:30:07.268 DEBUG (MainThread) [zigpy_deconz.api] Received command device_state_changed[<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|APSDE_DATA_CONFIRM|2: 174>, 0]
2022-10-26 19:30:07.268 DEBUG (MainThread) [zigpy_deconz.api] Device state changed response: [<DeviceState.128|APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|APSDE_DATA_CONFIRM|2: 174>, 0]
2022-10-26 19:30:07.269 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, <DataIndicationFlags.Always_Use_NWK_Source_Addr: 1>)
2022-10-26 19:30:07.273 DEBUG (MainThread) [zigpy_deconz.api] Received command aps_data_indication[28, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|APSDE_DATA_CONFIRM|2: 46>, <DeconzAddress address_mode=AddressMode.NWK address=0x0000>, 1, <DeconzAddress address_mode=AddressMode.NWK address=0x0000>, 1, 260, 0, b'\x00\x13\x00\x01\x00', 0, 175, 69, 42, 1, 0, 0, 27]
2022-10-26 19:30:07.273 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [28, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|APSDE_DATA_CONFIRM|2: 46>, <DeconzAddress address_mode=AddressMode.NWK address=0x0000>, 1, <DeconzAddress address_mode=AddressMode.NWK address=0x0000>, 1, 260, 0, b'\x00\x13\x00\x01\x00', 0, 175, 69, 42, 1, 0, 0, 27]
2022-10-26 19:30:07.274 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=None, profile_id=260, cluster_id=0, data=Serialized[b'\x00\x13\x00\x01\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=69, rssi=27)
2022-10-26 19:30:07.274 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0000](ConBee II): Update device availability -  device available: False - new availability: True - changed: True
2022-10-26 19:30:07.274 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0000](ConBee II): Device availability changed and device became available, reinitializing channels
2022-10-26 19:30:07.275 DEBUG (MainThread) [zigpy.zcl] [0x0000:1:0x0000] Received ZCL frame: b'\x00\x13\x00\x01\x00'
2022-10-26 19:30:07.275 DEBUG (MainThread) [zigpy.zcl] [0x0000:1:0x0000] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=0, direction=<Direction.Server_to_Client: 0>, disable_default_response=0, reserved=0, *is_cluster=False, *is_general=True, *is_reply=False), tsn=19, command_id=0, *direction=<Direction.Server_to_Client: 0>, *is_reply=False)
2022-10-26 19:30:07.276 DEBUG (MainThread) [zigpy.zcl] [0x0000:1:0x0000] Decoded ZCL frame: Basic:Read_Attributes(attribute_ids=[1])
2022-10-26 19:30:07.277 DEBUG (MainThread) [zigpy.zcl] [0x0000:1:0x0000] Received command 0x00 (TSN 19): Read_Attributes(attribute_ids=[1])
2022-10-26 19:30:07.277 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0000](ConBee II): started initialization
2022-10-26 19:30:07.277 DEBUG (MainThread) [homeassistant.components.zha.core.channels.base] [0x0000:ZDO](ConBee II): 'async_initialize' stage succeeded
2022-10-26 19:30:07.278 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=AddressMode.NWK address=0x0000>, ep: 1, profile: 0x0104, cluster_id: 0x0000, data: b'0013000100'
2022-10-26 19:30:07.278 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_confirm (0,)
2022-10-26 19:30:07.279 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0000](ConBee II): power source: Mains
2022-10-26 19:30:07.279 DEBUG (MainThread) [homeassistant.components.zha.core.device] [0x0000](ConBee II): completed initialization
2022-10-26 19:30:07.281 DEBUG (MainThread) [zigpy_deconz.api] Received command aps_data_confirm[12, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|APSDE_DATA_INDICATION|2: 42>, 20, <DeconzAddressEndpoint address_mode=AddressMode.NWK address=0x0000 endpoint=1>, 1, <TXStatus.SUCCESS: 0>, 0, 0, 0, 0]
2022-10-26 19:30:07.281 DEBUG (MainThread) [zigpy_deconz.api] APS data confirm response for request with id 20: 00
2022-10-26 19:30:07.281 DEBUG (MainThread) [zigpy_deconz.api] Request id: 0x14 'aps_data_confirm' for <DeconzAddressEndpoint address_mode=AddressMode.NWK address=0x0000 endpoint=1>, status: 0x00
2022-10-26 19:30:07.282 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, <DataIndicationFlags.Always_Use_NWK_Source_Addr: 1>)
2022-10-26 19:30:07.290 DEBUG (MainThread) [zigpy_deconz.api] Received command aps_data_indication[28, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=AddressMode.NWK address=0x0000>, 1, <DeconzAddress address_mode=AddressMode.NWK address=0x0000>, 1, 260, 0, b'\x18\x13\x0b\x00\x00', 0, 175, 69, 42, 1, 0, 0, 27]
2022-10-26 19:30:07.290 DEBUG (MainThread) [zigpy_deconz.api] APS data indication response: [28, <DeviceState.APSDE_DATA_REQUEST_SLOTS_AVAILABLE|2: 34>, <DeconzAddress address_mode=AddressMode.NWK address=0x0000>, 1, <DeconzAddress address_mode=AddressMode.NWK address=0x0000>, 1, 260, 0, b'\x18\x13\x0b\x00\x00', 0, 175, 69, 42, 1, 0, 0, 27]
2022-10-26 19:30:07.291 DEBUG (MainThread) [zigpy.application] Received a packet: ZigbeePacket(src=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), src_ep=1, dst=AddrModeAddress(addr_mode=<AddrMode.NWK: 2>, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=None, profile_id=260, cluster_id=0, data=Serialized[b'\x18\x13\x0b\x00\x00'], tx_options=<TransmitOptions.NONE: 0>, radius=0, non_member_radius=0, lqi=69, rssi=27)
2022-10-26 19:30:07.291 DEBUG (MainThread) [zigpy.zcl] [0x0000:1:0x0000] Received ZCL frame: b'\x18\x13\x0b\x00\x00'
2022-10-26 19:30:07.292 DEBUG (MainThread) [zigpy.zcl] [0x0000:1:0x0000] Decoded ZCL frame header: ZCLHeader(frame_control=FrameControl(frame_type=<FrameType.GLOBAL_COMMAND: 0>, is_manufacturer_specific=0, direction=<Direction.Client_to_Server: 1>, disable_default_response=1, reserved=0, *is_cluster=False, *is_general=True, *is_reply=True), tsn=19, command_id=11, *direction=<Direction.Client_to_Server: 1>, *is_reply=True)
2022-10-26 19:30:07.293 DEBUG (MainThread) [zigpy.zcl] [0x0000:1:0x0000] Decoded ZCL frame: Basic:Default_Response(command_id=0, status=<Status.SUCCESS: 0>)
2022-10-26 19:30:07.293 DEBUG (MainThread) [zigpy.zcl] [0x0000:1:0x0000] Received command 0x0B (TSN 19): Default_Response(command_id=0, status=<Status.SUCCESS: 0>)
2022-10-26 19:30:07.294 DEBUG (MainThread) [zigpy_deconz.api] 'aps_data_indication' response from <DeconzAddress address_mode=AddressMode.NWK address=0x0000>, ep: 1, profile: 0x0104, cluster_id: 0x0000, data: b'18130b0000'
2022-10-26 19:30:07.294 DEBUG (MainThread) [zigpy_deconz.api] Command Command.aps_data_indication (1, <DataIndicationFlags.Always_Use_NWK_Source_Addr: 1>)
2022-10-26 19:30:12.283 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139865578271696] Error handling message: Timeout (timeout)

EDIT:
I nuked my /config folder and rebooted. After that I re-added my devices and now it reports power usage.
image

And I can read attributes
image

I guess something was still left behind? Even though I removed the devices after a firmware update.
I wish I knew what in case its needed in the future without having to nuke the folder.

@DlargeX
Copy link

DlargeX commented Nov 24, 2022

I also got 2 Aqara Smart Plugs yesterday and they don't show any values except ON/OFF in ZHA either. Isn't there a solution for this?

Screenshot-2022-11-24-075914

@TheJulianJES
Copy link
Collaborator

@DlargeX Install the latest Z-Stack version on your coordinator and re-pair the plugs. Then see if it's solved

@MrGlad8
Copy link

MrGlad8 commented Dec 11, 2022

@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!

@Steephsel
Copy link

I have the same issue on 2 of 4 plugs with SkyConnect. Any solution for this het?

@TheJulianJES
Copy link
Collaborator

@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,
Feel free to tag me in the new GitHub issue (@TheJulianJES).

@homerojleal
Copy link

@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, Feel free to tag me in the new GitHub issue (@TheJulianJES).

@Steephsel did you end up opening a new issue for MAEU01 plugs with SkyConnect?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
10 participants