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

[Bug]: Unable to start the air conditioner #37

Closed
Leetfs opened this issue Dec 16, 2024 · 2 comments · Fixed by #88
Closed

[Bug]: Unable to start the air conditioner #37

Leetfs opened this issue Dec 16, 2024 · 2 comments · Fixed by #88
Assignees
Labels
bug Something isn't working

Comments

@Leetfs
Copy link

Leetfs commented Dec 16, 2024

Describe the bug / 描述问题

The air conditioner can be monitored, its operating status can be changed, and it can be turned off, but it not on.

To Reproduce / 复现步骤

  1. Click auto
  2. Click cool
  3. Click ...

Expected behavior / 预期结果

The air conditioner is turned on.

Home Assistant Logs / 系统日志

{'params': [{'did': '91224034', 'siid': 2, 'piid': 2, 'value': 0}]} -> {'code': 0, 'message': 'ok', 'result': [{'did': '91224034', 'iid': '0.2.2', 'siid': 2, 'piid': 2, 'code': 0, 'exe_time': 0}]}
2024-12-16 19:32:38.732 DEBUG (MainThread) [custom_components.xiaomi_home.miot.miot_client] set prop response, 91224034.2.2, 0, result, [{'did': '91224034', 'iid': '0.2.2', 'siid': 2, 'piid': 2, 'code': 0, 'exe_time': 0}]
2024-12-16 19:32:44.332 DEBUG (SyncWorker_0) [custom_components.xiaomi_home.miot.miot_cloud] mihome api post, https://ha.api.io.mi.com/app/v2/miotspec/prop/set, {'params': [{'did': '91224034', 'siid': 2, 'piid': 2, 'value': 4}]} -> {'code': 0, 'message': 'ok', 'result': [{'did': '91224034', 'iid': '0.2.2', 'siid': 2, 'piid': 2, 'code': 0, 'exe_time': 0}]}
2024-12-16 19:32:44.332 DEBUG (MainThread) [custom_components.xiaomi_home.miot.miot_client] set prop response, 91224034.2.2, 4, result, [{'did': '91224034', 'iid': '0.2.2', 'siid': 2, 'piid': 2, 'code': 0, 'exe_time': 0}]

Home Assistant Core version / Home Assistant Core 版本

2024.12.3

Home Assistant Operation System version / Home Assistant Operation System 版本

No display.

Xiaomi Home integration version / 米家集成版本

v0.1.0

Additional context / 其他说明

设备信息
zhimi.aircondition.ma3
制造商:智米
固件:2.2.8
@Leetfs Leetfs added the bug Something isn't working label Dec 16, 2024
@SusanPhevos SusanPhevos self-assigned this Dec 17, 2024
@SusanPhevos
Copy link
Contributor

The "on" property of zhimi.aircondition.ma3 is siid=2,piid=1. The logs show that you only set the "mode" property (siid=2, piid=2) as 4, refer to as "Fan".
It seems that there is no explicit on/off switch in the climate entity. It is a bug of xiaomi_home.

@SusanPhevos SusanPhevos linked a pull request Dec 17, 2024 that will close this issue
@tufeikafei
Copy link

同样空调86面板
fawad.airrtc.fwd20011
相同情况,点击加热,没有反应。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants