-
Notifications
You must be signed in to change notification settings - Fork 49
Description
I have a few units like CS-TZ35WKEW and CS-MTZ16WKE which all work OK,
but the 2 "floor standing" ones with nanoe (CS-Z25UFEAW) both fail.
get_devices finds them OK, and the name and group are returned OK, but the id's are much shorter than the working devices return and calling get_device fails:
Traceback (most recent call last): File "/home/iain/projects/pana/test1.py", line 16, in <module> print(session.get_device(devices[7]['id'])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/iain/.local/lib/python3.11/site-packages/pcomfortcloud/session.py", line 277, in get_device raise ResponseError(response.status_code, response.text) pcomfortcloud.session.ResponseError: Invalid response, status code: 500 - Data: {"code":5005,"message":"Adapter Communication error"}