Pedro Navarro

Results 10 comments of Pedro Navarro

Hello, I'm using the same credentials. ![image](https://user-images.githubusercontent.com/23507462/196101828-2c647673-ed66-4a84-a6ae-79ee4f7548a9.png) ![image](https://user-images.githubusercontent.com/23507462/196102048-c8e48b2d-64df-4ea8-9b93-3adf7a69faa9.png) The strange thing is that no matter the email and password (right or wrong), I can always retrieve the list of devices,...

I think so: ![image](https://user-images.githubusercontent.com/23507462/196108253-3137cef5-39b6-413c-a48c-01d56fbabaf4.png) Unless I'm missing something

I've tried, and in the 3rd call I get the 4300 "Have no authority to the request". Here you have the results of the 3 first calls: GET https://accsmart.panasonic.com/device/group HTTP/1.1...

Hi @os11k, I can't get this to work. Can you please send me the solution you built with curl? It'd be very appreciated. Thanks a lot in advance!

A request how? I guess I need some headers. This doesn't work: import requests x = requests.get('https://accsmart.panasonic.com/deviceStatus/now/') Sorry, I'm not an expert on api integrations :( Thanks in advance On...

I just noticed, even if I use a dummy user and password in the Session: session = pcomfortcloud.Session('aaa', 'xxxx') It still prints the devices correctly: print(devices) >> [{'id': 'f0de1ca618eeaeb66acc19a0b73b27a6', 'name':...

Unfortunately, all the requests return 403. I've disabled the part to reuse the token, and now at least I'm getting an error message if I don't use the proper user+passwd....

Using raw, I can see more info about the machine: --- _get_groups() --- raw beginning --- {"a2wStatus":{"statusCode":200},"uiFlg":false,"groupCount":1,"groupList":[{"groupId":773894,"groupName":"Huetor","pairingList":[],"deviceList":[{"deviceGuid":"B308306902","deviceType":"2","deviceName":"Aerotermia","connectionStatus":0,"operationMode":2,"zoneStatus":[{"zoneId":1,"operationStatus":0,"temperature":12},{"zoneId":2}],"tankStatus":{"operationStatus":0,"temperature":54}}]}]} --- raw ending --- So it seems I'm able to access that information,...