python-panasonic-comfort-cloud icon indicating copy to clipboard operation
python-panasonic-comfort-cloud copied to clipboard

A python module for reading and changing status of panasonic climate devices through Panasonic Comfort Cloud app api

Results 27 python-panasonic-comfort-cloud issues
Sort by recently updated
recently updated
newest added

Is the hourly historical data stored with UTC times, so that the tz offset parameter in the history method simply adds a constant offset for the date of interest. The...

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...

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...

Hello, I'm getting an error when trying to run the Module example, in this step: print(session.get_device(devices[0]['id'])) I get: Traceback (most recent call last): File "C:\Users\Pete\Documents\Programacion\Python\test1.py", line 73, in print(session.get_device(devices[0]['id'])) File...

Not an issue but I am wondering what does this value actually mean? I have been having an odd problem with my aircon where in heat mode the incoming air...

http://airmaster.net/service-maintenance/panasonic-air-conditioner-error-codes/

I'm not sure if I should open an issue for my PR or not, but here it is https://github.com/lostfields/python-panasonic-comfort-cloud/pull/73

In the example code from the "module ussage" in the readme the flow is 3 basic steps 1. get session 2. get all devices 3. get info about one device...

Added ability to put the authentication credentials into a file instead of having to display them on the command line. Updated readme file for documentation

Weirdly enough I have a AirSwingLR value of 6. This is happening for a AC unit with model CS-MTZ16WKE. The weirdest part is that I have other AC units of...