All Projects → PhantasWeng → panasonic_smart_app

PhantasWeng / panasonic_smart_app

Licence: other
Panasonic Smart App integration for Home Assistant.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to panasonic smart app

ha-config-ataraxis
My Home Assistant Configs. If you like what you see, please ⭐️my repo. It would encourage me a lot 🤘
Stars: ✭ 146 (+563.64%)
Mutual labels:  hass, homeassistant, hacs
ledfxrm
Custom Integration for Home Assistant to control a any (local/remote) LedFX-server - State: beta
Stars: ✭ 31 (+40.91%)
Mutual labels:  hass, homeassistant, hacs
charger-card
A lovelace card for electrical vehicle (EV) home chargers and charging robots.
Stars: ✭ 57 (+159.09%)
Mutual labels:  hass, homeassistant, hacs
ad-alexatalkingclock
Alexa (or other Smart Speakers) tell you the time without asking every hour. Please ⭐️if you like my app :)
Stars: ✭ 30 (+36.36%)
Mutual labels:  hass, homeassistant, hacs
purifier-card
Air Purifier card for Home Assistant Lovelace UI
Stars: ✭ 155 (+604.55%)
Mutual labels:  hass, homeassistant, hacs
ha-zoom-automation
Custom Home Assistant component for Zoom. Tracks when you are connected to a Zoom call by default but may allow you to track more.
Stars: ✭ 47 (+113.64%)
Mutual labels:  integration, homeassistant, hacs
ha-eskom-loadshedding
Fetches loadshedding data from Eskom
Stars: ✭ 48 (+118.18%)
Mutual labels:  integration, homeassistant, hacs
homeassistant-homeconnect
Custom component for Home Assistant to connect appliances supporting the Home Connect standard
Stars: ✭ 120 (+445.45%)
Mutual labels:  homeassistant, hacs
HASS.Agent
Windows-based client for Home Assistant. Provides notifications, quick actions, commands, sensors and more.
Stars: ✭ 590 (+2581.82%)
Mutual labels:  hass, hacs
atomic-calendar-revive
An advanced calendar card for Home Assistant Lovelace.
Stars: ✭ 218 (+890.91%)
Mutual labels:  homeassistant, hacs
plugwise-beta
Custom-component / development version of the Plugwise Home Assistant platform
Stars: ✭ 23 (+4.55%)
Mutual labels:  homeassistant, hacs
home-assistant-flair
Custom component for Home Assistant Core for Flair pucks, vents, rooms, structures, and minisplits
Stars: ✭ 51 (+131.82%)
Mutual labels:  homeassistant, hacs
fullscreen-card
Make your Home Assistant browser fullscreen with one tap.
Stars: ✭ 23 (+4.55%)
Mutual labels:  homeassistant, hacs
lovelace-light-soft-ui-theme
🎨 Home Assistant soft UI light theme, with help from @JuanMTech, @thomasloven, and @N-l1.
Stars: ✭ 59 (+168.18%)
Mutual labels:  homeassistant, hacs
bootstrap-grid-card
Bootstrap grid in Lovelace UI
Stars: ✭ 25 (+13.64%)
Mutual labels:  hass, homeassistant
power-distribution-card
A Lovelace Card for visualizing power distributions.
Stars: ✭ 117 (+431.82%)
Mutual labels:  homeassistant, hacs
ocpp
Home Assistant integration for electric vehicle chargers that support the Open Charge Point Protocol (OCPP).
Stars: ✭ 82 (+272.73%)
Mutual labels:  homeassistant, hacs
MeteoalarmCard
Meteoalarm, Météo-France and DWD severe weather warnings card for Home Assistant Lovelace UI ⛈️
Stars: ✭ 48 (+118.18%)
Mutual labels:  homeassistant, hacs
Home-Assistant-Configuration
🏡 My home assistant configuration!
Stars: ✭ 28 (+27.27%)
Mutual labels:  hass, homeassistant
mega hacs
MegaD HomeAssistant integration
Stars: ✭ 87 (+295.45%)
Mutual labels:  homeassistant, hacs

hacs_badge

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].