
* 🔥 Removes octopress.js * 🔥 Removes use of root_url var * 🔥 Removes Octopress generator reference from feed * 🔥 Removes delicious support * 🔥 Removes support for Pinboard * 🔥 Removes support for Disqus * 🔥 Removes support for Google Plus * ↩️ Migrate custom after_footer to default template * ↩️ Migrate custom footer to default template * ↩️ Migrate custom header to default template * 🔥 Removes unused template files * 🚀 Places time to read directly in post template * 🚀 Removes unneeded capture from archive_post.html template * 🔥 🚀 Removes unused, but heaving sorting call in component page * 🚀 Merged javascripts into a single file * 🔥 Removes more uses of root_url * 🚀 Removal of unneeded captures from head * 🔥 🚀 Removal of expensive liquid HTML compressor * 🔥 Removes unneeded templates * 🚀 Replaces kramdown with GitHub's CommonMark 🚀 * 💄 Adds Prism code syntax highlighting * ✨ Adds support for redirect in Netlify * ↩️ 🔥 Let Netlify handle all developer doc redirects * ✏️ Fixes typo in redirects file: Netify -> Netlify * 🔥 Removes unused .themes folder * 🔥 Removes unused aside.html template * 🔥 Removes Disqus config leftover * 🔥 Removes rouge highlighter config * 🔥 Removes Octopress 🎉 * 💄 Adjust code block font size and adds soft wraps * 💄 Adds styling for inline code blocks * 💄 Improve styling of note/warning/info boxes + div support * 🔨 Rewrites all note/warning/info boxes
2.9 KiB
title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title | description | logo | ha_category | ha_release | ha_iot_class | redirect_from | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Fibaro | Instructions on how to setup Fibaro Z-Wave hubs (HCL and HC2) and configure devices within Home Assistant. | fibaro.png |
|
0.83 | Local Push |
|
The Fibaro hub is a controller mainly connecting to Z-Wave devices.
There is currently support for the following device types within Home Assistant:
- Binary Sensor
- Cover
- Climate
- Light
- Sensor
- Scene
- Switch
They will be automatically added when the fibaro
hub is connected to Home Assistant.
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.
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 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.