This is a platform to support Fujitsu General Airconditioners under Climate component of Home Assistant. The Python supporting library for accessing the FGLair API is located at: https://github.com/Mmodarre/pyfujitsu
create this directory path /config/custom_components/fujitsu_general_heatpump/
if it does not already exist.
Download the fujitsu_general_heatpump.py
manifest.json' and 'init.py
from the repo and place it in the directory mentioned in previous step. Rename fujitsu_general_heatpump.py
to climate.py
So the end result would look like:
/config/custom_components/fujitsu_general_heatpump/climate.py
/config/custom_components/fujitsu_general_heatpump/manifest.json
/config/custom_components/fujitsu_general_heatpump/init.py
configuration.yaml
file and replace it with your FGLair app username/password:
climate:
- platform: fujitsu_general_heatpump
username: <your FGLair username>
password: <your FGLair password>
[RESOLVED]1. Google Assistant integration is not working [most possibly due to states not matching what Google assistant is expecting]