jheling / freeathome

Free@Home component for Home Assistant
103 stars 37 forks source link

Steps for install free@home #152

Open mariskabean opened 1 year ago

mariskabean commented 1 year ago

I'm so happy you found something to use free@home with the Home Assistant. Home Assistant is still very new to me. At the moment I have Home Assistant running on a virtual machine. I plan to purchase an Odroid M1 starter kit but that is for later. I have HACS installed on Home Assistant and now I would like to get free@home working. I am adding a custom repository but what is the URL to the repository I should use? Is this the last thing I need to do or do I need to do more actions? Sorry I need a little bit help. Thank you :)

mariskabean commented 1 year ago

In the meantime, one step further :) I select Settings - Devices & Services - Add integration and there I see Busch Jaeger/ABB Free@Home, cool. But when I click on it I get the following message: Config flow could not be loaded: {"message": "Invalid handler specified"} How can I solve this?

jheling commented 1 year ago

Hello, Mariskabean, There seems to be something wrong with the integration screen. It will probably take some to find the error. In the mean time you can try to get it working through the configuration.yaml.

siyman commented 7 months ago

Hi there,

was running into the same issue. After manually editing configuration.yaml I receive an error in my log files which looks like that:

`Logger: homeassistant.config_entries Source: config_entries.py:2077 First occurred: 12:43:08 (3 occurrences) Last logged: 12:43:12

Error occurred loading flow for integration freeathome: No module named 'custom_components.freeathome.config_flow'`

and `Logger: homeassistant.setup Source: setup.py:185 First occurred: 12:43:00 (1 occurrences) Last logged: 12:43:00

Setup failed for custom integration freeathome: No setup or config entry setup function defined.`

as well as `Logger: homeassistant.setup Source: setup.py:235 First occurred: 12:43:00 (1 occurrences) Last logged: 12:43:00

The freeathome integration does not support YAML setup, please remove it from your configuration`

Any help appreciated.