python-panasonic-comfort-cloud
python-panasonic-comfort-cloud copied to clipboard
Question about DeviceGui
Hello i am trying to convert your code to Lua, since my home automation system(fibaro) only uses that.
I having little trouble to figure out what the "deviceGuid": is, if it is the "deviceGuid":"CS-HZ35UKE+*********" or the very long DeviceHasGui.
I have connected to https://accsmart.panasonic.com/auth/login HTTP/1.1 and i get the token Thereafter i connect https://accsmart.panasonic.com/device/group HTTP/1.1 and i get all the parameters and DeviceGui and DeviceHashGui , but when i try using either of them to control they do not seem do work
https://github.com/lostfields/python-panasonic-comfort-cloud/blob/6cd2b45b8df2576fe98fad27dd0b3eb5b2fe5ff8/requests.http#L93
it looks like you set the DeviceHashGui as the DeviceGui here in Session.py
https://github.com/lostfields/python-panasonic-comfort-cloud/blob/6cd2b45b8df2576fe98fad27dd0b3eb5b2fe5ff8/pcomfortcloud/session.py#L194