python-panasonic-comfort-cloud
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
Hello, I wonder if it's possible to get data from all devices using just one API call. We are using the `_groups` var that seems to get all devices during...
Noticed my history dump for hourly and daily consumption values were 'odd', turns out they were offset by 9hrs.. Suspecting a TZ issue, I found line 221 in session.py https://github.com/lostfields/python-panasonic-comfort-cloud/blob/18d49855239504bbbf49f15352e0a89f44cb41c2/pcomfortcloud/session.py#L221...
Added support to fetch the latest published app version from the Apple App Store
Hi Team is their something changed with HACS Comfort cloud integration , it keeps becoming unavailable and I have to restart HA many times to get it back then i...
Thanks for great software! I get these unexpected results: ``` user@computer:~$ ./pcomfortcloud.py [email protected] password history 1 Day 20200120 id : abcdefg12345678.... parameters currencyUnit : kr energyConsumption : 0.0 estimatedCost :...
I can use the list and set commands, but I can't use the get command, Any idea what could be wrong ? ./pcomfortcloud.py [email protected] $password$ get 1 reading from device...
Hi, I wanted to share some knowledge and ask for help evaluationg this feature request. I use this library with home assistant to control my heatpumps, works like a charm....
Apparently, there are more modes than those listed in constants.py for airSwingLR, at least for my device. According to the app the Air swing (Left-Right) was center + 1 to...
Hi, First, thanks for this project! I'm trying to implement it into my openhab. But I have problems with python script and I'm not able to connect. Script is the...