-
Notifications
You must be signed in to change notification settings - Fork 24
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
Bug(E2):The electric water heater full tank instant heat switch does not work #427
Comments
Title: The electric water heater full tank instant heat switch does not work |
应该设备子类型不一致,导致该功能不可用。
查看SN可以美居app设备详情里面,查看subtype可以登录HA,然后执行 |
The device subtype may be inconsistent, causing this function to be unavailable.
Check the SN in the device details of Meiju app, check the subtype to log in to HA, and then execute |
seems there is another github issue: please help to confirm with the result when you set customize, thanks. |
美的家居: HA: 自定义"old_protocol"也不起作用 |
Midea Home: HA: Customizing "old_protocol" doesn't work either |
HA版本
2024.12.3
集成版本
0.6.5
之前可正常使用的集成版本
无
设备类型及型号
Electric Water Heater 51032DV5
使用的App
美的家居
问题/Bug详细描述
全胆速热开关不起作用
The logs
2024-12-24 04:21:02.430 DEBUG (SyncWorker_0) [midealocal.device] [208907213425082] Sending: {'_device_type': <DeviceType.E2: 226>, '_message_type': <MessageType.set: 2>, '_body_type': <ListTypes.X14: 20>, '_message_protocol_version': 0, 'target_temperature': None, 'variable_heating': None, 'whole_tank_heating': True, 'header': 'aa0de200000000000002', 'body': '140402', 'message_type': 'set', 'body_type': '14', 'self': <midealocal.devices.e2.message.MessageNewProtocolSet object at 0x7f77ecb26570>}, query is False
2024-12-24 04:21:02.569 DEBUG (Midea Electric Heater) [midealocal.devices.e2] [208907213425082] Received: {'_device_type': <DeviceType.E2: 226>, '_message_type': <MessageType.set: 2>, '_body_type': <ListTypes.X14: 20>, '_message_protocol_version': 0, '_header': 'aa2de200000000000002', '_body': <midealocal.devices.e2.message.E2GeneralMessageBody object at 0x7f77e9353410>, '_data': '14010900400000008000003c0000200000000f01000000000000003c00000000001000', 'parser_list': [], 'power': True, 'heating': False, 'keep_warm': True, 'variable_heating': False, 'current_temperature': 64, 'whole_tank_heating': False, 'heating_time_remaining': 0, 'target_temperature': 60, 'protection': False, 'water_consumption': 0, 'heating_power': 0, 'header': 'aa2de200000000000002', 'body': '14010900400000008000003c0000200000000f01000000000000003c00000000001000', 'message_type': 'set', 'body_type': '14', 'self': <midealocal.devices.e2.message.MessageE2Response object at 0x7f77e93908c0>}
2024-12-24 04:21:02.570 DEBUG (Midea Electric Heater) [midealocal.device] [208907213425082] Status update: {'power': True, 'heating': False, 'keep_warm': True, 'protection': False, 'current_temperature': 64, 'target_temperature': 60, 'whole_tank_heating': False, 'variable_heating': False, 'heating_time_remaining': 0, 'water_consumption': 0, 'heating_power': 0}
2024-12-24 04:21:02.864 DEBUG (Midea Electric Heater) [midealocal.devices.e2] [208907213425082] Received: {'_device_type': <DeviceType.E2: 226>, '_message_type': <MessageType.notify1: 4>, '_body_type': <ListTypes.X01: 1>, '_message_protocol_version': 0, '_header': 'aa2de200000000000004', '_body': <midealocal.devices.e2.message.E2GeneralMessageBody object at 0x7f77e9353a10>, '_data': '01010900400000008000003c0000200000000f01000000000000003c00000000001000', 'parser_list': [], 'power': True, 'heating': False, 'keep_warm': True, 'variable_heating': False, 'current_temperature': 64, 'whole_tank_heating': False, 'heating_time_remaining': 0, 'target_temperature': 60, 'protection': False, 'water_consumption': 0, 'heating_power': 0, 'header': 'aa2de200000000000004', 'body': '01010900400000008000003c0000200000000f01000000000000003c00000000001000', 'message_type': 'notify1', 'body_type': '01', 'self': <midealocal.devices.e2.message.MessageE2Response object at 0x7f77e9277890>}
2024-12-24 04:21:02.865 DEBUG (Midea Electric Heater) [midealocal.device] [208907213425082] Status update: {'power': True, 'heating': False, 'keep_warm': True, 'protection': False, 'current_temperature': 64, 'target_temperature': 60, 'whole_tank_heating': False, 'variable_heating': False, 'heating_time_remaining': 0, 'water_consumption': 0, 'heating_power': 0}
The text was updated successfully, but these errors were encountered: