Hi there
I have gotten a chance to develop a Python library and a platform for climate component of Fujitsu.
-
create this directory path
/config/custom_components/climate/
if does not exist. -
Download this custom platform file from GitHub and place it in the climate directory mentioned in previous step. So the file would be as
/config/custom_components/climate/fujitsu_general_heatpump.py
-
add the below lines to your
configuration.yaml
:
climate:
- platform: fujitsu_general_heatpump
username: <your FGLair username>
password: <your FGLair password>
- Restart HASS