I seem to be unable to retrieve a list of devices (username and password are correct ; a token is received) :
$ python ./pcomfortcloud.py -t token.out $USR $PW list
list of devices and its device id #
Traceback (most recent call last):
File "./pcomfortcloud.py", line 3, in <module>
__main__.main()
File "/tmp/scratch/development/panasonic/python-panasonic-comfort-cloud-master/pcomfortcloud/__main__.py", line 153, in main
for idx, device in enumerate(session.get_devices()):
File "/tmp/scratch/development/panasonic/python-panasonic-comfort-cloud-master/pcomfortcloud/session.py", line 153, in get_devices
self._deviceIndexer[device['deviceHashGuid']] = device['deviceGuid']
KeyError: 'deviceHashGuid'
I seem to be unable to retrieve a list of devices (username and password are correct ; a token is received) :