DeebotUniverse / client.py

Deebot client library in python
https://deebot.readthedocs.io
GNU General Public License v3.0
28 stars 41 forks source link

rcp not supportet found in debug log #478

Closed Ulfmerbold2000 closed 4 months ago

Ulfmerbold2000 commented 4 months ago

Checks

The problem

Try to get my X2 Omni fully working in Home assistant

Map and Rooms wont work, but rooms get parsed in debug log...so i'm a bit clueless

But found an error message code 20003 'rcp not support' and have no idea to deal with

On which deebot device (vacuum) you have the issue?

Deebot X2 Omni

Which version of the deebot-client are you using?

7.0.0

Country

de

Continent

eu

Anything in the logs that might be useful for us?

2024-05-02 11:43:16.687 WARNING (MainThread) [deebot_client.message] Could not parse getCleanInfo: {'code': 20003, 'msg': 'rcp not support'}
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/deebot_client/message.py", line 63, in wrapper
    if response.state == HandlingState.ANALYSE:
       ^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'state'
2024-05-02 11:43:16.689 WARNING (MainThread) [deebot_client.message] Could not parse getCleanInfo: {'header': {'pri': 1, 'tzm': 120, 'ts': '1714642996555', 'ver': '0.0.1', 'fwVer': '1.76.0', 'hwVer': '0.1.1', 'wkVer': '0.1.54'}, 'body': {'code': 20003, 'msg': 'rcp not support'}}
2024-05-02 11:43:16.689 WARNING (MainThread) [deebot_client.command] Could not parse getCleanInfo: {'ret': 'ok', 'resp': {'header': {'pri': 1, 'tzm': 120, 'ts': '1714642996555', 'ver': '0.0.1', 'fwVer': '1.76.0', 'hwVer': '0.1.1', 'wkVer': '0.1.54'}, 'body': {'code': 20003, 'msg': 'rcp not support'}}, 'id': 'CE18', 'payloadType': 'j'}

Additional information

No response

Ulfmerbold2000 commented 4 months ago

Same Error like in #492

close this issue now