Giter Site home page Giter Site logo

pyfujitsu_for_homeassistant's Introduction

pyfujitsu_for_homeassistant

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

Sample UI:

UI_SCREENSHOT

Usage:

  1. create this directory path /config/custom_components/fujitsu_general_heatpump/ if it does not already exist.

  2. Download the climate.py manifest.json' and '__init__.py from the repo and place it in the directory mentioned in previous step.

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

  1. add the below lines to your 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> 
     region: [eu, cn, us] (optional, default: us)
     tokenpath: (optional, default: 'token.txt')       

Full Example:

climate:
  - platform: fujitsu_general_heatpump
    username: !secret FGLAIR_USER
    password: !secret FGLAIR_PASS
    region: 'eu'
    tokenpath: 'token.txt'
  1. Restart Home Assistant in order for the new component to show and all of your A/Cs in your account should appear in HASS.

Known issues and missing features:

  • Logging needs to be implemented
  • The “powerful” functionality is implemented through aux_heat button in UI
  • There are some other functionalities in the A/C which currently is not implemented.
  • Possibility to add external temerature sensor

pyfujitsu_for_homeassistant's People

Contributors

xerxes87 avatar mmodarre avatar brent0np avatar esteele avatar samueljon avatar

Stargazers

Samvel Avanesov avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.