pbalogh77 354cd73cae Updated based on changes (#8140)
* Updated based on changes

Documentation change based on https://github.com/home-assistant/home-assistant/pull/19705

* Update fibaro.markdown
2019-01-11 15:30:19 -08:00

2.8 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class redirect_from
page Fibaro Instructions on how to setup Fibaro Z-Wave hubs (HCL and HC2) and configure devices within Home Assistant. 2019-01-10 20:04 true false true true fibaro.png Hub 0.83 Local Push
/components/scene.fibaro/

The Fibaro hub is a controller mainly connecting to Z-Wave devices.

Binary sensors, switches, lights (including Dimmers), locks, sensors and covers are supported and will be automatically added when Home Assistant connects to your Fibaro controller.

{% linkable_title Configuration %}

To use Fibaro devices in your installation, add the following to your configuration.yaml file using the IP and port number of your Fibaro controller:

fibaro:
  gateways:
    - url: http://192.168.1.161/api/
      username: your_username
      password: your_password
      device_config:
        light_device_name_123:
          color: false
          white_value: false
          reset_color: true
        binary_device_name_123:
          device_class: "garage_door"
          icon: mdi:open

{% configuration %} gateways: description: List of gateway configurations. requires: true type: list url: description: The URL for your Fibaro HomeCenter device. required: true type: url username: description: The username for your Fibaro account. required: true type: string password: description: The password for your Fibaro account. required: true type: string plugins: description: Whether to import plugin-generated devices from Fibaro HomeCenter, such as Netatmo and Sonos devices, etc. required: false type: bool default: false device_config: description: Lists device specific parameter or behaviour overrides. required: false type: list default: None {% endconfiguration %}

It is recommended to assign a static IP address to your Fibaro controller. This ensures that it won't change its IP address, so you won't have to change the `url` if the controller reboots and comes up with a different IP address. See your router's manual for details on how to set this up. If you need the MAC address of your Fibaro, check the label on the bottom.

{% linkable_title Using Z-Wave devices in automation %}

If you want to use a Z-Wave device from the Fibaro controller in Home Assistant automation, you'll need the entity id. In the Home Assistant UI you'll find all entities listed under the service developer tool icon icon of the Developer Tools section. Look for entities that contain 'fibaro_id' in their attributes, and you'll find the entity id on the left.