Fibaro Home Center integration with auto discovery

Hi,

Fibaro HC2 and HCL now have a well documented Rest API that allows for getting sections, rooms, devices, and controlling them. Did anyone try to integrate it with Home Assistant?
I think it’d be great if HA could integrate and control/use devices configured in Fibaro’s hub without the need to add custom LUA scripts, etc.
It does seem pretty simple at first glance.

Cheers,
Peter

Hi, have tried to integrated but says invalid config, does it still work? I have HC lite

Hi,

What version of HA are you running and what did you put in configuration.yaml?

Cheers,
Peter

Hi,

I’m Monica, from Spain.

I am trying to integrate my HC2 into Home Assistant and I can’t get it.
Could you help me?
What commands have you written in configuration.yaml?
My command lines are:

fibaro:
gateways:
- url: http://10.0.0.33:80/api/
username: [email protected]
password: Mxxxxxxx

Thank you.

Greetings.

Hello,

I have the same problem:

I have just configured a Home Assistant installation, hoping to connect to the API of my HCL Fibaro.

I added the API connection in the .yaml configuration.

fibaro:
gateways:
- url: http://192.168.xxx.xxx/api/
username: xxx
password: xxxxxxxxxxxxxxxxxxxxx

I restarted Home Assistant and I get this error in the notifications:

Component error: password - Integration ’ password ’ not found. Component error: username - Integration ’ username ’ not found. Invalid config for [fibaro]: required key not provided @ data[’ fibaro ‘][’ gateways ']. Got None. (See ?, line ?). Component error: gateways - Integration ’ gateways ’ not found.

I searched the web to see if I made an oversight or an error, but I can’t find it.

Can you help me?

Thanks :slight_smile: