python-miio icon indicating copy to clipboard operation
python-miio copied to clipboard

issue with chuangmi.camera.021a04 status/info

Open ypyly opened this issue 1 year ago • 0 comments

Describe the bug When trying to get info/status from chuangmi.camera.021a04, getting the code': -9999, 'message': 'user ack timeout' error, while models are being recognized

Version information (please complete the following information):

  • OS: Ubuntu 22.04.3 LTS
  • python-miio: miiocli, version 0.6.0.dev0

Device information: If the issue is specific to a device [Use miiocli device --ip <ip address> --token <token> info]:

  • Model: chuangmi.camera.021a04
  • Hardware version: unknown
  • Firmware version: 4.3.4_0407

To Reproduce Steps to reproduce the behavior:

  1. run miiocli genericmiot --ip ${IP} --token ${TOKEN}

Expected behavior Output of the status/info of the device

Console output miiocli genericmiot --ip ${IP} --token ${TOKEN} status Running command status WARNING:miio.miot_cloud:3 versions found for model chuangmi.camera.021a04: [ReleaseInfo(model='chuangmi.camera.021a04', status=None, type='urn:miot-spec-v2:device:camera:0000A01C:chuangmi-021a04:1', version=1), ReleaseInfo(model='chuangmi.camera.021a04', status=None, type='urn:miot-spec-v2:device:camera:0000A01C:chuangmi-021a04:2', version=2), ReleaseInfo(model='chuangmi.camera.021a04', status=None, type='urn:miot-spec-v2:device:camera:0000A01C:chuangmi-021a04:3', version=3)], using the newest one ERROR:miio.miioprotocol:Got error when receiving: {'code': -9999, 'message': 'user ack timeout'} ERROR:miio.click_common:Exception: Unable to recover failed command

ypyly avatar Jan 06 '24 15:01 ypyly