A home assistant custom climate component to control Panasonic eolia airconditioners.
Credit to djbulsink and lostfields as a lot of their code was modified for the Panasonic Eolia
This component uses the python library panasoniceolia
https://github.com/avolmensky/python-panasonic-eolia
- Copy
__init__.py
,climate.py
, andmanifest.json
to thecustom_components/panasonic_eolia/
folder. As an alternative, you can also install the component via the Home Assistant Community Store (HACS) by adding it manually. - Add the following configuration in
configuration.yaml
:
climate:
- platform: panasonic_eolia
username: !secret user
password: !secret password