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

加热毛巾架设备不可用[jyf.tow_w.ts03] #1976

Closed
z-henry opened this issue Nov 26, 2024 · 5 comments
Closed

加热毛巾架设备不可用[jyf.tow_w.ts03] #1976

z-henry opened this issue Nov 26, 2024 · 5 comments

Comments

@z-henry
Copy link

z-henry commented Nov 26, 2024

Device model / 设备型号

jyf.tow_w.ts03

Component version / 插件版本

0.7.24

HA core version / HA版本

2024.11.3

Integrated mode / 集成方式

Automatic (自动模式)

The problem / 问题详情

从继承中添加加热毛巾架后,一直显示实体不可用

wechat_2024-11-26_103951_744

Entity attributes / 实体属性

cover.jyf_ts03_7a23_airer
friendly_name: Drying towel rack Airer
supported_features: 11

switch.jyf_ts03_7a23_towel_rack
device_class: switch
friendly_name: Drying towel rack Towel Rack
supported_features: 0

Home Assistant Logs / 系统日志

Drying towel rack(jyf.tow_w.ts03): Got MiioException while fetching the state: Unable to recover failed command, mapping: {'airer.fault': {'siid': 4, 'piid': 1}, 'airer.left_time': {'siid': 4, 'piid': 10}, 'towel_rack.on': {'siid': 2, 'piid': 1}, 'towel_rack.mode': {'siid': 2, 'piid': 2}, 'towel_rack.target_temperature': {'siid': 2, 'piid': 5}, 'towel_rack.temperature': {'siid': 2, 'piid': 6}}, max_properties: 8/6

@wolfit50
Copy link

wolfit50 commented Dec 2, 2024

遇到同样的问题

@al-one
Copy link
Owner

al-one commented Dec 2, 2024

尝试添加以下配置:

# configuration.yaml
xiaomi_miot:
  device_customizes:
    jyf.tow_w.ts03:
      chunk_properties: 1

@z-henry
Copy link
Author

z-henry commented Dec 2, 2024

感谢回复,按要求修改后依旧不可用,并且提示报错

此错误来自自定义集成。

日志记录器: custom_components.xiaomi_miot.cover
来源: custom_components/xiaomi_miot/init.py:1455
集成: Xiaomi Miot Auto (文档, 问题)
首次出现: 10:59:12 (10 次总计出现)
上次记录: 11:08:31

Drying towel rack(jyf.tow_w.ts03): Got MiioException while fetching the state: Unable to recover failed command, mapping: {'airer.fault': {'siid': 4, 'piid': 1}, 'airer.left_time': {'siid': 4, 'piid': 10}, 'towel_rack.on': {'siid': 2, 'piid': 1}, 'towel_rack.mode': {'siid': 2, 'piid': 2}, 'towel_rack.target_temperature': {'siid': 2, 'piid': 5}, 'towel_rack.temperature': {'siid': 2, 'piid': 6}}, max_properties: 1/6

@wolfit50
Copy link

wolfit50 commented Dec 2, 2024

走云端可以用

# configuration.yaml
xiaomi_miot:
  device_customizes:
    jyf.tow_w.ts03:
      auto_cloud: true

@z-henry
Copy link
Author

z-henry commented Dec 2, 2024

走云端可以用

# configuration.yaml
xiaomi_miot:
  device_customizes:
    jyf.tow_w.ts03:
      auto_cloud: true

确实,按这个配置可以用了,感谢

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

No branches or pull requests

3 participants