Add Support for Fujitsu wireless Air Conditioning control app - FGLair

Hi there

I have gotten a chance to develop a Python library and a platform for climate component of Fujitsu.

  1. create this directory path /config/custom_components/climate/ if does not exist.

  2. 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

  3. add the below lines to your configuration.yaml:

climate:
   - platform: fujitsu_general_heatpump
     username: <your FGLair username>
     password: <your FGLair password> 
  1. Restart HASS
3 Likes