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 the integration list - Follow the steps on UI to finish the configuration
See ๆฏๆด็่ฃ็ฝฎ / Supported devices for detail of supported devices.
Device Type | Entity Type | Note |
---|---|---|
AC | climate | |
number | On timer* | |
number | Off timer | |
sensor | Outdoor temperature sensor | |
sensor | PM2.5 sensor* | |
switch | nanoe switch* | |
switch | ECONAVI swtich* | |
switch | Buzzer switch* | |
switch | Turbo mode switch* | |
switch | Self-clean mode switch* | |
switch | Mold prevention switch* | |
switch | Sleep mode switch* | |
select | Motion detection mode select* | |
select | Indicator light select* | |
Dehumidifier | humidifier | |
number | On timer* | |
number | Off timer | |
select | Fan mode* | |
sensor | Environment humidity sensor | |
sensor | PM2.5 sensor* | |
binary_sensor | Water tank status sensor | |
Washing Machine | sensor | Countdown sensor |
sensor | Device status sensor | |
sensor | Washing mode sensor | |
sensor | Washing cycle sensor | |
Purifier | switch | Power switch |
select | Fan level* | |
switch | nanoeX switch* | |
sensor | PM2.5 sensor |
*Only available if the feature is supported.
Note: Ensure the latest Home Assistant is installed or some entities might not be available.
For missing entities, open an issue or submit a PR ๐ช
Add the 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.