-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with platform climate.fujitsu_general_heatpump #14
Comments
Mmodarre the original developer hasn't been making updates since this integration broke back since version 0.95 - I suggest reading https://community.home-assistant.io/t/add-support-for-fujitsu-wireless-air-conditioning-control-app-fglair/65999/101 where a few folk have kept this going to the best of their ability. Good luck. |
There is a pull request (#13) that says it fixes this issue although i couldn't seem to get it to work. |
@pilot1981 I've been able to get the integration to work, using the information in the link that @chiefcomm provided. The key is to make the changes to the api.py file regardless of what region you are in. |
Hi, restarted HA but I obtain always same initial error... I noticed file token.txt wasn't created automatically...I need to create it manually? |
I also modified api.py file as this with eu region: class Api: and according to it, now my configuration.yaml seems as this one below: climate:
|
@pilot1981 You could try the "US" region, that's what worked for me. |
same result using region "us" in configuration.yaml and api.py files... |
strange behaviour platform not found....I don't understand... |
I could be wrong, but that sounds like it could be an issue with the manifest. |
@pilot1981 could you give me a directory structure of your setup? It could be that the files aren't located where home-assistant expects them to be. |
@pilot1981, your directory is named wrong. Instead of: |
Ah ok, that looks good then. Could you confirm the path of the api.py file? |
@pilot1981 The |
Also note, you won't see the |
@pilot1981 Any luck? |
I don't found this directory in my HASSIO environment...you know correct path for HASSIO? |
Hi, Error while setting up platform fujitsu_general_heatpump So, I think I don't have properly installed pyfujitsu module in my HASSIO... please can you explain howto install this library on my HASSIO? I have to copy all files and directory of https://github.com/Mmodarre/pyfujitsu in my /config/custom_components/pyfujitsu ? |
Hi, then I created a new file: /config/custom_components/pyfujitsu/api.py in same way reported here: https://community.home-assistant.io/t/add-support-for-fujitsu-wireless-air-conditioning-control-app-fglair/65999/103 but I have problem to load module pyfujitsu: Error while setting up platform fujitsu_general_heatpump |
@pilot1981 I think you still have your directory structure mixed up. Under the custom components directory you should not have the pyfujitsu directory, you should have fujitsu_gener_heatpump. You need the following two directory paths: Could you share how you installed home-assistant? |
Also, if you don't see the 'deps' directory when using configurator, see my comment above: |
@meichthys my /config/deps is empty... I think this is normal in HASSIO installation...you also have HASSIO? |
@pilot1981 Yes i have HASSIO, deps is supposed to be empty unless you are running a custom component that also requires a custom dependency (as does this custom component). |
@meichthys you are right! I created news directory in /config/deps and now I don't have error to load pyfuijtsu module: thanks! |
@pilot1981 Great news! Enjoy! |
I don’t see any switch/sensors...anyone can say me which name they have? |
If you want to add the heatpumps to your dashboard (lovelace), simply add a Note: The current integration doesn't show the room temperature as mentioned in #1 If you're looking for ways to automate, you'll want to use the climate services like: |
Found! Lovelace don’t listed it as unused entity list... |
Hi, I try to integrate the fujitsu heatpump. I'm using the latest HASS image https://www.home-assistant.io/hassio/installation/ for a Raspi4
Thanks |
@vicfalls I've also noticed that the communication between the fujitsu_general_heatpupmp integration and the actual heatpump can be hit or miss. For me the thermostat card in lovelace does seem to display the correct set temperature from the fglair app but trying to change the temperature from homeassistant is spotty. Sometimes it will take, but most of the time it wont. This custom integration definitely needs a little work, but the potential is there. It will probably take someone to fork this project and move it forward. @Mmodarre Would you be ok with someone forking and moving this forward, or would you recommend pull requests be submitted? |
@meichthys Super, sounds good. I appreciate your commitment to help. |
@meichthys I made a hard shutdown of the HASS, unplug - waiting about 1 minute, and restart the system again. All error messages are gone and the HASS is communicating with the AC. It seems, that the system got hung somehow. |
Great to hear! I haven't tried the A/C side of things yet, but maybe that will work better than the heating temp adjustments. I'll find out in a few weeks when things start warming up by me 🔥 |
Hi,
I'm trying to add this integration in my HASSIO v 0.103.4, I have these files:
/config/custom_components/fujitsu_general_heatpump/climate.py /config/custom_components/fujitsu_general_heatpump/manifest.json /config/custom_components/fujitsu_general_heatpump/init.py
and this in configuration.yaml:
climate:
username: !secret user_FGLair_FUJI
password: !secret pass_FGLair_FUJI
but I receive this error:
Platform error climate.fujitsu_general_heatpump - Integration 'fujitsu_general_heatpump' not found.
I also have to install this https://github.com/Mmodarre/pyfujitsu? how I can do it?
The text was updated successfully, but these errors were encountered: