panasonic_smart_app
panasonic_smart_app copied to clipboard
Panasonic Smart App integration for Home Assistant.
Panasonic Smart App
This is a home assistant's integration for panasonic smart app.
Why do I Need this?
Due to Panasonic climates' api in Taiwan are separate to global.
We can't use [python-panasonic-comfort-cloud] and [panasonic_ac] in Home Assistant
.
So I create [python-panasonic-smart-app] and [panasonic_smart_app] integration.
How to Install?
via HACS
You can install the component via the Home Assistant Community Store (HACS)
directly.
Manually
Copy __init__.py
, climate.py
, and manifest.json
to the custom_components/panasonic_smart_app/
folder.
Configuration
Add the following configuration in configuration.yaml:
climate:
- platform: panasonic_smart_app
username: !secret smart_app_account
password: !secret smart_app_password
Entities Available
-
climate: Air Condition with
CZ-T007
wifi model.
Attention
This project only test with Panasonic air conditioner - PX series
which use CZ-T007
wifi adapater. CZ-T005
, CZ-T006
or PXGD
series might occurs some error.
Tested
Series | Model | Adapater |
---|---|---|
PX Series | CS-RX28GA2 | CZ-T007 |
RX Series | CS-RX28GA2 | |
- | CS-RX36GA2 | |
- | CS-RX50GA2 | |
- | CS-RX71GA2 |
Appreciate
@clspeter for RX series testing.
And..
You can also...
--
Logs
How to open the logs record?
Set config in configuration.yaml
like below:
logger:
default: warning
logs:
custom_components.panasonic_smart_app: debug