lostfields
lostfields
Hmm, try to do a new request to `https://accsmart.panasonic.com/deviceStatus/now/` and after that find the deviceGuid in the response body and insert it into the following url at the end replacing...
it stores the session token in `~/.panasonic-token` at https://github.com/lostfields/python-panasonic-comfort-cloud/blob/80dbbfb22a4405e8908d32517a44b25bcf132779/pcomfortcloud/session.py#L55-L55 But it should try to auth again if the authorization fails. It will not authorize again if some of the commands...
My `deviceType` is `3`. So I guess there is some different device family at Panasonic that has different APIs. Until someone figure out how to communicate with this device family...
thanks, just to be clear, is these historical graphs ok if you use the app from Panasonic?
Hi. Is the app working for historical data?
It fails in get_device and I'm thinking this is access right issue. The response code is not 200 but something else, but the error report fails since the body isn't...
@MatthK different issue, looks like you have a NanoeMode `4` we haven't seen before. What model do you have? You may edit `constants.py` and replace the last block with ```...
May you open the `Comfort Cloud` app and see what mode you have for `nanoe` or `eco`? Normally it's just a toggle but I'm starting to think that your model...
Hmm, the product page says something about Nanoe-X and Nanoe-G, can you toggle them with the remote? and dump the value to see if it changes? 1: Off 2: Nanoe-X...
Hmm, is this using https://github.com/sockless-coding/panasonic_cc maybe? It's recommended to reuse the token after authentication to avoid flooding Panasonic Comfort Cloud.