This is a home assistant's integration for panasonic smart app.
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.
You can install the component via the Home Assistant Community Store (HACS)
directly.
Copy __init__.py
, climate.py
, and manifest.json
to the custom_components/panasonic_smart_app/
folder.
Add the following configuration in configuration.yaml:
climate:
- platform: panasonic_smart_app
username: !secret smart_app_account
password: !secret smart_app_password
- climate: Air Condition with
CZ-T007
wifi model.
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.
Series | Model | Adapater |
---|---|---|
PX Series | CS-RX28GA2 | CZ-T007 |
RX Series | CS-RX28GA2 | |
- | CS-RX36GA2 | |
- | CS-RX50GA2 | |
- | CS-RX71GA2 |
@clspeter for RX series testing.
---
--
How to open the logs record?
Set config in configuration.yaml
like below:
logger:
default: warning
logs:
custom_components.panasonic_smart_app: debug