Read and change status of Panasonic Comfort Cloud devices
Project description
python-panasonic-comfort-cloud
A python module for reading and changing status of panasonic climate devices through Panasonic Comfort Cloud app api
Command line usage
usage: pcomfortcloud.py [-h] [-t TOKEN] username password {list,get,set} ...
Read or change status of Panasonic Climate devices
positional arguments:
username Username for Panasonic Comfort Cloud
password Password for Panasonic Comfort Cloud
{list,get,set,dump} commands
list Get a list of all devices
get Get status of a device
set Set status of a device
dump Dump raw data of a device
optional arguments:
-h, --help show this help message and exit
-t TOKEN, --token TOKEN
File to store token in
-s [BOOL], --skipVerify [BOOL]
Skip Ssl verification
-r [BOOL], --raw [BOOL]
Raw dump of response
usage: pcomfortcloud.py username password get [-h] device
positional arguments:
device device number
optional arguments:
-h, --help show this help message and exit
usage: pcomfortcloud.py username password set [-h]
[-p, --power {On,Off}]
[-t, --temperature TEMPERATURE]
[-f, --fanspeed {Auto,Low,LowMid,Mid,HighMid,High}]
[-m, --mode {Auto,Cool,Dry,Heat,Fan}]
[-e, --eco {Auto,Quiet,Powerful}]
[-y, --airswingvertical {Auto,Down,DownMid,Mid,UpMid,Up}]
[-x, --airswinghorizontal {Auto,Left,LeftMid,Mid,RightMid,Right}]
device
positional arguments:
device Device number
optional arguments:
-h, --help
show this help message and exit
-p, --power {On,Off}
Power mode
-t, --temperature TEMPERATURE
Temperature in decimal format
-f, --fanspeed {Auto,Low,LowMid,Mid,HighMid,High}
Fan speed
-m, --mode {Auto,Cool,Dry,Heat,Fan}
Operation mode
-e, --eco {Auto,Quiet,Powerful}
Eco mode
-y, --airswingvertical {Auto,Down,DownMid,Mid,UpMid,Up}
Vertical position of the air swing
-x, --airswinghorizontal {Auto,Left,LeftMid,Mid,RightMid,Right}
Horizontal position of the air swing
Module usage
import pcomfortcloud
session = pcomfortcloud.Session('user@example.com', 'mypassword')
session.login()
devices = session.get_devices()
print(devices)
print(session.get_device(devices[0]['id']))
session.set_device(devices[0]['id'],
power = pcomfortcloud.constants.Power.On,
temperature = 22.0)
PyPi package
can be found at https://pypi.org/project/pcomfortcloud/
How to publish package;
python .\setup.py sdist bdist_wheel
python -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pcomfortcloud-0.0.22.tar.gz
(11.4 kB
view details)
Built Distribution
File details
Details for the file pcomfortcloud-0.0.22.tar.gz
.
File metadata
- Download URL: pcomfortcloud-0.0.22.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b918c7801305a9da26dc5d979e6f5eb4d35ff6bb1043bb10f1693aa2813e612 |
|
MD5 | 06b8cf6852e22561ee97abc14d22a4cc |
|
BLAKE2b-256 | 8665b035ef7aaedc5138bf09ec25529d8a22ddc4401ba57a79eeef9517a9f8b1 |
File details
Details for the file pcomfortcloud-0.0.22-py3-none-any.whl
.
File metadata
- Download URL: pcomfortcloud-0.0.22-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dce2475a2cca136b9569434e6796a7a5c0da5e5906bcaf751d5770912ca53fe3 |
|
MD5 | 794570c07a99bb3e7ec399219804cb96 |
|
BLAKE2b-256 | 6f452a505409be36fed4e3662e3157e3c6f101b50f3fd5b06b63a212b5263ed3 |