Home Assistant integration for Panasonic Smart App.
This integration allows you to control your Panasonic appliances.
Only Panasonic Smart App is supported. If you are using Panasonic Comfort Cloud. Use sockless-coding/panasonic_cc instead.
โ Supported | โ Unsupported |
This project is forked from PhantasWeng's panasonic_smart_app. Main differences are:
- Implement more platforms
- Add config flow to make setup much more easier
- Support device info
For all supported entities, check out Available Entities.
Search and install Panasonic Smart App
in HACS
Copy custom_components/panasonic_smart_app
into your custom_components/
.
- Search
Panasonic Smart App
in integration list - Follow steps on UI to finish configuration
Following devices were tested.
Feel free to report working device by opening an issue
Device Type | Module Type |
---|---|
F-Y28EX | CZ-T006 |
F-Y24GX | CZ-T006 |
F-Y26JH | (Built-in) |
CS-PX50BA2 | CZ-T007 |
CS-QX28FA2 | CZ-T007 |
CS-QX40FA2 | CZ-T007 |
CS-QX71FA2 | CZ-T007 |
CS-RX28GA2 | (Built-in) |
CS-RX36GA2 | (Built-in) |
CS-RX50GA2 | (Built-in) |
CS-RX71GA2 | (Built-in) |
Device Type | Entity Type | Note |
---|---|---|
AC | climate | |
number | On timer (Only if supported) | |
number | Off timer | |
sensor | Outdoor temperature sensor | |
Dehumidifier | humidifier | |
number | On timer (Only if supported) | |
number | Off timer | |
sensor | Environment humidity sensor | |
sensor | PM2.5 sensor | |
binary_sensor | Water tank status sensor |
For missing entities, open an issue or submit a PR ๐ช
Add following configs to configuration.yaml
:
logger:
default: warning
logs:
custom_components.panasonic_smart_app: debug
This project is licensed under MIT license. See LICENSE file for details.