Skip to content
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

Entities unavailable #442

Open
kennethprose opened this issue Dec 13, 2023 · 0 comments
Open

Entities unavailable #442

kennethprose opened this issue Dec 13, 2023 · 0 comments

Comments

@kennethprose
Copy link

Version of the custom_component

v2.4.0

Configuration

# Loads default set of integrations. Do not remove.
default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

# Text-to-speech
tts:
  - platform: google_translate

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 192.168.1.1
    - 192.168.1.2
    - 162.158.0.0/16

logger:
  logs:
    custom_components.foldingathomecontrol: debug

Describe the bug

I believe I followed the installation instructions correctly. I did the HACS method and was able to get the foldingathomecontrol integratiuon to show up and even connect to the client on my desktop:

image

But it is not working and the entities all say 'unavailable':

image

I also tried version 2.3.4.

I am relatively new to Home Assistant so please bear with me lol.

Debug log


2023-12-12 22:37:45.040 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration foldingathomecontrol which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-12-12 22:37:45.043 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-12-12 22:39:00.703 INFO (MainThread) [custom_components.foldingathomecontrol]
-------------------------------------------------------------------
FoldingAtHomeControl
Version: 2.4.0
This is a custom integration!
If you have any issues with this you need to open an issue here:
https://github.com/eifinger/hass-foldingathomecontrol/issues
-------------------------------------------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant