Running client.get_setup() with the cloud API on a Somfy TaHoma server, I get the first item
"id": "SETUP-xxx-xxxx-xxxx"
which seems to be correct.
Running client.get_setup() with the local API on the Somfy local server, I get the first item
"id": "_CountingAttr(counter=82, _default=None, repr=<function obfuscate_id at 0x7fff295e1580>, eq=True, order=True, hash=None, init=True, on_setattr=None, alias=None, metadata={})"
making the response difficult to exploit as a Json string.
I suspect this behavior not as expected ?
Could you please advise .
Thanks