You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use your history method to capture and virtualize the data. The only problem is that I always get the error code":4300, "message": "Have no authority to the request" when I try to do this. I get the same with the "get device" method
Hello!
I would like to use your history method to capture and virtualize the data. The only problem is that I always get the error code":4300, "message": "Have no authority to the request" when I try to do this. I get the same with the "get device" method
Can anyone help me?
Also, when I run the following, I get:
def login_to_panasonic(username, password):
url = "https://accsmart.panasonic.com/auth/login"
headers = {
"X-APP-TYPE": "1",
"X-APP-VERSION": "1.20.0",
"user-agent": "G-RAC",
"X-APP-TIMESTAMP": "1",
"X-APP-NAME": "Comfort Cloud",
"X-CFC-API-KEY": "Comfort Cloud",
"Accept": "application/json; charset=utf-8",
"Content-Type": "application/json; charset=utf-8"
}
payload = {
"language": "0",
"loginId": username,
"password": password
}
The following error
Error during login: {"code":5001, "message": "DB system error due to db system"}
Thx
E4sy06
The text was updated successfully, but these errors were encountered: