We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
python-panasonic-comfort-cloud/requests.http
Line 93 in 6cd2b45
it looks like you set the DeviceHashGui as the DeviceGui here in Session.py
python-panasonic-comfort-cloud/pcomfortcloud/session.py
Line 194 in 6cd2b45
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
python-panasonic-comfort-cloud/requests.http
Line 93 in 6cd2b45
it looks like you set the DeviceHashGui as the DeviceGui here in Session.py
python-panasonic-comfort-cloud/pcomfortcloud/session.py
Line 194 in 6cd2b45
The text was updated successfully, but these errors were encountered: